idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
36,000
returns a copy of the array of floats used by this gradient to calculate color distribution . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceE...
float [ ] function ( ) { float [ ] loc0 = new float [ this . fractions . length ] ; System . arraycopy ( this . fractions , 0 , loc0 , 0 , this . fractions . length ) ; return loc0 ; }
36,001
gets the value of the style property . concode_field_sep Object parent concode_elem_sep String vmlId concode_elem_sep STTrueFalse trim concode_elem_sep String string concode_elem_sep STTrueFalse fitpath concode_elem_sep STTrueFalse xscale concode_elem_sep String style concode_elem_sep STTrueFalse fitshape concode_elem_...
String function ( ) { return style ; }
36,002
imports a file via assimp . concode_field_sep int NATIVE_FLOAT_SIZE concode_elem_sep AiWrapperProvider<?,?,?,?,?> BUILTIN concode_elem_sep AiWrapperProvider<?,?,?,?,?> s_wrapperProvider concode_elem_sep int NATIVE_AIVEKTORKEY_SIZE concode_elem_sep int NATIVE_INT_SIZE concode_elem_sep int NATIVE_UINT_SIZE concode_elem_s...
AiScene function ( String arg0 , Set < AiPostProcessSteps > arg1 ) { return aiImportFile ( arg0 , AiPostProcessSteps . toRawValue ( arg1 ) ) ; }
36,003
prepare the sampler for rendering an image of w x h pixels concode_field_sep PlaceHolder placeHolder concode_field_sep void render
boolean function ( Options arg0 ) { }
36,004
creates an arraytype by specifying the data type of elements elementtype . the field of containsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_s...
ArrayType function ( DataType arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ArrayType ( arg0 , true ) ; }
36,005
gets the totalerrorcount . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcount ...
int function ( ) { return totalerrorcount ; }
36,006
get the first field concode_field_sep Text first concode_elem_sep Text second concode_field_sep void readFields concode_elem_sep void setFirstText concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Text getSecond concode_elem_sep void setSecondText concode_elem_sep int compareTo concode_elem...
Text function ( ) { return first ; }
36,007
returns the osgi service identifier . concode_field_sep MembershipRequestService _membershipRequestService concode_field_sep void deleteMembershipRequests concode_elem_sep void setWrappedService concode_elem_sep void updateStatus concode_elem_sep com.liferay.portal.kernel.model.MembershipRequest getMembershipRequest co...
java . lang . String function ( ) { return _membershipRequestService . getOSGiServiceIdentifier ( ) ; }
36,008
returns the size in bytes of the given ac-3 syncframe . concode_field_sep int AC3_SYNCFRAME_AUDIO_SAMPLE_COUNT concode_elem_sep int[] BITRATE_BY_HALF_FRMSIZECOD concode_elem_sep int[] SYNCFRAME_SIZE_WORDS_BY_HALF_FRMSIZECOD_44_1 concode_elem_sep int[] SAMPLE_RATE_BY_FSCOD2 concode_elem_sep int[] BLOCKS_PER_SYNCFRAME_BY...
int function ( byte [ ] arg0 ) { int loc0 = ( arg0 [ 4 ] & 0xC0 ) >> 6 ; int loc1 = arg0 [ 4 ] & 0x3F ; return getAc3SyncframeSize ( loc0 , loc1 ) ; }
36,009
return the hibernate sessionfactory that should be used to create hibernate sessions . concode_field_sep SessionFactory sessionFactory concode_field_sep void afterPropertiesSet concode_elem_sep Session openSession concode_elem_sep Object invoke concode_elem_sep void setSessionFactory
SessionFactory function ( ) { return this . sessionFactory ; }
36,010
mark the passage of time and decay the current rate accordingly . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncounted concode_elem_sep double M15_ALPHA concode_elem_sep boolean...
void function ( ) { final long loc0 = uncounted . sumThenReset ( ) ; double loc1 = loc0 / interval ; if ( initialized ) { rate += ( alpha * ( loc1 - rate ) ) ; } else { rate = loc1 ; initialized = true ; } }
36,011
gets the instancia value for this allowombudsmanserviceout . concode_field_sep java.lang.String instancia concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int resultCode concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String documento concode_elem_sep boolean __h...
java . lang . String function ( ) { return instancia ; }
36,012
getter for itemnumber concode_field_sep Integer shareHomeAddress concode_elem_sep String itemNumber concode_elem_sep String note concode_elem_sep PhoneNumberType recipientPhone concode_elem_sep Integer sharePhoneNumber concode_elem_sep BasicAmountType tax concode_elem_sep String customID concode_elem_sep MobilePaymentC...
String function ( ) { return itemNumber ; }
36,013
returns the operator registry . the operator-registry contains all operator-implementations . concode_field_sep ProcessingContext processingContext concode_elem_sep DefaultTypeRegistry typeRegistry concode_elem_sep ExpressionRuntime runtime concode_elem_sep FormulaContext backend concode_field_sep Object resolveReferen...
OperatorFactory function ( ) { return backend . getOperatorFactory ( ) ; }
36,014
gets the user name of the user account . concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String outgoingHost concode_elem_sep String incomingHost concode_elem_sep String userName concode_elem_sep int incomingPort concode_elem_sep boolean selected concode_elem_sep String proto...
String function ( ) { return userName ; }
36,015
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; }
36,016
get the version concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep void writeHeader concode_elem_sep void writeHeader concode_elem_sep DataChecksum readDataChecksum concode_elem_sep Data...
short function ( ) { return version ; }
36,017
create an instance of setdatastreamversionableresponse concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject creat...
SetDatastreamVersionableResponse function ( ) { return new SetDatastreamVersionableResponse ( ) ; }
36,018
setter id til admin i databasen concode_field_sep IntegerProperty id concode_elem_sep StringProperty username concode_field_sep void setUsername concode_elem_sep StringProperty usernameProperty concode_elem_sep void confirmPassword concode_elem_sep int getID concode_elem_sep String getUsername
void function ( int arg0 ) { this . id = new SimpleIntegerProperty ( arg0 ) ; }
36,019
returns all the record versions matching the record . concode_field_sep ServiceTracker<DDLRecordVersionService,DDLRecordVersionService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecordVersion getRecordVersion concode_elem_sep com...
java . util . List < com . liferay . dynamic . data . lists . model . DDLRecordVersion > function ( long arg0 ) { return getService ( ) . getRecordVersions ( arg0 ) ; }
36,020
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { XYCoordinate loc0 = new XYCoordinate ( 1.0 , 2.0 ) ; XYCoordinate loc1 = new XYCoordinate ( 1.0 , 2.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
36,021
disposes the backing store allocated by the backingstoremanager . this rectanglepacker may no longer be used after calling this method . concode_field_sep int initialHeight concode_elem_sep int initialWidth concode_elem_sep BackingStoreManager manager concode_elem_sep float EXPANSION_FACTOR concode_elem_sep Object back...
void function ( ) { if ( backingStore != null ) manager . deleteBackingStore ( backingStore ) ; backingStore = null ; levels = null ; }
36,022
resets flag concode_field_sep DefaultOutputPort<Boolean> mergedport concode_elem_sep boolean result concode_field_sep void process concode_elem_sep void setup concode_elem_sep void endWindow concode_elem_sep void teardown
void function ( long arg0 ) { result = false ; }
36,023
returns content formatted as a success message concode_field_sep PlaceHolder placeHolder concode_field_sep Text broadcast concode_elem_sep Text broadcast concode_elem_sep Text subduedHeading concode_elem_sep Text subduedHeading concode_elem_sep Text bool concode_elem_sep Text heading concode_elem_sep Text heading conco...
Text function ( Text arg0 ) { checkNotNull ( arg0 ) ; return Text . of ( TextColors . GREEN , arg0 ) ; }
36,024
set binary service port # concode_field_sep HiveConf hiveConf concode_elem_sep String hostname concode_elem_sep List<String> addedProperties concode_elem_sep boolean startedHiveService concode_elem_sep int binaryPort concode_elem_sep int httpPort concode_field_sep void verifyStarted concode_elem_sep void verifyNotStart...
void function ( int arg0 ) { this . binaryPort = arg0 ; }
36,025
setter method concode_field_sep String templateType concode_elem_sep Date createdDate concode_elem_sep String templateName concode_elem_sep String createdBy concode_elem_sep Date modifiedDate concode_elem_sep String templateContent concode_elem_sep String description concode_elem_sep String modifiedBy concode_elem_sep ...
void function ( String arg0 ) { this . createdBy = arg0 ; }
36,026
executes the action in the context of given caret . subclasses should override this method . concode_field_sep boolean myRunForEachCaret concode_elem_sep boolean inExecution concode_elem_sep boolean inCheck concode_elem_sep boolean myWorksInInjected concode_field_sep boolean executeInCommand concode_elem_sep boolean ru...
void function ( Editor arg0 , @ Nullable Caret arg1 , DataContext arg2 ) { if ( inExecution ) { return ; } try { inExecution = true ; execute ( arg0 , arg2 ) ; } finally { inExecution = false ; } }
36,027
returns the valuelist . concode_field_sep Integer subType concode_elem_sep Number minValue concode_elem_sep Number maxValue concode_elem_sep Integer valueType concode_elem_sep String name concode_elem_sep boolean writeable concode_elem_sep Object value concode_elem_sep String[] valueList concode_field_sep void setName ...
String [ ] function ( ) { return valueList ; }
36,028
gets the object number represented by this reference . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep int getGenerationNumber concode_elem_sep boolean equals concode_elem_sep String toString
int function ( ) { return objf ; }
36,029
whether the type is logical operator concode_field_sep TokenType type concode_elem_sep String value concode_field_sep boolean isEscape concode_elem_sep boolean isDoubleQuote concode_elem_sep boolean isEol concode_elem_sep boolean isNullValue concode_elem_sep boolean isBinary concode_elem_sep boolean isUnary concode_ele...
boolean function ( ) { return type == TokenType . logicalOperator ; }
36,030
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
36,031
returns the date time when this whiteboard participant acquired its current status . concode_field_sep String participantID concode_elem_sep byte[] image concode_elem_sep List<WhiteboardParticipantListener> whiteboardParticipantListeners concode_elem_sep Logger logger concode_elem_sep ContactJabberImpl participant conc...
Date function ( ) { return currentStateStartDate ; }
36,032
retrieves the default port that a server will try to use in the abscence of an explicitly specified one , given the specified value for whether or not to use secure sockets . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep String[] listLocalInetAddr...
int function ( int arg0 , boolean arg1 ) { switch ( arg0 ) { case SC_PROTOCOL_HSQL : { return arg1 ? SC_DEFAULT_HSQLS_SERVER_PORT : SC_DEFAULT_HSQL_SERVER_PORT ; } case SC_PROTOCOL_HTTP : { return arg1 ? SC_DEFAULT_HTTPS_SERVER_PORT : SC_DEFAULT_HTTP_SERVER_PORT ; } default : { return - 1 ; } } }
36,033
reads a string from the given input . the string may be null and must have been written with #writenullablestring string , dataoutputview . concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String showControlCharacters concode_elem_sep String escapeHtml concode_elem_sep v...
String function ( DataInputView arg0 ) { if ( arg0 . readBoolean ( ) ) { return StringValue . readString ( arg0 ) ; } else { return null ; } }
36,034
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitRegex_operator concode_elem_sep void enterBoolean_operator concode_elem_sep void enterLogical_operator concode_elem_sep void exitBoolean_operator concode_elem_sep void enterValue concode_elem_sep void enterTag...
void function ( TagQueryParser . Array_operatorContext arg0 ) { }
36,035
obtains the package name . the package name identifies the module or informal unit . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule concode_elem_sep String infoClassloader concode_...
String function ( ) { return infoPackage ; }
36,036
compute the position of the orthogonal projection of the given point on this line . concode_field_sep double z0 concode_elem_sep double dz concode_elem_sep double dx concode_elem_sep double dy concode_elem_sep double x0 concode_elem_sep double y0 concode_field_sep Box3D boundingBox concode_elem_sep double distance conc...
double function ( Point3D arg0 ) { Vector3D loc0 = this . direction ( ) ; Vector3D loc1 = new Vector3D ( this . origin ( ) , arg0 ) ; return Vector3D . dotProduct ( loc0 , loc1 ) / loc0 . normSq ( ) ; }
36,037
convienience method to check if this manifestresource has an requires extensions . concode_field_sep int APPLICATION concode_elem_sep int WAR concode_elem_sep int resourceType concode_elem_sep ArrayList availableExtensions concode_elem_sep String resourceName concode_elem_sep int SYSTEM concode_elem_sep ArrayList requi...
boolean function ( ) { return ( requiredExtensions != null ) ? true : false ; }
36,038
returns the octant of a directed line segment from p0 to p1 . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
int function ( Coordinate arg0 , Coordinate arg1 ) { double loc0 = arg1 . x - arg0 . x ; double loc1 = arg1 . y - arg0 . y ; if ( loc0 == 0.0 && loc1 == 0.0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; return octant ( loc0 , loc1 ) ; }
36,039
convenience method to obtain delegation tokens from namenodes corresponding to the paths passed . concode_field_sep String JOB_TOKENS_FILENAME concode_elem_sep Text JOB_TOKEN concode_elem_sep String JOB_TOKEN_HDFS_FILE concode_elem_sep Text ENC_SPILL_KEY concode_elem_sep Log LOG concode_elem_sep Text SHUFFLE_TOKEN conc...
void function ( Credentials arg0 , Path [ ] arg1 , Configuration arg2 ) { if ( ! UserGroupInformation . isSecurityEnabled ( ) ) { return ; } obtainTokensForNamenodesInternal ( arg0 , arg1 , arg2 ) ; }
36,040
resolves the given host name to an array of corresponding ip addresses , based on the configured name service on the system . concode_field_sep Log log concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep void updateSecureConnection concode_elem_sep void openConnection concode_elem_sep OperatedClientConnect...
InetAddress [ ] function ( final String arg0 ) { return InetAddress . getAllByName ( arg0 ) ; }
36,041
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . password = arg0 ; }
36,042
test method for com.sqa.em.util.helper.identifyobject #getinfo java.lang.object . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDisplayInfoObjectObjectObjectArray concode_elem_sep void testDisplay2DInfo concode_elem_sep void testGet2DInfo concode_elem_sep void setUpBeforeClass concode_elem_sep vo...
void function ( ) { System . out . println ( "srini_string" ) ; }
36,043
sets factory implementation of proxy factory concode_field_sep ClientProxyFactory factoryImpl concode_elem_sep String service concode_elem_sep String className concode_field_sep ProxyFactoryConfig setService concode_elem_sep ClientProxyFactory getFactoryImpl concode_elem_sep String internalClassName concode_elem_sep in...
ProxyFactoryConfig function ( ClientProxyFactory arg0 ) { this . factoryImpl = arg0 ; return this ; }
36,044
this method implements comparison of two vehicles based on price and returns in ascending order . concode_field_sep String engine_type concode_elem_sep Comparator<Vehicle> PRICE concode_elem_sep String color concode_elem_sep int year concode_elem_sep double price concode_elem_sep int vin concode_elem_sep String type co...
int function ( Vehicle arg0 ) { return Comparators . PRICE . compare ( this , arg0 ) ; }
36,045
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se...
MessageCodesResolver function ( ) { return null ; }
36,046
get the style attribute setting for a given style information element i.e. fill , stroke concode_field_sep String XLINK concode_elem_sep String INKSCAPE concode_elem_sep String SODIPODI concode_field_sep NonGeometricData getNonGeometricData concode_elem_sep float getFloatAttribute concode_elem_sep String getAsReference...
String function ( Element arg0 , String arg1 ) { String loc0 = arg0 . getAttribute ( arg1 ) ; if ( ( loc0 != null ) && ( loc0 . length ( ) > 0 ) ) { return loc0 ; } String loc1 = arg0 . getAttribute ( "srini_string" ) ; return extractStyle ( loc1 , arg1 ) ; }
36,047
return the last fail action . . only if there are no retry actions . concode_field_sep RetryPolicy defaultPolicy concode_elem_sep FailoverProxyProvider<T> proxyProvider concode_elem_sep boolean hasMadeASuccessfulCall concode_elem_sep Log LOG concode_elem_sep long proxyProviderFailoverCount concode_elem_sep Map<String,R...
RetryAction function ( List < RetryAction > arg0 ) { RetryAction loc0 = null ; for ( RetryAction loc1 : arg0 ) { if ( loc1 . loc1 == RetryAction . RetryDecision . FAIL ) { loc0 = loc1 ; } else { return null ; } } return loc0 ; }
36,048
gets whether the supplied cardinal number is included in the current range . concode_field_sep long serialVersionUID concode_elem_sep boolean[] m_SelectFlags concode_elem_sep Vector m_RangeStrings concode_elem_sep int m_Upper concode_elem_sep boolean m_Invert concode_field_sep int rangeUpper concode_elem_sep boolean ge...
boolean function ( int arg0 ) { if ( m_Upper == - 1 ) { throw new RuntimeException ( "srini_string" ) ; } if ( m_Invert ) { return ! m_SelectFlags [ arg0 ] ; } else { return m_SelectFlags [ arg0 ] ; } }
36,049
returns true if this connection has been idle for longer than keepalivedurationns . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep So...
boolean function ( long arg0 ) { return getIdleStartTimeNs ( ) < System . nanoTime ( ) - arg0 ; }
36,050
superficially determines if this form is being filled out for a new user basically just looks for a primary key user_id concode_field_sep Log log concode_field_sep User formBackingObject concode_elem_sep String handleSubmission concode_elem_sep String showForm concode_elem_sep void initBinder concode_elem_sep List<Role...
Boolean function ( User arg0 ) { return arg0 == null ? true : arg0 . getUserId ( ) == null ; }
36,051
parse a distance from a given string . if no unit is givendistanceunit.default will be used concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_s...
Distance function ( String arg0 ) { return parseDistance ( arg0 , DEFAULT ) ; }
36,052
using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_ele...
Statement function ( final Connection arg0 ) { final Statement loc0 = arg0 . createStatement ( ) ; registerStatement ( loc0 ) ; return loc0 ; }
36,053
close the iterator and release any associated resources concode_field_sep List<String> columnNames concode_elem_sep Logger log concode_elem_sep boolean hasAdvanced concode_elem_sep ResultSet results concode_elem_sep String table concode_elem_sep Statement statemt concode_elem_sep boolean hasNext concode_field_sep Table...
void function ( ) { try { if ( results != null ) { results . close ( ) ; results = null ; } } catch ( SQLException loc0 ) { } try { if ( statemt != null ) { statemt . close ( ) ; statemt = null ; } } catch ( SQLException loc0 ) { } columnNames = null ; }
36,054
construct an error message that describes a failed command invocation . currently this returns a message of the form `` error executing command foo bar baz '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String cwd concode_elem_sep String describeCommandFailure concode_elem_sep String describeCommandFa...
String function ( boolean arg0 , Command arg1 ) { return CommandFailureUtils . describeCommandError ( arg0 , commandLine ( arg1 ) , env ( arg1 ) , cwd ( arg1 ) ) ; }
36,055
finds all tasks . concode_field_sep Logger LOGGER concode_elem_sep TaskCrudService crudService concode_field_sep TaskDTO findById concode_elem_sep TaskDTO create concode_elem_sep TaskDTO update concode_elem_sep TaskDTO delete
List < TaskListDTO > function ( ) { LOGGER . info ( "srini_string" ) ; List < TaskListDTO > loc0 = crudService . findAll ( ) ; LOGGER . info ( "srini_string" , loc0 . size ( ) ) ; return loc0 ; }
36,056
returns the signal strength normalized across multiple types of networks concode_field_sep long mPacketErrorCount concode_elem_sep int OBJECT_TYPE_MOBILE_LINK_QUALITY_INFO concode_elem_sep long UNKNOWN_LONG concode_elem_sep int mDataSampleDuration concode_elem_sep int mNetworkType concode_elem_sep Creator<LinkQualityIn...
int function ( ) { return mNormalizedSignalStrength ; }
36,057
gets the value of the secretkeyprotection property . concode_field_sep PrivateKeyProtectionType privateKeyProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep SecretKeyProtectionType secretKeyProtection concode_field_sep void setPrivateKeyProtection concode_elem_sep List<ExtensionType> getExtensio...
SecretKeyProtectionType function ( ) { return secretKeyProtection ; }
36,058
retrieve the content type of the request . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return request . getContentType ( ) ; }
36,059
generic string comparison that considers the use of #any concode_field_sep String method concode_elem_sep String service concode_elem_sep Set<String> roles concode_elem_sep String ANY concode_elem_sep ServiceAccessRule WRITE_ALL concode_elem_sep ServiceAccessRule READ_ALL concode_field_sep void setService concode_elem_...
int function ( String arg0 , String arg1 ) { if ( arg0 . equals ( arg1 ) ) return 0 ; else if ( ANY . equals ( arg0 ) ) return - 1 ; else if ( ANY . equals ( arg1 ) ) return 1 ; else return arg0 . compareTo ( arg1 ) ; }
36,060
creates a state handle and stores it in zookeeper with create mode createmode #persistent . concode_field_sep Logger LOG concode_elem_sep CuratorFramework client concode_elem_sep StateStorageHelper<T> storage concode_field_sep void removeAndDiscardState concode_elem_sep List<Tuple2<StateHandle<T>,String>> getAll concod...
StateHandle < T > function ( String arg0 , T arg1 ) { return add ( arg0 , arg1 , CreateMode . PERSISTENT ) ; }
36,061
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean...
double function ( ) { return total1 . getSuperiorLimit ( ) ; }
36,062
sets a connectionconfigurator instance to use forconfiguring connections . concode_field_sep String USER_NAME concode_elem_sep String USER_NAME_EQ concode_elem_sep ConnectionConfigurator connConfigurator concode_field_sep void authenticate concode_elem_sep String getUserName
void function ( ConnectionConfigurator arg0 ) { connConfigurator = arg0 ; }
36,063
the subscription 's protocol . concode_field_sep String owner concode_elem_sep String protocol concode_elem_sep String endpoint concode_elem_sep String subscriptionArn concode_elem_sep String topicArn concode_field_sep String getSubscriptionArn concode_elem_sep void setProtocol concode_elem_sep String getProtocol conco...
Subscription function ( String arg0 ) { setProtocol ( arg0 ) ; return this ; }
36,064
get the next nsh spi id . concode_field_sep int MAX_NSH_SPI_ID concode_elem_sep int nshSpiId concode_elem_sep AtomicInteger NSH_SPI_ID_GEN concode_field_sep placeholderType placeHolder
int function ( ) { do { if ( nshSpiId >= MAX_NSH_SPI_ID ) { if ( NSH_SPI_ID_GEN . get ( ) >= MAX_NSH_SPI_ID ) { NSH_SPI_ID_GEN . set ( 0 ) ; } } nshSpiId = NSH_SPI_ID_GEN . incrementAndGet ( ) ; } while ( nshSpiId > MAX_NSH_SPI_ID ) ; return nshSpiId ; }
36,065
returns the latitude of the address associated with this context concode_field_sep long serialVersionUID concode_elem_sep InVMAttributeManager attributeManager concode_field_sep void setPlaceReference concode_elem_sep Object[] getValues concode_elem_sep String getLongitude concode_elem_sep void setAddress concode_elem_...
String function ( ) { return ( String ) this . attributeManager . getAttribute ( "srini_string" ) ; }
36,066
a flag that indicates whether there are more items in the list . if your results were truncated , you can use the marker parameter to make a subsequent pagination request to retrieve more items in the list . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.SdkInternalList<AliasListEntry> alia...
void function ( Boolean arg0 ) { this . truncated = arg0 ; }
36,067
sets the value of the customtargetingvalueid property . concode_field_sep Statement filterStatement concode_elem_sep Long customTargetingValueId concode_field_sep Long getCustomTargetingValueId concode_elem_sep Statement getFilterStatement concode_elem_sep void setFilterStatement
void function ( Long arg0 ) { this . customTargetingValueId = arg0 ; }
36,068
a entity service method : a public method in a \ @service . concode_field_sep PlaceHolder placeHolder concode_field_sep void crud concode_elem_sep void creator concode_elem_sep void loader concode_elem_sep void modifier concode_elem_sep void daoMethod concode_elem_sep void inWebLayer concode_elem_sep void serviceMethod...
void function ( ) { }
36,069
get the http status code of the response concode_field_sep com.ning.http.client.Response ahcResponse concode_field_sep byte[] asByteArray concode_elem_sep InputStream getBodyAsStream concode_elem_sep JsonNode asJson concode_elem_sep Object getUnderlying concode_elem_sep String getBody concode_elem_sep List<WSCookie> ge...
int function ( ) { return ahcResponse . getStatusCode ( ) ; }
36,070
adds a long 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_elem_sep JSON...
JSONBuilder function ( long arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; }
36,071
validate the given stream and return a valid dom document for parsing . concode_field_sep String SHARED_CACHE_MODE concode_elem_sep String JTA_DATA_SOURCE concode_elem_sep String EXCLUDE_UNLISTED_CLASSES concode_elem_sep String PERSISTENCE_UNIT concode_elem_sep String UNIT_NAME concode_elem_sep Log logger concode_elem_...
Document function ( ErrorHandler arg0 , InputStream arg1 ) { DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; loc0 . setNamespaceAware ( true ) ; DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; loc1 . setErrorHandler ( arg0 ) ; return loc1 . parse ( arg1 ) ; }
36,072
return branch target address . this should be retrieved only to set the program counter at the end of the delay slot . this method has package visibility . precondition : delayedbranch.istriggered concode_field_sep int CLEARED concode_elem_sep int TRIGGERED concode_elem_sep int REGISTERED concode_elem_sep int branchTar...
int function ( ) { return branchTargetAddress ; }
36,073
isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteVolumeResponseType localDeleteVolumeResponse concode_field_sep void setDeleteVolumeResponse concode_elem_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concod...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
36,074
sets the value of the this property . concode_field_sep List<HostUnresolvedVmfsResolutionSpec> resolutionSpec concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep List<HostUnresolvedVmfsResolutionSpec> getResolutionSpec
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
36,075
gets the value of the value property . concode_field_sep String evidence concode_elem_sep List<Object> strainOrPlasmidOrTransposon concode_elem_sep String value concode_field_sep String getEvidence concode_elem_sep String getEvidence concode_elem_sep String getEvidence concode_elem_sep String getEvidence concode_elem_s...
String function ( ) { return value ; }
36,076
configures the delimiter used to separate property references and the direction to be sorted by . defaults to , which means sort values look like this : firstname , lastname , asc . concode_field_sep String DEFAULT_QUALIFIER_DELIMITER concode_elem_sep Sort fallbackSort concode_elem_sep Sort DEFAULT_SORT concode_elem_se...
void function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; this . propertyDelimiter = arg0 ; }
36,077
sets the class name . concode_field_sep String name concode_elem_sep String className concode_elem_sep Hashtable<String,String> attributes concode_elem_sep String id concode_elem_sep String text concode_elem_sep int locationY concode_elem_sep String tagName concode_elem_sep int locationX concode_field_sep void setName ...
void function ( String arg0 ) { this . className = arg0 ; }
36,078
starts a new priviledge-escalated environment , execute a closure , and shut it down . concode_field_sep PlaceHolder placeHolder concode_field_sep Process sudoWithPass concode_elem_sep LocalChannel newLocalChannel concode_elem_sep VirtualChannel start concode_elem_sep VirtualChannel start concode_elem_sep String sudoEx...
V function ( TaskListener arg0 , String arg1 , String arg2 , final Callable < V , T > arg3 ) { VirtualChannel loc0 = start ( arg0 , arg1 , arg2 ) ; try { return loc0 . call ( arg3 ) ; } finally { loc0 . close ( ) ; loc0 . join ( 3000 ) ; } }
36,079
checks for null values . concode_field_sep PlaceHolder placeHolder concode_field_sep int charCount concode_elem_sep boolean isValid concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep void addContent concode_elem_sep void addContent concode_elem_sep boolean write
T function ( T arg0 ) { arg0 . getClass ( ) ; return arg0 ; }
36,080
fill a builder with attribute values from the provided abstractregisteredservice instance.regular attribute values will be replaced with those from the given instance . absent optional values will not replace present values . concode_field_sep long INIT_BIT_URL concode_elem_sep long initBits concode_elem_sep long INIT_...
Builder function ( AbstractRegisteredService arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; name ( arg0 . name ( ) ) ; url ( arg0 . url ( ) ) ; return this ; }
36,081
sets the value of the documentwide property . concode_field_sep String rule concode_elem_sep TypeCtModDueDate modifiable concode_elem_sep boolean documentWide concode_field_sep void setRule concode_elem_sep TypeCtModDueDate getModifiable concode_elem_sep String getRule concode_elem_sep boolean isDocumentWide concode_el...
void function ( boolean arg0 ) { this . documentWide = arg0 ; }
36,082
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; }
36,083
returns a string representation of this object . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return "srini_string" + this . getContentLength ( ) + "srini_string" + this . getContentType ( ) ; }
36,084
notifies all registered listeners that the dial layer has changed . the diallayerchangeevent provides information about the change . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep void removeChangeListener concode_elem_sep int hashCod...
void function ( DialLayerChangeEvent arg0 ) { Object [ ] loc0 = this . listenerList . getListenerList ( ) ; for ( int loc1 = loc0 . length - 2 ; loc1 >= 0 ; loc1 -= 2 ) { if ( loc0 [ loc1 ] == DialLayerChangeListener . class ) { ( ( DialLayerChangeListener ) loc0 [ loc1 + 1 ] ) . dialLayerChanged ( arg0 ) ; } } }
36,085
set the partition name . concode_field_sep String partition concode_elem_sep String needed concode_field_sep String getNeeded concode_elem_sep String getPartition concode_elem_sep boolean eval concode_elem_sep void setNeeded concode_elem_sep void validate
void function ( String arg0 ) { this . partition = arg0 ; }
36,086
readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readblock should be used when you know that the current block should contain what you want . e.g. you know that the very first block of a tar file should contain a tar entry header block . con...
void function ( ) { readBlocks ( 1 ) ; }
36,087
writes a boolean as a typed bytes sequence . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeEndOfRecord concode_elem_sep void writ...
void function ( boolean arg0 ) { out . write ( Type . BOOL . code ) ; out . writeBoolean ( arg0 ) ; }
36,088
return true if it is possible that this could emit more values . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configuration conf conco...
boolean function ( ) { return jc . hasNext ( ) || ! q . isEmpty ( ) ; }
36,089
gets the value of the serialnumber property . concode_field_sep String issuerId concode_elem_sep String serialNumber concode_elem_sep long serialVersionUID concode_elem_sep String couponPin concode_field_sep void setSerialNumber concode_elem_sep String getIssuerId concode_elem_sep String getCouponPin concode_elem_sep v...
String function ( ) { return serialNumber ; }
36,090
gets the image url for the badge page . concode_field_sep String URL_NAME concode_elem_sep List<FailureCause> failureCauses concode_elem_sep AbstractBuild build concode_elem_sep Logger logger concode_elem_sep List<FoundFailureCause> foundFailureCauses concode_field_sep String getUrlName concode_elem_sep List<FoundFailu...
String function ( ) { return PluginImpl . getFullImageUrl ( "srini_string" , PluginImpl . DEFAULT_ICON_NAME ) ; }
36,091
returns the hour component of this time span . this value does not reflect the total number of hours that make up this time span , but rather how many hours were specified in addition to the other time components to comprise the total duration . concode_field_sep int hours concode_elem_sep int months concode_elem_sep i...
int function ( ) { return hours ; }
36,092
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
36,093
utility method that returns the default text color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColorHint concode_elem_sep ColorStateList getDefaultTextAttribute concode_elem_sep int getDefaultTextColorHighlight
ColorStateList function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColor ) ; }
36,094
for every type in types that is a class and that is annotated with anno , either directly or by inheritance , add that type to result . recursively descend on each types 's child classes as well . concode_field_sep CompilationUnitDeclaration[] _units concode_elem_sep Set<Element> _rootElements concode_elem_sep BaseProc...
void function ( ReferenceBinding arg0 , ReferenceBinding arg1 , Set < Element > arg2 ) { if ( arg1 . isClass ( ) ) { if ( inheritsAnno ( arg1 , arg0 ) ) { arg2 . add ( _factory . newElement ( arg1 ) ) ; } } for ( ReferenceBinding loc0 : arg1 . memberTypes ( ) ) { addAnnotatedElements ( arg0 , loc0 , arg2 ) ; } }
36,095
this will set an action to be performed when the page containing the annotation becomes visible in the viewer application 's user interface . concode_field_sep COSDictionary actions concode_field_sep void setX concode_elem_sep PDAction getFo concode_elem_sep void setPO concode_elem_sep void setU concode_elem_sep PDActi...
void function ( PDAction arg0 ) { actions . setItem ( "srini_string" , arg0 ) ; }
36,096
reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void re...
void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; }
36,097
obtain the identifier for the bridged-to transaction concode_field_sep SubordinateATCoordinator coordinator concode_elem_sep ContextFactoryImple contextFactory concode_elem_sep String SUBORDINATE_TX_TYPE_AT_AT concode_elem_sep TxContext context concode_elem_sep String id concode_elem_sep String subordinateType concode_...
String function ( ) { return id ; }
36,098
converts one row of luminance data to 1 bit data . may actually do the conversion , or return cached data . callers should assume this method is expensive and call it as seldom as possible . this method is intended for decoding 1d barcodes and may choose to apply sharpening . concode_field_sep BitMatrix matrix concode_...
BitArray function ( int arg0 , BitArray arg1 ) { return binarizer . getBlackRow ( arg0 , arg1 ) ; }
36,099
check if two entries have the same subtype . concode_field_sep String _name concode_elem_sep Map<Fields,String> _qualifiedNameMap concode_elem_sep DNSRecordType _recordType concode_elem_sep DNSRecordClass _dnsClass concode_elem_sep boolean _unique concode_elem_sep String _type concode_elem_sep String _key concode_field...
boolean function ( DNSEntry arg0 ) { return this . getSubtype ( ) . equals ( arg0 . getSubtype ( ) ) ; }