code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { String [ ] loc0 = parent . split ( "srini_string" ) ; return loc0 [ loc0 . length - 1 ] ; }
gives the short name of the parent e.g. javax.faces.component.uicomponentbase will return uicomponentbase concode_field_sep String parent concode_elem_sep String componentType concode_elem_sep String tagClass concode_elem_sep String componentClass concode_elem_sep String rendererType concode_elem_sep Vector attributes ...
void function ( String arg0 , Object arg1 ) { HttpServletRequest loc0 = requestGetter . getRequest ( ) ; if ( loc0 != null ) { if ( arg1 instanceof String ) { loc0 . setAttribute ( arg0 , arg1 ) ; } } getInternalMap ( ) . put ( arg0 , arg1 ) ; }
allows user to set the value of a key directly , including reserved keys concode_field_sep RequestGetter requestGetter concode_elem_sep ThreadLocal<HashMap<String,Object>> requestStore concode_elem_sep long serialVersionUID concode_field_sep Object getRequestValue concode_elem_sep T getStoredValueAsType concode_elem_se...
EventMessage < T > function ( EventMessage < T > arg0 ) { if ( arg0 instanceof SerializationAware ) { return arg0 ; } return new SerializationAwareEventMessage < T > ( arg0 ) ; }
wrap the given message to make it serializationaware . the returning object can be safely cast to serializationaware . if the given message already implements serializationaware , it is returned as-is . it is therefore not safe to assume the returning message is an instance of serializationawareeventmessage . concode_f...
BackgroundGoogleAccountCredential function ( Sleeper arg0 ) { this . sleeper = Preconditions . checkNotNull ( arg0 ) ; return this ; }
sets the sleeper . the default value is sleeper #default . concode_field_sep boolean received401 concode_elem_sep GoogleAccountManager accountManager concode_elem_sep String accountName concode_elem_sep BackOff backOff concode_elem_sep String scope concode_elem_sep String authority concode_elem_sep Context context conc...
int function ( String arg0 , int arg1 ) { return parseInt ( arg0 , 10 ) ; }
might be overwritten if other formats than decimal are to be parsed as args . concode_field_sep String SYSEX_MACRO_PACKAGE concode_field_sep int parseInt concode_elem_sep int parseInt concode_elem_sep int parseType concode_elem_sep String[] splitArgs concode_elem_sep String usage concode_elem_sep MidiMessage[] parseMes...
void function ( double arg0 ) { if ( _max < arg0 ) { _max = arg0 ; } if ( _min > arg0 ) { _min = arg0 ; } _sum += arg0 ; _sumOfSq += ( arg0 * arg0 ) ; _number ++ ; return ; }
add a number to the statistics collector . doubles are used for all collections . concode_field_sep double _max concode_elem_sep double _stdDev concode_elem_sep double _sum concode_elem_sep double _sumOfSq concode_elem_sep double _min concode_elem_sep double _mean concode_elem_sep long serialVersionUID concode_elem_sep...
void function ( ) { int loc0 = vList . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { System . out . print ( "srini_string" ) ; String loc2 = ( String ) vList . elementAt ( loc1 ) ; if ( ! processFile ( loc2 ) ) { System . out . println ( "srini_string" + loc2 + "srini_string" ) ; } } System . out . println ...
method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void showUsa...
void function ( AssertionInfo arg0 , Throwable arg1 , String arg2 ) { assertNotNull ( arg0 , arg1 ) ; if ( arg1 . getMessage ( ) != null && arg1 . getMessage ( ) . contains ( arg2 ) ) return ; throw failures . failure ( arg0 , shouldContain ( arg1 . getMessage ( ) , arg2 ) ) ; }
asserts that the message of the actual throwable contains with the given description . concode_field_sep Throwables INSTANCE concode_elem_sep Failures failures concode_field_sep void assertHasCauseInstanceOf concode_elem_sep void assertHasMessageStartingWith concode_elem_sep Throwables instance concode_elem_sep void as...
DirectedGraph function ( ) { DirectedGraph loc0 = new DirectedGraph ( vertices ) ; for ( int loc1 = 0 ; loc1 < vertices ; loc1 ++ ) { for ( Integer loc2 : adj ( loc1 ) ) { loc0 . addEdge ( loc2 , loc1 ) ; } } return loc0 ; }
returns the graph with edges flipped . concode_field_sep int vertices concode_elem_sep Bag<Integer>[] adj concode_elem_sep int edges concode_field_sep int vertices concode_elem_sep Iterable<Integer> adj concode_elem_sep int edges concode_elem_sep void check concode_elem_sep void addEdge
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( ) { synchronized ( lifecycleListeners ) { for ( LifecycleListener loc0 : lifecycleListeners ) { loc0 . pause ( ) ; loc0 . dispose ( ) ; } } listener . pause ( ) ; listener . dispose ( ) ; glfwTerminate ( ) ; if ( forceExit ) System . exit ( - 1 ) ; }
called when the game loop has exited . concode_field_sep boolean isPaused concode_elem_sep int hiddenFPS concode_elem_sep GlfwCallbacks callbacks concode_elem_sep boolean forceExit concode_elem_sep Array<Runnable> runnables concode_elem_sep Array<LifecycleListener> lifecycleListeners concode_elem_sep ApplicationListene...
AnnotationEnumMapping < T > function ( Class < T > arg0 , Class < A > arg1 ) { Field [ ] loc0 = arg0 . getFields ( ) ; for ( Field loc1 : loc0 ) { if ( loc1 . isEnumConstant ( ) ) { if ( loc1 . getAnnotation ( arg1 ) != null ) return new AnnotationEnumMapping < T > ( arg0 , arg1 ) ; } } return null ; }
checks that the enum class contains a field with the given annotation . if that is the case then creates an instance of this class otherwise returns null . concode_field_sep String[] _values concode_elem_sep T _defaultEnum concode_elem_sep Map<String,T> _valueMapping concode_elem_sep Map<T,String> _enumMapping concode_...
void function ( WorkingListener arg0 ) { }
adds a listener to be notified when work in a different thread starts and stops . concode_field_sep String copyright concode_field_sep int getIndex concode_elem_sep boolean isSortable concode_elem_sep VAction[] getActions concode_elem_sep TableColumnModel getDetailsColumnModel concode_elem_sep boolean isLeaf concode_el...
void function ( int arg0 ) { windingRule = arg0 ; }
sets the winding rule used to construct the path . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep void curvetoCu...
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } }
gets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends MDCoverageDescriptionType> mdCoverageDescription concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href co...
void function ( ThreadTestCoordinator arg0 ) { this . coordinator = arg0 ; }
sets the coordinator for this thread . concode_field_sep ThreadTestCoordinator coordinator concode_elem_sep String errorMessage concode_elem_sep boolean waitingOnCoordinator concode_elem_sep Thread thisThread concode_elem_sep int id concode_elem_sep Exception runException concode_field_sep void allow concode_elem_sep v...
void function ( QName arg0 , ItemType arg1 , OccurrenceIndicator arg2 ) { XPathVariable loc0 = env . declareVariable ( arg0 . getNamespaceURI ( ) , arg0 . getLocalName ( ) ) ; loc0 . setRequiredType ( SequenceType . makeSequenceType ( arg1 . getUnderlyingItemType ( ) , arg2 . getCardinality ( ) ) ) ; }
declare a variable as part of the static context for xpath expressions compiled using this xpathcompiler . it is an error for the xpath expression to refer to a variable unless it has been declared . this method declares the existence of the variable , and defines the required type of the variable , but it does not bin...
BlockingTimeout function ( OperationContext arg0 ) { return arg0 . getAttachment ( ATTACHMENT_KEY ) ; }
gets any blocking timeout associated with the current context . concode_field_sep String SYSTEM_PROPERTY concode_elem_sep OperationContext.AttachmentKey<BlockingTimeout> ATTACHMENT_KEY concode_field_sep int getLocalBlockingTimeout concode_elem_sep int getDomainBlockingTimeout concode_elem_sep BlockingTimeout getDomainB...
void function ( java . lang . Boolean arg0 ) { this . fldFilterChecked = arg0 ; }
sets the fldfilterchecked value for this othercustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep org.apache.axis.description.TypeDesc typeDesc con...
String function ( ) { return numberOfQuestions ; }
documentation pending concode_field_sep String owner concode_elem_sep String organizationName concode_elem_sep String keywords concode_elem_sep Map parentPools concode_elem_sep boolean showSubpools concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep String numberOfSubpools concode_e...
org . apache . spark . scheduler . StageInfo function ( org . json4s . JsonAST . JValue arg0 ) { throw new RuntimeException ( ) ; }
--------------------------------------------------------------------- json deserialization methods for classes sparklistenerevents depend on | ---------------------------------------------------------------------- concode_field_sep JsonProtocol$ MODULE$ concode_field_sep org.apache.spark.executor.TaskMetrics taskMetric...
void function ( int arg0 ) { this . personId = arg0 ; }
sets the value of the personid property . concode_field_sep int personId concode_elem_sep String measureType concode_field_sep int getPersonId concode_elem_sep void setMeasureType concode_elem_sep String getMeasureType
TestService function ( final boolean arg0 ) { TestService loc0 ; try { loc0 = TestServiceClient . getClientWithWSTXFeature ( arg0 ) ; } catch ( MalformedURLException loc1 ) { throw new RuntimeException ( "srini_string" , loc1 ) ; } loc0 . reset ( ) ; return loc0 ; }
creates and resets ws-at and ws-ba unaware client with wstxfeature . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNonTransactionalServiceWithoutFeature concode_elem_sep void testNoTransactionWithDisabledFeature concode_elem_sep TestServiceAT getATClientWithoutFeature concode_elem_sep void rollba...
ToStringHelper function ( String arg0 , boolean arg1 ) { return addHolder ( arg0 , String . valueOf ( arg1 ) ) ; }
adds a name/value pair to the formatted output in name = value format . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value ...
int function ( Text arg0 , int arg1 ) { return readLine ( arg0 , arg1 , Integer . MAX_VALUE ) ; }
read from the inputstream into the given text . concode_field_sep int bufferLength concode_elem_sep byte[] recordDelimiterBytes concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep InputStream in concode_elem_sep byte CR concode_elem_sep byte LF concode_elem_sep byte[] buffer concode_elem_sep int bufferSize concod...
void function ( String arg0 , String arg1 ) { if ( parameters . containsKey ( arg0 ) ) { return ; } parameters . put ( arg0 , arg1 ) ; }
add an initialization parameter to the set of parameters associated with this filter . concode_field_sep String description concode_elem_sep Map<String,String> parameters concode_elem_sep StringManager sm concode_elem_sep String filterName concode_elem_sep String smallIcon concode_elem_sep String filterClass concode_el...
DataRole function ( String arg0 ) { return DataRole_ImplDetail . instances . get ( arg0 ) ; }
converts the string representation of the data role to an instance of it . this works across all implementations of datarole - resource , resourcetype and operationtype . concode_field_sep HashMap<String,DataRole> instances concode_field_sep boolean isSchema concode_elem_sep boolean isSchema concode_elem_sep boolean is...
Scope function ( ) { return createInternalScope ( "srini_string" ) ; }
internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep Scope i...
void function ( ) { if ( DEBUG ) { Log . v ( TAG , "srini_string" + this , new RuntimeException ( "srini_string" ) ) ; } checkService ( ) ; synchronized ( mToken ) { acquireLocked ( ) ; } }
acquire an update lock . concode_field_sep boolean mHeld concode_elem_sep IUpdateLock sService concode_elem_sep String UPDATE_LOCK_CHANGED concode_elem_sep String TIMESTAMP concode_elem_sep int mCount concode_elem_sep IBinder mToken concode_elem_sep boolean DEBUG concode_elem_sep String TAG concode_elem_sep boolean mRe...
List < Player > function ( ) { return playerDao . getAllPlayers ( ) ; }
returns all currently registered players . concode_field_sep int COOKIE_EXPIRY concode_elem_sep TranscodingService transcodingService concode_elem_sep SecurityService securityService concode_elem_sep StatusService statusService concode_elem_sep PlayerDao playerDao concode_elem_sep String COOKIE_NAME concode_field_sep v...
CompressTool function ( ) { return new CompressTool ( ) ; }
get a new instance . each instance uses a separate buffer , so multiple instances can be used concurrently . however each instance alone is not multithreading safe . concode_field_sep byte[] cachedBuffer concode_elem_sep int MAX_BUFFER_SIZE concode_field_sep Compressor getCompressor concode_elem_sep Compressor getCompr...
boolean function ( Object arg0 ) { Pair loc0 = ( Pair ) arg0 ; if ( ( loc0 . pair . equals ( this . pair ) ) && ( loc0 . postfix == this . postfix ) ) { return true ; } return false ; }
method to know this pair is equal to another . concode_field_sep boolean postfix concode_elem_sep BitSet sequencesID concode_elem_sep ItemAbstractionPair pair concode_field_sep BitSet getSequencesID concode_elem_sep ItemAbstractionPair getPar concode_elem_sep boolean isPostfix concode_elem_sep int hashCode concode_elem...
boolean function ( int arg0 ) { if ( arg0 <= 0 ) return false ; for ( int loc0 = 2 ; loc0 <= 5 && arg0 > 0 ; loc0 ++ ) { while ( arg0 % loc0 == 0 ) { arg0 = arg0 / loc0 ; } } return ( arg0 == 1 ) ; }
ugly numbers are positive numbers whose prime factors only include 2 , 3 , 5 . for example , 6 , 8 are ugly while 14 is not ugly since it includes another prime factor 7 . note that 1 is typically treated as an ugly number . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canWinNim concode_elem_sep ...
java . lang . String function ( ) { return documentation ; }
gets the documentation value for this wstransformerpluginv2details . concode_field_sep java.lang.String parametersSchema concode_elem_sep org.talend.mdm.webservice.WSTransformerPluginV2VariableDescriptor[] outputVariableDescriptors concode_elem_sep java.lang.String documentation concode_elem_sep java.lang.Object __equa...
int function ( ) { return recordlen ; }
returns the length of a record , in bytes . concode_field_sep Schema schema concode_elem_sep Map<String,Integer> offsets concode_elem_sep String tblname concode_elem_sep int recordlen concode_field_sep Schema schema concode_elem_sep int lengthInBytes concode_elem_sep String fileName concode_elem_sep int offset
void function ( Range arg0 ) { this . set = arg0 ; }
sets the set range . concode_field_sep Range rise concode_elem_sep Range set concode_field_sep void setRise concode_elem_sep Range getSet concode_elem_sep Range getRise
void function ( String arg0 ) { this . productSubtype = arg0 ; }
sets the value of the productsubtype property . concode_field_sep String additionalMSISDN concode_elem_sep String code concode_elem_sep Boolean parametersRequired concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Long featureSequenceNbr concode_elem_sep Boolean mandatory concod...
PriorityQueueElement function ( ) { PriorityQueueElement loc0 = ( PriorityQueueElement ) queue . get ( 0 ) ; queue . set ( 0 , queue . get ( size ( ) - 1 ) ) ; queue . remove ( size ( ) - 1 ) ; if ( hasNext ( ) ) { heapValueDownwards ( ) ; } return loc0 ; }
returns the element with the highest priority concode_field_sep ArrayList queue concode_field_sep void add concode_elem_sep int size concode_elem_sep double getPriority concode_elem_sep void heapValueDownwards concode_elem_sep boolean hasNext concode_elem_sep void heapValueUpwards concode_elem_sep String getRevision
void function ( java . lang . String arg0 ) { this . name = arg0 ; }
sets the name value for this reportmetric . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.omniture.www.ReportMetricTyp...
boolean function ( ) { return runningState . isStarted ( ) ; }
the method is used to find out if the stopwatch is started . a suspended stopwatch is also started watch . concode_field_sep long NANO_2_MILLIS concode_elem_sep State runningState concode_elem_sep long startTimeMillis concode_elem_sep long startTime concode_elem_sep long stopTime concode_elem_sep SplitState splitState ...
boolean function ( HttpServletRequest arg0 ) { return ( arg0 . getHeader ( HttpHeaders . ORIGIN ) != null ) ; }
returns true if the request is a valid cors one . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPreFlightRequest
boolean function ( T arg0 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; }
unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep Logger logger concode_elem_sep Map<ServiceReference,T> serviceMap concode_field_sep int compare concode_elem_sep List<T> subList concode_elem_sep T set concode...
String [ ] function ( Class [ ] arg0 ) { if ( arg0 == null ) return null ; String [ ] loc0 = new String [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] . getName ( ) ; } return loc0 ; }
converts an array of class types to class names concode_field_sep String[] EMPTY_STRING concode_elem_sep Class[] PRIMITIVES concode_elem_sep String[] PRIMITIVE_NAMES concode_field_sep String paramString concode_elem_sep PropertyDescriptor getPropertyDescriptor concode_elem_sep Class forName concode_elem_sep Method getM...
void function ( String arg0 ) { name = constPool . addUtf8Info ( arg0 ) ; cachedName = arg0 ; }
sets the field name . concode_field_sep int accessFlags concode_elem_sep ConstPool constPool concode_elem_sep int name concode_elem_sep int descriptor concode_elem_sep ArrayList attribute concode_elem_sep String cachedName concode_elem_sep String cachedType concode_field_sep String getDescriptor concode_elem_sep String...
String function ( String arg0 , boolean arg1 ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; StringTokenizer loc1 = new StringTokenizer ( arg0 , "srini_string" ) ; while ( loc1 . hasMoreTokens ( ) ) { loc0 . append ( capitalize ( loc1 . nextToken ( ) ) ) ; } return arg1 ? loc0 . toString ( ) : loc0 . su...
generates a camel case version of a phrase from dash . concode_field_sep List<String[]> singulars concode_elem_sep List<String[]> plurals concode_elem_sep List<String> uncountables concode_elem_sep List<String[]> irregulars concode_field_sep String singularize concode_elem_sep void addSingular concode_elem_sep void add...
int function ( ) { return year ; }
get the year , or number of years in a relative time spec . concode_field_sep char sign concode_elem_sep int tenth concode_elem_sep int year concode_elem_sep String FORMAT concode_elem_sep int minute concode_elem_sep int second concode_elem_sep long serialVersionUID concode_elem_sep int month concode_elem_sep int hour ...
Builder function ( final AppGroupPrivacy arg0 ) { this . privacy = arg0 ; return this ; }
sets the privacy for the group that will be created concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep String getName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCr...
void function ( int arg0 ) { _trashEntry . setStatus ( arg0 ) ; }
sets the status of this trash entry . concode_field_sep TrashEntry _trashEntry concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolea...
void function ( final int arg0 ) { if ( c . length >= arg0 ) { return ; } int loc0 = ( ( arg0 * 3 ) >> 1 ) + 1 ; char [ ] loc1 = new char [ loc0 ] ; System . arraycopy ( c , 0 , loc1 , 0 , length ) ; c = loc1 ; }
copies the data into a new array of at least capacity size . concode_field_sep char[] c concode_elem_sep int length concode_field_sep void shrink concode_elem_sep void clear concode_elem_sep int length concode_elem_sep String toString concode_elem_sep char[] getCharacters concode_elem_sep void append concode_elem_sep v...
Sink function ( String arg0 ) { for ( AbstractAudioDeviceConfig loc0 : items ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) && loc0 instanceof Sink ) return ( Sink ) loc0 ; } return null ; }
retrieves a sink by its name concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String CMD_LIST_SINKS conco...
boolean function ( ) { return ! eventBody . isEmpty ( ) ; }
convenience method . concode_field_sep boolean decodeEventHeaders concode_elem_sep Map<Name,String> messageHeaders concode_elem_sep Map<String,String> eventHeaders concode_elem_sep Logger log concode_elem_sep List<String> eventBody concode_field_sep Map<Name,String> getMessageHeaders concode_elem_sep String getEventDat...
ResourceType function ( ) { if ( Strings . isNullOrEmpty ( iconPath ) ) { iconPath = "srini_string" + qualifier + "srini_string" ; } return new ResourceType ( this ) ; }
creates an instance of resourcetype based on all information given to the builder . concode_field_sep boolean hasSourceCode concode_elem_sep String qualifier concode_elem_sep Map<String,String> properties concode_elem_sep String SUPPORTS_MEASURE_FILTERS concode_elem_sep boolean hasSourceCode concode_elem_sep String ico...
void function ( ) { TaskSeries loc0 = new TaskSeries ( "srini_string" ) ; loc0 . add ( new Task ( "srini_string" , new Date ( 1 ) , new Date ( 2 ) ) ) ; loc0 . add ( new Task ( "srini_string" , new Date ( 11 ) , new Date ( 22 ) ) ) ; TaskSeries loc1 = ( TaskSeries ) TestUtilities . serialised ( loc0 ) ; assertEquals ( ...
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testGetTask concode_elem_sep void testEquals
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof CertPath ) ) return false ; CertPath loc0 = ( CertPath ) arg0 ; return type . equals ( loc0 . type ) && getCertificates ( ) . equals ( loc0 . getCertificates ( ) ) ; }
compares this path to another for semantic equality . to be equal , both must be instances of certpath , with the same type , and identical certificate lists . overriding classes must not change this behavior . concode_field_sep byte[] data concode_elem_sep long serialVersionUID concode_elem_sep String type concode_ele...
void function ( Transformation arg0 ) { mAlpha = arg0 . getAlpha ( ) ; mMatrix . set ( arg0 . getMatrix ( ) ) ; mTransformationType = arg0 . getTransformationType ( ) ; }
clones the specified transformation . concode_field_sep int TYPE_ALPHA concode_elem_sep int TYPE_IDENTITY concode_elem_sep Matrix mMatrix concode_elem_sep float mAlpha concode_elem_sep int TYPE_MATRIX concode_elem_sep int TYPE_BOTH concode_elem_sep int mTransformationType concode_field_sep String toShortString concode_...
String function ( ) { return grpName ; }
get group name . concode_field_sep FsPermission perm concode_elem_sep String grpName concode_elem_sep String usrName concode_field_sep FsPermission permission concode_elem_sep String userName
boolean function ( EventListener arg0 ) { List loc0 = Arrays . asList ( this . listenerList . getListenerList ( ) ) ; return loc0 . contains ( arg0 ) ; }
returns true if the specified object is registered with the dataset as a listener . most applications wo n't need to call this method , it exists mainly for use by unit testing code . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep voi...
void function ( Closeable arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( IOException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } }
closes the given object , ignoring ioexceptions . concode_field_sep Logger logger concode_field_sep File[] listFilesSafely concode_elem_sep int nonNegativeHash concode_elem_sep ByteBuffer stringToBytes concode_elem_sep boolean isSymlink concode_elem_sep String bytesToString concode_elem_sep void deleteRecursively
int function ( ) { throw new Error ( "srini_string" ) ; }
returns the hashcode for this object . concode_field_sep int[][] members concode_elem_sep long serialVersionUID concode_field_sep int next concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep int[][] normalize concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_...
void function ( String arg0 ) { this . divisionId = arg0 ; }
sets the division id . concode_field_sep String districtName concode_elem_sep String upazillaName concode_elem_sep AddressType addressType concode_elem_sep String divisionName concode_elem_sep String houseHoldingNumber concode_elem_sep String ward concode_elem_sep String mouza concode_elem_sep Integer addressId concode...
Proxy function ( ) { return proxy ; }
returns the proxy of this route.warning : this may disagree with address #proxy when it is null . whenthe address 's proxy is null , the proxy selector is used . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Address address concode_...
String function ( ) { return name ; }
gets the string value of the name object . this is the same as getname concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolea...
void function ( Integer arg0 ) { this . buildNumber = arg0 ; }
the buildnumber if any yet . do not use this method unless you are a serializer ! concode_field_sep Run build concode_elem_sep Job project concode_elem_sep Integer buildNumber concode_elem_sep String projectId concode_field_sep Run getBuild concode_elem_sep Integer getBuildNumber concode_elem_sep int hashCode concode_e...
Duration function ( int arg0 ) { return minutes ( new Double ( arg0 ) ) ; }
returns a duration for the given number of minutes concode_field_sep Double duration concode_elem_sep Units units concode_field_sep Duration seconds concode_elem_sep Duration seconds concode_elem_sep Duration hours concode_elem_sep Duration hours concode_elem_sep Duration weeks concode_elem_sep Duration weeks concode_e...
String function ( ) { return publicId ; }
return the saved public identifier . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep long serialVersionUID concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber c...
String function ( ) { return categoryName ; }
getter method for categoryname concode_field_sep String description concode_elem_sep String categoryName concode_elem_sep String subCategoryName concode_elem_sep String userName concode_elem_sep List displayDetails concode_elem_sep long serialVersionUID concode_elem_sep int subCategoryId concode_elem_sep List searchDet...
Iterator < ? > function ( Object arg0 ) { return ObjectHelper . createIterator ( arg0 ) ; }
creates an iterator over the value concode_field_sep PlaceHolder placeHolder concode_field_sep char[] toCharArray concode_elem_sep Class<?> toClass concode_elem_sep Long toLong concode_elem_sep Long toLong concode_elem_sep boolean isCollection concode_elem_sep Character toCharacter concode_elem_sep Float toFloat concod...
int function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
duration of silence , in seconds , detected in the recording . this is only available if the recording was initiated with a non-zero maxsilenceseconds . concode_field_sep String format concode_elem_sep String name concode_elem_sep String cause concode_elem_sep long serialVersionUID concode_elem_sep String state concode...
ResultSet function ( final PreparedStatement arg0 ) { final ResultSet loc0 = arg0 . executeQuery ( ) ; registerResultSet ( loc0 ) ; return loc0 ; }
using the given statement object . the returned resultset is registered to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection newConne...
void function ( String arg0 , Object arg1 ) { _parameterMap . put ( normalize ( arg0 ) , arg1 ) ; }
set a name = value pair concode_field_sep String _sessionId concode_elem_sep HashMap _parameterMap concode_elem_sep Cache cache concode_elem_sep org.apache.commons.logging.Log _log concode_elem_sep int CACHE_IDLE_TIME concode_elem_sep String CACHENAME concode_elem_sep int CACHE_TTL concode_elem_sep int CACHE_MEMORY_ELE...
boolean function ( double arg0 ) { if ( arg0 <= 0 || arg0 < lastUpdateTime ) { return false ; } lastUpdateTime = arg0 ; return true ; }
sets the last update time of this file in seconds note : this time is relative to the start time . preferably use gridsim.cloudsim #clock method . concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep...
Func1 < ? super T , Boolean > function ( ) { return AlwaysTrue . INSTANCE ; }
returns a function that always returns true . concode_field_sep NullFunction NULL_FUNCTION concode_field_sep Boolean call concode_elem_sep Boolean call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call concode_elem_sep R call ...
Date function ( ) { return lastModified ; }
returns the date this part was last modified . concode_field_sep long size concode_elem_sep int partNumber concode_elem_sep String eTag concode_elem_sep Date lastModified concode_field_sep long getSize concode_elem_sep void setSize concode_elem_sep int getPartNumber concode_elem_sep void setPartNumber concode_elem_sep ...
void function ( ErrorMessages arg0 , String arg1 ) { if ( Options . verbose ) { out . println ( ErrorMessages . get ( arg0 , arg1 ) ) ; } }
report generation progress . concode_field_sep StdOutWriter out concode_elem_sep int warnings concode_elem_sep String NL concode_elem_sep int errors concode_field_sep void debug concode_elem_sep void checkErrors concode_elem_sep void err concode_elem_sep String getLine concode_elem_sep void setGUIMode concode_elem_sep ...
void function ( String arg0 ) { System . out . println ( "srini_string" + arg0 + "srini_string" ) ; marqueeText = arg0 + "srini_string" ; }
sets the text . concode_field_sep String marqueeText concode_elem_sep Timer marquee concode_field_sep void stopMoving concode_elem_sep void start
boolean function ( Instrumentation arg0 , final WebContents arg1 , final int arg2 ) { return InstrumentationUtils . runOnMainSyncAndGetResult ( arg0 , new Callable < Boolean > ( ) { @ Override public Boolean call ( ) throws Exception { return arg1 . getNavigationController ( ) . canGoToOffset ( arg2 ) ; } } ) ; }
calls navigationcontroller #cangotooffset int on ui thread . concode_field_sep long WAIT_TIMEOUT_SECONDS concode_field_sep void clearHistoryOnUiThread concode_elem_sep boolean canGoForwardOnUiThread concode_elem_sep String getUrlOnUiThread concode_elem_sep void goBackSync concode_elem_sep boolean canGoBackOnUiThread co...
void function ( String arg0 , boolean arg1 , boolean arg2 ) { assertEquals ( arg0 , new Boolean ( arg1 ) , new Boolean ( arg2 ) ) ; }
asserts that two booleans are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_ele...
Iterator < RemoteRosterEntry > function ( ) { synchronized ( remoteRosterEntries ) { List < RemoteRosterEntry > loc0 = Collections . unmodifiableList ( new ArrayList < RemoteRosterEntry > ( remoteRosterEntries ) ) ; return loc0 . iterator ( ) ; } }
returns an iterator for the roster entries in the packet . concode_field_sep List<RemoteRosterEntry> remoteRosterEntries concode_field_sep String getNamespace concode_elem_sep String toXML concode_elem_sep int getEntryCount concode_elem_sep void addRosterEntry concode_elem_sep void addRosterEntry concode_elem_sep Strin...
String function ( Service arg0 ) { return getServiceKey ( arg0 . getOrganizationId ( ) , arg0 . getServiceId ( ) , arg0 . getVersion ( ) ) ; }
generates an in-memory key for an service , used to index the app for later quick retrieval . concode_field_sep Logger LOG concode_elem_sep Map<String,String[]> serviceBindPaths concode_elem_sep Map<String,ServiceContract> contracts concode_elem_sep Map<String,Application> applications concode_elem_sep File registryFil...
void function ( ) { try { RSECorePlugin . waitForInitCompletion ( ) ; } catch ( InterruptedException loc0 ) { throw new CoreException ( new Status ( IStatus . ERROR , org . jboss . ide . eclipse . as . rse . core . RSECorePlugin . PLUGIN_ID , "srini_string" ) ) ; } }
wait for the full initialization of rse concode_field_sep List<String> APPROVED_FILE_SYSTEMS concode_field_sep boolean isHostWindows concode_elem_sep IShellService findHostShellSystem concode_elem_sep IFileServiceSubSystem findFileTransferSubSystem concode_elem_sep IStatus ensureActiveConnection concode_elem_sep IHost ...
String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . UTF_16 ) ; }
constructs a new string by decoding the specified array of bytes using the utf-16 charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] getB...
void function ( ) { synchronized ( _lock ) { if ( -- _refCount == 0 ) { _pool . shutdownNow ( ) ; } } }
releases a reference to a shared executor service , decrementing the reference count . if the reference count falls to zero , the executor service is shut down . concode_field_sep int DEFAULT_POOL_SIZE concode_elem_sep Object _lock concode_elem_sep int NUM_CPUS concode_elem_sep ExecutorService _pool concode_elem_sep in...
void function ( @ NotNull SenatorParser . DemocratRuleContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterConstant concode_elem_sep void exitProgramexpression concode_elem_sep void exitType concode_elem_sep void exitTopLevelRule concode_elem_sep void exitSenatordfn concode_elem_sep void exitIfstmt concode_elem_se...
String function ( ) { Object loc0 = attributes . get ( "srini_string" ) ; if ( loc0 != null && loc0 instanceof StringObject ) { StringObject loc1 = ( StringObject ) loc0 ; return cleanString ( loc1 . getDecryptedLiteralString ( securityManager ) ) ; } else { return "srini_string" ; } }
get the name object indicating whether the document has been modified to include trapping information : false - the document has not yet been trapped ; any desired trapping must still be done . unknown - default either it is unknown whether the document has been trapped or it has been partly but not yet fully trapped ;...
Integer function ( ) { return id ; }
this method was generated by mybatis generator . this method returns the value of the database column sku_tbl . id concode_field_sep Integer attributeId concode_elem_sep Integer productId concode_elem_sep String src concode_elem_sep Integer pw concode_elem_sep String attributeName concode_elem_sep Integer id concode_el...
Path function ( Path arg0 , String ... arg1 ) { String loc0 = arg0 . toString ( ) ; for ( String loc1 : arg1 ) { loc0 = StringUtils . remove ( loc0 , loc1 ) ; } return new Path ( loc0 ) ; }
removes all extensions from path if they exist . pathutils.removeextention `` file.txt '' , '' . txt '' = file pathutils.removeextention `` file.txt.gpg '' , '' . txt '' , '' . gpg '' = file pathutils.removeextention `` file '' , '' . txt '' = file pathutils.removeextention `` file.txt '' , '' . tar.gz '' = file.txt pa...
String function ( ) { return "srini_string" ; }
returns a string indicating the version of the time zone database currently in use . the format of the string is dependent on the underlying time zone database implementation , but will typically contain the year in which the database was updated plus a letter from a to z indicating changes made within that year . time...
ListManagedBlock [ ] function ( final int arg0 ) { if ( _bat == null ) { throw new IOException ( "srini_string" ) ; } return _bat . fetchBlocks ( arg0 , this ) ; }
get the blocks making up a particular stream in the list . the blocks are removed from the list . concode_field_sep ListManagedBlock[] _blocks concode_elem_sep BlockAllocationTableReader _bat concode_field_sep void setBAT concode_elem_sep void setBlocks concode_elem_sep void zap concode_elem_sep ListManagedBlock remove
boolean function ( ) { return ( composedTextLayout != null ) ; }
check the painter has textlayout . if a user input via inputmethod , this result will return true . concode_field_sep int composedBeginCaretPosition concode_elem_sep TextLayout composedTextLayout concode_elem_sep JEditTextArea textArea concode_field_sep void invalidateComposedTextLayout concode_elem_sep void refillComp...
HashSet function ( ) { if ( constraintPath == null ) { constraintPath = new HashSet ( ) ; } else { constraintPath . clear ( ) ; } return constraintPath ; }
for cascade operations concode_field_sep HsqlArrayList stack concode_elem_sep Number lastIdentity concode_elem_sep LongDeque savepointTimestamps concode_elem_sep Session session concode_elem_sep Object[] routineArguments concode_elem_sep HashSet constraintPath concode_elem_sep Object[] diagnosticsVariables concode_elem...
ServiceBuilder function ( String arg0 ) { Preconditions . checkEmptyString ( arg0 , "srini_string" ) ; this . scope = arg0 ; return this ; }
configures the oauth scope . this is only necessary in some apis like google 's . concode_field_sep String apiKey concode_elem_sep OutputStream debugStream concode_elem_sep String scope concode_elem_sep SignatureType signatureType concode_elem_sep String callback concode_elem_sep String apiSecret concode_elem_sep Api a...
VerticalAlign function ( ) { return alignVertical ; }
vertical alignment of the text , relative to its position concode_field_sep String reference concode_elem_sep LabelOrientation orientation concode_elem_sep EdgePosition edgePos concode_elem_sep VerticalAlign alignVertical concode_elem_sep Float distance concode_elem_sep Integer from concode_elem_sep LabelStyle style co...
XmlNode function ( ) { XmlNode loc0 = getParent ( ) ; if ( loc0 == null ) { return null ; } List < XmlNode > loc1 = loc0 . getChildren ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . size ( ) - 1 ; loc2 ++ ) { if ( loc1 . get ( loc2 ) == this ) { return loc1 . get ( loc2 + 1 ) ; } } return null ; }
answer the next sibling of the receiver or null . concode_field_sep XmlNode parent concode_field_sep XmlNode getPreviousSibling concode_elem_sep XmlNode getParent concode_elem_sep List<XmlAttribute> getAttributes concode_elem_sep XmlDocument getDocument concode_elem_sep XmlNode getLastChild concode_elem_sep List<XmlNod...
SchedulableEntityInstanceResult function ( ) { SchedulableEntityInstanceResult loc0 = new GsonBuilder ( ) . create ( ) . fromJson ( message , SchedulableEntityInstanceResult . class ) ; return loc0 ; }
retrieves schedulableentityinstanceresult from a message if possible . concode_field_sep int code concode_elem_sep HttpResponse response concode_elem_sep Logger LOGGER concode_elem_sep String message concode_field_sep LineageGraphResult getLineageGraphResult concode_elem_sep EntitySummaryResult getEntitySummaryResult c...
void function ( String arg0 , FieldSignature arg1 ) { if ( ! fields . containsKey ( arg1 ) ) { fields . put ( arg1 , new HashSet < String > ( ) ) ; } fields . get ( arg1 ) . add ( arg0 ) ; }
adds a field to the class . concode_field_sep Map<FieldSignature,Set<String>> fields concode_elem_sep Map<String,ClassStats> nestedClasses concode_elem_sep Map<ParameterizedMetricKey,Double> memo concode_elem_sep Map<OperationSignature,Map<String,OperationStats>> operations concode_field_sep double compute concode_elem...
int function ( ) { return streetNumber ; }
returns the streetnumber . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setCity concode_elem_sep void...
int [ ] function ( ) { return aRanges ; }
this method returns the ranges for the attributes . concode_field_sep int[] aRanges concode_elem_sep ArrayList<Integer> ranges concode_elem_sep ArrayList<Map<Attribute,Object>> attributes concode_elem_sep CPStringBuilder buffer concode_elem_sep int startingRange concode_elem_sep Attribute defaultAttr concode_elem_sep L...
String function ( ) { return replaceKeyPrefixWith ; }
return the object prefix key to use in the redirect request . concode_field_sep String httpRedirectCode concode_elem_sep String hostName concode_elem_sep String protocol concode_elem_sep String replaceKeyWith concode_elem_sep String replaceKeyPrefixWith concode_field_sep void setReplaceKeyPrefixWith concode_elem_sep St...
List < GeographicPoint > function ( GeographicPoint arg0 , GeographicPoint arg1 , Consumer < GeographicPoint > arg2 ) { return null ; }
find the path from start to goal using a-star search concode_field_sep int numVertices concode_elem_sep HashMap<GeographicPoint,MapNode1> vertices concode_elem_sep int numEdges concode_field_sep List<GeographicPoint> constructPath concode_elem_sep int getNumEdges concode_elem_sep Set<GeographicPoint> getVertices concod...
int function ( ) { return column ; }
for log msg purposes concode_field_sep int line concode_elem_sep RuntimeServices rsvc concode_elem_sep int column concode_field_sep void init concode_elem_sep String getName concode_elem_sep int getType concode_elem_sep void setLocation concode_elem_sep int getLine concode_elem_sep boolean render