idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
10,600 | removes all google accounts from the os . concode_field_sep String PASSWORD concode_elem_sep String GOOGLE_ACCOUNT_TYPE concode_elem_sep Context mTargetContext concode_elem_sep AccountManager mAccountManager concode_elem_sep MockAccountManager mMockAccountManager concode_elem_sep Bundle mResultBundle concode_elem_sep S... | void function ( ) { for ( Account loc0 : mAccountManager . getAccountsByType ( GOOGLE_ACCOUNT_TYPE ) ) { mAccountManager . removeAccount ( loc0 , null , null ) ; } } |
10,601 | setter method for application context concode_field_sep ApplicationContext appContext concode_field_sep Object getBean | void function ( ApplicationContext arg0 ) { appContext = arg0 ; } |
10,602 | parse the given java class file and return an object that represents the contained data , i.e. , constants , methods , fields and commands . a classformatexception is raised , if the file is not a valid . class file . this does not include verification of the byte code as it is performed by the java interpreter . conco... | JavaClass function ( ) { readID ( ) ; readVersion ( ) ; readConstantPool ( ) ; readClassInfo ( ) ; readInterfaces ( ) ; readFields ( ) ; readMethods ( ) ; readAttributes ( ) ; return new JavaClass ( class_name_index , superclass_name_index , access_flags , constant_pool , interfaces , attributes ) ; } |
10,603 | test method for org.apache.niolex.commons.bean.triple #triple java.lang.object , java.lang.object , java.lang.object . concode_field_sep PlaceHolder placeHolder concode_field_sep void testTriple concode_elem_sep void testTripleCreate | void function ( ) { Triple < String , Date , Long > loc0 = new Triple < String , Date , Long > ( "srini_string" , new Date ( ) , 68456564l ) ; assertEquals ( "srini_string" , loc0 . x ) ; assertEquals ( 68456564l , loc0 . z . longValue ( ) ) ; } |
10,604 | returns the raw data file that this scan belongs . concode_field_sep double precursorMZ concode_elem_sep int queryNumber concode_elem_sep Vector<Peptide> peptides concode_elem_sep Peptide[] alterPeptides concode_elem_sep DataPoint dataPoints[] concode_elem_sep double retentionTime concode_elem_sep int parentScan concod... | RawDataFile function ( ) { return rawDataFile ; } |
10,605 | returns the format of node coordinate data . concode_field_sep DisplayDataType displayDataType concode_elem_sep EdgeDataFormat edgeDataFormat concode_elem_sep DataType dataType concode_elem_sep NodeCoordinates displayData concode_elem_sep List<Tour> tours concode_elem_sep int capacity concode_elem_sep EdgeWeightFormat ... | NodeCoordType function ( ) { return nodeCoordinateType ; } |
10,606 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep ModelmanagementPackage modelPackage concode_field_sep T casePackage concode_elem_sep T caseApplication concode_elem_sep T casePackageOwner concode_elem_sep T caseModule concode_elem_sep T defaultCas... | T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } } |
10,607 | end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_... | JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; } |
10,608 | sets the primary key of this ratings stats . concode_field_sep RatingsStats _ratingsStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setAverageScore concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_el... | void function ( long arg0 ) { _ratingsStats . setPrimaryKey ( arg0 ) ; } |
10,609 | 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" ) ; } |
10,610 | unit tests the linkedqueue data type . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep Node last concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item next concode_elem_sep void enqueue concode_elem_sep Iterator<Item> iterator concode_elem_sep in... | void function ( String [ ] arg0 ) { LinkedQueue < String > loc0 = new LinkedQueue < String > ( ) ; while ( ! StdIn . isEmpty ( ) ) { String loc1 = StdIn . readString ( ) ; if ( ! loc1 . equals ( "srini_string" ) ) loc0 . enqueue ( loc1 ) ; else if ( ! loc0 . isEmpty ( ) ) StdOut . print ( loc0 . dequeue ( ) + "srini_st... |
10,611 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... | void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } |
10,612 | getter for chcp.json config url . concode_field_sep String configURL concode_elem_sep Map<String,String> requestHeaders concode_elem_sep String CONFIG_URL_JSON_KEY concode_elem_sep String REQUEST_HEADERS_JSON_KEY concode_field_sep Map<String,String> getRequestHeaders concode_elem_sep void setConfigURL concode_elem_sep ... | String function ( ) { return configURL ; } |
10,613 | sets the status of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_elem_sep... | void function ( int arg0 ) { _syncDevice . setStatus ( arg0 ) ; } |
10,614 | the operating system family . concode_field_sep String name concode_elem_sep String family concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep void setVersion concode_elem_sep String getFamily concode_elem_sep int hashCode co... | void function ( String arg0 ) { this . family = arg0 ; } |
10,615 | get the updates info that we are using in the receiver . concode_field_sep ProgressViewUpdater singleton concode_elem_sep IProgressUpdateCollector[] collectors concode_elem_sep boolean debug concode_elem_sep Job updateJob concode_elem_sep UpdatesInfo currentInfo concode_elem_sep boolean updateAll concode_elem_sep Colle... | UpdatesInfo function ( ) { return currentInfo ; } |
10,616 | throws an exception if the current token is not the specified keyword . otherwise , moves to the next token . concode_field_sep StreamTokenizer tok concode_elem_sep Collection<String> keywords concode_field_sep boolean matchDelim concode_elem_sep boolean matchIntConstant concode_elem_sep String eatStringConstant concod... | void function ( String arg0 ) { if ( ! matchKeyword ( arg0 ) ) throw new BadSyntaxException ( ) ; nextToken ( ) ; } |
10,617 | sets the user name of this asset . concode_field_sep Asset _asset 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 int compar... | void function ( java . lang . String arg0 ) { _asset . setUserName ( arg0 ) ; } |
10,618 | create the dialog with string and listener concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( Context arg0 , String arg1 , String arg2 , String arg3 , String arg4 , OnClickListener arg5 , OnClickListener arg6 ) { AlertDialog . Builder loc0 = new Builder ( arg0 ) ; loc0 . setMessage ( arg2 ) ; loc0 . setTitle ( arg1 ) ; loc0 . setPositiveButton ( arg3 , arg5 ) ; loc0 . setNegativeButton ( arg4 , ... |
10,619 | returns boolean that could possibly be null . concode_field_sep FromJsonHelper fromApiJsonHelper concode_elem_sep String jsonQuery concode_elem_sep JsonElement parsedQuery concode_field_sep Long longValueOfParameterNamed concode_elem_sep boolean isChangeInStringParameterNamed concode_elem_sep String passwordValueOfPara... | Boolean function ( final String arg0 ) { return this . fromApiJsonHelper . extractBooleanNamed ( arg0 , this . parsedQuery ) ; } |
10,620 | sets the value of the fittopage property . concode_field_sep Boolean fitToPage concode_elem_sep Object parent concode_elem_sep Boolean autoPageBreaks concode_field_sep Object getParent concode_elem_sep void setAutoPageBreaks concode_elem_sep void afterUnmarshal concode_elem_sep boolean isAutoPageBreaks concode_elem_sep... | void function ( Boolean arg0 ) { this . fitToPage = arg0 ; } |
10,621 | parses a string that contains a date in a certain format concode_field_sep int DAYS_TILL_END_OF_WEEK concode_field_sep Calendar endOfWeek concode_elem_sep int currentWeekNumber concode_elem_sep Calendar dateToCalendar concode_elem_sep Calendar now concode_elem_sep String format concode_elem_sep Calendar beginningOfWeek... | Calendar function ( final String arg0 , final String arg1 ) { try { SimpleDateFormat loc0 = new SimpleDateFormat ( arg1 ) ; Date loc1 = loc0 . parse ( arg0 ) ; return dateToCalendar ( loc1 ) ; } catch ( ParseException loc0 ) { Logger . getLogger ( Console . class . getName ( ) ) . log ( Level . SEVERE , null , loc0 ) ;... |
10,622 | gets the operationservice . concode_field_sep PartitioningStrategy PARTITIONING_STRATEGY concode_elem_sep NodeEngine nodeEngine concode_elem_sep S service concode_field_sep String getDistributedObjectName concode_elem_sep void postDestroy concode_elem_sep void throwNotActiveException concode_elem_sep String getServiceN... | OperationService function ( ) { return getNodeEngine ( ) . getOperationService ( ) ; } |
10,623 | sets the width and height of this rectangle concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle setY concode_elem_sep Vector2 getCen... | Rectangle function ( float arg0 , float arg1 ) { this . width = arg0 ; this . height = arg1 ; return this ; } |
10,624 | test of getmorada method , of class candidatura . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetCandidaturaRetirada concode_elem_sep void testSetProdutos concode_elem_sep void testSetCandidaturaAceite concode_elem_sep void tearDownClass concode_elem_sep void testSetStand concode_elem_sep void ... | void function ( ) { System . out . println ( "srini_string" ) ; Candidatura loc0 = new Candidatura ( ) ; String loc1 = "srini_string" ; String loc2 = "srini_string" ; loc0 . setMorada ( loc2 ) ; String loc3 = loc0 . getMorada ( ) ; assertEquals ( loc1 , loc3 ) ; } |
10,625 | canvia el nom concode_field_sep int id concode_elem_sep String nom concode_field_sep void setId concode_elem_sep int getId concode_elem_sep String getNom | void function ( String arg0 ) { this . nom = arg0 ; } |
10,626 | resets the spacing instance to its default state . this method is meant to be used when recycling spacing instances . concode_field_sep boolean mHasAliasesSet concode_elem_sep int END concode_elem_sep int LEFT concode_elem_sep int mValueFlags concode_elem_sep int RIGHT concode_elem_sep int ALL concode_elem_sep int TOP ... | void function ( ) { Arrays . fill ( mSpacing , CSSConstants . UNDEFINED ) ; mHasAliasesSet = false ; mValueFlags = 0 ; } |
10,627 | returns overall percent complete , calculated by aggregating percent complete of all phases . this is an approximation that assumes all phases have equal running time . in practice , this is n't true , but there is n't sufficient information available to predict proportional weights for each phase . concode_field_sep M... | float function ( ) { if ( getStatus ( Phase . SAFEMODE ) == Status . COMPLETE ) { return 1.0f ; } else { float loc0 = 0.0f ; int loc1 = 0 ; for ( Phase loc2 : phases . keySet ( ) ) { ++ loc1 ; loc0 += getPercentComplete ( loc2 ) ; } return getBoundedPercent ( loc0 / loc1 ) ; } } |
10,628 | sets oauth 2 access token given by the idp when user signed in . concode_field_sep JSONObject idToken concode_elem_sep String sessionId concode_elem_sep Token accessToken concode_elem_sep JSONObject user concode_field_sep void setSessionId concode_elem_sep JSONObject getUser concode_elem_sep void setIdToken concode_ele... | void function ( final Token arg0 ) { this . accessToken = arg0 ; } |
10,629 | adds the specified field to set of excluded fields , if it is not already present . concode_field_sep Set<Class<? extends Annotation>> excludedAnnotations concode_elem_sep Map<Class<?>,Set<String>> excludedFields concode_elem_sep Map<Class<?>,List<Method>> extraMethods concode_field_sep AbstractClassInfoStrategy remove... | AbstractClassInfoStrategy function ( final Class < ? > arg0 , final String arg1 ) { Set < String > loc0 = excludedFields . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < String > ( ) ; excludedFields . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; return this ; } |
10,630 | get the name of the sequence this effect is in concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float ... | String function ( ) { return sequence ; } |
10,631 | sets all default option values to the system properties property . concode_field_sep Properties property concode_field_sep void setDefaultEditorOptions concode_elem_sep void setDefaultStylesheetOptions concode_elem_sep void readOptionFile concode_elem_sep void mapBatchOptionItems concode_elem_sep void saveOptionItems c... | void function ( ) { OptionItems . getDefaultEditorSettings ( property ) ; OptionItems . getDefaultStylesheetSettings ( property ) ; OptionItems . getDefaultBatchSettings ( property ) ; Log . info ( "srini_string" ) ; } |
10,632 | get a default java.util.concurrent.threadfactory . concode_field_sep TimeUnit EXECUTOR_SERVICE_SHUTDOWN_TIMEOUT_TIMEUNIT concode_elem_sep ThreadFactory DEFAULT_THREAD_FACTORY concode_elem_sep long EXECUTOR_SERVICE_SHUTDOWN_TIMEOUT concode_field_sep List<T> parallelize concode_elem_sep ThreadFactory newThreadFactory con... | ThreadFactory function ( ) { return DEFAULT_THREAD_FACTORY ; } |
10,633 | red . the health agent is reporting a high number of request failures or other issues for an instance or environment . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded concode_... | Integer function ( ) { return this . degraded ; } |
10,634 | notify observers concode_field_sep List<O> observers concode_field_sep void addObserver concode_elem_sep void removeObserver | void function ( A arg0 ) { for ( O loc0 : observers ) { loc0 . update ( ( S ) this , arg0 ) ; } } |
10,635 | this method removes key and object in datavaluesmap . concode_field_sep Map<String,Object> dataValuesMap concode_field_sep void addData concode_elem_sep Object getData | void function ( String arg0 ) { this . dataValuesMap . remove ( arg0 ) ; } |
10,636 | sets the value of the classificationpart property . concode_field_sep String number concode_elem_sep ShelvingOrder shelvingOrder concode_elem_sep String prefix concode_elem_sep String itemPart concode_elem_sep String type concode_elem_sep String classificationPart concode_elem_sep ShelvingScheme shelvingScheme concode_... | void function ( String arg0 ) { this . classificationPart = arg0 ; } |
10,637 | creates a decimaltype by specifying the precision and scale . 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_sep DataType LongType concode_elem_sep DataType DoubleTyp... | DecimalType function ( int arg0 , int arg1 ) { return DecimalType$ . MODULE$ . apply ( arg0 , arg1 ) ; } |
10,638 | returns the value of a tag . will always return null for a reserved tag name . concode_field_sep Map<String,String> _tags concode_elem_sep String _scope concode_elem_sep String _metric concode_elem_sep String _key concode_elem_sep String _uid concode_field_sep void setMetric concode_elem_sep String getKey concode_elem_... | String function ( String arg0 ) { return getTag ( arg0 , true ) ; } |
10,639 | get the id of the shard which allocation should be canceled concode_field_sep String node concode_elem_sep String NAME concode_elem_sep ShardId shardId concode_elem_sep boolean allowPrimary concode_field_sep void writeTo concode_elem_sep String node concode_elem_sep CancelAllocationCommand readFrom concode_elem_sep voi... | ShardId function ( ) { return this . shardId ; } |
10,640 | should the document be transformed after the source is loaded ? concode_field_sep String[] excludes concode_elem_sep FetchSourceContext DO_NOT_FETCH_SOURCE concode_elem_sep boolean fetchSource concode_elem_sep String[] includes concode_elem_sep FetchSourceContext FETCH_SOURCE concode_elem_sep boolean transformSource co... | FetchSourceContext function ( boolean arg0 ) { this . transformSource = arg0 ; return this ; } |
10,641 | returns the publickey associated with this identity . concode_field_sep Vector<Certificate> certificates concode_elem_sep IdentityScope scope concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String info concode_elem_sep PublicKey publicKey concode_field_sep String getName concode_ele... | PublicKey function ( ) { return publicKey ; } |
10,642 | creates and returns a new instance of the typecode , corresponding the adapter name . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] extract concode_elem_sep String[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; TypeCode loc1 = loc0 . create_string_tc ( 0 ) ; return loc0 . create_alias_tc ( id ( ) , "srini_string" , loc1 ) ; } |
10,643 | call to end adding labels . must be called before drawing starts . concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels c... | void function ( GL10 arg0 ) { checkState ( STATE_ADDING , STATE_INITIALIZED ) ; arg0 . glBindTexture ( GL10 . GL_TEXTURE_2D , mTextureID ) ; GLUtils . texImage2D ( GL10 . GL_TEXTURE_2D , 0 , mBitmap , 0 ) ; mBitmap . recycle ( ) ; mBitmap = null ; mCanvas = null ; } |
10,644 | starts the timer concode_field_sep boolean SINGLE_THREAD concode_elem_sep TimerListener listener concode_elem_sep boolean active concode_elem_sep long time concode_elem_sep String label concode_field_sep void init concode_elem_sep void halt concode_elem_sep String getLabel concode_elem_sep long getTime concode_elem_sep... | void function ( ) { active = true ; if ( SINGLE_THREAD ) new InnerTimerST ( time , this ) ; else new InnerTimer ( time , this ) ; } |
10,645 | returns the payload as a byte array . concode_field_sep boolean retained concode_elem_sep boolean dup concode_elem_sep byte[] payload concode_elem_sep int qos concode_elem_sep boolean mutable concode_field_sep void validateQos concode_elem_sep void clearPayload concode_elem_sep void setQos concode_elem_sep boolean isRe... | byte [ ] function ( ) { return payload ; } |
10,646 | simple wrapper around the plexus-interpolation call to clean up exception translation in the event of an error . concode_field_sep VersionCalculator calculator concode_elem_sep Logger logger concode_field_sep boolean applyVersioningChanges concode_elem_sep void init concode_elem_sep Set<Project> applyChanges concode_el... | String function ( final String arg0 , final RecursionInterceptor arg1 , final StringSearchInterpolator arg2 ) { try { return arg2 . interpolate ( arg0 , arg1 ) ; } catch ( final InterpolationException loc0 ) { throw new ManipulationException ( "srini_string" , loc0 , arg0 , loc0 . getMessage ( ) ) ; } } |
10,647 | configure a recommender . concode_field_sep PlaceHolder placeHolder concode_field_sep String needs concode_elem_sep String normalizeName concode_elem_sep void setProperty concode_elem_sep RatingPredictor createRatingPredictor concode_elem_sep void reportError concode_elem_sep void reportError concode_elem_sep ItemRecom... | T function ( T arg0 , String arg1 , ErrorHandler arg2 ) { RecommenderParameters loc0 = new RecommenderParameters ( arg1 ) ; return configure ( arg0 , loc0 , arg2 ) ; } |
10,648 | get the object reactivation strategy after crash . concode_field_sep String classname concode_elem_sep MarshalledObject<?> data concode_elem_sep boolean restart concode_elem_sep ActivationGroupID groupid concode_elem_sep String location concode_elem_sep long serialVersionUID concode_field_sep String getLocation concode... | boolean function ( ) { return restart ; } |
10,649 | gets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uuidref... | String function ( ) { return role ; } |
10,650 | sets the colorspace to use for interpolation . the most common scheme for color spaces is to use linear components between 0 and 1 for instance red , green , blue . for such a component , a linear interpolation between two colors is used . sometimes a component may be in cylindrical coordinates . in this case , the com... | void function ( ColorSpace arg0 , InterpolationDirection [ ] arg1 ) { if ( arg1 . length < arg0 . getNumComponents ( ) ) { throw new IllegalArgumentException ( "srini_string" + "srini_string" + arg0 . getNumComponents ( ) + "srini_string" ) ; } this . colorSpace = arg0 ; this . interpolationDirection = arg1 ; } |
10,651 | gzip start concode_field_sep Integer defaultPagesize concode_elem_sep Logger logger concode_elem_sep String x_app concode_elem_sep String x_device concode_elem_sep int MENU_BANLANCE concode_elem_sep String JSON_TYPE concode_elem_sep int MENU_PERSONAL concode_elem_sep int MENU_COLLECT concode_elem_sep String x_channel c... | void function ( Object arg0 , String arg1 , HttpServletResponse arg2 ) { writerZip ( arg1 + "srini_string" + objectMapper . writeValueAsString ( arg0 ) + "srini_string" , arg2 , JSON_TYPE ) ; } |
10,652 | if true , will contain a value of 1 . for example : x-xss-protection : 1 or if #setblock boolean is true x-xss-protection : 1 ; mode = block if false , will explicitly disable specify that x-xss-protection is disabled . for example : x-xss-protection : 0 concode_field_sep String XSS_PROTECTION_HEADER concode_elem_sep S... | void function ( boolean arg0 ) { if ( ! arg0 ) { setBlock ( false ) ; } this . enabled = arg0 ; updateHeaderValue ( ) ; } |
10,653 | wipes any data that a test can leave behind : indices , templates and repositories concode_field_sep Random random concode_elem_sep long seed concode_elem_sep ESLogger logger concode_elem_sep double transportClientRatio concode_field_sep void assertAfterTest concode_elem_sep void wipeRepositories concode_elem_sep long ... | void function ( ) { wipeIndices ( "srini_string" ) ; wipeTemplates ( ) ; wipeRepositories ( ) ; } |
10,654 | sets the value of the schemeversionid property . concode_field_sep String schemeAgencyID concode_elem_sep String schemeID concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String schemeVersionID concode_field_sep String getValue concode_elem_sep String getSchemeID concode_elem_sep vo... | void function ( String arg0 ) { this . schemeVersionID = arg0 ; } |
10,655 | sets the value of the ineligibilityreason property . concode_field_sep MidCycleUpgradeIneligibiltyReasonType ineligibilityReason concode_elem_sep boolean eligible concode_elem_sep long serialVersionUID concode_field_sep boolean isEligible concode_elem_sep void setEligible concode_elem_sep MidCycleUpgradeIneligibiltyRea... | void function ( MidCycleUpgradeIneligibiltyReasonType arg0 ) { this . ineligibilityReason = arg0 ; } |
10,656 | indicates something is available . for example available `` money '' results in the message `` money is available '' . concode_field_sep String reason concode_elem_sep Builder condition concode_elem_sep String plural concode_elem_sep String singular concode_elem_sep String message concode_field_sep ConditionMessage atA... | ConditionMessage function ( String arg0 ) { return because ( arg0 + "srini_string" ) ; } |
10,657 | biserver-9863 check if override locale string contains language and country . if so , instantiate locale with two parameters for language and country , instead of just language concode_field_sep int FORMAT_MEDIUM concode_elem_sep String UTF_8 concode_elem_sep int FORMAT_FULL concode_elem_sep String LEFT_TO_RIGHT concod... | void function ( final String arg0 ) { if ( arg0 . contains ( "srini_string" ) ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; if ( loc0 . length >= 2 ) { setLocaleOverride ( new Locale ( loc0 [ 0 ] , loc0 [ 1 ] ) ) ; } } else { setLocaleOverride ( new Locale ( arg0 ) ) ; } } |
10,658 | returns true iff there is currently another object in the queue . concode_field_sep E[] q concode_elem_sep int index concode_field_sep E next concode_elem_sep QueueReader<E> clone concode_elem_sep void remove | boolean function ( ) { if ( q [ index ] == null ) return false ; if ( index == q . length - 1 ) { q = ( E [ ] ) q [ index ] ; index = 0 ; if ( q [ index ] == null ) return false ; } return true ; } |
10,659 | whether this storage backend supports batch mutations via keycolumnvaluestoremanager #mutatemany java.util.map , storetransaction . concode_field_sep Boolean supportsConsistentKeyOperations concode_elem_sep Boolean supportsMultiQuery concode_elem_sep Boolean supportsTransactions concode_elem_sep Boolean isDistributed c... | boolean function ( ) { assert verify ( ) ; return supportsBatchMutation ; } |
10,660 | validates parameters to ensure they are appropriate for the evaluation of the #value double , double and #gradient double , double methods . concode_field_sep double mean concode_elem_sep double i2s2 concode_elem_sep double is concode_elem_sep double norm concode_field_sep double[] gradient concode_elem_sep UnivariateF... | void function ( double [ ] arg0 ) { if ( arg0 == null ) { throw new NullArgumentException ( ) ; } if ( arg0 . length != 3 ) { throw new DimensionMismatchException ( arg0 . length , 3 ) ; } if ( arg0 [ 2 ] <= 0 ) { throw new NotStrictlyPositiveException ( arg0 [ 2 ] ) ; } } |
10,661 | gets the value of the productname property . concode_field_sep JAXBElement<Long> quantity concode_elem_sep JAXBElement<String> featureName concode_elem_sep JAXBElement<Double> borrowUsage concode_elem_sep JAXBElement<Double> usage concode_elem_sep JAXBElement<String> serverName concode_elem_sep JAXBElement<String> vend... | JAXBElement < String > function ( ) { return productName ; } |
10,662 | returns the fully qualified class name of the test concode_field_sep String mClassName concode_elem_sep String mTestName concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getTestName | String function ( ) { return mClassName ; } |
10,663 | unmarshals from an input stream an exception thrown by the method . concode_field_sep Class<?> clz concode_elem_sep String reposId concode_elem_sep CDRStreamWriter[] paramWriters concode_elem_sep CDRStreamReader retvalReader concode_elem_sep List<Class<?>> exceptionList concode_elem_sep Class<?> retvalRemoteInterface c... | Exception function ( String arg0 , InputStream arg1 ) { ExceptionReader loc0 = ( ExceptionReader ) exceptionMap . get ( arg0 ) ; if ( loc0 == null ) { return new UnexpectedException ( arg0 ) ; } else { return loc0 . read ( arg1 ) ; } } |
10,664 | compares this object with the specified object for order . concode_field_sep Angle DEG_225 concode_elem_sep Angle RAD_PI concode_elem_sep Angle DEG_90 concode_elem_sep Angle DEG_180 concode_elem_sep Angle ZERO concode_elem_sep Angle RAD_PI_OVER_FOUR concode_elem_sep Angle DEG_135 concode_elem_sep double EPSILON concode... | int function ( Object arg0 ) { return compareTo ( ( Angle ) arg0 ) ; } |
10,665 | asserts that two booleans are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep ... | void function ( boolean arg0 , boolean arg1 ) { assertEquals ( null , arg0 , arg1 ) ; } |
10,666 | returns true if the page 's etag header indicates it is the same as the copy held by the client as indicated by the request 's if-none-match header . concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep java.u... | boolean function ( HttpServletRequest arg0 ) { String loc0 = arg0 . getHeader ( HttpHeaders . IF_NONE_MATCH ) ; String loc1 = getHeader ( HttpHeaders . ETAG ) ; if ( ! StringUtils . hasLength ( loc0 ) || ! StringUtils . hasLength ( loc1 ) ) { return false ; } return loc0 == loc1 ; } |
10,667 | runs in the background thread . concode_field_sep String LOGTAG concode_elem_sep HomeConfig mHomeConfig concode_elem_sep Runnable mInvalidationRunnable concode_elem_sep String BUNDLE_KEY_PANEL_ID concode_elem_sep List<ConfigChange> mPendingChanges concode_elem_sep boolean DEBUG concode_elem_sep String BUNDLE_KEY_PANEL ... | void function ( PanelConfig arg0 , InvalidationMode arg1 ) { ThreadUtils . assertOnBackgroundThread ( ) ; mPendingChanges . add ( new ConfigChange ( ChangeType . INSTALL , arg0 ) ) ; if ( DEBUG ) { Log . d ( LOGTAG , "srini_string" + mPendingChanges . size ( ) ) ; } scheduleInvalidation ( arg1 ) ; } |
10,668 | get the object id to use for the database object that is created in this statement . this id is only set when the object is persistent . if not set , this method returns 0 . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber conco... | int function ( ) { return objectId ; } |
10,669 | returns the unique identifier . concode_field_sep Set<FederatedIdentifier> inFedfederatedIdentifiers concode_elem_sep Set<ClassScheme_ClassScheme> classSchemes_classSchemes1 concode_elem_sep Set<Class> classes concode_elem_sep Set<ClassScheme_ClassScheme> classSchemes_classSchemes2 concode_elem_sep String uri concode_e... | Long function ( ) { return id ; } |
10,670 | get an untagged object from the bytebuffer concode_field_sep byte _tag concode_field_sep Object getObject concode_elem_sep Object getUntaggedObject concode_elem_sep void writeUntagged concode_elem_sep void writeTagged concode_elem_sep byte getTag concode_elem_sep void write | Object function ( ByteBuffer arg0 ) { Value loc0 = ValueFactory . createFromTagged ( arg0 ) ; return loc0 . getObject ( ) ; } |
10,671 | called when the manager was suspended . concode_field_sep Logger logger concode_elem_sep WhiteboardApp whiteboardApp concode_field_sep void updateFailed concode_elem_sep void managerStarted concode_elem_sep void updateStarted concode_elem_sep void updateCompleted concode_elem_sep void managerStopped concode_elem_sep vo... | void function ( UpdateManagerEvent arg0 ) { logger . fine ( "srini_string" + arg0 ) ; } |
10,672 | caps for user has been changed . concode_field_sep String[] checkStrings concode_elem_sep String MOBILE_INDICATOR_RESOURCE_ACC_PROP concode_elem_sep String MOBILE_INDICATOR_CAPS_ACC_PROP concode_elem_sep ProtocolProviderServiceJabberImpl parentProvider concode_elem_sep ServerStoredContactListJabberImpl ssclCallback con... | void function ( String arg0 , ArrayList < String > arg1 , String arg2 , boolean arg3 ) { updateMobileIndicatorUsingCaps ( arg0 ) ; } |
10,673 | returns the guice key for this parameter . concode_field_sep boolean isProvider concode_elem_sep boolean isAssisted concode_elem_sep Annotation bindingAnnotation concode_elem_sep Type type concode_field_sep boolean isProvidedByFactory concode_elem_sep boolean isProvider concode_elem_sep Key<?> getBindingForType concode... | Object function ( Injector arg0 ) { return isProvider ? arg0 . getProvider ( getBindingForType ( getProvidedType ( type ) ) ) : arg0 . getInstance ( getPrimaryBindingKey ( ) ) ; } |
10,674 | below method will be used to get the dimension chunk concode_field_sep BTreeNode[] children concode_elem_sep BlockletLevelDeleteDeltaDataCache deleteDeltaDataCache concode_elem_sep List<IndexKey> listOfKeys concode_field_sep void setNextNode concode_elem_sep MeasureColumnDataChunk[] getMeasureChunks concode_elem_sep by... | DimensionColumnDataChunk function ( FileHolder arg0 , int arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
10,675 | takes in a jsongenerator created by #startmessageobject and returns the stringifiedjson concode_field_sep JsonFactory mJsonFactory concode_elem_sep OkHttpClient mHttpClient concode_elem_sep String TAG concode_elem_sep WebSocket mWebSocket concode_elem_sep ConcurrentHashMap<Integer,JSDebuggerCallback> mCallbacks concode... | String function ( JsonGenerator arg0 ) { arg0 . writeEndObject ( ) ; arg0 . flush ( ) ; return ( ( StringWriter ) arg0 . getOutputTarget ( ) ) . getBuffer ( ) . toString ( ) ; } |
10,676 | replaces any double consonant pair with the single letter equivalent . api usage consider this method private , it is package protected for unit testing only . concode_field_sep int EIGHT concode_elem_sep String PLAIN_ASCII concode_elem_sep int ONE concode_elem_sep int SEVEN concode_elem_sep int TWO concode_elem_sep in... | String function ( final String arg0 ) { String loc0 = arg0 . toUpperCase ( ) ; for ( final String loc1 : DOUBLE_CONSONANT ) { if ( loc0 . contains ( loc1 ) ) { final String loc2 = loc1 . substring ( 0 , 1 ) ; loc0 = loc0 . replace ( loc1 , loc2 ) ; } } return loc0 ; } |
10,677 | get the logger for this component concode_field_sep int debug concode_elem_sep String senderId concode_elem_sep Logger logger concode_elem_sep StringManager sm concode_field_sep int getDebug concode_elem_sep String getName concode_elem_sep void log concode_elem_sep void setLogger concode_elem_sep void setSenderId conco... | Logger function ( ) { return ( this . logger ) ; } |
10,678 | call when you have failed for some reason at writing to the stream returned by #startwrite . this will close the current write stream , and roll back to the previous state of the file . concode_field_sep File mBaseName concode_elem_sep File mBackupName concode_field_sep File getBaseFile concode_elem_sep byte[] readFull... | void function ( FileOutputStream arg0 ) { if ( arg0 != null ) { sync ( arg0 ) ; try { arg0 . close ( ) ; mBaseName . delete ( ) ; mBackupName . renameTo ( mBaseName ) ; } catch ( IOException loc0 ) { Log . w ( "srini_string" , "srini_string" , loc0 ) ; } } } |
10,679 | sets the id . concode_field_sep String id concode_elem_sep String completeRepoUrl concode_elem_sep String revision concode_field_sep void setCompleteRepoUrl concode_elem_sep String getCompleteRepoUrl concode_elem_sep String getId concode_elem_sep void setRevision concode_elem_sep String getRevision | void function ( String arg0 ) { this . id = arg0 ; } |
10,680 | serialize an instance , restore it , and check for equality . concode_field_sep MarkerChangeEvent lastEvent concode_field_sep void testGetSetDrawAsLine concode_elem_sep void testCloning concode_elem_sep void testGetSetKey concode_elem_sep void markerChanged concode_elem_sep void testEquals | void function ( ) { CategoryMarker loc0 = new CategoryMarker ( "srini_string" , new GradientPaint ( 1.0f , 2.0f , Color . white , 3.0f , 4.0f , Color . yellow ) , new BasicStroke ( 1.1f ) ) ; CategoryMarker loc1 = ( CategoryMarker ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
10,681 | returns the build version info which includes version , revision , user , date and source checksum concode_field_sep Package myPackage concode_elem_sep VersionAnnotation version concode_field_sep String getVersion concode_elem_sep String getUrl concode_elem_sep Package getPackage concode_elem_sep String getSrcChecksum ... | String function ( ) { return VersionInfo . getVersion ( ) + "srini_string" + VersionInfo . getRevision ( ) + "srini_string" + VersionInfo . getUser ( ) + "srini_string" + VersionInfo . getDate ( ) + "srini_string" + VersionInfo . getSrcChecksum ( ) ; } |
10,682 | returns the coderregistry , useful for inferring com.google.cloud.dataflow.sdk.coders.coder s. concode_field_sep long serialVersionUID concode_elem_sep Pipeline pipeline concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPipeline concode_elem_sep String getName concode_elem_sep Coder<?... | CoderRegistry function ( ) { return getPipeline ( ) . getCoderRegistry ( ) ; } |
10,683 | release the iovarray . once release further using of it may crash the jvm ! concode_field_sep long memoryAddress concode_elem_sep long size concode_elem_sep int IOV_SIZE concode_elem_sep int count concode_elem_sep int ADDRESS_SIZE concode_elem_sep int CAPACITY concode_field_sep boolean add concode_elem_sep boolean add ... | void function ( ) { PlatformDependent . freeMemory ( memoryAddress ) ; } |
10,684 | a list of records that have been updated . concode_field_sep com.amazonaws.internal.SdkInternalList<Record> records concode_field_sep void setRecords concode_elem_sep UpdateRecordsResult withRecords concode_elem_sep UpdateRecordsResult withRecords concode_elem_sep int hashCode concode_elem_sep boolean equals concode_el... | java . util . List < Record > function ( ) { if ( records == null ) { records = new com . amazonaws . internal . SdkInternalList < Record > ( ) ; } return records ; } |
10,685 | the index name of the document . concode_field_sep GetResponse response concode_elem_sep MultiGetResponse.Failure failure concode_field_sep void writeTo concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep GetResponse getResponse concode_elem_sep String getId... | String function ( ) { if ( failure != null ) { return failure . getIndex ( ) ; } return response . getIndex ( ) ; } |
10,686 | returns false if the getter method just return the declaringclass itself to avoid the recusive dead loop concode_field_sep VisibilityChecker<?> defaultChecker concode_elem_sep Logger LOG concode_field_sep boolean isSetterVisible concode_elem_sep boolean isSetterVisible concode_elem_sep IgnorePropertiesBackedByTransient... | boolean function ( Method arg0 , Class < ? > arg1 ) { if ( arg0 != null && arg0 . getReturnType ( ) . getName ( ) . equals ( arg1 . getName ( ) ) ) { if ( LOG . isLoggable ( Level . FINE ) ) { LOG . fine ( "srini_string" + arg0 + "srini_string" ) ; } return false ; } return true ; } |
10,687 | returns the list of all the hops that this packet has traversed . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_sep DecimalFormat num concode_elem_sep long pingSize concode_elem_sep Vector<Doubl... | Object [ ] function ( ) { if ( entities == null ) { return null ; } return entities . toArray ( ) ; } |
10,688 | empties this buffer . concode_field_sep char[] fContent concode_elem_sep boolean fIsHashCached concode_elem_sep Map<CharacterBuffer,IToken> fWords concode_elem_sep IWordDetector fDetector concode_elem_sep int fLength concode_elem_sep List<WordMatcher> fMatchers concode_elem_sep int UNDEFINED concode_elem_sep CharacterB... | void function ( ) { fIsHashCached = false ; fLength = 0 ; } |
10,689 | returns the shadow paint . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_sep TextBlock te... | Paint function ( ) { return this . shadowPaint ; } |
10,690 | creates a cached tile layer from the given layer group concode_field_sep PlaceHolder placeHolder concode_field_sep void checkAutomaticStyles concode_elem_sep void checkAutomaticStyles concode_elem_sep void checkAutomaticStyles concode_elem_sep ParameterFilter findParameterFilter concode_elem_sep void updateAcceptAllReg... | GeoServerTileLayerInfoImpl function ( final LayerGroupInfo arg0 , final GWCConfig arg1 ) { GeoServerTileLayerInfoImpl loc0 = LegacyTileLayerInfoLoader . load ( arg0 ) ; if ( loc0 == null ) { loc0 = create ( arg1 ) ; checkAutomaticStyles ( arg0 , loc0 ) ; } loc0 . setName ( tileLayerName ( arg0 ) ) ; loc0 . setId ( arg0... |
10,691 | returns the slowquerycachesize value . concode_field_sep double maxSelectivity concode_elem_sep int slowQueryRows concode_elem_sep int slowQueryCacheDuration concode_elem_sep IndexedLRUCache<Long> pendingQueries concode_elem_sep long totalCachedQueries concode_elem_sep long totalInvalidatedQueries concode_elem_sep Logg... | int function ( ) { return slowQueryCacheSize ; } |
10,692 | returns the accountid that uniquely identifies the account represented by this instance of the protocolproviderservice . concode_field_sep String PROTO_NAME concode_elem_sep Map<String,OperationSet> supportedOperationSets concode_elem_sep MockPersistentPresenceOperationSet mockPresOpSet concode_elem_sep AccountID accou... | AccountID function ( ) { return accountID ; } |
10,693 | gets a mutable list view of this mapfield . concode_field_sep StorageMode mode concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep List<Message> listData concode_elem_sep Converter<K,V> converter concode_elem_sep MapEntry<K,V> defaultEntry concode_field_sep Mutatabilit... | List < Message > function ( ) { if ( mode != StorageMode . LIST ) { if ( mode == StorageMode . MAP ) { listData = convertMapToList ( mapData ) ; } mapData = null ; mode = StorageMode . LIST ; } return listData ; } |
10,694 | return the named instance of a bean concode_field_sep AtomicInteger id concode_field_sep void ensureNamed concode_elem_sep void forEachMethod concode_elem_sep BeanManager getBeanManager concode_elem_sep Bean<T> getBean concode_elem_sep Bean<T> getBean concode_elem_sep void forEachType concode_elem_sep AnnotatedType<T> ... | T function ( String arg0 , Class < T > arg1 ) { BeanManager loc0 = getBeanManager ( ) ; Set loc1 = loc0 . getBeans ( arg0 ) ; Bean < T > loc2 = loc0 . resolve ( loc1 ) ; CreationalContext < T > loc3 = loc0 . createCreationalContext ( loc2 ) ; return ( T ) loc0 . getReference ( loc2 , arg1 , loc3 ) ; } |
10,695 | creates a new user id mapper with the primary key . does not add the user id mapper to the database . concode_field_sep UserIdMapperLocalService _userIdMapperLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.or... | com . liferay . portal . model . UserIdMapper function ( long arg0 ) { return _userIdMapperLocalService . createUserIdMapper ( arg0 ) ; } |
10,696 | sets debug mode . this controls how much information is displayed in the log during recognition . concode_field_sep int PSM_CIRCLE_WORD concode_elem_sep int RIL_BLOCK concode_elem_sep int RIL_WORD concode_elem_sep int PSM_SINGLE_WORD concode_elem_sep int PSM_SINGLE_COLUMN concode_elem_sep String VAR_CHAR_WHITELIST conc... | void function ( boolean arg0 ) { nativeSetDebug ( arg0 ) ; } |
10,697 | clear all state information . 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 concode_elem_sep Class<? extends Writabl... | void function ( ) { key = null ; pos = - 1 ; for ( int loc0 = 0 ; loc0 < iters . length ; ++ loc0 ) { iters [ loc0 ] . clear ( ) ; iters [ loc0 ] = EMPTY ; } } |
10,698 | test of getexcludesamplelabels method , of class jrowsselectorpanel . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetSelectedRegExpInc concode_elem_sep void setUpClass concode_elem_sep void testIsSelectedRegExpInc concode_elem_sep void testGetStartOffset concode_elem_sep void testGetEndOffset c... | void function ( ) { System . out . println ( "srini_string" ) ; JRowsSelectorPanel loc0 = new JRowsSelectorPanel ( new GraphPanel ( ) ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getExcludeSampleLabels ( ) ; assertEquals ( loc1 , loc2 ) ; } |
10,699 | retrieves the scope of the best row identifier . this implements the rules described in databaseinformationmain.system _ bestrowidentifier . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_co... | Integer function ( ) { return ( table . isWritable ( ) ) ? ValuePool . getInt ( bestRowTemporary ) : ValuePool . getInt ( bestRowSession ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.