idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
23,800
writes an long in a variable-length format . writes between one and nine bytes . smaller values take fewer bytes . negative numbers are not supported . the format is described further in lucene its dataoutput #writevint int see datainput readvlong of lucene concode_field_sep byte[] bytes concode_elem_sep int pointer co...
void function ( long arg0 ) { assert arg0 >= 0L ; while ( ( arg0 & ~ 0x7FL ) != 0L ) { writeByte ( ( byte ) ( ( arg0 & 0x7FL ) | 0x80L ) ) ; arg0 >>>= 7 ; } writeByte ( ( byte ) arg0 ) ; }
23,801
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitFieldSelectorExpression concode_elem_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void ent...
void function ( @ NotNull DDMFormValuesQueryParser . PredicateAndExpressionContext arg0 ) { }
23,802
returns the height of the printable area for the given units . concode_field_sep int INCH concode_elem_sep long serialVersionUID concode_elem_sep int w concode_elem_sep int x concode_elem_sep int h concode_elem_sep int y concode_elem_sep int MM concode_field_sep float getX concode_elem_sep String getName concode_elem_s...
float function ( int arg0 ) { if ( arg0 < 1 ) throw new IllegalArgumentException ( "srini_string" ) ; return h / ( ( float ) arg0 ) ; }
23,803
returns the current transform . concode_field_sep List transforms concode_elem_sep int position concode_field_sep boolean canGoBack concode_elem_sep void forward concode_elem_sep void back concode_elem_sep void update concode_elem_sep boolean canGoForward
AffineTransform function ( ) { return ( AffineTransform ) transforms . get ( position + 1 ) ; }
23,804
create an instance of getnextpidresponse concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject createModifyObject ...
GetNextPIDResponse function ( ) { return new GetNextPIDResponse ( ) ; }
23,805
transforms a 4-bytes array into a 32-bit int concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord concode_elem_sep byte[] fourByt...
long function ( byte [ ] arg0 ) { return ( ( ( ( ( ( long ) uByte ( arg0 [ 0 ] ) << 8 ) + uByte ( arg0 [ 1 ] ) ) << 8 ) + uByte ( arg0 [ 2 ] ) ) << 8 ) + uByte ( arg0 [ 3 ] ) ; }
23,806
load implementation for filelistcachekey ; must return a concurrenthashset containing the names of all files in this directory . concode_field_sep Log log concode_elem_sep ContainsKeyVisitor containsKeyVisitor concode_elem_sep int autoChunkSize concode_elem_sep String indexName concode_elem_sep LoadVisitor loadVisitor ...
Object function ( ) { final String [ ] loc0 = directory . loc0 ( ) ; return new FileListCacheValue ( loc0 ) ; }
23,807
returns the runtime class path . it consists of the concatenation of the instrumentation class path , output jars and the runtime time class path of the transitive dependencies of this rule . concode_field_sep ImmutableList<Artifact> bootClasspath concode_elem_sep NestedSet<Artifact> compileTimeClasspath concode_elem_s...
NestedSet < Artifact > function ( JavaTargetAttributes arg0 , JavaCompilationArtifacts arg1 ) { NestedSetBuilder < Artifact > loc0 = NestedSetBuilder . naiveLinkOrder ( ) ; loc0 . addAll ( arg1 . getRuntimeJars ( ) ) ; loc0 . addTransitive ( arg0 . getRuntimeClassPath ( ) ) ; return loc0 . build ( ) ; }
23,808
get an entry from a jar file concode_field_sep Manifest manifest concode_elem_sep JarInputStream jarIn concode_elem_sep Attributes.Name RIO_BUILD concode_field_sep String getMainAttribute concode_elem_sep void close concode_elem_sep String getRioBuild
Attributes function ( String arg0 ) { if ( manifest == null ) throw new IllegalArgumentException ( "srini_string" ) ; return manifest . getAttributes ( arg0 ) ; }
23,809
replaces the value corresponding to this entry with the specified value . concode_field_sep V current concode_elem_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue
V function ( V arg0 ) { current = arg0 ; arg0 = this . value ; return current ; }
23,810
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 String currentElapsedTimeTo...
String function ( String arg0 ) { return arg0 + "srini_string" + elapsedTime ( ) + "srini_string" ; }
23,811
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction concode_elem_sep void runCy...
void function ( ) { }
23,812
checks if this configuration should be discarded in favor of another configuration created from the same context . concode_field_sep Comparator<ConfigurationFromContext> NAME_COMPARATOR concode_elem_sep Comparator<ConfigurationFromContext> COMPARATOR concode_field_sep int compare concode_elem_sep int compare concode_el...
boolean function ( ConfigurationFromContext arg0 ) { return true ; }
23,813
gets the value of the locationtype property . concode_field_sep Integer canonicalParentId concode_elem_sep String displayName concode_elem_sep String locationType concode_elem_sep Long id concode_elem_sep String type concode_field_sep void setCanonicalParentId concode_elem_sep void setLocationType concode_elem_sep Stri...
String function ( ) { return locationType ; }
23,814
get size of list . concode_field_sep Set<URL> list concode_field_sep placeholderType placeHolder
int function ( ) { return this . list . size ( ) ; }
23,815
some text concode_field_sep int fieldName concode_field_sep boolean canEqual concode_elem_sep int fieldName concode_elem_sep GetterSetterJavadoc4 fieldName concode_elem_sep int fieldName concode_elem_sep GetterSetterJavadoc5 fieldName concode_elem_sep void setFieldName concode_elem_sep void setFieldName concode_elem_se...
GetterSetterJavadoc4 function ( final int arg0 ) { this . fieldName = arg0 ; return this ; }
23,816
returns an array of the last 10 connections as ip addresses concode_field_sep PlaceHolder placeHolder concode_field_sep void clearLastConnections concode_elem_sep Preferences getPrefs
String [ ] function ( ) { String loc0 = this . getPrefs ( ) . get ( "srini_string" , "srini_string" ) ; String [ ] loc1 = new String [ 10 ] ; String loc2 = "srini_string" ; loc1 = loc0 . split ( loc2 ) ; return loc1 ; }
23,817
get the name of this index . concode_field_sep Map<String,Object> NO_PARAMETERS concode_elem_sep int costEstimate concode_elem_sep long cardinalityEstimate concode_elem_sep Float selectivityEstimate concode_elem_sep String name concode_elem_sep String workspaceName concode_elem_sep Collection<Constraint> constraints co...
String function ( ) { return name ; }
23,818
this method was generated by mybatis generator . this method sets the value of the database column hsprd.tb _ trade_record . return_url concode_field_sep Date updateDate concode_elem_sep String orderId concode_elem_sep String transId concode_elem_sep String mobile concode_elem_sep int operateType concode_elem_sep Strin...
void function ( String arg0 ) { this . returnUrl = arg0 == null ? null : arg0 . trim ( ) ; }
23,819
compares two objects for equality , where either one or both objects may be null . objectutils.equals null , null = true objectutils.equals null , '' '' = false objectutils.equals '' '' , null = false objectutils.equals '' '' , '' '' = true objectutils.equals boolean.true , null = false objectutils.equals boolean.true ...
boolean function ( Object arg0 , Object arg1 ) { if ( arg0 == arg1 ) { return true ; } if ( ( arg0 == null ) || ( arg1 == null ) ) { return false ; } return arg0 . equals ( arg1 ) ; }
23,820
adds the resource action to the database . 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 com.liferay.portal.kernel.dao.orm.Actio...
com . liferay . portal . model . ResourceAction function ( com . liferay . portal . model . ResourceAction arg0 ) { return _resourceActionLocalService . addResourceAction ( arg0 ) ; }
23,821
a description of the current lifecycle state . note that the quarantined state is not used . concode_field_sep String lifecycleState concode_elem_sep String launchConfigurationName concode_elem_sep String instanceId concode_elem_sep String healthStatus concode_elem_sep Boolean protectedFromScaleIn concode_elem_sep Stri...
void function ( String arg0 ) { this . lifecycleState = arg0 ; }
23,822
create a new thread to listen . concode_field_sep ServerSocket server concode_elem_sep boolean closed concode_elem_sep Exception serverException concode_field_sep void readRequest concode_elem_sep void run concode_elem_sep void close concode_elem_sep byte[] getBytes
void function ( ) { ( new Thread ( this ) ) . start ( ) ; }
23,823
flips all regions in the atlas on the specified axis . concode_field_sep HashSet<Texture> textures concode_elem_sep IntMap<TextureRegion> regionsMap concode_field_sep String removePath concode_elem_sep String removeExtension concode_elem_sep TextureRegion getRegion concode_elem_sep FileHandle getRelativeFileHandle conc...
void function ( boolean arg0 , boolean arg1 ) { for ( TextureRegion loc0 : regionsMap . values ( ) ) { loc0 . flip ( arg0 , arg1 ) ; } }
23,824
means by which an activity lifecycle aware object hints about binding and unbinding concode_field_sep String TAG concode_elem_sep Object mStartLock concode_elem_sep boolean mStarted concode_elem_sep Context mCtx concode_elem_sep IGPSLoggerServiceRemote mGPSLoggerRemote concode_elem_sep ServiceConnection mServiceConnect...
void function ( ) { Log . d ( TAG , "srini_string" ) ; try { this . mCtx . unbindService ( this . mServiceConnection ) ; } catch ( IllegalArgumentException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } }
23,825
gets the value of the properties property . concode_field_sep String name concode_elem_sep String version concode_elem_sep String properties concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep void setVersion concode_elem_sep void setProperties
String function ( ) { return properties ; }
23,826
add a metrics record in the sink concode_field_sep Set<String> nameMap concode_elem_sep MetricsSystemImpl ms concode_elem_sep int count concode_field_sep int getMapCount concode_elem_sep void init concode_elem_sep void flush concode_elem_sep void testFSDataSetMetrics concode_elem_sep int getFoundKeyCount
void function ( MetricsRecord arg0 ) { if ( count == 0 ) { for ( AbstractMetric loc0 : arg0 . metrics ( ) ) { if ( nameMap . contains ( loc0 . name ( ) ) ) { count ++ ; } } for ( MetricsTag loc0 : arg0 . tags ( ) ) { if ( nameMap . contains ( loc0 . name ( ) ) ) { count ++ ; } } } }
23,827
attempts to close the passed tar file , and answers a boolean indicating success . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isZipFile concode_elem_sep boolean closeZipFile concode_elem_sep String getErrorDialogTitle concode_elem_sep boolean isTarFile concode_elem_sep void displayErrorDialog c...
boolean function ( TarFile arg0 , Shell arg1 ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { displayErrorDialog ( NLS . bind ( DataTransferMessages . ZipImport_couldNotClose , arg0 . getName ( ) ) , arg1 ) ; return false ; } return true ; }
23,828
called by the system when the device configuration changes while your activity is running . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode...
void function ( Configuration arg0 ) { }
23,829
sets the iteration number . concode_field_sep int n_t concode_elem_sep long serialVersionUID concode_elem_sep int tau concode_elem_sep int tau_t concode_field_sep void setN_t concode_elem_sep int getN_t concode_elem_sep Double apply concode_elem_sep Double apply concode_elem_sep void setTau_t concode_elem_sep int getTa...
void function ( int arg0 ) { this . tau = arg0 ; }
23,830
add jar or directory that contains the class to the classpath concode_field_sep String SCRIPT_EXT concode_elem_sep String myPrefix concode_elem_sep Class myMainClass concode_elem_sep ArrayList<String> myInternalParameters concode_elem_sep ArrayList<String> myPaths concode_field_sep ScriptGenerator addInternal concode_e...
ScriptGenerator function ( final Class ... arg0 ) { for ( Class < ? > loc0 : arg0 ) { addPath ( PathUtil . getJarPathForClass ( loc0 ) ) ; } return this ; }
23,831
returns the value chosen for k. k is the optimal number of hash functions based on the size of the bloom filter and the expected number of inserted elements . concode_field_sep MessageDigest digestFunction concode_elem_sep int numberOfAddedElements concode_elem_sep String hashName concode_elem_sep Charset charset conco...
int function ( ) { return k ; }
23,832
returns the width of this pix . concode_field_sep int INDEX_D concode_elem_sep int mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boolean nativeInvert concode_elem_sep void nativeSetPixel concode_elem_sep Pix createFromPix concode_elem_sep int g...
int function ( ) { return nativeGetWidth ( mNativePix ) ; }
23,833
indicates whether the bin has enough items to be considered full . this is based on whether the current size of the bin is greater than the minimum size in bytes and based on having a number of successive unsuccessful attempts to add a new item because it is so close to the max or the size of the objects being attempte...
boolean function ( ) { return ( ( ( size >= minimumSizeBytes ) && binContents . size ( ) >= minimumEntries ) && ( successiveFailedOfferings > 5 ) ) || ( size >= maximumSizeBytes ) || ( binContents . size ( ) >= maximumEntries ) ; }
23,834
adds an element to this set . concode_field_sep ListIterator<Object> current concode_elem_sep TreeMap<Integer,LinkedList<Object>> buckets concode_elem_sep LinkedList<Object> currentBucket concode_elem_sep Iterator<LinkedList<Object>> bucketIterator concode_field_sep Object next concode_elem_sep boolean contains concode...
boolean function ( Object arg0 ) { if ( contains ( arg0 ) == true ) { return false ; } else { LinkedList < Object > loc0 = buckets . get ( arg0 . hashCode ( ) ) ; if ( loc0 == null ) { loc0 = new LinkedList < Object > ( ) ; buckets . put ( arg0 . hashCode ( ) , loc0 ) ; } loc0 . addFirst ( arg0 ) ; } return true ; }
23,835
apply a `` maximalize '' constraint , with the ability to specify further constraints on the maximized property concode_field_sep PropertyNameGetter propertyNameGetter concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AuditCriter...
AggregatedAuditExpression function ( ) { return new AggregatedAuditExpression ( propertyNameGetter , AggregatedAuditExpression . AggregatedMode . MAX ) ; }
23,836
sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connect...
OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; }
23,837
`` closes '' the biff file concode_field_sep int arrayGrowSize concode_elem_sep int filePos concode_elem_sep CompoundFile compoundFile concode_elem_sep byte[] data concode_elem_sep int oldPos concode_elem_sep int initialFileSize concode_elem_sep WorkbookSettings workbookSettings concode_elem_sep Logger logger concode_f...
void function ( ) { }
23,838
get just the name of the file this frame points to . for js traces this is different from #getfile in that it only returns the filename , not the full path . for java traces there is no difference . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn ...
String function ( ) { return mFileName ; }
23,839
sets the value of the sampleoaiidentifier property . concode_field_sep ArrayOfString adminEmailList concode_elem_sep String defaultExportFormat concode_elem_sep String sampleOAIURL concode_elem_sep String oaiNamespace concode_elem_sep String repositoryName concode_elem_sep String repositoryBaseURL concode_elem_sep Stri...
void function ( String arg0 ) { this . sampleOAIIdentifier = arg0 ; }
23,840
retrieves the accumulated time this object has spent running since it was last started . 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 void stop concode_elem_sep String currentElapsedTimeToMessag...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
23,841
begins the conversation concode_field_sep PickListBean pickListBean concode_elem_sep String keywords concode_elem_sep TreeNode selectedNodes[] concode_elem_sep String description concode_elem_sep ImageBean imageBean concode_elem_sep String image1 concode_elem_sep String title concode_elem_sep String image2 concode_elem...
String function ( ) { logger . info ( "srini_string" ) ; this . conversation . begin ( ) ; return PageNavigationEnum . SELL . toString ( ) ; }
23,842
returns a comma formatted list of shade zones concode_field_sep int controlUnit concode_elem_sep boolean[] shades concode_elem_sep int fade concode_elem_sep int polling concode_elem_sep String shadeError concode_field_sep void setControlUnit concode_elem_sep int getControlUnit concode_elem_sep void setFade concode_elem...
String function ( ) { final StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < shades . length ; loc1 ++ ) { if ( shades [ loc1 ] ) { if ( loc0 . length ( ) > 0 ) { loc0 . append ( ',' ) ; } loc0 . append ( ( loc1 + 1 ) ) ; } } return loc0 . toString ( ) ; }
23,843
creates an item by using the object factory . concode_field_sep IObjectFactory<T,K> factory concode_elem_sep D dao concode_elem_sep EntityManager entityManager concode_field_sep void startTransaction concode_elem_sep E initDao concode_elem_sep void testFindByExample concode_elem_sep void testPersistNull concode_elem_se...
T function ( ) { return factory . getInstance ( ) ; }
23,844
returns the path depth number if the element is in the current path or -1 if it is n't . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterato...
int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; }
23,845
set a fully qualified static method name to invoke , e.g. `` example.myexampleclass.myexamplemethod '' . convenient alternative to specifying targetclass and targetmethod . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class targetClass concode_elem_sep Method methodObject ...
void function ( String arg0 ) { this . staticMethod = arg0 ; }
23,846
implementing the confutils as singleton concode_field_sep ConfUtils confUtils concode_elem_sep Properties confProperties concode_elem_sep String[] propertyFileList concode_elem_sep Logger logger concode_field_sep String getValue concode_elem_sep void init concode_elem_sep Properties loadFromFile concode_elem_sep List<S...
ConfUtils function ( ) { if ( null == confUtils ) { synchronized ( ConfUtils . class ) { if ( null == confUtils ) { confUtils = new ConfUtils ( ) ; } } } return confUtils ; }
23,847
remove the collision domain with this name concode_field_sep long serialVersionUID concode_elem_sep AbstractCollisionDomain tap concode_elem_sep String web concode_elem_sep ArrayList<AbstractCollisionDomain> collisionDomains concode_elem_sep String author concode_elem_sep ArrayList<AbstractHost> hosts concode_elem_sep ...
void function ( AbstractCollisionDomain arg0 ) { if ( collisionDomains . remove ( arg0 ) ) arg0 . delete ( ) ; }
23,848
enables or disables the output of debug information if the derived kernel supports that concode_field_sep long serialVersionUID concode_elem_sep boolean m_ChecksTurnedOff concode_elem_sep Instances m_data concode_elem_sep boolean m_Debug concode_field_sep Enumeration listOptions concode_elem_sep Kernel makeCopy concode...
void function ( boolean arg0 ) { m_Debug = arg0 ; }
23,849
atomically sets the value to the given updated value if the current value == the expected value . may fail spuriously and does not provide ordering guarantees , so is only rarely an appropriate alternative to compareandset . concode_field_sep Unsafe unsafe concode_elem_sep long serialVersionUID concode_elem_sep long va...
boolean function ( V arg0 , V arg1 ) { return unsafe . compareAndSwapObject ( this , valueOffset , arg0 , arg1 ) ; }
23,850
returns type of field whether public member or method . concode_field_sep AccessibleObject idField concode_elem_sep Class<?> entityClass concode_elem_sep Class<?> idType concode_elem_sep ConcurrentHashMap<String,Class<?>> fieldsToTypes concode_elem_sep ConcurrentHashMap<Class<? extends Annotation>,Annotation> annotatio...
Class < ? > function ( AccessibleObject arg0 ) { if ( arg0 instanceof Field ) { return ( ( Field ) arg0 ) . getType ( ) ; } else { return ( ( Method ) arg0 ) . getReturnType ( ) ; } }
23,851
get the name of the party a player is in . this function is designed for api usage . concode_field_sep PlaceHolder placeHolder concode_field_sep String getPartyLeader concode_elem_sep void setPartyLeader concode_elem_sep List<OfflinePlayer> getOnlineAndOfflineMembers concode_elem_sep boolean hasAlly concode_elem_sep Li...
String function ( Player arg0 ) { if ( ! inParty ( arg0 ) ) { return null ; } return UserManager . getPlayer ( arg0 ) . getParty ( ) . getName ( ) ; }
23,852
test to convert between a thrift type and a wire type . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkEquality concode_elem_sep BlockInfo createRandom concode_elem_sep void json
void function ( ) { BlockInfo loc0 = createRandom ( ) ; BlockInfo loc1 = ThriftUtils . fromThrift ( ThriftUtils . toThrift ( loc0 ) ) ; checkEquality ( loc0 , loc1 ) ; }
23,853
sets a provider of uiimplementation . uses default provider if null is passed . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_elem_sep UIImplementationProvider mUIImplementationProvider conc...
Builder function ( @ Nullable UIImplementationProvider arg0 ) { mUIImplementationProvider = arg0 ; return this ; }
23,854
add the values of that object to this . concode_field_sep double[] doubles concode_elem_sep Class<E> enumClass concode_field_sep void negation concode_elem_sep void set concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep double get concode_elem_sep void subtract concode_elem_sep void subtract conco...
void function ( final EnumDoubles < E > arg0 ) { for ( int loc0 = 0 ; loc0 < doubles . length ; loc0 ++ ) { this . doubles [ loc0 ] += arg0 . doubles [ loc0 ] ; } }
23,855
find sql editor concode_field_sep PlaceHolder placeHolder concode_field_sep IEditorReference findEditor concode_elem_sep void selectConnectionManager concode_elem_sep IEditorReference findERDEditor
IEditorReference function ( final UserDBResourceDAO arg0 ) { return findEditor ( MainEditor . ID , arg0 ) ; }
23,856
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
23,857
provides check for verifying if this element represents a null value or not . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep byte getAsByte concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull conco...
boolean function ( ) { return this instanceof JsonNull ; }
23,858
converts a integral value to the corresponding little endian array . concode_field_sep long DOS_EPOCH concode_elem_sep int DOS_YEAR_OFFSET concode_elem_sep long MAX_DOS_DATE concode_elem_sep int DOS_DAY_OFFSET concode_elem_sep int DOS_MONTH_OFFSET concode_elem_sep int DOS_MINUTE_OFFSET concode_elem_sep int DOS_HOUR_OFF...
byte [ ] function ( byte [ ] arg0 , int arg1 , long arg2 , int arg3 ) { for ( int loc0 = 0 ; loc0 < arg3 ; loc0 ++ ) { arg0 [ loc0 + arg1 ] = ( byte ) ( ( arg2 & ( 0xffL << ( loc0 * 8 ) ) ) >> ( loc0 * 8 ) ) ; } return arg0 ; }
23,859
a list of java files generated from the `` idl_srcs '' attribute . concode_field_sep Set<Artifact> idlGeneratedJavaFiles concode_elem_sep String javaPackage concode_elem_sep Set<SourceDirectory> idlDirs concode_elem_sep ImmutableCollection<SourceDirectory> assetDirs concode_elem_sep Artifact generatedManifest concode_e...
ImmutableCollection < Artifact > function ( ) { return idlGeneratedJavaFiles ; }
23,860
convenience method to serialize a replicationtarget to text using the writable methods without caring about performance penalties due toexcessive object creation concode_field_sep String peerName concode_elem_sep String remoteIdentifier concode_elem_sep String sourceTableId concode_field_sep void readFields concode_ele...
Text function ( ) { DataOutputBuffer loc0 = new DataOutputBuffer ( ) ; try { this . write ( loc0 ) ; } catch ( IOException loc2 ) { throw new RuntimeException ( loc2 ) ; } Text loc1 = new Text ( ) ; loc1 . set ( loc0 . getData ( ) , 0 , loc0 . getLength ( ) ) ; return loc1 ; }
23,861
checks so that a label id array is sane , i.e. that it 's sorted and contains no duplicates . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean fieldPointsToDynamicRecordOfLabels concode_elem_sep long[] get concode_elem_sep long parseLabelsBody concode_elem_sep long firstDynamicLabelRecordId concode_e...
boolean function ( long [ ] arg0 ) { long loc0 = - 1 ; for ( long loc1 : arg0 ) { if ( loc1 <= loc0 ) { return false ; } loc0 = loc1 ; } return true ; }
23,862
data access object for entity parente concode_field_sep PlaceHolder placeHolder concode_field_sep InstituicaoDAO getInstituicaoDAO concode_elem_sep PessoaDAO getPessoaDAO concode_elem_sep UsuarioDAO getUsuarioDAO concode_elem_sep ExameDAO getExameDAO concode_elem_sep EspecialidadeDAO getEspecialidadeDAO concode_elem_se...
ParenteDAO function ( ) { ParenteDAO loc0 = new ParenteDAOHibernate ( ) ; loc0 . setSession ( HibernateUtil . getFactory ( ) . getCurrentSession ( ) ) ; return loc0 ; }
23,863
gets a status instance that has the ok status and no other information . this is the default status data for all responses except indeterminate ones . concode_field_sep Status okStatus concode_elem_sep String STATUS_PROCESSING_ERROR concode_elem_sep String STATUS_SYNTAX_ERROR concode_elem_sep List<String> code concode_...
Status function ( ) { return okStatus ; }
23,864
sets the ant file concode_field_sep File destfile concode_elem_sep File antfile concode_elem_sep String target concode_field_sep File resolve concode_elem_sep void setTarget concode_elem_sep String toString concode_elem_sep void setDestfile concode_elem_sep void validate
void function ( final File arg0 ) { this . antfile = arg0 ; }
23,865
returns maximum limit on number of active concurrent connections concode_field_sep PlaceHolder placeHolder concode_field_sep String getEISProductVersion concode_elem_sep String getUserName concode_elem_sep String getEISProductName
int function ( ) { return 0 ; }
23,866
this method was generated by mybatis generator . this method sets the value of the database column public.survey _ id_seq . start_value concode_field_sep Boolean isCalled concode_elem_sep Long lastValue concode_elem_sep Long minValue concode_elem_sep Long logCnt concode_elem_sep Long maxValue concode_elem_sep Long incr...
void function ( Long arg0 ) { this . startValue = arg0 ; }
23,867
close this writer , which flushes and closes any currently-open streams . even after this is called , additional documents can be written to additional files . concode_field_sep String DOCUMENTS_EXTENSION concode_elem_sep InputStream stream concode_elem_sep DocumentSequence documents concode_elem_sep File parentDirecto...
void function ( ) { close ( stream ) ; }
23,868
sets the chavecertificacao value for this validacaocertificacaosettopbox . concode_field_sep java.lang.String chaveCertificacao concode_elem_sep br.com.gvt.www.tv.configuracaoTV.ValidacaoCertificacaoSetTopBoxStatusCertificacao statusCertificacao concode_elem_sep int relacaoSinalRuido concode_elem_sep org.apache.axis.de...
void function ( java . lang . String arg0 ) { this . chaveCertificacao = arg0 ; }
23,869
the value for the cache node type . concode_field_sep String cacheNodeType concode_elem_sep String value concode_field_sep CacheNodeTypeSpecificValue withCacheNodeType concode_elem_sep CacheNodeTypeSpecificValue withValue concode_elem_sep String getCacheNodeType concode_elem_sep int hashCode concode_elem_sep void setVa...
String function ( ) { return value ; }
23,870
startup from a 2.6-layout that already has unique storage ids does not regenerate the storage ids . test case for hdfs-7575 . concode_field_sep PlaceHolder placeHolder concode_field_sep void runLayoutUpgradeTest concode_elem_sep void initStorageDirs concode_elem_sep void upgradeAndVerify concode_elem_sep void testUpgra...
void function ( ) { runLayoutUpgradeTest ( GenericTestUtils . getMethodName ( ) , "srini_string" ) ; }
23,871
load native libraries stored in `` libs/armeabi '' concode_field_sep String NATIVE_LIB_VUFORIA concode_elem_sep String NATIVE_LIB_UNITYPLAYER concode_elem_sep String NATIVE_LIB_VUFORIAWRAPPER concode_field_sep boolean loadLibrary concode_elem_sep int initVuforia concode_elem_sep void initPlatformNative concode_elem_sep...
void function ( ) { loadLibrary ( NATIVE_LIB_VUFORIA ) ; loadLibrary ( NATIVE_LIB_VUFORIAWRAPPER ) ; loadLibrary ( NATIVE_LIB_UNITYPLAYER ) ; }
23,872
writes the raw packet data to the data stream . concode_field_sep Map<StatBase,Integer> statisticMap concode_field_sep Map<StatBase,Integer> getStatisticMap concode_elem_sep void processPacket concode_elem_sep void readPacketData
void function ( PacketBuffer arg0 ) { arg0 . writeVarIntToBuffer ( this . statisticMap . size ( ) ) ; for ( Entry < StatBase , Integer > loc0 : this . statisticMap . entrySet ( ) ) { arg0 . writeString ( ( ( StatBase ) loc0 . getKey ( ) ) . statId ) ; arg0 . writeVarIntToBuffer ( ( ( Integer ) loc0 . getValue ( ) ) . i...
23,873
param setter concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep boolean hasCollation concode_elem_sep in...
void function ( Session arg0 , String arg1 , boolean arg2 ) { isIgnoreCase = arg2 ; normalize ( arg0 , arg1 ) ; optimised = true ; }
23,874
sets the value of the encoding property . concode_field_sep KeyManagementScheme scheme concode_elem_sep EncodingType encoding concode_elem_sep EncryptionAlgorithmType encryptionAlgorithm concode_field_sep EncodingType getEncoding concode_elem_sep KeyManagementScheme getScheme concode_elem_sep EncryptionAlgorithmType ge...
void function ( EncodingType arg0 ) { this . encoding = arg0 ; }
23,875
whether it has a particular attribute concode_field_sep ConnectionField c concode_elem_sep Vector<AttributeField> av concode_elem_sep MediaField m concode_field_sep ConnectionField getConnection concode_elem_sep MediaField getMedia concode_elem_sep Vector<AttributeField> getAttributes concode_elem_sep Vector<AttributeF...
boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < av . size ( ) ; loc0 ++ ) { if ( ( ( AttributeField ) av . elementAt ( loc0 ) ) . getAttributeName ( ) . equals ( arg0 ) ) return true ; } return false ; }
23,876
retrieves the name of the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String toString concode_elem_sep int getSavepointId
String function ( ) { return name ; }
23,877
returns occupant of x and y concode_field_sep long serialVersionUID concode_elem_sep Position sentinel concode_elem_sep Queue<Position> moveQueue concode_elem_sep int N concode_elem_sep Occupant[][] occupants concode_elem_sep int population concode_field_sep boolean inBounds concode_elem_sep void doDie concode_elem_sep...
Occupant function ( int arg0 , int arg1 ) { if ( inBounds ( arg0 , arg1 ) ) { return occupants [ arg1 ] [ arg0 ] ; } return new Impassible ( ) ; }
23,878
this method was generated by mybatis generator . this method returns the value of the database column sys_user_role . update_time concode_field_sep Integer createBy concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep Integer roleId concode_elem_sep Boolean enable concode_elem_sep String ...
Date function ( ) { return updateTime ; }
23,879
determine if a given block can activate herbalism abilities concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPistonPiece concode_elem_sep Boolean affectedBySuperBreaker concode_elem_sep boolean isOre concode_elem_sep boolean isLog concode_elem_sep boolean affectedByFluxMining concode_elem_sep boole...
boolean function ( BlockState arg0 ) { switch ( arg0 . getType ( ) ) { case DIRT : case GRASS : case SOIL : return false ; default : return true ; } }
23,880
generate a redwood tree at a location . concode_field_sep int FRIENDLY concode_elem_sep int blockId concode_elem_sep int GOLEMS concode_elem_sep PriorityQueue<QueuedEffect> effectQueue concode_elem_sep int ANIMALS concode_elem_sep int PETS concode_elem_sep int WITH_LIGHTNING concode_elem_sep Vector position concode_ele...
boolean function ( EditSession arg0 , Vector arg1 ) { return false ; }
23,881
gets zoneid . concode_field_sep Map<String,Cache> caches concode_elem_sep String zoneId concode_elem_sep String id concode_elem_sep Geolocation geolocation concode_field_sep void addCache concode_elem_sep Cache getCache concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Map<String,String> ge...
String function ( ) { return zoneId ; }
23,882
returns the display name of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep i...
java . lang . String function ( ) { return _folder . getDisplayName ( ) ; }
23,883
routine to immediately send a data packet . used by senders who need to know when the packet was actually sent or who want to reuse the datagram . concode_field_sep Queue freeQueue concode_elem_sep int status concode_elem_sep int SINGLE_PACKET_PAYLOAD_SIZE concode_elem_sep Queue xmitQueue concode_elem_sep int payloadSi...
void function ( Datagram arg0 ) { txConn . send ( arg0 ) ; }
23,884
return the bytes of the `` central directory '' based on the offset indicated in this record . concode_field_sep int MAXIMUM_SIZE concode_elem_sep int READ_BLOCK_SIZE concode_elem_sep int offset concode_elem_sep int size concode_elem_sep int MINIMUM_SIZE concode_elem_sep int MAXIMUM_COMMENT_LENGTH concode_elem_sep int ...
RandomAccessData function ( RandomAccessData arg0 ) { long loc0 = Bytes . littleEndianValue ( this . block , this . offset + 16 , 4 ) ; long loc1 = Bytes . littleEndianValue ( this . block , this . offset + 12 , 4 ) ; return arg0 . getSubsection ( loc0 , loc1 ) ; }
23,885
determines the start time of the test . concode_field_sep int SHUTDOWN_TIMEOUT_SECONDS concode_elem_sep AtomicInteger incrementer concode_elem_sep double DELTA concode_elem_sep SlidingWindowTimeReservoir time10usReservoir concode_elem_sep ExecutorService producerExecutorService concode_elem_sep int PRODUCER_COUNT conco...
long function ( ) { return startTime ; }
23,886
optional : a complex type that contains custom error responses for this distribution . if quantity is 0 , you can omit items . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInternalList<CustomErrorResponse> items concode_field_sep Integer getQuantity concode_elem_sep void setQuantity con...
java . util . List < CustomErrorResponse > function ( ) { if ( items == null ) { items = new com . amazonaws . internal . SdkInternalList < CustomErrorResponse > ( ) ; } return items ; }
23,887
run a given command in a subprocess , including threads to copy its stdout and stderr to our stdout and stderr . concode_field_sep Socket clientSocket concode_elem_sep OutputHandler<K2,V2> handler concode_elem_sep boolean WINDOWS concode_elem_sep Process process concode_elem_sep DownwardProtocol<K1,V1> downlink concode...
Process function ( List < String > arg0 , Map < String , String > arg1 ) { ProcessBuilder loc0 = new ProcessBuilder ( arg0 ) ; if ( arg1 != null ) { loc0 . environment ( ) . putAll ( arg1 ) ; } Process loc1 = loc0 . start ( ) ; return loc1 ; }
23,888
create an instance of magasin concode_field_sep QName _PrendreRendezvousResponse_QNAME concode_elem_sep QName _GetListeMagasin_QNAME concode_elem_sep QName _PrendreRendezvous_QNAME concode_elem_sep QName _GetListeMagasinResponse_QNAME concode_elem_sep QName _GetListeRendezvous_QNAME concode_elem_sep QName _GetListeRend...
Magasin function ( ) { return new Magasin ( ) ; }
23,889
verify that length bytes can be read . concode_field_sep int _limit concode_elem_sep byte[] _buffer concode_elem_sep int _offset concode_elem_sep int _pos concode_elem_sep byte[] ZERO_LENGTH_BUFFER concode_field_sep void setBuffer concode_elem_sep void putInt concode_elem_sep void reassign concode_elem_sep void align c...
void function ( int arg0 ) { if ( arg0 < 0 ) { throw new ArrayIndexOutOfBoundsException ( arg0 ) ; } if ( _pos + arg0 > _limit ) { throw new ArrayIndexOutOfBoundsException ( _pos + arg0 ) ; } }
23,890
gets the image directory to use for the selectinputdate and tree theming . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_ele...
String function ( ) { return ( ( StylePath ) styleMap . get ( currentStyle ) ) . imageDirPath ; }
23,891
ends the runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep boolean removeStatemachine concode_elem_sep void run concode_elem_sep boolean addStatemachine
void function ( ) { timer . cancel ( ) ; }
23,892
finds a file-entry by path concode_field_sep String MANIFEST_BDOC_MIME_1_0 concode_elem_sep List<ManifestFileEntry> fileEntries concode_elem_sep String MANIFEST_BDOC_MIME_1_1 concode_elem_sep String MANIFEST_URN concode_field_sep void removeFileEntryWithPath concode_elem_sep void addFileEntry concode_elem_sep void remo...
ManifestFileEntry function ( String arg0 ) { for ( int loc0 = 0 ; ( fileEntries != null ) && ( loc0 < fileEntries . size ( ) ) ; loc0 ++ ) { ManifestFileEntry loc1 = fileEntries . get ( loc0 ) ; if ( loc1 . getFullPath ( ) . equals ( arg0 ) ) return loc1 ; } return null ; }
23,893
sets the value of the return property . concode_field_sep boolean _return concode_field_sep boolean isReturn
void function ( boolean arg0 ) { this . _return = arg0 ; }
23,894
returns true if this element was already visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep void endVisit concode_elem_sep void pe...
boolean function ( Object arg0 ) { return myVisitedElements . containsKey ( arg0 ) ; }
23,895
this method identifies the root or enclosing server span that contains the supplied client span . concode_field_sep Logger log concode_field_sep void initialiseSourceInfo concode_elem_sep List<SourceInfo> getSourceInfo concode_elem_sep SourceInfo getSourceInfo
Span function ( String arg0 , Span arg1 , SpanCache arg2 ) { while ( arg1 != null && ! arg1 . serverSpan ( ) && ! arg1 . topLevelSpan ( ) ) { arg1 = arg2 . get ( arg0 , arg1 . getParentId ( ) ) ; } return arg1 ; }
23,896
deletes the status with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep StatusLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concod...
com . liferay . chat . model . Status function ( long arg0 ) { return getService ( ) . deleteStatus ( arg0 ) ; }
23,897
resolves all phi types in the method concode_field_sep BitSet worklist concode_elem_sep SsaMethod ssaMeth concode_field_sep void run concode_elem_sep boolean equalsHandlesNulls concode_elem_sep boolean resolveResultType
void function ( SsaMethod arg0 ) { new PhiTypeResolver ( arg0 ) . run ( ) ; }
23,898
get compute the pair counting measures . concode_field_sep boolean selfPairing concode_elem_sep long[] noise2 concode_elem_sep BCubed bcubed concode_elem_sep PairCounting paircount concode_elem_sep Entropy entropy concode_elem_sep SetMatchingPurity smp concode_elem_sep int size1 concode_elem_sep long[] noise1 concode_e...
PairCounting function ( ) { if ( paircount == null ) { paircount = new PairCounting ( this ) ; } return paircount ; }
23,899
convert from string to long concode_field_sep SimpleDateFormat formatDateSendDate concode_elem_sep SimpleDateFormat formatDateFullTime concode_elem_sep DecimalFormat formatNumber concode_elem_sep Log _log concode_elem_sep SimpleDateFormat formatDateShort2 concode_elem_sep SimpleDateFormat formatDateFullTime3 concode_el...
long function ( String arg0 ) { try { return Long . parseLong ( arg0 . trim ( ) ) ; } catch ( Exception loc0 ) { _log . error ( loc0 ) ; } return - 1 ; }