idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
19,100
sets the speaker phone mode . concode_field_sep int CHANNELS concode_elem_sep int savedAudioMode concode_elem_sep int SAMPLE_RATE_HZ concode_elem_sep int nativeChannels concode_elem_sep int nativeSampleRate concode_elem_sep long nativeAudioManager concode_elem_sep Context context concode_elem_sep boolean DEBUG concode_...
void function ( boolean arg0 ) { boolean loc0 = audioManager . isSpeakerphoneOn ( ) ; if ( loc0 == arg0 ) { return ; } audioManager . setSpeakerphoneOn ( arg0 ) ; }
19,101
gets maintenance_type . concode_field_sep Integer maintenanceid concode_elem_sep String name concode_elem_sep Long active_till concode_elem_sep Integer maintenance_type concode_elem_sep String description concode_elem_sep Long active_since concode_elem_sep int value concode_field_sep void setName concode_elem_sep Strin...
Integer function ( ) { return maintenance_type ; }
19,102
returns the index of the beginning of the field . concode_field_sep Format.Field myAttribute concode_elem_sep int myField concode_elem_sep int endIndex concode_elem_sep int beginIndex concode_field_sep int getEndIndex concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Format.Field getFieldAt...
int function ( ) { return beginIndex ; }
19,103
test sample . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { }
19,104
returns the server owning the service . concode_field_sep Server server concode_elem_sep Configuration serviceConfig concode_elem_sep String prefix concode_field_sep void init concode_elem_sep void init concode_elem_sep Configuration getServiceConfig concode_elem_sep String getPrefix concode_elem_sep void serverStatusC...
Server function ( ) { return server ; }
19,105
determines if the subject might contain creds for princ . concode_field_sep Krb5Proxy proxy concode_elem_sep String IMPL_CLASS concode_field_sep String getServerPrincipalName concode_elem_sep boolean isAvailable concode_elem_sep void ensureAvailable concode_elem_sep String getPrincipalHostName concode_elem_sep Krb5Prox...
boolean function ( Subject arg0 , Principal arg1 ) { ensureAvailable ( ) ; return proxy . isRelated ( arg0 , arg1 ) ; }
19,106
returns the wiki version of the page concode_field_sep List<InvolvedKey> involvedKeys concode_elem_sep String error concode_elem_sep String serviceUser concode_elem_sep LinkedMultiHashMap<Integer,String> failedKeys concode_elem_sep boolean isEditRestricted concode_elem_sep int version concode_elem_sep LinkedMultiHashMa...
int function ( ) { return version ; }
19,107
retrieves an integer property . concode_field_sep Map<String,JSONValue> configurationMap concode_field_sep void setIntProperty concode_elem_sep ConfigurationRetriever getPropertyFirstOwner concode_elem_sep JSONValue getJSONProperty concode_elem_sep String getProperty concode_elem_sep String getProperty concode_elem_sep...
int function ( String arg0 , int arg1 ) { final JSONValue loc0 = this . getJSONProperty ( arg0 ) ; if ( loc0 == null ) return arg1 ; final JSONNumber loc1 = loc0 . isNumber ( ) ; if ( loc1 == null ) return arg1 ; return ( int ) loc1 . doubleValue ( ) ; }
19,108
adds an escaped string to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_el...
JSONBuilder function ( String arg0 ) { return item ( arg0 , true ) ; }
19,109
create a new child instance . custom implementations should override this method to return a new instance of the appropriate type . concode_field_sep FileEntry parent concode_elem_sep File file concode_elem_sep FileEntry[] children concode_elem_sep String name concode_elem_sep long length concode_elem_sep boolean exist...
FileEntry function ( File arg0 ) { return new FileEntry ( this , arg0 ) ; }
19,110
writes a trace message to indicate that the current method has ended . must be called exactly once for each call to #beginsectionasync using the same tag , name and cookie . concode_field_sep int sNestingLevel concode_elem_sep boolean VERBOSE concode_elem_sep String TAG concode_field_sep void traceCounter concode_elem_...
void function ( String arg0 , int arg1 ) { if ( VERBOSE ) { Log . v ( TAG , "srini_string" + arg0 + "srini_string" + arg1 ) ; } }
19,111
return a new inputstream , from which read operations will return data , read and decrypt from the inputstream parameter objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_e...
InputStream function ( Reference arg0 , byte [ ] arg1 , HashMap arg2 , InputStream arg3 , boolean arg4 ) { InputStream loc0 = securityHandler . getEncryptionInputStream ( arg0 , arg1 , arg2 , arg3 ) ; if ( arg4 && loc0 == null ) loc0 = arg3 ; return loc0 ; }
19,112
gets the parallelism for this contract instance . the parallelism denotes how many parallel instances of the user function will be spawned during the execution . if this value is -1 , then the system will decide the number of parallel instances by itself . concode_field_sep int parallelism concode_elem_sep OperatorInfo...
int function ( ) { return this . parallelism ; }
19,113
gets a list of longs from the config . if the property does n't exist , a new one is added , with the provided default value . concode_field_sep Config parent concode_elem_sep File CONFIG_DIR concode_elem_sep File file concode_elem_sep String name concode_elem_sep int initialHash concode_elem_sep com.typesafe.config.Co...
List < Long > function ( String arg0 , List < Long > arg1 , String arg2 ) { if ( ! config . hasPath ( arg0 ) ) { config = config . withValue ( arg0 , ConfigValueFactory . fromAnyRef ( arg1 , arg2 ) ) ; if ( parent != null ) { parent . update ( this ) ; } } return config . getLongList ( arg0 ) ; }
19,114
this is needed to preserve the enumation aspect of this class . concode_field_sep ApplicationType<WSRP> WSRP_PORTLET concode_elem_sep String name concode_elem_sep ApplicationType<Portlet> PORTLET concode_elem_sep ContentType<S> contentType concode_elem_sep ApplicationType<Gadget> GADGET concode_field_sep String getName...
Object function ( ) { return getType ( name ) ; }
19,115
sets the spring bean id for this bean . concode_field_sep ThongTinPhanHoiService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void clearService concode_elem_sep void setService concode_elem_sep java.lang.Object invokeMethod concode_elem_sep ThongTinPhanHoiService getService
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
19,116
tests if the test is a leaf . concode_field_sep Hashtable fRunTests concode_elem_sep Hashtable fFailures concode_elem_sep Vector fModelListeners concode_elem_sep Test fRoot concode_elem_sep Hashtable fErrors concode_field_sep void addError concode_elem_sep TestSuite isTestSuite concode_elem_sep int getIndexOfChild conc...
boolean function ( Object arg0 ) { return isTestSuite ( arg0 ) == null ; }
19,117
defines the module class name . concode_field_sep String moduleClass concode_elem_sep String patchLevel concode_elem_sep String majorVersion concode_elem_sep String minorVersion concode_field_sep void setPatchLevel concode_elem_sep String getMajorVersion concode_elem_sep String getModuleClass concode_elem_sep int hashC...
void function ( final String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } this . moduleClass = arg0 ; }
19,118
adds an issue to the layout analysis . concode_field_sep LayoutAnalysis ERROR concode_elem_sep List<Issue> mIssues concode_elem_sep boolean mAnalyzed concode_elem_sep Node mNode concode_elem_sep String mName concode_elem_sep String mDescription concode_field_sep void setName concode_elem_sep String getName concode_elem...
void function ( Node arg0 , String arg1 ) { mIssues . add ( new Issue ( arg0 , arg1 ) ) ; }
19,119
write a bit . concode_field_sep int[] codes concode_elem_sep InputStream in concode_elem_sep Node left concode_elem_sep Node tree concode_elem_sep Node right concode_elem_sep int current concode_elem_sep int value concode_elem_sep OutputStream out concode_elem_sep int current concode_elem_sep int frequency concode_fiel...
void function ( int arg0 ) { current = ( current << 1 ) + arg0 ; if ( current > 0xff ) { try { out . write ( current & 0xff ) ; } catch ( IOException loc0 ) { throw new IllegalStateException ( loc0 ) ; } current = 1 ; } }
19,120
set the name this texture is stored against in the cache concode_field_sep int texWidth concode_elem_sep float widthRatio concode_elem_sep SGL GL concode_elem_sep Texture lastBind concode_elem_sep ByteBuffer textureBuffer concode_elem_sep int textureID concode_elem_sep int texHeight concode_elem_sep int srcPixelFormat ...
void function ( String arg0 ) { this . cacheName = arg0 ; }
19,121
one-shot initialization of jdk 1.2 + resourcebundle.getbundle method having classloader in the signature . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHand...
Method function ( ) { Class loc0 ; Class [ ] loc1 ; loc0 = ResourceBundle . class ; loc1 = new Class [ ] { String . class , Locale . class , ClassLoader . class } ; try { return loc0 . getMethod ( "srini_string" , loc1 ) ; } catch ( Exception loc2 ) { return null ; } }
19,122
sets indicator of whether or not a reversible compression wavelet should be used . concode_field_sep int layers concode_elem_sep int levels concode_elem_sep String packetDivision concode_elem_sep String precincts concode_elem_sep String rate concode_elem_sep String codeBlockSize concode_elem_sep boolean useReversible c...
void function ( boolean arg0 ) { this . useReversible = arg0 ; }
19,123
return type metadata object concode_field_sep java.util.Calendar milestoneEstComplete concode_elem_sep java.lang.String milestoneName concode_elem_sep java.lang.Boolean milestoneCompleted concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java....
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
19,124
returns the dnsopcode instance of the specified byte value . concode_field_sep DnsOpCode STATUS concode_elem_sep DnsOpCode IQUERY concode_elem_sep String name concode_elem_sep DnsOpCode NOTIFY concode_elem_sep DnsOpCode QUERY concode_elem_sep String text concode_elem_sep DnsOpCode UPDATE concode_elem_sep byte byteValue...
DnsOpCode function ( int arg0 ) { switch ( arg0 ) { case 0x00 : return QUERY ; case 0x01 : return IQUERY ; case 0x02 : return STATUS ; case 0x04 : return NOTIFY ; case 0x05 : return UPDATE ; } return new DnsOpCode ( arg0 ) ; }
19,125
creates the menu 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 ...
void function ( ) { ResourcesManager . getInstance ( ) . loadMainMenuScreen ( ) ; ResourcesManager . getInstance ( ) . loadLoadingScreen ( ) ; _menuScene = new MainMenuScene ( ) ; _loadScene = new LoadingScene ( ) ; setScene ( _menuScene ) ; disposeSplashScene ( ) ; }
19,126
set if tracer should be performed concode_field_sep Map<String,CloneableBootstrapContext> bootstrapContexts concode_elem_sep AtomicBoolean archiveValidationFailOnError concode_elem_sep AtomicBoolean beanValidation concode_elem_sep CloneableBootstrapContext defaultBootstrapContext concode_elem_sep AtomicBoolean archiveV...
void function ( boolean arg0 ) { Tracer . setEnabled ( arg0 ) ; }
19,127
this method returns the internal heap array as object . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep T[] heap concode_field_sep T add concode_elem_sep T pop concode_elem_sep T top concode_elem_sep int size concode_elem_sep void upHeap concode_elem_sep void downHeap concode_elem_sep boolean l...
Object [ ] function ( ) { return ( Object [ ] ) heap ; }
19,128
adds a population to the history . if the maximum size of this container is exceeded , then the population added earliest is removed . concode_field_sep String CVS_REVISION concode_elem_sep int m_maxSize concode_elem_sep List m_populations concode_field_sep Population getPopulation concode_elem_sep void removeAllPopula...
void function ( final Population arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } m_populations . add ( 0 , arg0 ) ; int loc0 = m_populations . size ( ) ; if ( m_maxSize != 0 && loc0 > m_maxSize ) { m_populations . remove ( loc0 - 1 ) ; } }
19,129
looks up a search term and returns a set of termcounters . concode_field_sep Map<String,Set<TermCounter>> index concode_field_sep void add concode_elem_sep void main concode_elem_sep void printIndex concode_elem_sep void indexPage concode_elem_sep Set<String> keySet
Set < TermCounter > function ( String arg0 ) { return index . get ( arg0 ) ; }
19,130
sets the stepped flag . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_elem_sep...
void function ( boolean arg0 ) { this . stepped = arg0 ; }
19,131
sets the individual id setter . concode_field_sep IndividualIdSetter<I> individualIdSetter concode_elem_sep EntityNamespaceResolver<I> entityNamespaceResolver concode_elem_sep EntityCodeResolver<I> entityCodeResolver concode_field_sep EntityNamespaceResolver<I> getEntityNamespaceResolver concode_elem_sep String getEnti...
void function ( IndividualIdSetter < I > arg0 ) { this . individualIdSetter = arg0 ; }
19,132
asserts that parsing the given inputs will return incorrectcommand with the given feedback message . concode_field_sep Parser parser concode_field_sep void findCommand_invalidArgs concode_elem_sep void addCommand_invalidArgs concode_elem_sep void addCommand_duplicateTags_merged concode_elem_sep void deleteCommand_numer...
void function ( String arg0 , String ... arg1 ) { for ( String loc0 : arg1 ) { final IncorrectCommand loc1 = parseAndAssertCommandType ( loc0 , IncorrectCommand . class ) ; assertEquals ( loc1 . feedbackToUser , arg0 ) ; } }
19,133
sets the value of the onaccesscodefailed property . concode_field_sep String onAccessCodeFailed concode_elem_sep String onEsignComplete concode_elem_sep String onDecline concode_elem_sep String onSessionTimeout concode_elem_sep String onCancel concode_elem_sep String onViewComplete concode_elem_sep String onIdCheckFail...
void function ( String arg0 ) { this . onAccessCodeFailed = arg0 ; }
19,134
fired when a text message has been received and text messages are not set to be received raw . concode_field_sep PlaceHolder placeHolder concode_field_sep void onClose concode_elem_sep void onOpen concode_elem_sep void onRawTextMessage concode_elem_sep void onBinaryMessage
void function ( String arg0 ) { }
19,135
creates a builder instance with it 's origin set to '' . concode_field_sep boolean noPreflightHeaders concode_elem_sep boolean enabled concode_elem_sep Optional<Pattern> pattern concode_elem_sep boolean allowNullOrigin concode_elem_sep Set<String> requestHeaders concode_elem_sep Set<HttpMethod> requestMethods concode_e...
Netty3CorsConfigBuilder function ( ) { return new Netty3CorsConfigBuilder ( ) ; }
19,136
get time concode_field_sep Date timeOfReading concode_elem_sep String ID concode_elem_sep long time concode_elem_sep int warntemperature concode_elem_sep int priority concode_field_sep int getPriority concode_elem_sep int getwarntemperature concode_elem_sep String getID concode_elem_sep String toString concode_elem_sep...
long function ( ) { return time ; }
19,137
the streaming distribution 's information . returns a reference to this object so that method calls can be chained together . concode_field_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep void setStreamingDistribution concode_elem_sep StreamingDistribution getStreamingDist...
GetStreamingDistributionResult function ( StreamingDistribution arg0 ) { this . streamingDistribution = arg0 ; return this ; }
19,138
reconnects a hibernate session to the current thread . concode_field_sep ThreadLocal threadTransaction concode_elem_sep SessionFactory sessionFactory concode_elem_sep ThreadLocal session concode_field_sep Session currentSession concode_elem_sep void initFactory concode_elem_sep void beginTransaction concode_elem_sep vo...
void function ( Session arg0 ) { arg0 . reconnect ( ) ; session . set ( arg0 ) ; }
19,139
test method for org.jboss.security.config.securityconfiguration #getkeystorepass . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_elem_sep void testGetT...
void function ( ) { SecurityConfiguration . getKeyStorePass ( ) ; }
19,140
principal getter for the next sequence 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 HsqlName getName concode_elem_sep int getType concode_elem_sep voi...
long function ( ) { long loc0 = currValue ; currValue += increment ; return loc0 ; }
19,141
check if the partition is list bucketing concode_field_sep String HIVE_LIST_BUCKETING_DEFAULT_KEY concode_elem_sep String HIVE_LIST_BUCKETING_DEFAULT_DIR_NAME concode_field_sep boolean isUnknownState concode_elem_sep Boolean startComparisonInEqualNode concode_elem_sep Boolean evaluateEqualNd concode_elem_sep Boolean co...
boolean function ( Partition arg0 ) { return ( arg0 . getSkewedColNames ( ) != null ) && ( arg0 . getSkewedColNames ( ) . size ( ) > 0 ) && ( arg0 . getSkewedColValues ( ) != null ) && ( arg0 . getSkewedColValues ( ) . size ( ) > 0 ) && ( arg0 . getSkewedColValueLocationMaps ( ) != null ) && ( arg0 . getSkewedColValueL...
19,142
gets the value of the mustunderstand property . concode_field_sep String actor concode_elem_sep Boolean mustUnderstand concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setActor concode_elem_sep void setValue concode_elem_sep void setMustUnderstand concode_elem_sep String getActor
Boolean function ( ) { return mustUnderstand ; }
19,143
sets the index . concode_field_sep String name concode_elem_sep int wx concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep byte found concode_elem_sep List unicodeIndex concode_field_sep void setName concode_elem_sep byte getFound concode_...
void function ( int arg0 ) { this . index = arg0 ; }
19,144
get a logger , based on a class name concode_field_sep POILogger _nullLogger concode_elem_sep Map<String,POILogger> _loggers concode_elem_sep String _loggerClassName concode_field_sep placeholderType placeHolder
POILogger function ( final Class < ? > arg0 ) { return getLogger ( arg0 . getName ( ) ) ; }
19,145
determines the index of the next header . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep ...
int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . size ( ) - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; }
19,146
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
19,147
set the orientation of the menu `` horizontal '' or `` vertical '' . concode_field_sep String param concode_elem_sep String orientation concode_field_sep String getParam concode_elem_sep String getOrientation concode_elem_sep void setParam concode_elem_sep void listener
void function ( String arg0 ) { this . orientation = arg0 ; }
19,148
gets count of separate entries concode_field_sep ArrayList<PatternEntry> patterns concode_elem_sep PatternEntry saveEntry concode_elem_sep byte[] statusArray concode_elem_sep byte BITARRAYMASK concode_elem_sep PatternEntry lastEntry concode_elem_sep int BYTEPOWER concode_elem_sep int BYTEMASK concode_elem_sep StringBuf...
int function ( ) { return patterns . size ( ) ; }
19,149
will only apply the node in the index range matched . concode_field_sep int selectTo concode_elem_sep int maxDeep concode_elem_sep boolean selectFirst concode_elem_sep String toUri concode_elem_sep AdviceWithRouteBuilder builder concode_elem_sep String toString concode_elem_sep boolean selectLast concode_elem_sep int s...
AdviceWithBuilder < T > function ( int arg0 , int arg1 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } if ( arg0 > arg1 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } selectFrom = arg0 ; selectTo = arg1 ; return this ; }
19,150
get the characters into array . concode_field_sep boolean r_seen concode_elem_sep int[] line concode_elem_sep char[] chr concode_elem_sep int current_line concode_elem_sep int length concode_elem_sep boolean n_seen concode_elem_sep int INITIAL_SIZE concode_elem_sep int[] position concode_field_sep void setLength concod...
void function ( int arg0 , int arg1 , char [ ] arg2 , int arg3 ) { System . arraycopy ( chr , arg0 , arg2 , arg3 , ( arg1 - arg0 ) ) ; }
19,151
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 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
19,152
indicates whether document builders obtained from this factory will convert cdata sections to text nodes and normalize adjacent text nodes into a single text node . concode_field_sep boolean ignoringElementContentWhitespace concode_elem_sep Schema schema concode_elem_sep boolean validating concode_elem_sep boolean xInc...
boolean function ( ) { return coalescing ; }
19,153
approximate time of this cell information in nanos since boot concode_field_sep int TYPE_CDMA concode_elem_sep int TIMESTAMP_TYPE_MODEM concode_elem_sep int TYPE_WCDMA concode_elem_sep int mTimeStampType concode_elem_sep int TIMESTAMP_TYPE_OEM_RIL concode_elem_sep int TYPE_GSM concode_elem_sep int TIMESTAMP_TYPE_ANTENN...
long function ( ) { return mTimeStamp ; }
19,154
returns all variables . concode_field_sep List<HmVariable> variables concode_field_sep placeholderType placeHolder
List < HmVariable > function ( ) { return variables ; }
19,155
reset the read pointer for this buffer . concode_field_sep ByteArrayInputStream _inputStream concode_elem_sep boolean _valid concode_elem_sep byte[] _byteArray concode_elem_sep DataInputStream _input concode_field_sep char unpackChar concode_elem_sep void setBuffer concode_elem_sep int length concode_elem_sep byte[] un...
boolean function ( ) { if ( ! _valid ) return false ; try { _inputStream = new ByteArrayInputStream ( _byteArray ) ; _input = new DataInputStream ( _inputStream ) ; skipHeader ( ) ; } catch ( IOException loc0 ) { _valid = false ; } return _valid ; }
19,156
method add inserts the given tuple into the outgoing stream . concode_field_sep Fields declared concode_field_sep void collect concode_elem_sep void close
void function ( Tuple arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) return ; if ( declared != null && ! declared . isUnknown ( ) && declared . size ( ) != arg0 . size ( ) ) throw new TupleException ( "srini_string" + declared . print ( ) + "srini_string" + arg0 . size ( ) ) ; collect ( arg0 ) ; }
19,157
read the station info name , e.g. `` wdr2 '' concode_field_sep String REQUEST_GET_MODE concode_elem_sep Logger logger concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_s...
String function ( ) { try { FrontierSiliconRadioApiResult loc0 = conn . doRequest ( REQUEST_GET_PLAY_INFO_NAME ) ; return loc0 . getValueC8ArrayAsString ( ) ; } catch ( Exception loc0 ) { logger . error ( "srini_string" + REQUEST_GET_PLAY_INFO_NAME ) ; return "srini_string" ; } }
19,158
returns a new sory by file language expression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Comparator < Exchange > function ( CamelContext arg0 , String arg1 , boolean arg2 ) { return sortByFileLanguage ( arg0 , arg1 , arg2 , false , null ) ; }
19,159
hash an object according to collection semantics . concode_field_sep String fileName concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep String className concode_elem_sep int lineNumber concode_elem_sep boolean isNative concode_field_sep int getLineNumber concode_elem_sep String g...
int function ( Object arg0 ) { return arg0 == null ? 0 : arg0 . hashCode ( ) ; }
19,160
sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl
ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; }
19,161
create a scala function wrapper for connectioncallable . concode_field_sep play.api.db.Database db concode_field_sep void withConnection concode_elem_sep A withConnection concode_elem_sep void withConnection concode_elem_sep A withConnection concode_elem_sep String getUrl concode_elem_sep Connection getConnection conco...
AbstractFunction1 < Connection , A > function ( final ConnectionCallable < A > arg0 ) { return new AbstractFunction1 < Connection , A > ( ) { public A apply ( Connection arg1 ) { try { return arg0 . call ( arg1 ) ; } catch ( java . sql . SQLException loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } }...
19,162
indicates whether values in the designated column are signed numbers . concode_field_sep Connection m_conn concode_field_sep String getSchemaName concode_elem_sep String getCatalogName concode_elem_sep String getColumnLabel concode_elem_sep String getColumnName concode_elem_sep String getColumnTypeName concode_elem_sep...
boolean function ( int arg0 ) { checkColumnIndex ( arg0 ) ; Oid loc0 = this . getOid ( arg0 ) ; return ( loc0 . equals ( TypeOid . INT2 ) || loc0 . equals ( TypeOid . INT4 ) || loc0 . equals ( TypeOid . INT8 ) || loc0 . equals ( TypeOid . FLOAT4 ) || loc0 . equals ( TypeOid . FLOAT8 ) ) ; }
19,163
sanitize the given string to be android.net.uri safe for building android.content.contentprovider paths . concode_field_sep Time sTime concode_elem_sep Pattern sSanitizePattern concode_field_sep String joinStrings concode_elem_sep long parseTime
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return sSanitizePattern . matcher ( arg0 . replace ( "srini_string" , "srini_string" ) . toLowerCase ( ) ) . replaceAll ( "srini_string" ) ; }
19,164
checks whether or not this ellipse contains the given point . concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float width concode_elem_sep float y concode_elem_sep float height concode_field_sep float area concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set co...
boolean function ( float arg0 , float arg1 ) { arg0 = arg0 - this . x ; arg1 = arg1 - this . y ; return ( arg0 * arg0 ) / ( width * 0.5f * width * 0.5f ) + ( arg1 * arg1 ) / ( height * 0.5f * height * 0.5f ) <= 1.0f ; }
19,165
returns the hmgatewayinfo . concode_field_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int cuxdPort concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCODING concode_elem_sep int reconnectInterval concode_elem_sep String GATEWAY_TYPE_AUTO concode_elem_sep int hmIpPort con...
HmGatewayInfo function ( ) { return gatewayInfo ; }
19,166
test ttsexception throwable cause constructor concode_field_sep PlaceHolder placeHolder concode_field_sep void testConstructor1 concode_elem_sep void testConstructor0 concode_elem_sep void testConstructor2
void function ( ) { TTSException loc0 = new TTSException ( new Throwable ( ) ) ; Assert . assertNotNull ( "srini_string" , loc0 ) ; }
19,167
obtains the @linkplain swordworldplayer player for this @linkplain clientsession session 's user , and puts the player into the one true room for this swordworld . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep ManagedReference<SwordWorldRoom> roomRef concode_field_sep void setR...
ClientSessionListener function ( ClientSession arg0 ) { logger . log ( Level . INFO , "srini_string" , arg0 . getName ( ) ) ; SwordWorldPlayer loc0 = SwordWorldPlayer . loggedIn ( arg0 ) ; loc0 . enter ( getRoom ( ) ) ; return loc0 ; }
19,168
total number of queries actually executed concode_field_sep double millisPerHit concode_elem_sep long totalQueries concode_elem_sep long totalTime concode_elem_sep List<CompetitionNodeResult> nodeResults concode_elem_sep XContentBuilderString NODES concode_elem_sep XContentBuilderString STD_DEV concode_elem_sep double ...
long function ( ) { return totalQueries ; }
19,169
constructs and returns a treemap with the given file name that stores building information . concode_field_sep Map<String,Location> buildings concode_elem_sep Graph<Pair<String,String>,Double> graph concode_field_sep Double getDistance concode_elem_sep Map<String,Location> getBuildingsInfo concode_elem_sep Graph<Pair<S...
Map < String , Location > function ( String arg0 ) { Map < String , Location > loc0 = new TreeMap < String , Location > ( ) ; DataParser . parseBuildingsData ( arg0 , loc0 ) ; return loc0 ; }
19,170
returns the bare jid of the user that was offline when the message was sent . concode_field_sep String jid concode_elem_sep String stamp concode_elem_sep String user concode_field_sep String getStamp concode_elem_sep String getJid
String function ( ) { return user ; }
19,171
the network round trip delay . concode_field_sep int DEFAULT_DELAY_MS concode_elem_sep long delayMs concode_elem_sep int DEFAULT_VARIANCE_PERCENT concode_elem_sep Random random concode_elem_sep int DEFAULT_FAILURE_PERCENT concode_elem_sep Throwable failureException concode_elem_sep int variancePercent concode_elem_sep ...
long function ( TimeUnit arg0 ) { return MILLISECONDS . convert ( delayMs , arg0 ) ; }
19,172
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon
String function ( ) { return mapCommandButtonId ; }
19,173
getter for the type handler for the column concode_field_sep String jdbcTypeName concode_elem_sep String statementName concode_elem_sep TypeHandler typeHandler concode_elem_sep String errorString concode_elem_sep int jdbcType concode_elem_sep String propertyName concode_elem_sep String nestedResultMapName concode_elem_...
TypeHandler function ( ) { return typeHandler ; }
19,174
initialise the padder . concode_field_sep SecureRandom random concode_field_sep int padCount concode_elem_sep String getPaddingName concode_elem_sep int addPadding
void function ( SecureRandom arg0 ) { this . random = arg0 ; }
19,175
the key associated with the parameter . if you do n't specify a key and value for a particular parameter , aws cloudformation uses the default value that is specified in your template . concode_field_sep Boolean usePreviousValue concode_elem_sep String parameterKey concode_elem_sep String parameterValue concode_field_s...
String function ( ) { return this . parameterKey ; }
19,176
get the tool identifier for qblast . defaults to @value #default_tool concode_field_sep String DEFAULT_EMAIL concode_elem_sep String DEFAULT_TOOL concode_elem_sep long WAIT_INCREMENT concode_elem_sep String SERVICE_URL concode_elem_sep String email concode_elem_sep MapToStringTransformer MAP_TO_STRING_TRANSFORMER conco...
String function ( ) { return this . tool ; }
19,177
used to construct com.bumptech.glide.signature.stringsignature s to invalidate avatar every week . concode_field_sep SimpleDateFormat INSTANCE concode_elem_sep String TEMPLATE concode_field_sep SimpleDateFormat getSimpleDateFormatInstance concode_elem_sep String dayOfMonth concode_elem_sep String today
String function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setFirstDayOfWeek ( Calendar . MONDAY ) ; loc0 . set ( Calendar . DAY_OF_WEEK , loc0 . getFirstDayOfWeek ( ) ) ; return getSimpleDateFormatInstance ( ) . format ( loc0 . getTime ( ) ) ; }
19,178
for setting the program counter . note that ordinary pc update should be done using incrementpc method . use this only when processing jumps and branches . concode_field_sep Register lo concode_elem_sep Register programCounter concode_elem_sep Register hi concode_elem_sep Register[] regFile concode_elem_sep int STACK_P...
int function ( int arg0 ) { int loc0 = programCounter . getValue ( ) ; programCounter . setValue ( arg0 ) ; if ( Globals . getSettings ( ) . getBackSteppingEnabled ( ) ) { Globals . program . getBackStepper ( ) . addPCRestore ( loc0 ) ; } return loc0 ; }
19,179
returns the conversion from grid coordinates to real world earth coordinates . concode_field_sep long serialVersionUID concode_elem_sep GridEnvelope2D gridRange concode_elem_sep AffineTransform2D gridToCRS concode_field_sep GridEnvelope2D getGridRange concode_elem_sep AffineTransform2D getGridToCoordinateSystem concode...
AffineTransform2D function ( ) { return gridToCRS ; }
19,180
performs the output as much as possible concode_field_sep int prefixIota concode_elem_sep NamespaceSupport inscopeNamespace concode_elem_sep boolean started concode_elem_sep Content current concode_elem_sep int iota concode_elem_sep StringBuilder prefixSeed concode_elem_sep Map<Class,DatatypeWriter> datatypeWriters con...
void function ( ) { while ( true ) { Content loc0 = current . getNext ( ) ; if ( loc0 == null || ! loc0 . isReadyToCommit ( ) ) return ; loc0 . accept ( visitor ) ; loc0 . written ( ) ; current = loc0 ; } }
19,181
indicates the retrieval of the current time as a 64-bit value , represented as the number of 100-nanosecond ticks elapsed since midnight of january 1st , 1601 utc . concode_field_sep String NIL concode_field_sep byte[] MD5_HASH concode_elem_sep Cipher RC4Init concode_elem_sep byte[] CRC32 concode_elem_sep byte[] DESL c...
byte [ ] function ( ) { long loc0 = ( System . currentTimeMillis ( ) + 11644473600000L ) * 10000 ; byte [ ] loc1 = new byte [ 8 ] ; for ( int loc2 = 0 ; loc2 < 8 ; loc2 ++ , loc0 >>>= 8 ) { loc1 [ loc2 ] = ( byte ) loc0 ; } return loc1 ; }
19,182
test method for org.adempiere.webui.component.listmodeltable #addtablemodellistener org.adempiere.webui.event.wtablemodellistener . concode_field_sep Integer ms_number2 concode_elem_sep Integer ms_number1 concode_elem_sep boolean m_isListenerCalled concode_elem_sep Integer ms_number3 concode_elem_sep Integer ms_number4...
void function ( ) { m_table . addTableModelListener ( this ) ; m_table . setDataAt ( ms_number4 , 0 , 0 ) ; assertTrue ( m_isListenerCalled ) ; }
19,183
sets the value of the firstname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep BigInteger id concode_elem_sep String userId concode_elem_sep String email concode_field_sep void setLastName concode_elem_sep void setPassword concode_elem_se...
void function ( String arg0 ) { this . firstName = arg0 ; }
19,184
a convenience method for getting argb pixels from an image . this tries to avoid the performance penalty of bufferedimage.getrgb unmanaging the image . concode_field_sep BufferedImage backgroundImage concode_field_sep void composeThroughMask concode_elem_sep BufferedImage getSubimage concode_elem_sep BufferedImage crea...
int [ ] function ( BufferedImage arg0 , int arg1 , int arg2 , int arg3 , int arg4 , int [ ] arg5 ) { int loc0 = arg0 . getType ( ) ; if ( loc0 == BufferedImage . TYPE_INT_ARGB || loc0 == BufferedImage . TYPE_INT_RGB ) return ( int [ ] ) arg0 . getRaster ( ) . getDataElements ( arg1 , arg2 , arg3 , arg4 , arg5 ) ; retur...
19,185
method to obtain resource path on cache key . concode_field_sep String path concode_elem_sep int tenantId concode_elem_sep String connectionURL concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return path ; }
19,186
returns the current memory usage , in percent . concode_field_sep long m_usage concode_elem_sep int m_count concode_elem_sep long m_maxMemory concode_elem_sep long m_usedMemory concode_elem_sep long m_freeMemory concode_elem_sep long m_totalMemory concode_field_sep void calculateAverage concode_elem_sep long getFreeMem...
long function ( ) { return m_usage ; }
19,187
method called when sync container is about to be saved into the database . concode_field_sep ArrayList<Metadata> metadata concode_elem_sep Task task concode_field_sep Metadata findMetadata
void function ( ) { }
19,188
executes the specified runnable using a thread from the containing thread pool . concode_field_sep int DEFAULT_MAXIMUM_THREAD_POOL_SIZE concode_elem_sep ThreadPoolExecutor executorService concode_elem_sep Log LOG concode_field_sep int getMaximumThreadPoolSize
void function ( final Runnable arg0 ) { if ( arg0 != null ) { try { executorService . execute ( arg0 ) ; } catch ( RejectedExecutionException loc0 ) { if ( LOG . isErrorEnabled ( ) ) { LOG . error ( "srini_string" , loc0 ) ; } } } }
19,189
set the created time of the domain concode_field_sep String owner concode_elem_sep Long modifiedTime concode_elem_sep String readers concode_elem_sep String description concode_elem_sep Long createdTime concode_elem_sep String id concode_elem_sep String writers concode_field_sep Long getModifiedTime concode_elem_sep St...
void function ( Long arg0 ) { this . createdTime = arg0 ; }
19,190
the attachment if any of the network interface . concode_field_sep String networkInterfaceId concode_elem_sep NetworkInterfaceAttachment attachment concode_elem_sep String description concode_elem_sep com.amazonaws.internal.SdkInternalList<GroupIdentifier> groups concode_elem_sep Boolean sourceDestCheck concode_field_s...
void function ( NetworkInterfaceAttachment arg0 ) { this . attachment = arg0 ; }
19,191
sets value of the coreconnectionpnames #so_timeout parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep boolean getSoReuseaddr concode_elem_sep boolean ge...
void function ( final HttpParams arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setIntParameter ( CoreConnectionPNames . SO_TIMEOUT , arg1 ) ; }
19,192
sets the message reply subject concode_field_sep SubscriptionImpl sub concode_elem_sep byte[] replyToBytes concode_elem_sep String replyToString concode_elem_sep byte[] data concode_elem_sep byte[] subjectBytes concode_elem_sep String subjectString concode_field_sep byte[] getSubjectBytes concode_elem_sep String getSub...
void function ( String arg0 ) { if ( arg0 == null ) { this . replyToBytes = null ; } else { String loc0 = arg0 . trim ( ) ; if ( loc0 . isEmpty ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . replyToString = arg0 ; this . replyToBytes = arg0 . getBytes ( ) ; } }
19,193
adds the newly bound osgi service and its service reference to the internally maintained and sorted serviceset . this method is invoked when a service is bound created/installed . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep XLogger LOGGER concode_elem_sep Set<ServiceReference> serviceSet concode_f...
void function ( ServiceReference arg0 ) { LOGGER . debug ( this + "srini_string" + arg0 ) ; serviceSet . add ( arg0 ) ; }
19,194
returns the current position . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_pos concode_field_sep void writeByteArray concode_elem_sep void writeByteArray concode_elem_sep void restore concode_elem_sep void need concode_elem_sep void writeU32 concode_elem_sep void writeU16At concod...
int function ( ) { return pos ; }
19,195
the byte range of a part , inclusive of the upper value of the range . concode_field_sep String rangeInBytes concode_elem_sep String sHA256TreeHash concode_field_sep void setSHA256TreeHash concode_elem_sep String getRangeInBytes concode_elem_sep PartListElement withRangeInBytes concode_elem_sep int hashCode concode_ele...
void function ( String arg0 ) { this . rangeInBytes = arg0 ; }
19,196
clear the given location . concode_field_sep int depth concode_elem_sep Object[][] field concode_elem_sep int width concode_elem_sep Random rand concode_field_sep List<Location> getFreeAdjacentLocations concode_elem_sep List<Location> adjacentLocations concode_elem_sep int getDepth concode_elem_sep Object getObjectAt c...
void function ( Location arg0 ) { field [ arg0 . getRow ( ) ] [ arg0 . getCol ( ) ] = null ; }
19,197
get ad_table_id for table name concode_field_sep ASyncProcess parent concode_elem_sep CLogger log concode_elem_sep String m_whereExtended concode_elem_sep MQuery m_query concode_elem_sep JPopupMenu m_popup concode_elem_sep ArrayList<KeyNamePair> m_list concode_elem_sep int WindowNo concode_field_sep void copyFormat con...
int function ( String arg0 ) { return MTable . getTable_ID ( arg0 ) ; }
19,198
implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep String formatMessage concode_elem_sep Locale getLocale
void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; }
19,199
register a device to the backend concode_field_sep Logger log concode_field_sep void unregisterDevice concode_elem_sep RegistrationRecord findRecord concode_elem_sep CollectionResponse<RegistrationRecord> listDevices
void function ( @ Named ( "srini_string" ) String arg0 ) { if ( findRecord ( arg0 ) != null ) { log . info ( "srini_string" + arg0 + "srini_string" ) ; return ; } RegistrationRecord loc0 = new RegistrationRecord ( ) ; loc0 . setRegId ( arg0 ) ; ofy ( ) . save ( ) . entity ( loc0 ) . now ( ) ; }