code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return className ; }
get the name of the target class . concode_field_sep String declaredValueClassName concode_elem_sep String name concode_elem_sep String className concode_field_sep boolean isStatic concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem...
int function ( ) { return putCount ; }
returns the number of times #set string , bitmap was called . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,Bitmap> map concode_elem_sep int missCount concode_field_sep int evic...
BigInteger function ( ) { return this . g ; }
returns the base g . concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_field_sep BigInteger getX concode_elem_sep BigInteger getP concode_elem_sep BigInteger getQ
void function ( String arg0 ) { }
some text . concode_field_sep int CONSTANT concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String me...
void function ( ) { int loc0 = 0 ; for ( StateVertex loc1 : getStateFlowGraph ( ) . getAllStates ( ) ) { if ( loc1 . getDom ( ) . contains ( "srini_string" ) ) { loc0 ++ ; } } assertTrue ( "srini_string" + loc0 , loc0 == 1 ) ; }
this tests whether the oracle comparators are working correctly the home page is different every load , but is equivalent when the oracle comparators are functioning . concode_field_sep boolean[] MULTIPLE_INPUT_CHECKBOX concode_elem_sep String[] MULTIPLE_INPUT_TEXT2 concode_elem_sep boolean MANUAL_INPUT_CHECKBOX concod...
boolean function ( ) { return autoDumpEnabled ; }
gets the auto dump state . concode_field_sep String dumpDir concode_elem_sep Set<String> profiledPackages concode_elem_sep boolean profilerEnabled concode_elem_sep Set<String> ignoredPackages concode_elem_sep boolean autoDumpEnabled concode_elem_sep String SEPARATOR concode_elem_sep Config config concode_elem_sep Set<S...
Discriminator function ( Type < ? > arg0 ) { Preconditions . checkArgument ( TYPE_MAP . containsKey ( arg0 ) ) ; return TYPE_MAP . get ( arg0 ) ; }
returns the appropriate attribute.discriminator value from an internal attribute type . concode_field_sep Map<Type<?>,Discriminator> TYPE_MAP concode_field_sep placeholderType placeHolder
long function ( ) { long loc0 = 3 ; int loc1 = parts . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { loc0 += this . parts . get ( loc2 ) . loc0 ( ) ; } return loc0 ; }
returns an estimation of the size used to stored the data . concode_field_sep int revisionID concode_elem_sep Timestamp timeStamp concode_elem_sep int revisionCounter concode_elem_sep RevisionCodecData codecData concode_elem_sep Integer contributorId concode_elem_sep boolean isMinor concode_elem_sep boolean contributor...
void function ( ) { Month loc0 = new Month ( 12 , 2000 ) ; loc0 = ( Month ) loc0 . next ( ) ; assertEquals ( new Year ( 2001 ) , loc0 . getYear ( ) ) ; assertEquals ( 1 , loc0 . getMonth ( ) ) ; loc0 = new Month ( 12 , 9999 ) ; assertNull ( loc0 . next ( ) ) ; }
some checks for the testnext method . concode_field_sep Month jan1900 concode_elem_sep Month dec9999 concode_elem_sep Month nov9999 concode_elem_sep Month feb1900 concode_field_sep void testDateConstructor1 concode_elem_sep void testParseMonth concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisec...
String function ( ) { return description ; }
returns the description of the current action . concode_field_sep Location location concode_elem_sep Project project concode_elem_sep String description concode_field_sep Location getLocation concode_elem_sep void setLocation concode_elem_sep void log concode_elem_sep void log concode_elem_sep Object clone concode_elem...
String function ( Object arg0 , FacesContext arg1 ) { Map loc0 = arg1 . getExternalContext ( ) . getSessionMap ( ) ; if ( loc0 . get ( CACHE_KEY ) == null ) { loc0 . put ( CACHE_KEY , new HashMap ( ) ) ; } Map loc1 = ( Map ) loc0 . get ( CACHE_KEY ) ; String loc2 = KEY_START + loc1 . size ( ) + KEY_END ; loc1 . put ( l...
add a value to the cache concode_field_sep String KEY_START concode_elem_sep String CACHE_CLEARED concode_elem_sep String KEY_END concode_elem_sep String CACHE_KEY concode_elem_sep Logger log concode_field_sep Object get
Builder function ( Long arg0 ) { this . id = arg0 ; return this ; }
sets the id used in this request . concode_field_sep Short replication concode_elem_sep Path path concode_elem_sep long ms concode_elem_sep String pool concode_elem_sep long MAX_RELATIVE_EXPIRY_MS concode_elem_sep Expiration expiration concode_elem_sep Long id concode_elem_sep boolean isRelative concode_elem_sep Expira...
Connection function ( String arg0 , Properties arg1 ) { return getConnection ( arg0 , arg1 ) ; }
attempts to make a database connection to the given url . the driver returns `` null '' if it realizes it is the wrong kind of driver to connect to the given url . this will be common , as when the jdbc driver manager is asked to connect to a given url it passes the url to each loaded driver in turn . the driver raises...
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 ( String arg0 ) { this . name = arg0 ; }
set name concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setResourceAdapter concode_elem_sep String getName concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean equal...
Description function ( String arg0 ) { return new Description ( arg0 ) ; }
create a description named name . generally , you will add children to this description . concode_field_sep Description TEST_MECHANISM concode_elem_sep String fDisplayName concode_elem_sep Description EMPTY concode_elem_sep ArrayList<Description> fChildren concode_field_sep ArrayList<Description> getChildren concode_el...
void function ( String arg0 ) { this . operation = arg0 ; }
sets the value of the operation property . concode_field_sep GetResponseTypeParams params concode_elem_sep String operation concode_field_sep String getOperation concode_elem_sep GetResponseTypeParams getParams concode_elem_sep void setParams
Employee function ( ) { return waitingList . peek ( ) ; }
lets you take a look at the next person in line without hiring them . concode_field_sep ArrayPriorityQueue<Employee> waitingList concode_field_sep Employee giveJobToEmployee concode_elem_sep void hireEveryone concode_elem_sep String toString concode_elem_sep void addEmployee concode_elem_sep void addEmployee
int function ( int arg0 ) { return m_opMap . elementAt ( arg0 + 3 ) ; }
get the test type of the step , i.e. nodetype_xxx value . concode_field_sep ObjectVector m_tokenQueue concode_elem_sep int MAXTOKENQUEUESIZE concode_elem_sep String m_currentPattern concode_elem_sep OpMapVector m_opMap concode_elem_sep int MAPINDEX_LENGTH concode_elem_sep int BLOCKTOKENQUEUESIZE concode_field_sep int g...
void function ( int arg0 ) { if ( packet_len >= 12 ) setInt ( arg0 , packet , 2 , 4 ) ; }
sets the sequence number concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep int getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean ha...
void function ( ) { _nr_of_colors = 0 ; }
reset clear coloring . concode_field_sep AcceptanceSignatureContainer _container concode_elem_sep int _nr_of_colors concode_elem_sep Coloring _coloring concode_elem_sep boolean _detailed concode_elem_sep MyBitSet u concode_elem_sep DRA _dra concode_elem_sep Vector<Integer> _color2state concode_elem_sep MyBitSet l conco...
void function ( long arg0 ) { startValue = currValue = lastValue = arg0 ; }
reset to new initial value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getName conco...
void function ( ) { }
resets the matcher to restart search for matching subexpressions concode_field_sep Tree findCurrent concode_elem_sep Iterator<Tree> findIterator concode_elem_sep Map<String,Tree> namesToNodes concode_elem_sep Tree root concode_elem_sep Tree tree concode_elem_sep VariableStrings variableStrings concode_field_sep Tree ge...
String function ( ) { return message ; }
get the message . concode_field_sep int code concode_elem_sep String message concode_field_sep String toString concode_elem_sep int getCode
String function ( Object arg0 , boolean arg1 ) { String loc0 ; if ( arg0 == null ) { loc0 = NULL_STRING ; } else { loc0 = arg0 . toString ( ) ; if ( arg1 ) { loc0 = loc0 . arg1 ( ) ; } } return loc0 ; }
evaluates the given object as a string and trims it if the trim flag is true . concode_field_sep Map<Class,Object> primitiveDefaults concode_elem_sep String NULL_STRING concode_field_sep Object convertValue concode_elem_sep Object convertValue concode_elem_sep Object convertValue concode_elem_sep BigInteger bigIntValue...
void function ( String arg0 ) { clearValues ( ) ; this . values . add ( ( arg0 == null ) ? "srini_string" : arg0 ) ; }
sets a unique value for this tag . converts value to '' '' , if null . concode_field_sep List<String> values concode_elem_sep String name concode_field_sep void setName concode_elem_sep void clearValues concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void removeValue concode_elem_sep L...
String function ( ) { return jid ; }
returns the bare jid of the affiliated user . this information will always be available . concode_field_sep String nick concode_elem_sep String role concode_elem_sep String jid concode_elem_sep String affiliation concode_field_sep String getAffiliation concode_elem_sep String getRole concode_elem_sep String getNick
long function ( ) { return ( getRangeInMilliseconds ( ) / DateConstants . MINUTEINMILLIS ) ; }
get the amount of minutes between the start and end of the event concode_field_sep DateTimeFormat dateformat_date24 concode_elem_sep Date start concode_elem_sep int index concode_elem_sep String caption concode_elem_sep String description concode_elem_sep String styleName concode_elem_sep boolean allDay concode_elem_se...
int function ( ) { if ( table == null ) return - 1 ; else return table . getSelectedColumn ( ) ; }
get selected row concode_field_sep Integer noViewColumns concode_elem_sep Integer column concode_elem_sep Integer row concode_elem_sep LinkedHashMap<Integer,MBrowseField> browserFields concode_elem_sep LinkedHashMap<Integer,Integer> displayIndexes concode_elem_sep LinkedHashMap<Integer,LinkedHashMap<Integer,GridField>>...
Locale function ( ) { LocaleContext loc0 = getLocaleContext ( ) ; if ( loc0 != null ) { Locale loc1 = loc0 . getLocale ( ) ; if ( loc1 != null ) { return loc1 ; } } return Locale . getDefault ( ) ; }
return the locale associated with the current thread , if any , or the system default locale else . this is effectively a replacement for java.util.locale #getdefault , able to optionally respect a user-level locale setting . note : this method has a fallback to the system default locale . if you 'd like to check for t...
void function ( ) { XYPointerAnnotation loc0 = new XYPointerAnnotation ( "srini_string" , 10.0 , 20.0 , Math . PI ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
checks that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
boolean function ( ) { return verbose ; }
get the verbose value . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep bool...
JSTestResult function ( URL arg0 ) { return jSTestResultServer . getJsTestResult ( arg0 , jSTestExecutionServer ) ; }
run an actual test and return its result . concode_field_sep JSTestResultServer jSTestResultServer concode_elem_sep JSTestExecutionServer jSTestExecutionServer concode_field_sep Collection<URL> relativeFilepathsAsUrls concode_elem_sep JSTestExecutionServer getjSTestExecutionServer concode_elem_sep JSTestResultServer ge...
String function ( ) { return "srini_string" + userId + "srini_string" + name + "srini_string" + value ; }
returns a string representation of the object . concode_field_sep int userId concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean eq...
Purchase function ( String arg0 ) { return mPurchaseMap . get ( arg0 ) ; }
returns purchase information for a given product , or null if there is no purchase . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concod...
DraweeHolder < DH > function ( @ Nullable DH arg0 , Context arg1 ) { DraweeHolder < DH > loc0 = new DraweeHolder < DH > ( arg0 ) ; loc0 . registerWithContext ( arg1 ) ; return loc0 ; }
creates a new instance of draweeholder that detaches / attaches controller whenever context notifies it about activity 's onstop and onstart callbacks . it is strongly recommended to pass a listenableactivity as context . the holder willthen also be able to respond to onstop and onstart events from that activity , maki...
String function ( final String arg0 ) { return StringUtils . trimToNull ( arg0 ) ; }
helper to trim a string to null concode_field_sep PlaceHolder placeHolder concode_field_sep ImportColumn parseHeaderForImportColumn concode_elem_sep Map<Integer,ImportColumn> mapHeaderRow concode_elem_sep String[] convertRow
ResourceInfo function ( String arg0 ) { ResourceInfo loc0 ; loc0 = this . loader . resolve ( arg0 ) ; if ( ! loc0 . isResolved ( ) ) { if ( ( fallbackPath != null ) && ( ! arg0 . startsWith ( fallbackPath ) ) ) { loc0 = this . loader . resolve ( applyFallback ( arg0 ) ) ; } } return loc0 ; }
tries to resolve the file using the supplied loader 's resolution algorithm but use the fallback location in case resolution failed . concode_field_sep String fallbackPath concode_elem_sep IResourceLoader loader concode_elem_sep String DEFAULT_PATH_SEPARATOR concode_field_sep void setFallbackPath concode_elem_sep Fallb...
List < NameableObject > function ( NameableObject ... arg0 ) { List < NameableObject > loc0 = new ArrayList < > ( ) ; if ( arg0 != null ) { Collections . addAll ( loc0 , arg0 ) ; } return loc0 ; }
returns a list of nameableobjects . concode_field_sep PlaceHolder placeHolder concode_field_sep List<NameableObject> getAsNameableObjects concode_elem_sep Map<String,String> getUidPropertyMap concode_elem_sep Map<String,String> getUidDisplayPropertyMap concode_elem_sep Map<String,NameableObject> getUidObjectMap concode...
Policy function ( ) { java . lang . SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) loc0 . checkPermission ( new AuthPermission ( "srini_string" ) ) ; return getPolicyNoCheck ( ) ; }
returns the installed policy object . this method first calls securitymanager.checkpermission with the authpermission `` getpolicy '' permissionto ensure the caller has permission to get the policy object . concode_field_sep String AUTH_POLICY concode_elem_sep java.security.AccessControlContext acc concode_elem_sep boo...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstEntryActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
checks if the specified state has at least one entry action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasExitAction concode_elem_sep boolean hasAtLeastOneAction con...
void function ( ServletRequest arg0 , ServletResponse arg1 , FilterChain arg2 ) { new VirtualFilterChain ( arg2 , this . filters ) . doFilter ( arg0 , arg1 ) ; }
forms a temporary chain from the list of delegate filters supplied #setfilters and executes them in order . each filter delegates to the next one in the list , achieving the normal behavior of a filterchain , despite the fact that this is a filter . concode_field_sep List<? extends Filter> filters concode_elem_sep Filt...
UrlBasedViewResolverRegistration function ( String arg0 ) { this . viewResolver . setSuffix ( arg0 ) ; return this ; }
set the suffix that gets appended to view names when building a url . concode_field_sep UrlBasedViewResolver viewResolver concode_field_sep UrlBasedViewResolverRegistration cacheLimit concode_elem_sep UrlBasedViewResolverRegistration cache concode_elem_sep UrlBasedViewResolverRegistration prefix concode_elem_sep UrlBas...
ListeningScheduledExecutorService function ( ScheduledExecutorService arg0 ) { return new MDCPropagatingScheduledExecutorService ( arg0 ) ; }
creates an listeningscheduledexecutorservice whose submit , execute , schedule , scheduleatfixedrate , and schedulewithfixeddelay methods propagate the mdc information across thread boundaries . concode_field_sep TimeUnit EXECUTOR_SERVICE_SHUTDOWN_TIMEOUT_TIMEUNIT concode_elem_sep ThreadFactory DEFAULT_THREAD_FACTORY c...
String function ( ) { return _name ; }
returns the record type name . concode_field_sep String _name concode_field_sep List<MetricSchemaRecord> get concode_elem_sep RecordType fromName concode_elem_sep List<String> getUnique concode_elem_sep void put concode_elem_sep void put
void function ( final Class arg0 , final String arg1 , final MultiplexMappingEntry [ ] arg2 ) { this . classToHandlerMapping . addMultiplexMapping ( new MultiplexMappingDefinition ( arg0 , arg1 , arg2 ) ) ; }
adds a multiplex mapping . concode_field_sep SimpleObjectFactory classToHandlerMapping concode_field_sep XmlWriteHandler getMapping concode_elem_sep XmlWriteHandler loadHandlerClass concode_elem_sep void addManualMapping concode_elem_sep ObjectFactory getFactoryLoader concode_elem_sep void write
void function ( ) { StrokeMap loc0 = new StrokeMap ( ) ; loc0 . put ( "srini_string" , new BasicStroke ( 1.1f ) ) ; loc0 . put ( "srini_string" , new BasicStroke ( 2.2f ) ) ; StrokeMap loc1 = ( StrokeMap ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
a check for serialization . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization1 concode_elem_sep void testGetStroke concode_elem_sep void testPut concode_elem_sep void testEquals
CstString function ( int arg0 ) { int loc0 = bytes . getUnsignedShort ( arg0 + 1 ) ; arg0 += 3 ; ByteArray loc1 = bytes . slice ( arg0 , arg0 + loc0 ) ; try { return new CstString ( loc1 ) ; } catch ( IllegalArgumentException loc2 ) { throw new ParseException ( loc2 ) ; } }
parses a utf8 constant . concode_field_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep int[] offsets concode_elem_sep ByteArray bytes concode_elem_sep StdConstantPool pool concode_field_sep void setObserver concode_elem_sep int getEndOffset concode_elem_sep StdConstantPool getPool concode_ele...
Sleeper function ( ) { return sleeper ; }
returns the sleeper . 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 Context context concode_elem_sep Sleeper sleeper concode_elem_sep Account selectedAccount c...
XAResource [ ] function ( ActivationSpec [ ] arg0 ) { return null ; }
this method is called by the application server during crash recovery . concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpoin...
Class function ( String arg0 ) { try { return classForName ( arg0 . substring ( 0 , arg0 . lastIndexOf ( '.' ) ) ) ; } catch ( Exception loc0 ) { return null ; } }
retrieves the declaring class object for the specified fully qualified method name , using if possible the classloader attribute of this object 's database . concode_field_sep String catalogName concode_elem_sep Database database concode_elem_sep HashSet builtin concode_field_sep String getMethodFQN concode_elem_sep It...
ListAccountAliasesResult function ( Boolean arg0 ) { this . isTruncated = arg0 ; return this ; }
a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re...
TaskInfo function ( ) { return new TaskInfo ( taskName , indexInSubtaskGroup , numberOfSubtasks , attemptNumber ) ; }
returns the taskinfo object for the subtask concode_field_sep String jobName concode_elem_sep int numberOfSubtasks concode_elem_sep int attemptNumber concode_elem_sep String invokableClassName concode_elem_sep JobVertexID vertexID concode_elem_sep Configuration taskConfiguration concode_elem_sep List<BlobKey> requiredJ...
boolean function ( ) { return count == 0 ; }
tests if this hashtable maps no keys to values . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains con...
boolean function ( final RevocationToken arg0 , final List < BasicOCSPResp > arg1 ) { if ( ( arg0 instanceof OCSPToken ) && ( arg1 != null ) ) { final BasicOCSPResp loc0 = ( ( OCSPToken ) arg0 ) . getBasicOCSPResp ( ) ; final boolean loc1 = arg1 . loc1 ( loc0 ) ; return loc1 ; } return false ; }
this method indicates if the given revocation token is present in the crl or ocsp response list . concode_field_sep JcaDigestCalculatorProviderBuilder jcaDigestCalculatorProviderBuilder concode_field_sep CertificateID getOCSPCertificateID concode_elem_sep BasicOCSPResp loadOCSPBase64Encoded concode_elem_sep OCSPResp fr...
int function ( int arg0 ) { int loc0 = ( arg0 & 0x7fffffff ) % hashTable . length ; return hashTable [ loc0 ] ; }
return the array index for a hash . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep void unlinkNode co...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m...
void function ( long arg0 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 >= 0 ) { if ( mValues [ loc0 ] != DELETED ) { mValues [ loc0 ] = DELETED ; mGarbage = true ; } } }
removes the mapping from the specified key , if there was any . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep long keyAt concode_elem_sep void clear concode_elem_sep E valueAt concode_elem_s...
String function ( ) { return name ; }
returns the display name concode_field_sep String address concode_elem_sep String name concode_field_sep void setName concode_elem_sep String trim concode_elem_sep void setAddress concode_elem_sep String toString concode_elem_sep String getAddress
List < IJSONObject > function ( final String arg0 ) { return getArrayAsElementList ( JSONReader . parseArraySafe ( arg0 ) , IJSONObject . class ) ; }
tries to parse the passed json into an object list and returns the list of the contained json objects . if anything goes wrong , this method will return null . concode_field_sep Logger LOG concode_field_sep JSONPropertyValueList<IJSONPropertyValueList<IJSONObject>> getJSONMultiArray concode_elem_sep IMultiLingualText g...
int function ( ) { return this . evaluations ; }
it 's useful to know how many times we 've fired , for optimization . concode_field_sep int evaluations concode_elem_sep String methodName concode_elem_sep Class<?> clazz concode_field_sep MethodMatcher getMethodMatcher concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ClassFilter getClassF...
String function ( final URL arg0 ) { final String loc0 = getPath ( arg0 ) ; final int loc1 = loc0 . lastIndexOf ( "srini_string" ) ; if ( loc1 < 0 ) { return loc0 ; } return loc0 . substring ( loc1 + 1 ) ; }
extracts the file name from the url . concode_field_sep IOUtils instance concode_field_sep List parseName concode_elem_sep String formatName concode_elem_sep boolean isPath concode_elem_sep String createRelativeURL concode_elem_sep void copyStreams concode_elem_sep void copyStreams concode_elem_sep boolean isFileStyleP...
void function ( ) { chatState . updateAll ( ) ; SessionRenderer . render ( "srini_string" ) ; }
method to tell the chat state to update everyone in the chat this method is normally called when a message is added to the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoL...
com . liferay . portal . kernel . model . ResourceAction function ( com . liferay . portal . kernel . model . ResourceAction arg0 ) { return _resourceActionLocalService . updateResourceAction ( arg0 ) ; }
updates the resource action in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ResourceActionLocalService _resourceActionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep ...
void function ( String arg0 ) { this . id = arg0 ; }
set the portle definition id . concode_field_sep LocalizedPortletDefinition original concode_elem_sep long serialVersionUID concode_elem_sep LocalizedPortletDefinition localized concode_elem_sep String id concode_elem_sep String locale concode_field_sep LocalizedPortletDefinition getLocalized concode_elem_sep void setO...
boolean function ( Rule arg0 , String arg1 ) { return NonconfigurableAttributeMapper . of ( arg0 ) . get ( CONSTRAINTS_ATTR , Type . STRING_LIST ) . contains ( arg1 ) ; }
checks whether specified constraint keyword is present in the tags attribute of the test or test suite rule . method assumes that provided rule is a test or a test suite . behavior is undefined otherwise . concode_field_sep boolean isExplicit concode_elem_sep Label expectedLabel concode_elem_sep Rule rule concode_elem_...
void function ( Session arg0 ) { writeToLog ( arg0 , arg0 . getUser ( ) . getConnectStatement ( ) ) ; }
records a log entry representing a new connection action on the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concode_e...
Type function ( Field arg0 ) { Type loc0 = getFirstNonOptionalType ( arg0 ) ; if ( loc0 instanceof ParameterizedType ) { loc0 = ( ( ParameterizedType ) loc0 ) . getActualTypeArguments ( ) [ 0 ] ; } if ( loc0 instanceof WildcardType ) { loc0 = ( ( WildcardType ) loc0 ) . getUpperBounds ( ) [ 0 ] ; } return Primitives . ...
determine the `` base type '' of a field . that is , the following will be returned : string - > string.class optional < string > - > string.class set < string > - > string.class collection < ? extends comparable > - > comparable.class collection < ? super comparable - > object.class concode_field_sep PlaceHolder place...
void function ( RandomObjectTable < T > arg0 ) { this . pool . add ( checkNotNull ( arg0 ) ) ; }
adds a table to the pool . concode_field_sep List<RandomObjectTable<T>> pool concode_field_sep void clearPool concode_elem_sep void addAll concode_elem_sep List<RandomObjectTable<T>> getTables concode_elem_sep int hashCode concode_elem_sep boolean removeTable concode_elem_sep List<T> get concode_elem_sep boolean equals...
byte [ ] function ( String arg0 , String arg1 ) { byte [ ] loc0 ; if ( arg1 == null ) { arg1 = "srini_string" ; } try { loc0 = arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } return digest ( loc0 ) ; }
retrieves a byte sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed . concode_field_sep MessageDigest md5 concode_field_sep String encode
DrawerItem function ( Context arg0 ) { mDrawerTheme = new DrawerTheme ( arg0 ) ; notifyDataChanged ( ) ; return this ; }
resets the drawer item theme concode_field_sep int THREE_LINE concode_elem_sep int AVATAR concode_elem_sep Drawable mImage concode_elem_sep ArrayAdapter<DrawerItem> mAdapter concode_elem_sep int ICON concode_elem_sep long mId concode_elem_sep boolean mIsHeader concode_elem_sep String mTextSecondary concode_elem_sep int...
void function ( String arg0 , Function arg1 ) { functions . put ( arg0 , arg1 ) ; }
register a function with a given name . concode_field_sep Map<String,Function> functions concode_elem_sep Map<String,TextFilter> escapers concode_field_sep void registerEscapeMode concode_elem_sep boolean isEscapingFunction concode_elem_sep void escape concode_elem_sep void setupDefaultFunctions concode_elem_sep Value ...
String function ( ) { return fBaseSystemId ; }
returns the base uri against which the literal systemid is to be resolved . concode_field_sep String fExpandedSystemId concode_elem_sep String fPublicId concode_elem_sep String fBaseSystemId concode_elem_sep String fNamespace concode_elem_sep String fLiteralSystemId concode_field_sep void clear concode_elem_sep void se...
void function ( ReplayedPlace arg0 , ReplayedLogTrace arg1 ) { }
will be called directly after artificially creating a new token for enabling a task that has failed execution during log replay . does nothing per default to be overridden in subclasses if necessary . concode_field_sep PlaceHolder placeHolder concode_field_sep void takePostTraceReplayMeasurement concode_elem_sep void t...
String function ( ) { return this . failureCode ; }
the status code of a failed item . concode_field_sep Boolean retryable concode_elem_sep String failureCode concode_field_sep void setRetryable concode_elem_sep Boolean getRetryable concode_elem_sep void setFailureCode concode_elem_sep void setFailureCode concode_elem_sep int hashCode concode_elem_sep Boolean isRetryabl...
BytesReference function ( ) { return new BytesArray ( bytes ) ; }
return the compressed bytes as a bytesreference . concode_field_sep byte[] bytes concode_elem_sep int crc32 concode_field_sep void writeTo concode_elem_sep String string concode_elem_sep int hashCode concode_elem_sep void assertConsistent concode_elem_sep CompressedXContent readCompressedString concode_elem_sep boolean...
void function ( GameState arg0 ) { states . put ( new Integer ( arg0 . getID ( ) ) , arg0 ) ; if ( currentState . getID ( ) == - 1 ) { currentState = arg0 ; } }
add a state to the game . the state will be updated and maintained by the game concode_field_sep GameContainer container concode_elem_sep HashMap states concode_elem_sep GameState nextState concode_elem_sep Transition enterTransition concode_elem_sep GameState currentState concode_elem_sep String title concode_elem_sep...
void function ( String arg0 ) { if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" + arg0 + "srini_string" ) ; } if ( ( "srini_string" ) . equals ( arg0 ) ) { autoDdl = true ; } }
configuration : to run the ddl on init or not . concode_field_sep String SAKAI_SAMIGO_DDL_NAME concode_elem_sep String SQL_UPDATE_SCRIPT_NAME concode_elem_sep boolean autoDdl concode_elem_sep Logger LOG concode_elem_sep SqlService sqlService concode_elem_sep String SAKAI_AUTO_DDL_PROPERTY concode_field_sep void init
BigDecimal function ( ) { return used ; }
gets the value of the used property . concode_field_sep BigDecimal chargeableOverage concode_elem_sep String unitOfMeasure concode_elem_sep BigDecimal allowed concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal used concode_elem_sep BigDecimal contributedToStack concode_elem_sep String msisdn concode_ele...
long function ( ) { return length ; }
get length of extent . concode_field_sep long offset concode_elem_sep int[] osds concode_elem_sep long length concode_field_sep long getOffset concode_elem_sep int[] getOSDs concode_elem_sep String toString
int [ ] function ( ) { return pivot . clone ( ) ; }
returns the pivot permutation vector . concode_field_sep RealMatrix cachedU concode_elem_sep boolean even concode_elem_sep RealMatrix cachedL concode_elem_sep double[][] lu concode_elem_sep int[] pivot concode_elem_sep boolean singular concode_elem_sep double DEFAULT_TOO_SMALL concode_elem_sep RealMatrix cachedP concod...
TimeUnit function ( ) { return timeUnit ; }
get the timeunit . concode_field_sep Long DEFAULT_IDLE concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep Long when concode_elem_sep TimeUnit timeUnit concode_field_sep Type getType concode_elem_sep Long getWhen
void function ( @ Nonnull @ WillNotClose final OutputStream arg0 ) { arg0 . write ( m_aContentBytes , 0 , m_aContentBytes . length ) ; }
write the content bytes to the specified output stream . concode_field_sep IMimeType m_aMimeType concode_elem_sep byte[] m_aContentBytes concode_field_sep int getContentByteCount concode_elem_sep boolean matchesBeginning concode_elem_sep IMimeType getMimeType concode_elem_sep int hashCode concode_elem_sep boolean equal...
int function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColorHighlight ) . getDefaultColor ( ) ; }
utility method that returns the default text highlight color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColorHint concode_elem_sep ColorStateList getDefaultTextColor concode_elem_sep ColorStateList getDefaultTextAttribute
float function ( ) { return bookBuyUniversityEfforts ; }
getter concode_field_sep float dormSelectionOfficeCarbonFootprint concode_elem_sep float courseRegistrationComputerEfforts concode_elem_sep float bookBuyUniversityCarbonFootprint concode_elem_sep float bookBuyMondoEfforts concode_elem_sep float bookBuyCost concode_elem_sep float campusTourOnFootEfforts concode_elem_sep...
BaseScene function ( final int arg0 ) { BaseScene loc0 = getScene ( arg0 + 1 ) ; this . setScene ( loc0 ) ; return loc0 ; }
sets the next scene . concode_field_sep BaseScene _menuScene concode_elem_sep BaseScene _loadScene concode_elem_sep BaseScene _gameScene concode_elem_sep BaseScene _splashScene concode_elem_sep Engine _engine concode_elem_sep ArrayList<BaseScene> listGameScene concode_elem_sep BaseScene _scoreScene concode_elem_sep Bas...
void function ( Integer arg0 ) { this . startIndex = arg0 ; }
sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<AudienceSegment> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<AudienceSegment> getResults concode_elem_s...
int function ( String arg0 ) { return Math . max ( arg0 . lastIndexOf ( "srini_string" ) , arg0 . lastIndexOf ( "srini_string" ) ) ; }
this routine returns last index of separator in input param `` path '' , and return it . concode_field_sep int INITIAL_MAX_PATH concode_elem_sep String separator concode_elem_sep String pathSeparator concode_elem_sep char separatorChar concode_elem_sep char pathSeparatorChar concode_elem_sep boolean isWindows concode_f...
void function ( MessageClasses arg0 ) { this . messageClass = arg0 ; }
sets the message class to the specified one . concode_field_sep Date date concode_elem_sep String gtwId concode_elem_sep long messageIdSeed concode_elem_sep long messageId concode_elem_sep int srcPort concode_elem_sep long serialVersionUID concode_elem_sep MessageTypes type concode_elem_sep MessageEncodings encoding co...
String function ( ModelNode arg0 ) { return arg0 . require ( ModelDescriptionConstants . OP ) . asString ( ) ; }
returns the name of the specified operation concode_field_sep String INDEX concode_elem_sep String KEY concode_field_sep ModelNode getAttributeValue concode_elem_sep ModelNode createWriteAttributeOperation concode_elem_sep ModelNode createReadAttributeOperation concode_elem_sep Set<String> getAllWriteAttributeOperation...
void function ( String arg0 ) { this . value = arg0 ; }
sets the value of the value property . concode_field_sep String format concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setFormat concode_elem_sep String getFormat
boolean function ( ) { return state == State . STARTED ; }
returns true if the state is started . concode_field_sep State state concode_field_sep boolean moveToClosed concode_elem_sep boolean stopped concode_elem_sep boolean canMoveToStarted concode_elem_sep boolean moveToStopped concode_elem_sep boolean stoppedOrClosed concode_elem_sep boolean initialized concode_elem_sep boo...
int function ( ) { if ( hasData ( ) ) return data . length ; else return 0 ; }
returns byte size of frame , if set , else 0 concode_field_sep byte[] data concode_elem_sep boolean more concode_field_sep boolean hasSameData concode_elem_sep ZFrame recvFrame concode_elem_sep ZFrame recvFrame concode_elem_sep void sendAndDestroy concode_elem_sep void sendAndDestroy concode_elem_sep boolean hasData co...
void function ( ) { String loc0 = imageFileName ; if ( imageFileName == null ) { loc0 = imageFilePrefix + imageFileNumber ++ + imageFileSuffix ; } PApplet . println ( "srini_string" + loc0 ) ; largeImage . save ( loc0 ) ; running = false ; }
internal method to save the actual large stitched-together image in one file . concode_field_sep PGraphics largeImage concode_elem_sep int shotY concode_elem_sep int shotX concode_elem_sep int imageFileNumber concode_elem_sep PApplet p concode_elem_sep int yStep concode_elem_sep String imageFileSuffix concode_elem_sep ...
int function ( ) { return s . size ( ) ; }
iterating method that is manually synchronized concode_field_sep CopyOnWriteArraySet<E> s concode_field_sep boolean add concode_elem_sep SortedSet<E> tailSet concode_elem_sep E last concode_elem_sep SortedSet<E> headSet concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty concode_elem_sep void clear co...
void function ( String arg0 ) { if ( true ) { System . out . println ( "srini_string" ) ; } }
it 's ok to format this comment . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void doSomething concode_elem_sep void evenMore
Map < String , Set < String >> function ( ) { return keyValueMetadata ; }
each key is associated with the list of distinct values found in footers concode_field_sep MessageType fileSchema concode_elem_sep Map<String,String> mergedKeyValueMetadata concode_elem_sep Map<String,Set<String>> keyValueMetadata concode_elem_sep Configuration configuration concode_field_sep Configuration getConfigura...
Connection function ( ) { return getConnection ( true , false ) ; }
invoked by the container . return a logicalhandle object that wraps a physical connection . concode_field_sep int CONNECTION_CLOSED_EVENT concode_elem_sep Map<ConnectionEventListener,ConnectionEventListener> connectionEventListeners concode_elem_sep com.mysql.jdbc.Connection physicalConn concode_elem_sep Connection log...
Pair < String , ArrayList < String >> function ( int arg0 ) { return store . get ( arg0 ) ; }
array access . concode_field_sep File file concode_elem_sep String COMMENT_PREFIX concode_elem_sep ArrayList<Pair<String,ArrayList<String>>> store concode_field_sep Iterator<Pair<String,ArrayList<String>>> iterator concode_elem_sep void load concode_elem_sep int size concode_elem_sep ArrayList<String> get concode_elem_...
String function ( ) { return installmentNumber ; }
gets the value of the installmentnumber property . concode_field_sep String installmentNumber concode_elem_sep String installmentDate concode_elem_sep double installmentAmount concode_field_sep void setInstallmentAmount concode_elem_sep double getInstallmentAmount concode_elem_sep String getInstallmentDate concode_elem...