idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
13,400
ssno string concode_field_sep String ssmc concode_elem_sep String ymin concode_elem_sep String gxno concode_elem_sep Integer jcha concode_elem_sep String line concode_elem_sep String zxno concode_elem_sep String jcts concode_elem_sep long serialVersionUID concode_elem_sep String jcno concode_elem_sep java.util.Date zzr...
void function ( String arg0 ) { this . ssno = arg0 ; }
13,401
transforms a four-bytes array into a dotted four-decimals string 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_ele...
String function ( byte [ ] arg0 ) { return Integer . toString ( uByte ( arg0 [ 0 ] ) ) + "srini_string" + Integer . toString ( uByte ( arg0 [ 1 ] ) ) + "srini_string" + Integer . toString ( uByte ( arg0 [ 2 ] ) ) + "srini_string" + Integer . toString ( uByte ( arg0 [ 3 ] ) ) ; }
13,402
sets the value of the itemack property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep Bi...
void function ( String arg0 ) { this . itemack = arg0 ; }
13,403
test importing of mrna_test file . concode_field_sep int sample1 concode_elem_sep int studyId concode_elem_sep int geneticProfileId concode_elem_sep int sample5 concode_elem_sep int sample4 concode_elem_sep int sample3 concode_elem_sep int sample2 concode_field_sep void testImportCnaDataBulkLoadOff concode_elem_sep voi...
void function ( ) { runImportRnaData1 ( ) ; }
13,404
get the object number of this object concode_field_sep int generation concode_elem_sep SoftReference<PDFObject> reference concode_elem_sep int id concode_elem_sep boolean compressed concode_field_sep PDFObject getObject concode_elem_sep int getFilePos concode_elem_sep int getIndex concode_elem_sep int getGeneration con...
int function ( ) { return this . id ; }
13,405
reads an array of entitystats from tabulardata concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadC...
EntityStats [ ] function ( final TabularData arg0 ) { final List < EntityStats > loc0 = new ArrayList ( arg0 . size ( ) ) ; for ( Object loc1 : arg0 . values ( ) ) { loc0 . add ( new EntityStats ( ( CompositeData ) loc1 ) ) ; } return loc0 . toArray ( new EntityStats [ loc0 . size ( ) ] ) ; }
13,406
returns true if type represents an in-process connection to a file backed database . concode_field_sep String S_URL_INTERNAL concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_RES conco...
boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES ) { return true ; } return false ; }
13,407
create a logout request concode_field_sep PicketLinkLogger logger concode_elem_sep SAMLDocumentHolder samlDocumentHolder concode_elem_sep String nameIDFormat concode_field_sep void setNameIDFormat concode_elem_sep RequestAbstractType getRequestType concode_elem_sep AuthnRequestType getAuthnRequestType concode_elem_sep ...
LogoutRequestType function ( String arg0 ) { LogoutRequestType loc0 = new LogoutRequestType ( IDGenerator . create ( "srini_string" ) , XMLTimeUtil . getIssueInstant ( ) ) ; NameIDType loc1 = new NameIDType ( ) ; loc1 . setValue ( arg0 ) ; loc0 . setIssuer ( loc1 ) ; return loc0 ; }
13,408
generates an activation key . concode_field_sep int DEF_COUNT concode_field_sep String generateResetKey concode_elem_sep String generatePassword
String function ( ) { return RandomStringUtils . randomNumeric ( DEF_COUNT ) ; }
13,409
gets the label of the tab . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep PanelTabSet dynamicT...
String function ( ) { return label ; }
13,410
return offset for bins of a given level . concode_field_sep int _binNextShift concode_elem_sep int binOffsets[] concode_elem_sep int _binFirstShift concode_elem_sep int binOffsetsExtended[] concode_elem_sep int BINRANGE_MAXEND_512M concode_elem_sep int _binOffsetOldToExtended concode_field_sep int binFromRange concode_...
int function ( int arg0 ) { assert ( arg0 >= 0 && arg0 < binOffsets . length ) ; return binOffsets [ arg0 ] ; }
13,411
sets the value of the monday property . concode_field_sep TimeEntry sunday concode_elem_sep TimeEntry saturday concode_elem_sep TimeEntry tuesday concode_elem_sep TimeEntry wednesday concode_elem_sep TimeEntry thursday concode_elem_sep TimeEntry friday concode_elem_sep TimeEntry monday concode_field_sep TimeEntry getMo...
void function ( TimeEntry arg0 ) { this . monday = arg0 ; }
13,412
return true if the field includes the protected modifier . concode_field_sep java.lang.reflect.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode_elem_sep void setAccessible concode_...
boolean function ( ) { return Modifier . isProtected ( field . getModifiers ( ) ) ; }
13,413
gets the next chosen cell index based on the settings in the sub class concode_field_sep String description concode_elem_sep ArrayList<Integer> cachedCellList concode_elem_sep ArrayList<PositionRecord> cellPositions concode_elem_sep ClassLogger logger concode_elem_sep InternalStringFloatParameter[] parameterList concod...
int function ( ) { if ( cellPositions == null ) throw new CellChooserException ( "srini_string" ) ; return generateNextCellIndex ( ) ; }
13,414
set the list of validators . concode_field_sep CentralAuthenticationService centralAuthenticationService concode_elem_sep Validator validator concode_field_sep String delegateTicketGrantingTicket concode_elem_sep void setCentralAuthenticationService concode_elem_sep Assertion validateServiceTicket concode_elem_sep Stri...
void function ( final Validator arg0 ) { this . validator = arg0 ; }
13,415
gets the value of the trk property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the trk property . for example , to add a new item , do as follows...
List < TrkType > function ( ) { if ( trk == null ) { trk = new ArrayList < TrkType > ( ) ; } return this . trk ; }
13,416
retrieves the canonical path for the given path , or the absolute path if attemting to retrieve the canonical path fails . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgn...
String function ( String arg0 ) { try { return canonicalPath ( arg0 ) ; } catch ( Exception loc0 ) { return absolutePath ( arg0 ) ; } }
13,417
getter for our ip address . concode_field_sep Interface theInterface concode_elem_sep int genid concode_elem_sep Map<IpAddress,PIMNeighbor> neighbors concode_elem_sep int priority concode_elem_sep Logger log concode_elem_sep int prunedelay concode_elem_sep PIMNeighbor designatedRouter concode_elem_sep int holdtime conc...
IpAddress function ( ) { if ( theInterface . ipAddresses ( ) . isEmpty ( ) ) { return null ; } IpAddress loc0 = null ; for ( InterfaceIpAddress loc1 : theInterface . ipAddresses ( ) ) { loc0 = loc1 . ipAddress ( ) ; break ; } return loc0 ; }
13,418
not a property , return type is not boolean . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOld concode_elem_sep void getAge concode_elem_sep String getName concode_elem_sep String getState concode_elem_sep void setColor
int function ( ) { return 0 ; }
13,419
returns the objectname of this mbean . concode_field_sep String contextName concode_elem_sep ObjectName objectName concode_elem_sep AsyncAppender asyncAppender concode_field_sep String getErrorRef concode_elem_sep String getFilter concode_elem_sep String getLayout concode_elem_sep String getErrorHandler concode_elem_se...
ObjectName function ( ) { return objectName ; }
13,420
get preferred reset method concode_field_sep long fSoptAddress concode_elem_sep ResetMethods fResetMethods concode_elem_sep String fSubFamily concode_elem_sep FileList fFileList concode_elem_sep TargetType fTargetType concode_elem_sep Vector<MemoryRegion> fMemoryRegions concode_elem_sep int fClockTrimFrequency concode_...
ResetMethod function ( ) { return fResetMethods . getPreferredMethod ( ) ; }
13,421
setter method for callbackworkflowname concode_field_sep String user concode_elem_sep int level2TAT concode_elem_sep int workFlowStepsID concode_elem_sep String departmentName concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep String description concode_elem_sep int callBackTAT conco...
void function ( String arg0 ) { this . callBackWorkFlowName = arg0 ; }
13,422
skips variable length blocks up to and including next zero length block . concode_field_sep int lctSize concode_elem_sep int MAX_STACK_SIZE concode_elem_sep short[] prefix concode_elem_sep byte[] block concode_elem_sep int blockSize concode_elem_sep GifHeader header concode_elem_sep byte[] pixelStack concode_elem_sep B...
void function ( ) { do { readBlock ( ) ; } while ( ( blockSize > 0 ) && ! err ( ) ) ; }
13,423
method to clear outstanding bids and restore them to their initial state concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_el...
String function ( boolean arg0 ) { getContextMessageLog ( ) ; StubServer . resetAuction ( ) ; appendControl ( "srini_string" ) ; if ( ! arg0 ) { messageLog . addMessage ( "srini_string" , "srini_string" , null ) ; } storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; }
13,424
generates the clickable map info and sends that to the response . concode_field_sep boolean awtProblem concode_elem_sep AbstractBuild build concode_elem_sep Run<?,?> run concode_elem_sep double CHEBYSHEV_N concode_elem_sep Throwable awtProblemCause concode_field_sep void adjustChebyshev concode_elem_sep int hashCode co...
void function ( StaplerRequest arg0 , StaplerResponse arg1 , JFreeChart arg2 , Area arg3 ) { generateClickableMap ( arg0 , arg1 , arg2 , arg3 . width , arg3 . height ) ; }
13,425
called if all the permissions were granted concode_field_sep String TAG concode_elem_sep AppCompatActivity mAppCompatActivity concode_elem_sep String[] mPermissionNames concode_elem_sep Func mDenyFunc concode_elem_sep Func3 mRationalFunc concode_elem_sep Fragment mAppCompatFragment concode_elem_sep Func mGrantFunc conc...
PermissionRequestObject function ( Func arg0 ) { mGrantFunc = arg0 ; return this ; }
13,426
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean v2 concode_elem_sep long value concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction...
void function ( ) { }
13,427
a table of counters . concode_field_sep String[] diagnostics concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep TIPStatus currentStatus concode_elem_sep float progress concode_elem_sep TaskAttemptID successfulAttempt concode_elem_sep long startTime concode_elem_sep String state concode...
Counters function ( ) { return counters ; }
13,428
create json content from the specified resource path . concode_field_sep JsonLoader loader concode_field_sep JsonContent<Object> getJsonContent concode_elem_sep void verify concode_elem_sep void initialize concode_elem_sep void initialize
JsonContent < Object > function ( String arg0 , Class < ? > arg1 ) { verify ( ) ; return getJsonContent ( this . loader . getJson ( arg0 , arg1 ) ) ; }
13,429
returns the blob service 's directory for incoming files . the directory is created if it did not exist so far . concode_field_sep Charset DEFAULT_CHARSET concode_elem_sep String HASHING_ALGORITHM concode_elem_sep String JOB_DIR_PREFIX concode_elem_sep String BLOB_FILE_PREFIX concode_field_sep void writeLength concode_...
File function ( File arg0 ) { final File loc0 = new File ( arg0 , "srini_string" ) ; if ( ! loc0 . exists ( ) && ! loc0 . mkdirs ( ) ) { throw new RuntimeException ( "srini_string" + loc0 . getAbsolutePath ( ) ) ; } return loc0 ; }
13,430
sets the value of the return property . concode_field_sep XMLGregorianCalendar _return concode_field_sep XMLGregorianCalendar getReturn
void function ( XMLGregorianCalendar arg0 ) { this . _return = arg0 ; }
13,431
rewinds this buffer . the position is set to zero , and the mark is cleared . the content of this buffer is not changed . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concode_field_sep boolean isReadOnly concode_elem_se...
Buffer function ( ) { position = 0 ; mark = UNSET_MARK ; return this ; }
13,432
the wire representation of this response object . concode_field_sep String errorMessage concode_elem_sep int exitStatus concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ServerResponse parseFrom concode_elem_sep ServerResponse parseFrom concode_elem_sep ServerResponse parseFrom
String function ( ) { }
13,433
list of all local notification . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObject> getOptionsBy...
List < Notification > function ( ) { return getByIds ( getIds ( ) ) ; }
13,434
indicates whether some other reference object is `` equal to '' this one . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep int getGenerationNumber concode_elem_sep String toString concode_elem_sep int getObjectNumber
boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( arg0 != null && arg0 instanceof Reference ) { Reference loc0 = ( Reference ) arg0 ; return ( loc0 . objf == objf ) && ( loc0 . genf == genf ) ; } return false ; }
13,435
returns the position category . concode_field_sep String fCategory concode_field_sep void update
String function ( ) { return fCategory ; }
13,436
gets the x coordinate of this bean concode_field_sep int IDLE concode_elem_sep int m_y concode_elem_sep int m_x concode_elem_sep long serialVersionUID concode_elem_sep int BEAN_EXECUTING concode_elem_sep Object m_bean concode_elem_sep Vector COMPONENTS concode_field_sep void paintLabels concode_elem_sep void setY conco...
int function ( ) { return m_x ; }
13,437
this is called when a resource adapter instance is undeployed or during application server shutdown . concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep int hashCode concode_elem_sep void endp...
void function ( ) { log . finest ( "srini_string" ) ; }
13,438
return type metadata object concode_field_sep com.google.api.ads.dfp.axis.v201502.Technology[] excludedDeviceCategories concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v2015...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
13,439
sets the command/reply-specific data in this packet concode_field_sep byte[] _data concode_elem_sep int _last_id concode_elem_sep byte _flags concode_elem_sep int MINIMUM_SIZE concode_elem_sep int _id concode_elem_sep int JDWP_FLAG_REPLY concode_field_sep void myWrite concode_elem_sep int myFromBytes concode_elem_sep v...
void function ( byte [ ] arg0 ) { _data = arg0 ; }
13,440
wraps the given value into the inclusive-exclusive interval between min and max . concode_field_sep double EARTH_RADIUS concode_field_sep double mercator concode_elem_sep double arcHav concode_elem_sep double havDistance concode_elem_sep double mod concode_elem_sep double sinFromHav concode_elem_sep double inverseMerca...
double function ( double arg0 , double arg1 , double arg2 ) { return ( arg0 >= arg1 && arg0 < arg2 ) ? arg0 : ( mod ( arg0 - arg1 , arg2 - arg1 ) + arg1 ) ; }
13,441
approve the loan application concode_field_sep Integer clientId concode_elem_sep RequestSpecification requestSpec concode_elem_sep LoanTransactionHelper loanTransactionHelper concode_elem_sep ResponseSpecification responseSpec concode_elem_sep String dateString concode_elem_sep Integer loanRescheduleRequestId concode_e...
void function ( ) { if ( this . loanId != null ) { this . loanTransactionHelper . approveLoan ( this . dateString , this . loanId ) ; System . out . println ( "srini_string" + this . loanId + "srini_string" ) ; } }
13,442
checks if a character is vowel sign . concode_field_sep int MATRA_E concode_elem_sep int LETTER_HA concode_elem_sep int HALANTA concode_elem_sep int MATRA_AI concode_elem_sep int MATRA_HLR concode_elem_sep int MATRA_I concode_elem_sep int LETTER_A concode_elem_sep int LETTER_KA concode_elem_sep int LETTER_AU concode_el...
boolean function ( char arg0 ) { return ( ( arg0 >= langTable [ MATRA_AA ] && arg0 <= langTable [ MATRA_AI ] ) || arg0 == langTable [ MATRA_HLR ] || arg0 == langTable [ MATRA_HLRR ] ) ; }
13,443
test of longtouint32bytes method , of class arrayconverter . concode_field_sep PlaceHolder placeHolder concode_field_sep void testBytesToLong concode_elem_sep void testConcatenate_GenericType concode_elem_sep void testLongToUint64Bytes concode_elem_sep void testIntToBytes concode_elem_sep void testBytesToHexString_3arg...
void function ( ) { }
13,444
enables timing tracking for all perf events tracked . only works when called in combination with #setenabled boolean . if this feature is enabled , whenever #instant string , #begin string , or #end string is called the time since start of tracking will be logged . concode_field_sep List<String> sFilter concode_elem_se...
void function ( boolean arg0 ) { sTrackTiming = arg0 ; }
13,445
gets resource sum . concode_field_sep String aliases concode_elem_sep int resourceSum concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getAliases concode_elem_sep String getName concode_elem_sep void setAliases concode_elem_sep void setResourceSum c...
int function ( ) { return resourceSum ; }
13,446
returns a hash consistent with spark 's utils.nonnegativehash . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeUnit> timeSuffixes concode_field_sep long timeStringAsSec concode_elem_sep long...
int function ( Object arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = arg0 . hashCode ( ) ; return loc0 != Integer . MIN_VALUE ? Math . abs ( loc0 ) : 0 ; }
13,447
gets the declared output fields for the specified component/stream . concode_field_sep com.twitter.heron.api.topology.GeneralTopologyContext delegate concode_field_sep String getComponentId concode_elem_sep Map<Integer,String> getTaskToComponent concode_elem_sep String getStormId concode_elem_sep Set<String> getCompone...
Fields function ( String arg0 , String arg1 ) { return new Fields ( delegate . getComponentOutputFields ( arg0 , arg1 ) ) ; }
13,448
shows a warning message . concode_field_sep PlaceHolder placeHolder concode_field_sep void showInfoMessage concode_elem_sep boolean isStringNullOrEmpty concode_elem_sep void showErrorMessage concode_elem_sep void showMessage concode_elem_sep Float floatFromString
void function ( String arg0 ) { showMessage ( arg0 , tr ( "srini_string" ) , JOptionPane . WARNING_MESSAGE ) ; }
13,449
the year class is immutable , so should not be cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void test9999Previous concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_se...
void function ( ) { Year loc0 = new Year ( 1999 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
13,450
gets the number of exceptions with critical severity . concode_field_sep List<DesktopException> exceptions concode_field_sep boolean add concode_elem_sep void add concode_elem_sep int getSeverityCount concode_elem_sep int getInfoCount concode_elem_sep int getErrorCount concode_elem_sep void clear concode_elem_sep Deskt...
int function ( ) { return getSeverityCount ( DesktopException . CRITICAL_SEVERITY ) ; }
13,451
determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e...
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; }
13,452
invoked when the guide has been removed from the set . concode_field_sep PlaceHolder placeHolder concode_field_sep void guideAdded concode_elem_sep void guideMoved
void function ( GuidesSet arg0 , IGuide arg1 , int arg2 ) { }
13,453
returns the message 's header . concode_field_sep Header header concode_elem_sep int cursor concode_elem_sep byte[] raw concode_field_sep int read32 concode_elem_sep int read8 concode_elem_sep String readString concode_elem_sep void readHeader concode_elem_sep int read16
Header function ( ) { return header ; }
13,454
notifies this listener that the given part has been brought to the top . concode_field_sep JupiterLogger log concode_field_sep void partDeactivated concode_elem_sep void partActivated concode_elem_sep void partClosed concode_elem_sep void partOpened
void function ( IWorkbenchPart arg0 ) { if ( arg0 instanceof ReviewEditorView ) { log . debug ( "srini_string" ) ; } }
13,455
sets the apply value for this customerrefunddeposit . concode_field_sep java.util.Calendar depositDate concode_elem_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep ...
void function ( java . lang . Boolean arg0 ) { this . apply = arg0 ; }
13,456
sets the erratum 's synopsis . concode_field_sep String product concode_elem_sep String updateDate concode_elem_sep String advisory concode_elem_sep String notes concode_elem_sep String advisoryName concode_elem_sep String created concode_elem_sep String description concode_elem_sep String synopsis concode_elem_sep Str...
void function ( String arg0 ) { synopsis = arg0 ; }
13,457
this method was generated by mybatis generator . this method returns the value of the database column workflowinstance.updatetime concode_field_sep String summary concode_elem_sep Date createtime concode_elem_sep Integer sender concode_elem_sep Integer activenode concode_elem_sep Integer id concode_elem_sep Integer att...
Date function ( ) { return updatetime ; }
13,458
test will timeout if secure random implementation always returns a constant value . concode_field_sep PlaceHolder placeHolder concode_field_sep void testRandomLong concode_elem_sep void testRandomFloat concode_elem_sep void testRandomInt concode_elem_sep void testRandomBytes concode_elem_sep void testRandomDouble
void function ( OpensslSecureRandom arg0 , int arg1 ) { byte [ ] loc0 = new byte [ arg1 ] ; byte [ ] loc1 = new byte [ arg1 ] ; arg0 . nextBytes ( loc0 ) ; arg0 . nextBytes ( loc1 ) ; while ( Arrays . equals ( loc0 , loc1 ) ) { arg0 . nextBytes ( loc1 ) ; } }
13,459
gets the stats value for this lineitemcreativeassociationstats . concode_field_sep com.google.api.ads.dfp.axis.v201403.Stats stats concode_elem_sep com.google.api.ads.dfp.axis.v201403.Long_StatsMapEntry[] creativeSetStats concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_ele...
com . google . api . ads . dfp . axis . v201403 . Stats function ( ) { return stats ; }
13,460
calculates the hascode for this object . only value is used when calculating the hashcode concode_field_sep ChangeNumber valueDeleteTime concode_elem_sep ChangeNumber valueUpdateTime concode_elem_sep AttributeValue value concode_field_sep AttributeValue getAttributeValue concode_elem_sep boolean equals concode_elem_sep...
int function ( ) { return value . hashCode ( ) ; }
13,461
gets the polygon object that represents the time zone on the image map . 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 String getMapCommandButtonId
Polygon function ( ) { return mapPolygon ; }
13,462
returns a constraint that matches this one on the height attributes , but has no width constraint . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_sep dou...
RectangleConstraint function ( ) { if ( this . widthConstraintType == LengthConstraintType . NONE ) { return this ; } else { return new RectangleConstraint ( this . width , this . widthRange , LengthConstraintType . NONE , this . height , this . heightRange , this . heightConstraintType ) ; } }
13,463
get the size in bytes of the read buffer . concode_field_sep boolean autoflush concode_elem_sep int bufferSize concode_elem_sep OutputStream os concode_elem_sep boolean closeWhenExhausted concode_elem_sep int SMALL_BUFFER_SIZE concode_elem_sep Exception exception concode_elem_sep boolean started concode_elem_sep boolea...
int function ( ) { return bufferSize ; }
13,464
global initialization of the class . must be called from the main event thread , because the handler object must be bound to that thread . concode_field_sep Handler handler concode_elem_sep double acceleration concode_elem_sep String TAG concode_elem_sep String locationProvider concode_elem_sep Sensor accelerometer con...
void function ( ) { handler = new Handler ( ) ; }
13,465
test method for org.apache.niolex.commons.test.systeminfo #refreshsysteminfo . concode_field_sep String osName concode_elem_sep SystemInfo info concode_field_sep void testSystemInfo concode_elem_sep void testGetNonHeapMem concode_elem_sep void testGetActiveThreadCount concode_elem_sep void testGetUsedRatio concode_elem...
void function ( ) { info . autoRefresh ( 5 ) ; }
13,466
construct a url like the given one , but with the given parameters added to its query string . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY concode_elem_sep String OAUTH_TOKEN concode_elem_sep Str...
String function ( String arg0 , String ... arg1 ) { return addParameters ( arg0 , newList ( arg1 ) ) ; }
13,467
converts to a short string as a segment in a searchpath . its format must be compact . format : for black - a-s a-s for white - a-s a-s for black pass - zz for white pass - zz example 1 for coord = 0 , 3 of black = > segment = `` ad '' . example 2 for coord = 17 , 18 of white = > segment = `` rs '' . note , no skipping...
String function ( boolean arg0 ) { char loc0 = arg0 ? FIRST_UPPER_CASE_CHAR : FIRST_LOWER_CASE_CHAR ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( ( char ) ( xPosition - 1 + loc0 ) ) . append ( ( char ) ( yPosition - 1 + loc0 ) ) ; return loc1 . toString ( ) ; }
13,468
the cluster name . concode_field_sep String ecsClusterName concode_elem_sep String stackId concode_elem_sep String registeredAt concode_elem_sep String ecsClusterArn concode_field_sep void setStackId concode_elem_sep String getEcsClusterArn concode_elem_sep EcsCluster withEcsClusterArn concode_elem_sep String getEcsClu...
EcsCluster function ( String arg0 ) { setEcsClusterName ( arg0 ) ; return this ; }
13,469
compute the average value of the entries in a row of a matrix . concode_field_sep PlaceHolder placeHolder concode_field_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteger concode_elem_sep double rowS...
double function ( Matrix < Double > arg0 , int arg1 ) { if ( arg0 . dim2 == 0 ) throw new IllegalArgumentException ( "srini_string" ) ; double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . dim2 ; loc1 ++ ) loc0 += ( Double ) arg0 . data [ arg1 * arg0 . dim2 + loc1 ] ; return loc0 / arg0 . dim2 ; }
13,470
logs a message at debug level . concode_field_sep java.util.logging.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep boolean isInfoEnabled concode_elem_sep Logger get concode_elem_sep Logger get concode_elem_sep String rawMessage...
void function ( Throwable arg0 , String arg1 ) { logger . log ( FINE , arg1 , arg0 ) ; }
13,471
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( ) { TickUnits loc0 = new TickUnits ( ) ; loc0 . add ( new NumberTickUnit ( 10 , new DecimalFormat ( "srini_string" ) ) ) ; TickUnits loc1 = ( TickUnits ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
13,472
deserialize the attributes of this session from a state object created by #serializestate . concode_field_sep long lastAccessedTime concode_elem_sep boolean invalid concode_elem_sep int nextId concode_elem_sep int maxInactiveInterval concode_elem_sep Map<String,Object> attributes concode_elem_sep boolean isNew concode_...
void function ( Serializable arg0 ) { Assert . isTrue ( arg0 instanceof Map , "srini_string" ) ; this . attributes . putAll ( ( Map < String , Object > ) arg0 ) ; }
13,473
returns true if and only if the patron has too many items charged . concode_field_sep boolean tooManyItemsBilled concode_elem_sep boolean cardReportedLost concode_elem_sep boolean chargePrivilegesDenied concode_elem_sep boolean tooManyItemsLost concode_elem_sep boolean tooManyItemsOverdue concode_elem_sep boolean holdP...
boolean function ( ) { return tooManyItemsCharged ; }
13,474
tell whether this pointer is empty concode_field_sep T missing concode_elem_sep char SLASH concode_elem_sep List<TokenResolver<T>> tokenResolvers concode_field_sep T path concode_elem_sep Iterator<TokenResolver<T>> iterator concode_elem_sep int hashCode concode_elem_sep T get concode_elem_sep boolean equals concode_ele...
boolean function ( ) { return tokenResolvers . isEmpty ( ) ; }
13,475
gets the overlayoptions attribute . concode_field_sep List<ProfileAttributeBo> profileAttributes concode_elem_sep String name concode_elem_sep List<OleKrmsRule> rules concode_elem_sep List<OverlayOption> overlayOptions concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setProfileAttrib...
List < OverlayOption > function ( ) { return overlayOptions ; }
13,476
initializes the change node with the given parent . this method should only be used if the change node has been created via getadapter and the parent must be set after creation . concode_field_sep int PARTLY_ACTIVE concode_elem_sep int[][] ACTIVATION_TABLE concode_elem_sep int INACTIVE concode_elem_sep PreviewNode[] EM...
void function ( PreviewNode arg0 ) { Assert . isTrue ( fParent == null ) ; fParent = arg0 ; }
13,477
clear all styles . concode_field_sep List<CSSStyleHierarchy> styles concode_elem_sep AbstractMTApplication app concode_elem_sep boolean globallyDisabled concode_elem_sep List<CSSStylableComponent> components concode_elem_sep IFont defaultFont concode_elem_sep boolean globallyEnabled concode_field_sep void setStyles con...
void function ( ) { this . styles . clear ( ) ; applyStyles ( ) ; }
13,478
evaluate the json path expression against the supplied content and assert that the resulting value is a string . concode_field_sep String expression concode_elem_sep JsonPath jsonPath concode_field_sep Object assertExistsAndReturn concode_elem_sep boolean pathIsIndefinite concode_elem_sep Object evaluateJsonPath concod...
void function ( String arg0 ) { Object loc0 = assertExistsAndReturn ( arg0 ) ; assertThat ( failureReason ( "srini_string" , loc0 ) , loc0 , instanceOf ( String . class ) ) ; }
13,479
gets the value value for this liststringcreativetemplatevariablevariablechoice . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String label concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String value concode_...
java . lang . String function ( ) { return value ; }
13,480
threads runnable method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void cancel
void function ( ) { try { if ( printHelper != null ) { cancelablePrintJob = printHelper . cancelablePrint ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" , loc0 ) ; } }
13,481
get a fresh request token from the service provider . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http concode_elem_...
void function ( OAuthAccessor arg0 ) { getRequestToken ( arg0 , null ) ; }
13,482
storables can not currently have more than one adapter per property . concode_field_sep String mWriteMethodName concode_elem_sep boolean mIsNullable concode_elem_sep boolean mIsVersion concode_elem_sep StorablePropertyAdapter mAdapter concode_elem_sep String mReadMethodName concode_elem_sep String mName concode_elem_se...
void function ( StorablePropertyAdapter arg0 ) { mAdapter = arg0 ; }
13,483
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 ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
13,484
sets the spring bean id for this bean . concode_field_sep LegacyProducerLocalService _service concode_field_sep java.util.List<de.uhh.l2g.plugins.migration.model.LegacyProducer> getLegacyProducers concode_elem_sep de.uhh.l2g.plugins.migration.model.LegacyProducer addLegacyProducer concode_elem_sep de.uhh.l2g.plugins.mi...
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
13,485
gives information about the status of a dataobject concode_field_sep boolean processed concode_elem_sep double r_dist concode_elem_sep Database database concode_elem_sep Instance instance concode_elem_sep long serialVersionUID concode_elem_sep int clusterID concode_elem_sep double c_dist concode_elem_sep String key con...
boolean function ( ) { return processed ; }
13,486
sets the value of the p property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_elem_sep long serialVersionUID concode_field_sep byte[] getG concode_elem_sep voi...
void function ( byte [ ] arg0 ) { this . p = ( ( byte [ ] ) arg0 ) ; }
13,487
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface ...
void function ( ) { }
13,488
returns the severity of this inferenceissue . will be one of the istatus #ok , istatus #warning , or istatus #error . concode_field_sep int severity concode_elem_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getMessage
int function ( ) { return severity ; }
13,489
gets the value of the oid property . concode_field_sep Long oid concode_elem_sep Long tid concode_elem_sep String referenceName concode_field_sep Long getTid concode_elem_sep String getReferenceName concode_elem_sep void setOid concode_elem_sep void setReferenceName concode_elem_sep void setTid
Long function ( ) { return oid ; }
13,490
return the next key . concode_field_sep Integer table[] concode_elem_sep int minValue concode_elem_sep Hashtable<Integer,Label> tab concode_elem_sep int current_index concode_elem_sep int maxValue concode_elem_sep Label defaultLabel concode_elem_sep Hashtable<Integer,Long> whereCaseTab concode_field_sep void add concod...
Integer function ( ) { return table [ current_index ++ ] ; }
13,491
sets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends AbstractCoordinateOperationType> abstractSingleOperation concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String...
void function ( String arg0 ) { this . role = arg0 ; }
13,492
return the requested attribute of e , or `` 0 '' if there is no such attribute . concode_field_sep Map<String,String> features concode_elem_sep String name concode_field_sep boolean isVowel concode_elem_sep boolean isAffricate concode_elem_sep boolean isSonorant concode_elem_sep boolean isNasal concode_elem_sep boolean...
String function ( Element arg0 , String arg1 ) { String loc0 = arg0 . getAttribute ( arg1 ) ; if ( loc0 . equals ( "srini_string" ) ) return "srini_string" ; return loc0 ; }
13,493
create language label with given label . concode_field_sep Logger LOGGER concode_field_sep String generateAttachmentName concode_elem_sep Label createFeatureLabel concode_elem_sep Label createStoryId concode_elem_sep Label createHostLabel concode_elem_sep Marshaller createMarshallerForClass concode_elem_sep Label creat...
Label function ( ) { return createLabel ( LabelName . LANGUAGE , "srini_string" ) ; }
13,494
returns a method allowing access to throwable #initcause throwable initcause method of throwable , or null if the method does not exist . concode_field_sep Method INIT_CAUSE_METHOD concode_field_sep void initCause
Method function ( ) { try { final Class < ? > [ ] loc0 = new Class [ ] { Throwable . class } ; return Throwable . class . getMethod ( "srini_string" , loc0 ) ; } catch ( final NoSuchMethodException loc0 ) { return null ; } }
13,495
create an instance of ctosfwebextensionreference concode_field_sep QName _Webextension_QNAME concode_elem_sep QName _Webextensionref_QNAME concode_field_sep CTOsfWebExtensionBindingList createCTOsfWebExtensionBindingList concode_elem_sep CTOsfWebExtensionPropertyBag createCTOsfWebExtensionPropertyBag concode_elem_sep J...
CTOsfWebExtensionReference function ( ) { return new CTOsfWebExtensionReference ( ) ; }
13,496
multiple test with positive numbers . concode_field_sep double numberExeption concode_field_sep void testWhenPassArgToMultItShouldReturn concode_elem_sep void testWhenPassArgToSharNegativeNumbersItShouldReturn concode_elem_sep void testWhenPassArgToAddNegativNumbersItShouldReturn concode_elem_sep void testWhenPassArgTo...
void function ( ) { Calculator loc0 = new Calculator ( ) ; final double loc1 = 3 ; final double loc2 = 2 ; final double loc3 = 6 ; loc0 . mult ( loc1 , loc2 ) ; double loc4 = loc0 . getResult ( ) ; assertThat ( loc4 , is ( closeTo ( loc3 , numberExeption ) ) ) ; }
13,497
gets the cached expiration date from a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_elem_...
Date function ( Bundle arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; return getDate ( arg0 , EXPIRATION_DATE_KEY ) ; }
13,498
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi...
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; }
13,499
add the #request_ended_callback flag to an existing integer representationof activity flags . the new flag is bitwise or ` ed onto the existing flags . this method has no effect if the request_ended_callback flag is already present in the existing flags . concode_field_sep int NO_FLAGS concode_elem_sep int REQUEST_ENDE...
int function ( int arg0 ) { return arg0 | REQUEST_ENDED_CALLBACK ; }