idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
37,900
returns the number of currently active worker threads in the channel . this value will always fall in between the min a max thread count . concode_field_sep ChannelHandler channelHandler concode_elem_sep ThreadPoolExecutor executor concode_elem_sep String name concode_elem_sep Logger Log concode_field_sep void add conc...
int function ( ) { return executor . getPoolSize ( ) ; }
37,901
check if the graident is repeating concode_field_sep Color topColor concode_elem_sep int offset concode_elem_sep Color bottomColor concode_elem_sep float scale concode_elem_sep boolean cyclic concode_field_sep void setTopColor concode_elem_sep List getValues concode_elem_sep void setScale concode_elem_sep int getOffset...
boolean function ( ) { return cyclic ; }
37,902
retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep...
String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; }
37,903
this method run the algorithm on a transaction database already in memory . concode_field_sep int itemsetCount concode_elem_sep boolean emptySetIsRequired concode_elem_sep Map<Integer,Set<Integer>> mapItemTIDS concode_elem_sep TransactionDatabase database concode_elem_sep int databaseSize concode_elem_sep long startTim...
Itemsets function ( TransactionDatabase arg0 , double arg1 ) { this . database = arg0 ; Itemsets loc0 = runAlgorithm ( null , null , arg1 ) ; this . database = null ; return loc0 ; }
37,904
stop the timer . concode_field_sep int m_iterations concode_elem_sep String m_name concode_elem_sep long NANO_PER_SECOND concode_elem_sep long serialVersionUID concode_elem_sep long NANO_PER_MINUTE concode_elem_sep String m_status concode_elem_sep long m_elapsedTime concode_elem_sep long m_startTime concode_elem_sep lo...
void function ( ) { m_elapsedTime += System . nanoTime ( ) - m_startTime ; m_startTime = 0 ; m_status = "srini_string" ; }
37,905
adds an cookie http cookie , replacing any existing equivalent cookies . if the given cookie has already expired it will not be added , but existing values will still be removed . concode_field_sep long serialVersionUID concode_elem_sep TreeSet<Cookie> cookies concode_field_sep void addCookies concode_elem_sep boolean ...
void function ( final Cookie arg0 ) { if ( arg0 != null ) { cookies . remove ( arg0 ) ; if ( ! arg0 . isExpired ( new Date ( ) ) ) { cookies . add ( arg0 ) ; } } }
37,906
api to get all the master configs by profile name . concode_field_sep ScannerMasterConfigDao dao concode_field_sep List<ScannerMasterConfiguration> getMasterConfigurations
ScannerMasterConfiguration function ( String arg0 ) { return dao . getScannerMasterConfigForProfile ( arg0 ) ; }
37,907
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...
int function ( int arg0 ) { int loc0 = ( arg0 & 0x7fffffff ) % hashTable . length ; return hashTable [ loc0 ] ; }
37,908
walks up the reader tree and return the given context 's top level reader context , or in other words the reader tree 's root context . concode_field_sep PlaceHolder placeHolder concode_field_sep int subIndex concode_elem_sep int subIndex
IndexReaderContext function ( IndexReaderContext arg0 ) { while ( arg0 . parent != null ) { arg0 = arg0 . parent ; } return arg0 ; }
37,909
returns information about measured time in milliseconds . concode_field_sep DecimalFormat FMT_SEC concode_elem_sep DecimalFormat FMT_INT concode_elem_sep double MILLIS_PER_SEC concode_elem_sep long MILLIS_PER_HOUR concode_elem_sep String obj concode_elem_sep long MILLIS_PER_MIN concode_elem_sep long start concode_elem_...
String function ( ) { return milliString ( System . currentTimeMillis ( ) - start ) ; }
37,910
same as splitwords , but without first word i.e. without macro name itself , just parameters . 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 usage concode_elem_sep int parseIntArg concode_elem_sep MidiMess...
String [ ] function ( String arg0 ) { String [ ] loc0 = Toolbox . splitWords ( arg0 ) ; String [ ] loc1 = new String [ loc0 . length - 1 ] ; System . arraycopy ( loc0 , 1 , loc1 , 0 , loc1 . length ) ; return loc1 ; }
37,911
gets the value of the role property . concode_field_sep MLUnitDefinitionType mlUnitDefinition concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concod...
String function ( ) { return role ; }
37,912
start a service . the service state is checked before the operation begins . this process is not thread safe . concode_field_sep Log LOG concode_field_sep void init concode_elem_sep void stop concode_elem_sep Exception stopQuietly concode_elem_sep void ensureCurrentState concode_elem_sep void deploy
void function ( Service arg0 ) { Service . STATE loc0 = arg0 . getServiceState ( ) ; ensureCurrentState ( loc0 , Service . STATE . INITED ) ; arg0 . start ( ) ; }
37,913
sets the value of the pmttype property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal lstPmtAm...
void function ( PaymentType arg0 ) { this . pmtType = arg0 ; }
37,914
returns alias concode_field_sep String alias concode_elem_sep Date notBefore concode_elem_sep String issuer concode_elem_sep Date notAfter concode_elem_sep long serialVersionUID concode_elem_sep String subject concode_field_sep String getIssuer concode_elem_sep String getSubject concode_elem_sep void setSubject concode...
String function ( ) { return alias ; }
37,915
return only the launch configuration types that support the current mode and are marked as ` public ' . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep Shell fShell concode_elem_sep String fMode concode_elem_sep ILaunchConfigurationType type concode_field_sep void errorDialog concode_elem_sep Object getParent c...
Object [ ] function ( Object arg0 ) { ILaunchConfigurationType [ ] loc0 = getLaunchManager ( ) . getLaunchConfigurationTypes ( ) ; return filterTypes ( loc0 ) . toArray ( ) ; }
37,916
execute query using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep HashMap<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String mTable concode_field_sep int update concode_elem_sep void ensureSelectionArgs conco...
Cursor function ( SQLiteDatabase arg0 , String [ ] arg1 , String arg2 , String arg3 , String arg4 , String arg5 ) { assertTable ( ) ; if ( arg1 != null ) mapColumns ( arg1 ) ; return arg0 . query ( mTable , arg1 , getSelection ( ) , getSelectionArgs ( ) , arg2 , arg3 , arg4 , arg5 ) ; }
37,917
the name of the receipt rule set . the name must : contain only ascii letters a-z , a-z , numbers 0-9 , periods . , underscores _ , or dashes - . start and end with a letter or number . contain less than 64 characters . concode_field_sep java.util.Date createdTimestamp concode_elem_sep String name concode_field_sep voi...
String function ( ) { return this . name ; }
37,918
get dvcs version of request . concode_field_sep DVCSRequestInformation data concode_field_sep DVCSRequestInformation toASN1Structure concode_elem_sep Date getRequestTime concode_elem_sep PolicyInformation getRequestPolicy concode_elem_sep BigInteger getNonce concode_elem_sep GeneralNames getDataLocations concode_elem_s...
int function ( ) { return data . getVersion ( ) ; }
37,919
sets the value of the id property . concode_field_sep ResSharingScopeType resSharingScope concode_elem_sep FullyQualifiedClassType resType concode_elem_sep List<InjectionTargetType> injectionTarget concode_elem_sep JndiNameType resRefName concode_elem_sep List<DescriptionType> description concode_elem_sep ResAuthType r...
void function ( java . lang . String arg0 ) { this . id = arg0 ; }
37,920
gets a constructor which takes a single string as its argument or a no arg constructor . concode_field_sep String fName concode_elem_sep Vector fTests concode_field_sep void setName concode_elem_sep int testCount concode_elem_sep void addTestSuite concode_elem_sep String getName concode_elem_sep void addTestMethod conc...
Constructor function ( Class arg0 ) { Class [ ] loc0 = { String . class } ; try { return arg0 . getConstructor ( loc0 ) ; } catch ( NoSuchMethodException loc1 ) { } return arg0 . getConstructor ( new Class [ 0 ] ) ; }
37,921
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
37,922
compares two resource metadata objects for consistent state . concode_field_sep String filename concode_elem_sep Logger log concode_elem_sep long createTime concode_elem_sep long commitTime concode_elem_sep short VERSION1 concode_elem_sep short VERSION0 concode_elem_sep UUID uuid concode_field_sep void writeExternal co...
boolean function ( final IResourceMetadata arg0 ) { if ( this == arg0 ) return true ; if ( uuid . equals ( arg0 . getUUID ( ) ) && filename . equals ( arg0 . getFile ( ) ) && createTime == arg0 . getCreateTime ( ) ) { return true ; } return false ; }
37,923
set first concode_field_sep Logger log concode_elem_sep ConcurrentHashMap<AnnoActivationSpec,AnnoActivation> activations concode_elem_sep long serialVersionUID concode_elem_sep String first concode_elem_sep Integer second concode_field_sep void setSecond concode_elem_sep void endpointActivation concode_elem_sep void st...
void function ( String arg0 ) { this . first = arg0 ; }
37,924
returns the implementation hints . the default implementation returns an empty map . concode_field_sep Logger LOGGER concode_elem_sep ImageReaderSpi cachedSpi concode_field_sep ImageReaderSpi getCachedSpi concode_elem_sep boolean isAvailable concode_elem_sep JP2KFormat createFormat
Map < RenderingHints . Key , ? > function ( ) { return Collections . emptyMap ( ) ; }
37,925
whether we are connected to the network manager through dbus . concode_field_sep Logger logger concode_elem_sep DBusConnection dbusConn concode_field_sep void stop concode_elem_sep void start concode_elem_sep void handle
boolean function ( ) { return dbusConn != null ; }
37,926
helps to implement nested transaction . tx.intercept ... and db.tx ... need this method to detected if it in nested transaction . concode_field_sep boolean devMode concode_elem_sep Dialect dialect concode_elem_sep IContainerFactory containerFactory concode_elem_sep String name concode_elem_sep ThreadLocal<Connection> t...
Connection function ( ) { return threadLocal . get ( ) ; }
37,927
return the system properties name associated with the tcp buffer sizes for this network . concode_field_sep BluetoothProfile.ServiceListener mProfileServiceListener concode_elem_sep BluetoothTetheringDataTracker sInstance concode_elem_sep BluetoothPan mBluetoothPan concode_elem_sep AtomicBoolean mTeardownRequested conc...
String function ( ) { return "srini_string" ; }
37,928
process a float numeric field . concode_field_sep PlaceHolder placeHolder concode_field_sep Status needsField concode_elem_sep void longField concode_elem_sep void doubleField concode_elem_sep void binaryField concode_elem_sep void stringField concode_elem_sep void intField
void function ( FieldInfo arg0 , float arg1 ) { }
37,929
creates a new builder for a given thing uid . concode_field_sep ThingUID bridgeUID concode_elem_sep long ttl concode_elem_sep ThingUID thingUID concode_elem_sep Map<String,Object> properties concode_elem_sep String label concode_elem_sep String representationProperty concode_elem_sep ThingTypeUID thingTypeUID concode_f...
DiscoveryResultBuilder function ( ThingUID arg0 ) { return new DiscoveryResultBuilder ( arg0 ) ; }
37,930
add a propertychangelistener for a specific property . the listener will be invoked only when a call on firepropertychange names that specific property . the same listener object may be added more than once . for each property , the listener will be invoked the number of times it was added for that property . if proper...
void function ( String arg0 , PropertyChangeListener arg1 ) { getChangeSupport ( ) . addPropertyChangeListener ( arg0 , arg1 ) ; }
37,931
determine the shards with a specific state concode_field_sep DiscoveryNode node concode_elem_sep List<MutableShardRouting> shards concode_elem_sep String nodeId concode_field_sep void add concode_elem_sep Iterator<MutableShardRouting> mutableIterator concode_elem_sep String prettyPrint concode_elem_sep boolean isEmpty ...
List < MutableShardRouting > function ( ShardRoutingState ... arg0 ) { List < MutableShardRouting > loc0 = newArrayList ( ) ; for ( MutableShardRouting loc1 : this ) { for ( ShardRoutingState loc2 : arg0 ) { if ( loc1 . loc2 ( ) == loc2 ) { loc0 . add ( loc1 ) ; } } } return loc0 ; }
37,932
this method is used in case of asic signatures concode_field_sep PlaceHolder placeHolder concode_field_sep void checkBLevelValid concode_elem_sep void test concode_elem_sep SignatureValue sign concode_elem_sep void checkTLevelAndValid concode_elem_sep void checkFinalLevel concode_elem_sep DSSDocument getSignedDocument ...
SignatureLevel function ( ) { return getOriginalSignatureLevel ( ) ; }
37,933
sets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getvalue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 ) { this . value = arg0 ; }
37,934
returns the value to which the specified key is mapped in this map . 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 ...
Object function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return loc3 . value ; } } return null ; }
37,935
computes the determinant from the lu decomposition . concode_field_sep int indx[] concode_elem_sep double pivsign concode_elem_sep double vv[] concode_elem_sep DenseMatrix64F LU concode_elem_sep int maxWidth concode_elem_sep double dataLU[] concode_elem_sep int m concode_elem_sep int pivot[] concode_elem_sep int n conc...
double function ( ) { if ( m != n ) throw new IllegalArgumentException ( "srini_string" ) ; double loc0 = pivsign ; int loc1 = m * n ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 += n + 1 ) { loc0 *= dataLU [ loc2 ] ; } return loc0 ; }
37,936
set this to true to filter by transient modifier . concode_field_sep Set<String> loggerNames concode_elem_sep Pattern methodTypePattern concode_elem_sep boolean constantField concode_elem_sep String fieldName concode_elem_sep boolean loggers concode_elem_sep String methodName concode_elem_sep boolean transientModifier ...
void function ( boolean arg0 ) { this . transientModifier = arg0 ; }
37,937
updates the preferences file with content . concode_field_sep String TAG concode_elem_sep String FILE_MIME_TYPE concode_elem_sep String FILE_NAME concode_elem_sep Drive mDriveService concode_field_sep String downloadFile concode_elem_sep File insertPreferencesFile concode_elem_sep File getOrCreateFile concode_elem_sep ...
File function ( File arg0 , String arg1 ) { Log . d ( TAG , "srini_string" + arg0 . getId ( ) + "srini_string" + arg1 + "srini_string" ) ; ByteArrayContent loc0 = ByteArrayContent . fromString ( FILE_MIME_TYPE , arg1 ) ; return mDriveService . files ( ) . update ( arg0 . getId ( ) , arg0 , loc0 ) . execute ( ) ; }
37,938
encode to a morton long value from a given geohash string concode_field_sep int PRECISION concode_elem_sep String BASE_32_STRING concode_elem_sep short MORTON_OFFSET concode_elem_sep char[] BASE_32 concode_field_sep char encode concode_elem_sep long longEncode concode_elem_sep long longEncode concode_elem_sep long long...
long function ( final String arg0 ) { int loc0 = 11 ; long loc1 ; long loc2 = 0L ; for ( char loc3 : arg0 . toCharArray ( ) ) { loc1 = ( long ) ( BASE_32_STRING . indexOf ( loc3 ) ) ; loc2 |= ( loc1 << ( ( loc0 -- * 5 ) + MORTON_OFFSET ) ) ; } return BitUtil . flipFlop ( loc2 ) ; }
37,939
write the enumeration value as int to the cdr output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep SetOverrideType extract concode_elem_sep SetOverrideType read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
void function ( OutputStream arg0 , SetOverrideType arg1 ) { arg0 . write_long ( arg1 . arg1 ( ) ) ; }
37,940
sends the presentation time stamp to egl . time is expressed in nanoseconds . concode_field_sep String TAG concode_elem_sep EGLDisplay mEGLDisplay concode_elem_sep int EGL_RECORDABLE_ANDROID concode_elem_sep int FLAG_TRY_GLES3 concode_elem_sep EGLContext mEGLContext concode_elem_sep int FLAG_RECORDABLE concode_elem_sep...
void function ( EGLSurface arg0 , long arg1 ) { EGLExt . eglPresentationTimeANDROID ( mEGLDisplay , arg0 , arg1 ) ; }
37,941
sets the modified date of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMo...
void function ( Date arg0 ) { _foo . setModifiedDate ( arg0 ) ; }
37,942
init when loading a new html page into webview . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,Plugi...
void function ( ) { LOG . d ( TAG , "srini_string" ) ; this . onPause ( false ) ; this . onDestroy ( ) ; pluginMap . clear ( ) ; this . startupPlugins ( ) ; }
37,943
get a handle to the encapsulated sessionfactory . concode_field_sep SessionFactoryImplementor sfi concode_elem_sep Map collectionPropertyMappingByRole concode_field_sep QueryableCollection getCollectionPersister concode_elem_sep Type getElementType concode_elem_sep JoinSequence createJoinSequence concode_elem_sep JoinS...
SessionFactoryImplementor function ( ) { return sfi ; }
37,944
create a validation builder for reminder . concode_field_sep UBL20Validator s_aInstance concode_field_sep UBL20ValidatorBuilder<AttachedDocumentType> attachedDocument concode_elem_sep UBL20ValidatorBuilder<BillOfLadingType> billOfLading concode_elem_sep UBL20ValidatorBuilder<DespatchAdviceType> despatchAdvice concode_e...
UBL20ValidatorBuilder < ReminderType > function ( ) { return UBL20ValidatorBuilder . create ( ReminderType . class ) ; }
37,945
checks if a pathfragment contains a ' - ' . concode_field_sep PlaceHolder placeHolder concode_field_sep PathFragment getWorkspaceRelativePath concode_elem_sep PathFragment getWorkspaceRelativePath concode_elem_sep PathFragment getWorkspaceRelativePath
boolean function ( PathFragment arg0 ) { return arg0 . getPathString ( ) . indexOf ( '-' ) >= 0 ; }
37,946
starts a new list of primitives . the primitivetype specifies which primitives to draw . can be any of gl10.gl _ triangles , gl10.gl _ lines and so on . a maximum of 6000 vertices can be drawn at once . concode_field_sep int idxPos concode_elem_sep int maxVertices concode_elem_sep FloatBuffer normalsBuffer concode_elem...
void function ( int arg0 ) { this . primitiveType = arg0 ; numVertices = 0 ; idxPos = 0 ; idxCols = 0 ; idxNors = 0 ; idxTexCoords = 0 ; hasCols = false ; hasNors = false ; hasTexCoords = false ; }
37,947
action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep String selectedIncludePath concode_field_sep String getSelectedIncludePath concode_elem_sep void setSelectedIncludePath
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; }
37,948
set the count value . concode_field_sep String fqdn concode_elem_sep String name concode_elem_sep int count concode_elem_sep String dnsPrefix concode_elem_sep ContainerServiceVMSizeTypes vmSize concode_field_sep ContainerServiceAgentPoolProfile withVmSize concode_elem_sep ContainerServiceAgentPoolProfile withDnsPrefix ...
ContainerServiceAgentPoolProfile function ( int arg0 ) { this . count = arg0 ; return this ; }
37,949
to set y1 . concode_field_sep int xCoordinate0 concode_elem_sep int xCoordinate1 concode_elem_sep int yCoordinate1 concode_elem_sep int CROSSHAIR_REDUCTION_FACTOR concode_elem_sep AdvancedKVExtractionView advancedKVExtractionView concode_elem_sep int yCoordinate0 concode_field_sep void set concode_elem_sep void clear c...
void function ( int arg0 ) { this . yCoordinate1 = arg0 ; }
37,950
returns the configured value of a hazelcastproperty converted to milliseconds . concode_field_sep Properties properties concode_elem_sep Set<String> keys concode_field_sep long getLong concode_elem_sep long getNanos concode_elem_sep int getSeconds concode_elem_sep String get concode_elem_sep E getEnum concode_elem_sep ...
long function ( HazelcastProperty arg0 ) { TimeUnit loc0 = arg0 . getTimeUnit ( ) ; return loc0 . toMillis ( getLong ( arg0 ) ) ; }
37,951
update the moving average with a new value . concode_field_sep int ONE_MINUTE concode_elem_sep double M1_ALPHA concode_elem_sep double M5_ALPHA concode_elem_sep AtomicLong uncounted concode_elem_sep double SECONDS_PER_MINUTE concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep int FIVE_MINUTES co...
void function ( long arg0 ) { uncounted . addAndGet ( arg0 ) ; }
37,952
test . concode_field_sep PlaceHolder placeHolder concode_field_sep void testParameterValueOfIgnoreCase concode_elem_sep void testGetCollectorUrlsByApplication concode_elem_sep void testAddRemoveCollectorApplication concode_elem_sep void testGetHostName concode_elem_sep void testGetHostAddress concode_elem_sep void test...
void function ( ) { assertNull ( "srini_string" , Parameters . getParameter ( Parameter . DATASOURCES ) ) ; }
37,953
resolve the config location if set . concode_field_sep List<String> cacheNames concode_elem_sep JCache jcache concode_elem_sep EhCache ehcache concode_elem_sep Hazelcast hazelcast concode_elem_sep String provider concode_elem_sep Infinispan infinispan concode_elem_sep CacheType type concode_elem_sep Guava guava concode...
Resource function ( Resource arg0 ) { if ( arg0 != null ) { Assert . isTrue ( arg0 . exists ( ) , "srini_string" + arg0 . getDescription ( ) + "srini_string" ) ; return arg0 ; } return null ; }
37,954
get the magic number from the given bytebuffer . concode_field_sep int PERFDATA_PROLOG_MINOR_OFFSET concode_elem_sep byte PERFDATA_LITTLE_ENDIAN concode_elem_sep int PERFDATA_PROLOG_BYTEORDER_OFFSET concode_elem_sep int PERFDATA_PROLOG_RESERVEDB1_SIZE concode_elem_sep int PERFDATA_PROLOG_MAGIC_OFFSET concode_elem_sep i...
int function ( ByteBuffer arg0 ) { int loc0 = arg0 . loc0 ( ) ; ByteOrder loc1 = arg0 . loc1 ( ) ; arg0 . loc1 ( ByteOrder . BIG_ENDIAN ) ; arg0 . loc0 ( PERFDATA_PROLOG_MAGIC_OFFSET ) ; int loc2 = arg0 . getInt ( ) ; arg0 . loc1 ( loc1 ) ; arg0 . loc0 ( loc0 ) ; return loc2 ; }
37,955
check whether the message with this id has been already received . concode_field_sep String MESSAGE_ID_HEADER concode_elem_sep String MESSAGE_TYPE_IMAGE concode_elem_sep int MESSAGE_ID_HISTORY_LENGTH concode_elem_sep byte[] imageBuffer concode_elem_sep String MESSAGE_TYPE_TEXT concode_elem_sep byte historyIndex concode...
boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } if ( Arrays . contains ( messageIdHistory , arg0 ) ) { return true ; } messageIdHistory [ historyIndex ++ ] = arg0 ; if ( historyIndex >= MESSAGE_ID_HISTORY_LENGTH ) { historyIndex = 0 ; } return false ; }
37,956
scrambles a byte array overwriting all characters with random characters , used for scrambling plain text passwords after usage to avoid keeping them around in memory . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSecurityException concode_elem_sep byte[] toBytes concode_elem_sep byte[] toBytes...
void function ( byte [ ] arg0 ) { if ( arg0 == null ) return ; RandomPasswordProvider loc0 = new RandomPasswordProvider ( ) ; loc0 . getRandomPassword ( arg0 ) ; }
37,957
deletes the test blob entry from the database . also notifies the appropriate model listeners . concode_field_sep TestBlobEntryLocalService _service concode_field_sep com.liferay.testblob.model.TestBlobEntryBlobFieldBlobModel getBlobFieldBlobModel concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_...
com . liferay . testblob . model . TestBlobEntry function ( com . liferay . testblob . model . TestBlobEntry arg0 ) { return getService ( ) . deleteTestBlobEntry ( arg0 ) ; }
37,958
sets whether this bug is open of not concode_field_sep Map<String,Object> internalState concode_field_sep Map<Object,Object> getParameterMap concode_elem_sep Map<String,Object> getInternalState concode_elem_sep String getStatus concode_elem_sep void setOperatingSystem concode_elem_sep void checkRequiredFields concode_e...
void function ( final Boolean arg0 ) { getInternalState ( ) . put ( "srini_string" , arg0 ) ; }
37,959
get the list of names ip : xferport hosting this block concode_field_sep String[] topologyPaths concode_elem_sep String[] cachedHosts concode_elem_sep String[] names concode_elem_sep boolean corrupt concode_elem_sep long offset concode_elem_sep String[] hosts concode_elem_sep long length concode_elem_sep String[] EMPTY...
String [ ] function ( ) { return names ; }
37,960
blocks until condition is true . concode_field_sep Lock lock concode_elem_sep java.util.concurrent.locks.Condition cond concode_field_sep void signal
void function ( Condition arg0 ) { boolean loc0 = false ; lock . lock ( ) ; try { while ( ! arg0 . isMet ( ) ) { try { cond . await ( ) ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { lock . unlock ( ) ; if ( loc0 ) Thread . currentThread ( ) . interrupt ( ) ; } }
37,961
finds component with the given id concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void ...
UIComponent function ( UIComponent arg0 , String arg1 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { return arg0 ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { UIComponent loc1 = findComponent ( loc0 . next ( ) , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } ret...
37,962
gets the value of the rubybase property . concode_field_sep Object parent concode_elem_sep CTRubyContent rt concode_elem_sep CTRubyContent rubyBase concode_elem_sep CTRubyPr rubyPr concode_field_sep void setRt concode_elem_sep Object getParent concode_elem_sep CTRubyContent getRt concode_elem_sep void afterUnmarshal co...
CTRubyContent function ( ) { return rubyBase ; }
37,963
gets the topic name of the topic this messagepipeline is configured with . concode_field_sep MessageServiceClient messageServiceClient concode_elem_sep String topicName concode_elem_sep PublishTask publishTask concode_elem_sep Message message concode_elem_sep Object messageLock concode_elem_sep Log LOG concode_field_se...
String function ( ) { return topicName ; }
37,964
return true if the current phone supports ecm `` emergency callback mode '' , which is a feature where the device goes into a special state for a short period of time after making an outgoing emergency call . on current devices , that state lasts 5 minutes . it prevents data usage by other apps , to avoid conflicts wit...
boolean function ( Phone arg0 ) { return ( arg0 . getPhoneType ( ) == Phone . PHONE_TYPE_CDMA ) ; }
37,965
sets the context . concode_field_sep String source concode_elem_sep String scriptCode concode_elem_sep boolean promptNeeded concode_elem_sep String[] valueList concode_elem_sep String name concode_elem_sep IContext context concode_elem_sep String comment concode_elem_sep String LIST_SEPARATOR concode_elem_sep String ty...
void function ( IContext arg0 ) { this . context = arg0 ; }
37,966
return the default code of this resolvable , that is , the last one in the codes array . concode_field_sep String[] codes concode_elem_sep String defaultMessage concode_elem_sep Object[] arguments concode_field_sep String[] getCodes concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object[]...
String function ( ) { return ( this . codes != null && this . codes . length > 0 ) ? this . codes [ this . codes . length - 1 ] : null ; }
37,967
takes in an xml inputstream and an id and returns a populated metacard the metacard is populated with all attributes that have been parsed by the saxeventhandler s declared in xmlinputtransformer #saxeventhandlerconfiguration s and with the specific id concode_field_sep List<String> saxEventHandlerConfiguration concode...
Metacard function ( InputStream arg0 , String arg1 ) { Metacard loc0 = transform ( arg0 ) ; loc0 . setAttribute ( new AttributeImpl ( Metacard . ID , arg1 ) ) ; return loc0 ; }
37,968
test7 tests with an minus expression . concode_field_sep float testNineValue concode_elem_sep Calculator rev concode_elem_sep float delta concode_elem_sep float testSixValue concode_elem_sep float testEightValue concode_field_sep void noOpr concode_elem_sep void noInput concode_elem_sep void inFixExp concode_elem_sep v...
void function ( ) { assertEquals ( "srini_string" , 1.0f , rev . evaluate ( "srini_string" ) , delta ) ; }
37,969
print the test data . concode_field_sep SQLiteOpenHelper disk concode_elem_sep boolean DEBUG concode_field_sep int countColumn concode_elem_sep List<T> getAll concode_elem_sep List<T> getAll concode_elem_sep void closeReader concode_elem_sep SQLiteDatabase getReader concode_elem_sep String getTableName concode_elem_sep...
void function ( String arg0 ) { if ( DEBUG ) Log . d ( "srini_string" , arg0 ) ; }
37,970
gets the value of the stats property . concode_field_sep JobStats stats concode_elem_sep ApiErrorReason failureReason concode_elem_sep BillingSummary billingSummary concode_elem_sep String jobType concode_field_sep ApiErrorReason getFailureReason concode_elem_sep void setBillingSummary concode_elem_sep BillingSummary g...
JobStats function ( ) { return stats ; }
37,971
returns the id of the stop . concode_field_sep Queue<Person> passengers concode_elem_sep Queue<TransportationEntity> transportationEntities concode_elem_sep String stopId concode_elem_sep Coordinate position concode_field_sep void removeWaitingPerson concode_elem_sep Coordinate getPosition concode_elem_sep void addWait...
String function ( ) { return stopId ; }
37,972
returns the name of the s3 bucket this object refers to . concode_field_sep String bucket concode_elem_sep String object concode_field_sep String getObject concode_elem_sep boolean hasObject concode_elem_sep boolean hasBucket
String function ( ) { return this . bucket ; }
37,973
given the id from mxgraph i.e. the returned id , and the panel from which the id originated generate the unique id in the multi-panel ui . concode_field_sep String ARCHVIEW concode_field_sep String setArchID
String function ( final String arg0 , final mxGraphComponent arg1 ) { final String loc0 = arg1 . getClass ( ) . toString ( ) ; if ( loc0 . contains ( "srini_string" ) ) { return ARCHVIEW + arg0 ; } return arg0 ; }
37,974
returns a multi status with the given severity , plugin id , error code , message , cause and child status instances . this implementation is not fully recursive . concode_field_sep String NO_MESSAGE1 concode_elem_sep String pluginId concode_elem_sep String NO_MESSAGE2 concode_elem_sep String EMPTY_MESSAGE concode_fiel...
IStatus function ( int arg0 , String arg1 , String arg2 , Throwable arg3 , IStatus ... arg4 ) { return new MultiStatus ( arg1 , 0 , arg4 , arg2 , arg3 ) ; }
37,975
this is called when you should ask the user for a source file to read . concode_field_sep Window parent concode_field_sep void reportError
File function ( FileFilter arg0 ) { JFileChooser loc0 = new JFileChooser ( ) ; loc0 . addChoosableFileFilter ( arg0 ) ; if ( loc0 . showOpenDialog ( parent ) != JFileChooser . APPROVE_OPTION ) { return null ; } return loc0 . getSelectedFile ( ) ; }
37,976
documentation pending concode_field_sep String course_id concode_elem_sep String templateOrderBy concode_elem_sep Collection templateNames concode_elem_sep Collection templateIds concode_elem_sep String agent_id concode_elem_sep Collection templateList concode_elem_sep long serialVersionUID concode_elem_sep BeanSort bs...
void function ( String arg0 ) { log . debug ( "srini_string" + arg0 ) ; course_id = arg0 ; }
37,977
handles the exception . default behavior is to return the exception unchanged . concode_field_sep SoapClientHandlerInterface<T> soapClientHandler concode_elem_sep T soapClient concode_field_sep void setHeaders concode_elem_sep Object getSoapClient concode_elem_sep SoapCallReturn callSoapClient concode_elem_sep void set...
Throwable function ( Throwable arg0 ) { return arg0 ; }
37,978
is true if the request succeeds , and an error otherwise . concode_field_sep Boolean returnValue concode_field_sep Boolean isReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep ModifyInstancePlacementResult clone concode_elem_sep String toString concode_...
Boolean function ( ) { return this . returnValue ; }
37,979
a helper method to return the streamcaching instance for a given list of interceptors concode_field_sep PlaceHolder placeHolder concode_field_sep Processor wrapProcessorInInterceptors concode_elem_sep void noStreamCaching concode_elem_sep String toString
StreamCaching function ( List < InterceptStrategy > arg0 ) { for ( InterceptStrategy loc0 : arg0 ) { if ( loc0 instanceof StreamCaching ) { return ( StreamCaching ) loc0 ; } } return null ; }
37,980
gets key store password . concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String trustStoreType concode_elem_sep long serialVersionUID concode_elem_sep String DFLT_SSL_PROTOCOL concode_elem_sep X509Certificate[] CERTS concode_elem_sep Stri...
char [ ] function ( ) { return keyStorePwd ; }
37,981
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...
ResultSet function ( final PreparedStatement arg0 ) { final ResultSet loc0 = arg0 . executeQuery ( ) ; registerResultSet ( loc0 ) ; return loc0 ; }
37,982
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCIMyInterfaceImpl sCIMyInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void setMyInt concode_elem_sep boolean check_main_region_B_tr0 concode_elem_...
void function ( ) { }
37,983
gets the light value for this subtileentity , this is a int -1 to default to the flower concode_field_sep String TAG_TYPE concode_elem_sep int ticksExisted concode_elem_sep String TAG_TICKS_EXISTED concode_elem_sep TileEntity supertile concode_field_sep int getPowerLevel concode_elem_sep boolean onBlockActivated concod...
int function ( ) { return - 1 ; }
37,984
setpriority concode_field_sep String m_coordinates concode_elem_sep Long m_priority concode_elem_sep long serialVersionUID concode_elem_sep String m_name concode_elem_sep GWTMarkerState m_markerState concode_elem_sep String m_area concode_elem_sep Set<String> m_tags concode_elem_sep String m_geolocation concode_elem_se...
void function ( final Long arg0 ) { m_priority = arg0 ; }
37,985
asserts that two floats are equal concerning a delta . if they are not an assertionfailederror is thrown with the given message . if the expected value is infinity then the delta value is ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void ass...
void function ( String arg0 , float arg1 , float arg2 , float arg3 ) { if ( Float . isInfinite ( arg1 ) ) { if ( ! ( arg1 == arg2 ) ) failNotEquals ( arg0 , new Float ( arg1 ) , new Float ( arg2 ) ) ; } else if ( ! ( Math . abs ( arg1 - arg2 ) <= arg3 ) ) failNotEquals ( arg0 , new Float ( arg1 ) , new Float ( arg2 ) )...
37,986
parses dates supplied in accordance with section 3.3.1 of rfc 2616 concode_field_sep SimpleDateFormat httpDateFormat concode_elem_sep long serialVersionUID concode_field_sep String formatHttpDate
Date function ( String arg0 ) { try { return httpDateFormat . parse ( arg0 ) ; } catch ( ParseException loc0 ) { LoggerFactory . getLogger ( getClass ( ) ) . debug ( "srini_string" , arg0 ) ; return new Date ( 0 ) ; } }
37,987
gets the column type from a nuxeo schema field , including its constrained length if any . concode_field_sep ColumnType CLUSTERNODE concode_elem_sep String string concode_elem_sep ColumnType FTSTORED concode_elem_sep ColumnType ARRAY_BOOLEAN concode_elem_sep ColumnType ARRAY_LONG concode_elem_sep ColumnType CLOB concod...
ColumnType function ( Field arg0 ) { return fromFieldType ( arg0 . getType ( ) , arg0 . getMaxLength ( ) ) ; }
37,988
returns the current port number , with a default if no port is defined . concode_field_sep long serialVersionUID concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep String host concode_field_sep HostAndPort withDefaultPort concode_elem_sep String getHost...
int function ( int arg0 ) { return hasPort ( ) ? port : arg0 ; }
37,989
sets the last start time for this task . concode_field_sep ManagedReference<Task> taskRef concode_elem_sep String taskType concode_elem_sep long period concode_elem_sep Task task concode_elem_sep long runningNode concode_elem_sep Identity identity concode_elem_sep long lastStartTime concode_elem_sep long startTime conc...
void function ( long arg0 ) { AppContext . getDataManager ( ) . markForUpdate ( this ) ; this . lastStartTime = arg0 ; }
37,990
sets the human readable explanation of the fault . concode_field_sep String faultCode concode_elem_sep String faultActor concode_elem_sep String faultString concode_elem_sep ErrorMessageType errorMessageType concode_elem_sep Object detail concode_field_sep void setFaultActor concode_elem_sep String getFaultString conco...
void function ( String arg0 ) { this . faultString = arg0 ; }
37,991
prepare the compressor to be used in a new stream with settings defined in the given configuration concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep Class clazz concode_elem_sep int userBufLen con...
void function ( Configuration arg0 ) { reset ( ) ; }
37,992
log a specific event under the category , action , and label . concode_field_sep Tracker mTracker concode_elem_sep SharedPreferences.OnSharedPreferenceChangeListener sPrefListener concode_elem_sep String TAG concode_elem_sep Context sAppContext concode_elem_sep int SLOT_ATTENDING_DIMENSION concode_field_sep void initia...
void function ( String arg0 , String arg1 , String arg2 , long arg3 , HitBuilders . EventBuilder arg4 ) { if ( isInitialized ( ) ) { mTracker . send ( arg4 . setCategory ( arg0 ) . setAction ( arg1 ) . setLabel ( arg2 ) . setValue ( arg3 ) . build ( ) ) ; LOGD ( TAG , "srini_string" + "srini_string" + arg0 + "srini_str...
37,993
directly register property for use with geoserverextensions #getproperty string . concode_field_sep Boolean active concode_elem_sep Boolean isSpringContext concode_elem_sep ApplicationContext context concode_field_sep void singleton concode_elem_sep void singleton concode_elem_sep void init concode_elem_sep void addToC...
void function ( String arg0 , String arg1 ) { GeoServerExtensions . propertyCache . put ( arg0 , arg1 ) ; }
37,994
returns the number of times #put 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 createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount concode_field_sep i...
int function ( ) { return putCount ; }
37,995
gets the reference information for this pdf object . concode_field_sep Reference objectReference concode_elem_sep int linearTraversalOffset concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep int getLinearTraversalOffset concode_elem_sep boolean equals concod...
Reference function ( ) { return objectReference ; }
37,996
returns security config concode_field_sep String OK concode_elem_sep MotechURLSecurityService urlSecurityService concode_field_sep void updateSecurityRules concode_elem_sep String securityStatus concode_elem_sep void setUrlSecurityService
SecurityConfigDto function ( ) { SecurityConfigDto loc0 = new SecurityConfigDto ( ) ; List < SecurityRuleDto > loc1 = urlSecurityService . findAllSecurityRules ( ) ; loc0 . setSecurityRules ( loc1 ) ; return loc0 ; }
37,997
allows subclasses to get the table . concode_field_sep TableRecordReader tableRecordReader concode_elem_sep byte[][] inputColumns concode_elem_sep RegionLocator regionLocator concode_elem_sep Connection connection concode_elem_sep Filter rowFilter concode_elem_sep String INITIALIZATION_ERROR concode_elem_sep Log LOG co...
Table function ( ) { if ( table == null ) { throw new IllegalStateException ( NOT_INITIALIZED ) ; } return this . table ; }
37,998
returns the wind direction based on degree . concode_field_sep PlaceHolder placeHolder concode_field_sep Double celsiusToFahrenheit concode_elem_sep Double millimetersToInches concode_elem_sep double getSeaLevelPressure concode_elem_sep Double mpsToKmh concode_elem_sep Double kmhToKnots concode_elem_sep Double convertU...
String function ( Integer arg0 ) { String [ ] loc0 = new String [ ] { "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_strin...
37,999
gets the value of the ejbrefname property . concode_field_sep EjbRefTypeType ejbRefType concode_elem_sep EjbLinkType ejbLink concode_elem_sep List<InjectionTargetType> injectionTarget concode_elem_sep List<DescriptionType> description concode_elem_sep java.lang.String id concode_elem_sep EjbRefNameType ejbRefName conco...
EjbRefNameType function ( ) { return ejbRefName ; }