idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
2,400 | returns the string representation of the guid concode_field_sep long serialVersionUID concode_elem_sep String guid concode_elem_sep String localIPAddress concode_field_sep int hashCode concode_elem_sep boolean equals | String function ( ) { return guid ; } |
2,401 | sets the logreader implementation class , which is to be used for future creation and derivation of log readers . concode_field_sep Class logReaderClass concode_field_sep LogReader createInstance concode_elem_sep LogReader createInstance concode_elem_sep LogReader createInstance concode_elem_sep Class getLogReaderClass | void function ( Class arg0 ) { logReaderClass = arg0 ; } |
2,402 | convenient call for org.greenrobot.greendao.abstractdao #update object . entity must attached to an entity context . concode_field_sep Users orderUsers concode_elem_sep String first_price concode_elem_sep long user_id concode_elem_sep java.util.Date create concode_elem_sep Long id concode_elem_sep List<OrderProducts> o... | void function ( ) { __throwIfDetached ( ) ; myDao . update ( this ) ; } |
2,403 | does nothing . concode_field_sep ClassLoader mockClassLoader concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep void endTest | void function ( Test arg0 , AssertionFailedError arg1 ) { } |
2,404 | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
2,405 | get the string length . concode_field_sep int orderInt concode_elem_sep Field hashCodeField concode_elem_sep String string concode_elem_sep byte[] bytes concode_elem_sep int hashCode concode_elem_sep HttpString EMPTY concode_elem_sep long serialVersionUID concode_elem_sep int hashCodeBase concode_field_sep byte byteAt ... | int function ( ) { return bytes . length ; } |
2,406 | get depth camera positions as a float buffer data structure concode_field_sep int colorHeight concode_elem_sep PApplet parent concode_elem_sep int colorWidth concode_elem_sep int depthWidth concode_elem_sep PImage colorImg concode_elem_sep PImage irImg concode_elem_sep PImage undistortedImg concode_elem_sep IntBuffer r... | FloatBuffer function ( ) { float [ ] loc0 = jniGetDepthCameraPositions ( ) ; depthPositions . put ( loc0 , 0 , depthWidth * depthHeight * 3 ) ; depthPositions . rewind ( ) ; return depthPositions ; } |
2,407 | get the user 's password . concode_field_sep String password concode_elem_sep Logger logger concode_elem_sep HashSet<String> roles concode_elem_sep String username concode_field_sep boolean removeRole concode_elem_sep String[] getRoleNames concode_elem_sep void setPassword concode_elem_sep String getBasicAuthorization ... | String function ( ) { return password ; } |
2,408 | sets an explicit domain name . this allow the domain of `` example.com '' to be used when the request comes from www.example.com . this allows for sharing the cookie across subdomains . the default is to use the current domain . concode_field_sep int cookieMaxAge concode_elem_sep Pattern domainNamePattern concode_elem_... | void function ( String arg0 ) { if ( this . domainNamePattern != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . domainName = arg0 ; } |
2,409 | returns the segment type for this pathiterator segment . concode_field_sep float y1 concode_elem_sep float x1 concode_elem_sep float y2 concode_elem_sep float x2 concode_elem_sep float y3 concode_elem_sep float x3 concode_elem_sep int segmentType concode_field_sep void setSegmentType concode_elem_sep float getX3 concod... | int function ( ) { return segmentType ; } |
2,410 | currently , https is the only acceptable value for the requiredprotocols element . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.List<String> protocols concode_field_sep java.util.List<String> getProtocols concode_elem_sep void setProtocols concode_elem_se... | RequiredProtocols function ( String ... arg0 ) { if ( getProtocols ( ) == null ) setProtocols ( new java . util . ArrayList < String > ( arg0 . length ) ) ; for ( String loc0 : arg0 ) { getProtocols ( ) . add ( loc0 ) ; } return this ; } |
2,411 | add the given block to this storage status . if it already exists , overwrite it . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.mutable.HashMap<java.lang.Object,scala.Tuple4<java.lang.Object,java.lang.Object,java.lang.Object,org.apache.spark.storage.StorageLevel>> _rddStorageInfo concode... | void function ( org . apache . spark . storage . BlockId arg0 , org . apache . spark . storage . BlockStatus arg1 ) { throw new RuntimeException ( ) ; } |
2,412 | returns the number of rows matching the dynamic query . concode_field_sep DLSyncEventLocalService _dlSyncEventLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQue... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _dlSyncEventLocalService . dynamicQueryCount ( arg0 ) ; } |
2,413 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _userTrackerLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
2,414 | returns the osgi service identifier . concode_field_sep DLFileShortcutService _dlFileShortcutService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portlet.documentlibrary.model.DLFileShortcut addFileShortcut concode_elem_sep com.liferay.portlet.documentlibrary.model.DLFileShortcut updateFileShor... | java . lang . String function ( ) { return _dlFileShortcutService . getOSGiServiceIdentifier ( ) ; } |
2,415 | get the value class for job outputs . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCacheAr... | Class < ? > function ( ) { return conf . getOutputValueClass ( ) ; } |
2,416 | set a specific start time for the trigger . note that a dynamically computed #setstartdelay specificationoverrides a static timestamp set here . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep TimeZone timeZone concode_elem_sep String description concode_elem_sep int prior... | void function ( Date arg0 ) { this . startTime = arg0 ; } |
2,417 | register a new listenerlist object . this can be used to monitor freeing of listeners and find memory leaks . the objects are held by a weak reference , allowing them to be garbage-collected . concode_field_sep WeakReference<Object> reference concode_elem_sep long registrationTime concode_elem_sep int listenerCallCount... | void function ( ListenerList < ? > arg0 ) { listenerLists . add ( new WeakReference < ListenerList < ? >> ( arg0 ) ) ; listenerCallCount ++ ; if ( listenerCallCount % PURGE_CALL_COUNT == 0 ) { purgeListeners ( ) ; } } |
2,418 | creates a time period that includes the specified millisecond , assuming the given time zone . concode_field_sep Class periodClass concode_elem_sep RectangleInsets padding concode_elem_sep Font labelFont concode_elem_sep Font DEFAULT_FONT concode_elem_sep DateFormat dateFormat concode_elem_sep PaintType DEFAULT_DIVIDER... | RegularTimePeriod function ( Date arg0 , TimeZone arg1 , Locale arg2 ) { RegularTimePeriod loc0 = null ; try { Constructor loc1 = this . periodClass . getDeclaredConstructor ( new Class [ ] { Date . class , TimeZone . class , Locale . class } ) ; loc0 = ( RegularTimePeriod ) loc1 . newInstance ( new Object [ ] { arg0 ,... |
2,419 | note : this gets forwarded to android.util.log.e as android.util.log.wtf might crash the app . concode_field_sep FLogDefaultLoggingDelegate sInstance concode_elem_sep String mApplicationTag concode_elem_sep int mMinimumLoggingLevel concode_field_sep int getMinimumLoggingLevel concode_elem_sep boolean isLoggable concode... | void function ( String arg0 , String arg1 ) { println ( Log . ERROR , arg0 , arg1 ) ; } |
2,420 | create the actual configuration instance . concode_field_sep Configuration conf concode_elem_sep E edgeBuilder concode_elem_sep Builder builder concode_elem_sep Configuration conf concode_field_sep Builder setKeyClassName concode_elem_sep Builder setCompression concode_elem_sep SpecificBuilder<E> setAdditionalConfigura... | UnorderedKVOutputConfig function ( ) { return new UnorderedKVOutputConfig ( this . conf ) ; } |
2,421 | parse user request parameters . this base method supports only the standard , simple query format . override if necessary . concode_field_sep Map _parameterMap concode_elem_sep org.apache.commons.logging.Log _log concode_field_sep String getRequestParameter concode_elem_sep String getUrl concode_elem_sep String getSear... | void function ( Map arg0 ) { populateRequestParameters ( arg0 ) ; if ( getRequestParameter ( "srini_string" ) == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( getRequestParameter ( "srini_string" ) == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } } |
2,422 | sets the time used for the sql encoding . concode_field_sep long encodedSQLSize concode_elem_sep String articleName concode_elem_sep int diffPartCounter concode_elem_sep int readRevisionCounter concode_elem_sep long processingTimeDiff concode_elem_sep int articleId concode_elem_sep long enteringTime concode_elem_sep lo... | void function ( final long arg0 ) { this . processingTimeSQL = arg0 ; } |
2,423 | sets the location . concode_field_sep COSName FILTER_CICI_SIGNIT concode_elem_sep COSDictionary dictionary concode_elem_sep COSName FILTER_ENTRUST_PPKEF concode_elem_sep COSName SUBFILTER_ADBE_X509_RSA_SHA1 concode_elem_sep COSName SUBFILTER_ADBE_PKCS7_DETACHED concode_elem_sep COSName FILTER_ADOBE_PPKLITE concode_elem... | void function ( String arg0 ) { dictionary . setString ( COSName . LOCATION , arg0 ) ; } |
2,424 | getter method concode_field_sep int failureRecord concode_elem_sep TicketInfoObjectVO ticketInfo concode_elem_sep EscalationRuleVO escalationVoObj concode_elem_sep int successfulRecord concode_elem_sep AgentVO agentVoObj concode_elem_sep SubCategoryVO subCatVoObj concode_elem_sep CategoryVO catVoObj concode_elem_sep Li... | SubCategoryVO function ( ) { return subCatVoObj ; } |
2,425 | get arrayarraynumber concode_field_sep List<List<BigDecimal>> arrayArrayNumber concode_field_sep String toIndentedString concode_elem_sep ArrayOfArrayOfNumberOnly addArrayArrayNumberItem concode_elem_sep ArrayOfArrayOfNumberOnly arrayArrayNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem... | List < List < BigDecimal >> function ( ) { return arrayArrayNumber ; } |
2,426 | returns a new intent encoding a message to send to the data center . concode_field_sep String SCHEDULER_KEY concode_elem_sep String BACKGROUND_INVALIDATION_KEY concode_elem_sep String LISTENER_UPCALL_KEY concode_elem_sep Version ANDROID_PROTOCOL_VERSION_VALUE concode_elem_sep String OUTBOUND_MESSAGE_KEY concode_elem_se... | Intent function ( byte [ ] arg0 ) { byte [ ] loc0 = AndroidNetworkSendRequest . create ( ANDROID_PROTOCOL_VERSION_VALUE , new Bytes ( arg0 ) ) . toByteArray ( ) ; return new Intent ( ) . putExtra ( OUTBOUND_MESSAGE_KEY , loc0 ) ; } |
2,427 | sets the script that should execute in every module 's scope before the module 's own script has executed . concode_field_sep boolean sandboxed concode_elem_sep Script preExec concode_elem_sep ModuleScriptProvider moduleScriptProvider concode_elem_sep Script postExec concode_elem_sep long serialVersionUID concode_field... | RequireBuilder function ( Script arg0 ) { this . preExec = arg0 ; return this ; } |
2,428 | set marker m concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker con... | void function ( boolean arg0 ) { if ( packet_len >= 12 ) setBit ( arg0 , packet [ 1 ] , 7 ) ; } |
2,429 | create an instance of reasoncodetype concode_field_sep QName _GetFuturePaymentsCancelReasonCodesResponse_QNAME concode_elem_sep QName _GetFuturePaymentsCancelReasonCodesRequest_QNAME concode_field_sep GetFuturePaymentsCancelReasonCodesRequestType createGetFuturePaymentsCancelReasonCodesRequestType concode_elem_sep GetF... | ReasonCodeType function ( ) { return new ReasonCodeType ( ) ; } |
2,430 | we use a basic hashcode implementation , since this class will likely not be used as a hashmap key concode_field_sep byte BOOL concode_elem_sep byte INT concode_elem_sep byte typeVal concode_elem_sep byte DOUBLE concode_elem_sep TypeID StringTypeID concode_elem_sep byte FLOAT concode_elem_sep TypeID DoubleTypeID concod... | int function ( ) { return 37 * 17 + ( int ) typeVal ; } |
2,431 | reverts the record to a given version . concode_field_sep ServiceTracker<DDLRecordService,DDLRecordService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecord deleteRecordLocale concode_elem_sep com.liferay.dynamic.data.lists.model... | void function ( long arg0 , java . lang . String arg1 , com . liferay . portal . kernel . service . ServiceContext arg2 ) { getService ( ) . revertRecord ( arg0 , arg1 , arg2 ) ; } |
2,432 | removes the matching roles associated with the user . the user is reindexed after the roles are removed . concode_field_sep RoleService _roleService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Role> getUserRelatedRoles concode_elem_sep void... | void function ( long arg0 , long [ ] arg1 ) { _roleService . unsetUserRoles ( arg0 , arg1 ) ; } |
2,433 | test . concode_field_sep SessionListener sessionListener concode_field_sep void testInvalidateAllSessions concode_elem_sep void testGetAllSessionsInformations concode_elem_sep void registerSessionIfNeeded concode_elem_sep void testContextDestroyed concode_elem_sep HttpSessionEvent createSessionEvent concode_elem_sep Ht... | void function ( ) { sessionListener . sessionCreated ( createSessionEvent ( ) ) ; if ( SessionListener . getSessionAgeSum ( ) < 0 ) { fail ( "srini_string" ) ; } } |
2,434 | path to your app 's main module on the packager server . this is used when reloading js during development . all paths are relative to the root folder the packager is serving files from . examples : `` index.android '' or `` subdirectory/index . android '' concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeI... | Builder function ( String arg0 ) { mJSMainModuleName = arg0 ; return this ; } |
2,435 | retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab... | ServerProperties function ( int arg0 , String arg1 ) { if ( StringUtil . isEmpty ( arg1 ) ) { return null ; } ServerProperties loc0 = new ServerProperties ( arg0 , arg1 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; } |
2,436 | performs the graph traversion with a single root element . so this root element and all elements which are reachable from this root elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boole... | void function ( Object arg0 ) { List loc0 = new ArrayList ( ) ; loc0 . add ( arg0 ) ; this . perform ( loc0 . iterator ( ) ) ; } |
2,437 | appends a pair of string to the string buffer , using the separator between and terminator at the end concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String get... | void function ( StringBuffer arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { arg0 . append ( arg1 ) ; arg0 . append ( arg3 ) ; arg0 . append ( arg2 ) ; arg0 . append ( arg4 ) ; } |
2,438 | for elasticsearch-osem concode_field_sep String m_Key concode_elem_sep String m_Value concode_field_sep String getValue concode_elem_sep String getKey concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep String toString | void function ( final String arg0 ) { m_Key = arg0 ; } |
2,439 | clients should not call this method directly . concode_field_sep QueryListener fListener concode_elem_sep String fFullName concode_elem_sep int fClass concode_elem_sep int fType concode_elem_sep DNSSDService fQuery concode_elem_sep int fTTL concode_elem_sep int fFlags concode_elem_sep int fIndex concode_elem_sep byte[]... | void function ( DNSSDService arg0 , int arg1 , int arg2 , String arg3 , int arg4 , int arg5 , byte [ ] arg6 , int arg7 ) { fQuery = arg0 ; fFlags = arg1 ; fIndex = arg2 ; fFullName = arg3 ; fType = arg4 ; fClass = arg5 ; fData = arg6 ; fTTL = arg7 ; this . schedule ( ) ; } |
2,440 | oninit concode_field_sep String m_response concode_elem_sep List<Exchange> m_conversation concode_elem_sep RequestMatcher m_requestMatcher concode_elem_sep String m_banner concode_elem_sep ServerSocket m_serverSocket concode_elem_sep Thread m_serverThread concode_elem_sep Socket m_socket concode_elem_sep int m_timeout ... | void function ( ) { } |
2,441 | get a query by id concode_field_sep String NEXT_ID_BINDING concode_elem_sep TimelineQueryID max concode_elem_sep TimelineQuery query concode_elem_sep RegistryResultListener listener concode_elem_sep String NAME concode_elem_sep String REGISTRATION_BINDING concode_field_sep TimelineQueryID nextID concode_elem_sep IDHold... | TimelineQuery function ( TimelineQueryID arg0 ) { ResultInfo loc0 = getQueries ( ) . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . query ; } |
2,442 | gets the size number of bins in a given level of a bam index . concode_field_sep int SRA_BIN_SIZE concode_elem_sep int MAX_FRAGMENT_OVERLAP concode_elem_sep int SRA_CHUNK_SIZE concode_elem_sep int SRA_BIN_INDEX_OFFSET concode_elem_sep SAMFileHeader header concode_elem_sep SRAIterator.RecordRangeInfo recordRangeInfo con... | int function ( int arg0 ) { if ( arg0 == GenomicIndexUtil . LEVEL_STARTS . length - 1 ) return GenomicIndexUtil . MAX_BINS - GenomicIndexUtil . LEVEL_STARTS [ arg0 ] - 1 ; else return GenomicIndexUtil . LEVEL_STARTS [ arg0 + 1 ] - GenomicIndexUtil . LEVEL_STARTS [ arg0 ] ; } |
2,443 | a description of the event . after a scheduled event is completed , it can still be described for up to a week . if the event has been completed , this description starts with the following text : completed . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.D... | InstanceStatusEvent function ( String arg0 ) { this . description = arg0 ; return this ; } |
2,444 | get the explanation or clarification information for this block of stats concode_field_sep String statName concode_elem_sep int floor concode_elem_sep String explanation concode_elem_sep String sectionHeader concode_elem_sep String resultName concode_elem_sep List<Stat> stats concode_field_sep void add concode_elem_sep... | String function ( ) { return this . explanation ; } |
2,445 | gets the renddata height . concode_field_sep int atypOle concode_elem_sep int atypFile concode_elem_sep int atypMax concode_elem_sep int atypPicture concode_elem_sep int width concode_elem_sep long flags concode_elem_sep long position concode_elem_sep int type concode_elem_sep int MAC_BINARY concode_elem_sep int atypNu... | int function ( ) { return this . height ; } |
2,446 | return the html code representing this additional cost . if the given ability is named , it 's name will be returned . if not , if existing , the picture associated to this ability is returned . otherwise , tohtmlstring is called for each owned actions . concode_field_sep MAction[] cost concode_elem_sep Test constraint... | String function ( Ability arg0 , ContextEventListener arg1 ) { return ToStringHelper . toHtmlString ( arg0 , cost , arg1 ) ; } |
2,447 | ignore toute fin de ligne commencant par ' # ' concode_field_sep Scanner scanner concode_field_sep Incendie lireIncendie concode_elem_sep DonneesSimulation lire concode_elem_sep ArrayList<Incendie> lireIncendies concode_elem_sep Case lireCase concode_elem_sep ArrayList<Robot> lireRobots concode_elem_sep Robot lireRobot... | void function ( ) { while ( scanner . hasNext ( "srini_string" ) ) { scanner . nextLine ( ) ; } } |
2,448 | resolves the oldest `` checked-out '' chunk and invokes the callback and future that accompanied the chunk . once a chunk is resolved , the data inside it is considered void . if no chunks have been `` checked-out '' yet , does nothing . concode_field_sep LinkedBlockingQueue<ChunkData> chunks concode_elem_sep Reentrant... | void function ( Exception arg0 ) { ChunkData loc0 = chunksAwaitingResolution . poll ( ) ; if ( loc0 != null ) { loc0 . resolveChunk ( arg0 ) ; } } |
2,449 | stops logging for the current root element . concode_field_sep Logger LOG concode_elem_sep File targetFolder concode_elem_sep Level logLevel concode_elem_sep ExportResult currentPkg concode_elem_sep ExportResultLog reslog concode_field_sep File getTargetFolder concode_elem_sep boolean isOk concode_elem_sep void startIn... | void function ( DigitalObjectElement arg0 ) { currentPkg . setEnd ( ) ; if ( currentPkg . getStatus ( ) == null ) { currentPkg . setStatus ( currentPkg . getError ( ) . isEmpty ( ) ? ResultStatus . OK : ResultStatus . FAILED ) ; } currentPkg = null ; } |
2,450 | override the behavior which checks for delta flags of all the child nodes , because we would get stuck in a recursive loop . instead call only the child nodes which are not us . concode_field_sep File[] EMPTY_FILE_LIST concode_elem_sep FileBrowserVMProvider fProvider concode_elem_sep IVMNode[] fChildNodes concode_field... | Map < IVMNode , Integer > function ( Object arg0 ) { Map < IVMNode , Integer > loc0 = new HashMap < IVMNode , Integer > ( ) ; for ( final IVMNode loc1 : getChildNodes ( ) ) { int loc2 = loc1 . getDeltaFlags ( arg0 ) ; if ( loc2 != IModelDelta . NO_CHANGE ) { loc0 . put ( loc1 , loc2 ) ; } } return loc0 ; } |
2,451 | clear out all delegate executors at once . tasks will be rejected until another delegate executor is added . concode_field_sep Lock writeLock concode_elem_sep AtomicInteger seq concode_elem_sep AtomicArray<LoadBalancingExecutor,Executor> executorsUpdater concode_elem_sep Executor[] executors concode_field_sep void addE... | void function ( ) { executorsUpdater . clear ( this ) ; } |
2,452 | helper to determine if the type of column can be ignored concode_field_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep String columnTitle concode_elem_sep String points concode_field_sep boolean isComment concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isGrad... | boolean function ( ) { if ( this . type == Type . USER_ID || this . type == Type . USER_NAME || this . type == Type . IGNORE ) { return true ; } return false ; } |
2,453 | returns the string representation of the reil function . concode_field_sep com.google.security.zynamics.reil.ReilFunction m_function concode_elem_sep ReilGraph m_graph concode_field_sep String getName concode_elem_sep ReilGraph getGraph | String function ( ) { return String . format ( "srini_string" , getName ( ) ) ; } |
2,454 | returns a token . concode_field_sep int DEFAULT_START_SIZE concode_elem_sep int size concode_elem_sep int increment concode_elem_sep int DEFAULT_INCREMENT concode_elem_sep int currentFreeToken concode_elem_sep Token[] tokenList concode_field_sep Token createInternalUseOnlyToken concode_elem_sep void augmentTokenList co... | Token function ( final char [ ] arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 ) { Token loc0 = tokenList [ currentFreeToken ] ; loc0 . set ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; currentFreeToken ++ ; if ( currentFreeToken == size ) augmentTokenList ( ) ; return loc0 ; } |
2,455 | the thing arn . concode_field_sep String thingArn concode_elem_sep String thingName concode_field_sep String getThingArn concode_elem_sep void setThingName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateThingResult clone concode_elem_sep String toString concode_elem_sep CreateThing... | void function ( String arg0 ) { this . thingArn = arg0 ; } |
2,456 | sets the contenttype value for this wsprocessfileusingtransformer . concode_field_sep java.lang.String fileName concode_elem_sep org.talend.mdm.webservice.WSProcessBytesUsingTransformerWsOutputDecisionTableDecisions[] wsOutputDecisionTable concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.w... | void function ( java . lang . String arg0 ) { this . contentType = arg0 ; } |
2,457 | gets the cell at the bottom right of this range concode_field_sep int column1 concode_elem_sep int row1 concode_elem_sep int column2 concode_elem_sep Sheet sheet concode_elem_sep int row2 concode_field_sep int getLastSheetIndex concode_elem_sep void removeColumn concode_elem_sep void insertRow concode_elem_sep void ins... | Cell function ( ) { if ( column2 >= sheet . getColumns ( ) || row2 >= sheet . getRows ( ) ) { return new EmptyCell ( column2 , row2 ) ; } return sheet . getCell ( column2 , row2 ) ; } |
2,458 | mutator method for page index . concode_field_sep Log logger concode_elem_sep int pageIndex concode_elem_sep String basicQuery concode_elem_sep int pageSize concode_elem_sep IServices v1Service concode_elem_sep JSONArray jsonOutputArray concode_elem_sep String pagingQuery concode_field_sep String buildPagingQuery conco... | void function ( int arg0 ) { this . pageIndex = arg0 ; } |
2,459 | special implementation for x11 window icons the returned byte buffer is a direct buffer ! concode_field_sep boolean avail concode_elem_sep String err0 concode_field_sep boolean isAvailable | ByteBuffer function ( final IOUtil . ClassResources arg0 , final int [ ] arg1 , final int [ ] arg2 ) { if ( avail ) { return jogamp . newt . driver . opengl . JoglUtilPNGIcon . arrayToX11BGRAImages ( arg0 , arg1 , arg2 ) ; } throw new UnsupportedOperationException ( err0 ) ; } |
2,460 | gets the code of subscription status . concode_field_sep long serialVersionUID concode_elem_sep String subscriptionStatusCode concode_elem_sep Integer subscriptionStatusId concode_field_sep void setSubscriptionStatusCode concode_elem_sep void setSubscriptionStatusId concode_elem_sep Integer getSubscriptionStatusId | String function ( ) { return subscriptionStatusCode ; } |
2,461 | sync and blocking get by id with the other default params , userid , groupid and locale concode_field_sep CacheStrategyFactory _cacheStrategyFactory concode_elem_sep Cache _cache concode_field_sep void set concode_elem_sep void resync concode_elem_sep List get concode_elem_sep int clear concode_elem_sep int clear conco... | E function ( CachedType arg0 , String arg1 , Long arg2 , Long arg3 , Locale arg4 ) { return ( E ) _cacheStrategyFactory . recoverStrategy ( arg0 ) . getById ( arg1 , arg2 , arg3 , arg4 ) ; } |
2,462 | checks if a vfsname matches the given static export folders . concode_field_sep List<Pattern> m_vfsFolders concode_field_sep placeholderType placeHolder | boolean function ( String arg0 ) { boolean loc0 = false ; for ( int loc1 = 0 ; loc1 < m_vfsFolders . size ( ) ; loc1 ++ ) { Pattern loc2 = m_vfsFolders . get ( loc1 ) ; loc0 = loc2 . matcher ( arg0 ) . matches ( ) ; if ( loc0 ) { break ; } } return loc0 ; } |
2,463 | gets the instruction suffix required , if any , to use in a high register transformed version of this instance . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_sep Dop opcode concode_field_sep boolean hasAddress concode_elem_sep String lis... | DalvInsn function ( ) { if ( hasResult ( ) ) { RegisterSpec loc0 = registers . get ( 0 ) ; return makeMove ( position , loc0 , loc0 . withReg ( 0 ) ) ; } else { return null ; } } |
2,464 | test of hashcode method , of class defaultcalendardate . concode_field_sep CalendarDate calendarDate2 concode_elem_sep CalendarDate calendarDate1 concode_field_sep void testSetCalendarEraName concode_elem_sep void testGetCalendarDate concode_elem_sep void testToString concode_elem_sep void testGetCalendarEraName concod... | void function ( ) { int loc0 = calendarDate1 . hashCode ( ) ; assertFalse ( calendarDate2 . hashCode ( ) == loc0 ) ; } |
2,465 | edit this region to remove the first d elements . concode_field_sep Region next concode_elem_sep int resultStart concode_elem_sep int length concode_elem_sep int sourceStart concode_field_sep String toString concode_elem_sep Region copy concode_elem_sep Region splitFirst concode_elem_sep Region deepCopy | void function ( int arg0 ) { resultStart += arg0 ; sourceStart += arg0 ; length -= arg0 ; } |
2,466 | prints the two dimensional integer matrix of the size 5 x 3 . concode_field_sep int[][] twoDMatrix concode_field_sep void initialize2DMatrix concode_elem_sep void main concode_elem_sep void printTranspose2DMatrix | void function ( ) { for ( int loc0 = 0 ; loc0 < 5 ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < 3 ; loc1 ++ ) { StdOut . print ( "srini_string" + twoDMatrix [ loc0 ] [ loc1 ] ) ; } StdOut . println ( ) ; } } |
2,467 | returns a new or existing pool for the specified type , stored in a class to pool map . note the max size is ignoredif this is not the first time this pool has been requested . concode_field_sep ObjectMap<Class,Pool> typePools concode_field_sep T obtain concode_elem_sep void set concode_elem_sep void freeAll concode_el... | Pool < T > function ( Class < T > arg0 , int arg1 ) { Pool loc0 = typePools . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ReflectionPool ( arg0 , 4 , arg1 ) ; typePools . put ( arg0 , loc0 ) ; } return loc0 ; } |
2,468 | get the names of users allowed for this service . concode_field_sep int INITIAL_CAPACITY concode_elem_sep String WILDCARD_ACL_VALUE concode_elem_sep Collection<String> groups concode_elem_sep Groups groupsMapping concode_elem_sep Collection<String> users concode_elem_sep boolean allAllowed concode_field_sep boolean isU... | Collection < String > function ( ) { return users ; } |
2,469 | returns a list of strings representing keys in the given namespace . concode_field_sep KeyJsonValueService keyJsonValueService concode_elem_sep AppManager appManager concode_elem_sep WebMessageService messageService concode_elem_sep RenderService renderService concode_field_sep void deleteNamespace concode_elem_sep Str... | List < String > function ( @ PathVariable String arg0 , HttpServletResponse arg1 ) { if ( ! keyJsonValueService . getNamespaces ( ) . contains ( arg0 ) ) { throw new WebMessageException ( WebMessageUtils . notFound ( "srini_string" + arg0 + "srini_string" ) ) ; } return keyJsonValueService . getKeysInNamespace ( arg0 )... |
2,470 | get the current priority sorted list of active sessions that use transport controls . the most important session is at index 0 and the least important at size -1 . concode_field_sep MediaSessionRecord mCachedDefault concode_elem_sep ArrayList<MediaSessionRecord> mCachedActiveList concode_elem_sep int[] TRANSITION_PRIOR... | ArrayList < MediaSessionRecord > function ( int arg0 ) { if ( mCachedTransportControlList == null ) { mCachedTransportControlList = getPriorityListLocked ( true , MediaSession . FLAG_HANDLES_TRANSPORT_CONTROLS , arg0 ) ; } return mCachedTransportControlList ; } |
2,471 | removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getDataColumn concode_elem_sep String getRealPathFromURI_AP... | String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; } |
2,472 | gets the node id of this event . concode_field_sep int endpoint concode_elem_sep int nodeId concode_field_sep int getEndpoint | int function ( ) { return nodeId ; } |
2,473 | assert that two views are left aligned , that is that their left edges are on the same x location . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertHorizontalCenterAligned concode_elem_sep void assertBaselineAligned concode_elem_sep void assertGroupNotContains concode_elem_sep void assertHasScree... | void function ( View arg0 , View arg1 ) { int [ ] loc0 = new int [ 2 ] ; arg0 . getLocationOnScreen ( loc0 ) ; int loc1 = loc0 [ 0 ] ; arg1 . getLocationOnScreen ( loc0 ) ; int loc2 = loc0 [ 0 ] ; assertEquals ( "srini_string" , loc1 , loc2 ) ; } |
2,474 | this takes a resultset containing two columns . column 1 contains the function name , column 2 the oid . it reads the entire resultset , loading the values into the function table . remember to close the resultset after calling this !! implementation note about function name lookups : postgresql stores the function id ... | void function ( ResultSet arg0 ) { while ( arg0 . next ( ) ) { func . put ( arg0 . getString ( 1 ) , arg0 . getInt ( 2 ) ) ; } } |
2,475 | sets the primary key of this image . concode_field_sep Image _image concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep b... | void function ( long arg0 ) { _image . setPrimaryKey ( arg0 ) ; } |
2,476 | append an new element to mazexml that carries the given name has a child node with the given value . concode_field_sep int BOGUS_ROOM_NUM concode_elem_sep int BOGUS_PARTITERS concode_field_sep String autoFilename concode_elem_sep String autoFilename concode_elem_sep void storeMaze concode_elem_sep void store concode_el... | void function ( Document arg0 , Element arg1 , String arg2 , boolean arg3 ) { Element loc0 = arg0 . createElement ( arg2 ) ; loc0 . appendChild ( arg0 . createTextNode ( Boolean . toString ( arg3 ) ) ) ; arg1 . appendChild ( loc0 ) ; } |
2,477 | gets a hexadecimal string representation of this object 's data , which is in fact , the raw data contained in this object concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHe... | String function ( ) { return stringData . toString ( ) ; } |
2,478 | update the size of the image to be returned by getoffscreen . note that this change will not be reflected by calls to getoffscreen until either clearoffscreen has completed when isdoublebuffered is false or reapint has completed when isdoublebuffered is true . concode_field_sep AffineTransform usr2dev concode_elem_sep ... | void function ( int arg0 , int arg1 ) { offScreenWidth = arg0 ; offScreenHeight = arg1 ; } |
2,479 | gets the progress message . if the progressmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default percent value as the progress message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean intermediatMode concode_elem_sep String ... | String function ( ) { if ( progressMessageEnabled ) { return progressMessage ; } else { return "srini_string" ; } } |
2,480 | returns the port of the origin server ; typically 80 or 443 . unlike may getport accessors , this method never returns -1 . concode_field_sep Proxy proxy concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep String uriHost con... | int function ( ) { return uriPort ; } |
2,481 | gets maximum message length . concode_field_sep int currentLength concode_elem_sep int MAX_MSG_BYTE_LENGTH concode_elem_sep int refNum concode_elem_sep int messageLength concode_elem_sep int UDHIE_HEADER_LENGTH concode_elem_sep int UDHIE_SAR_REF_NUM_LENGTH concode_elem_sep byte UDHIE_SAR_LENGTH concode_elem_sep int UDH... | int function ( ) { return messageLength ; } |
2,482 | create an instance of nodepairspec concode_field_sep QName _Task_QNAME concode_elem_sep QName _Target_QNAME concode_elem_sep QName _Sequence_QNAME concode_elem_sep QName _Objective_QNAME concode_elem_sep QName _TargetTask_QNAME concode_elem_sep QName _FoodTask_QNAME concode_elem_sep QName _Choice_QNAME concode_field_se... | NodePairSpec function ( ) { return new NodePairSpec ( ) ; } |
2,483 | use the id for hash code . concode_field_sep GUID id concode_elem_sep String layer concode_field_sep boolean imageUpdate concode_elem_sep void setLayer concode_elem_sep void drawBackground concode_elem_sep Zone.Layer getLayer concode_elem_sep boolean equals concode_elem_sep GUID getId concode_elem_sep void draw concode... | int function ( ) { return id . hashCode ( ) ; } |
2,484 | sets the authentication value for this soaprequestheader . concode_field_sep java.lang.String networkCode concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String applicationName concode_elem_s... | void function ( com . google . api . ads . dfp . axis . v201403 . Authentication arg0 ) { this . authentication = arg0 ; } |
2,485 | returns the maximum amount of space available in the cache . concode_field_sep LRUCacheEntry<K,T> fEntryQueue concode_elem_sep LRUCacheEntry<K,T> _fNext concode_elem_sep LRUCacheEntry<K,T> fEntryQueueTail concode_elem_sep Hashtable<K,LRUCacheEntry<K,T>> fEntryTable concode_elem_sep T _fValue concode_elem_sep LRUCacheEn... | int function ( ) { return fSpaceLimit ; } |
2,486 | returns the listing details for an in-app product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails con... | SkuDetails function ( String arg0 ) { return mSkuMap . get ( arg0 ) ; } |
2,487 | docompare concode_field_sep Vector t concode_elem_sep boolean locked concode_elem_sep Hashtable h concode_elem_sep boolean impureConstants concode_elem_sep int n concode_elem_sep ConstantObject constants[] concode_field_sep ConstantObject add concode_elem_sep Enumeration getEnumeration concode_elem_sep void doSort conc... | int function ( java . lang . Object arg0 , java . lang . Object arg1 ) { ConstantObject loc0 = ( ConstantObject ) arg0 ; ConstantObject loc1 = ( ConstantObject ) arg1 ; if ( loc0 . ldcReferences < loc1 . ldcReferences ) { return 1 ; } else if ( loc0 . ldcReferences == loc1 . ldcReferences ) return 0 ; return - 1 ; } |
2,488 | increases the purchased quantity of an item by 1 . adds the item to the cart list if it was not already there . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep Array... | void function ( CartItem arg0 ) { if ( purchasedList . contains ( arg0 ) ) { int loc0 = purchasedList . indexOf ( arg0 ) ; CartItem loc1 = ( CartItem ) purchasedList . get ( loc0 ) ; loc1 . setEffect ( new Highlight ( ) ) ; } else { purchasedList . add ( arg0 ) ; } } |
2,489 | insert an item into the queue at given index . will directly call com.nhaarman.listviewanimations.itemmanipulation.animateadditionadapter.insertable #add int , object if there are no active index-item pairs . otherwise , the pair will be queued . concode_field_sep List<Pair<Integer,T>> mPendingItemsToInsert concode_ele... | void function ( final int arg0 , final T arg1 ) { if ( mActiveIndexes . isEmpty ( ) && mPendingItemsToInsert . isEmpty ( ) ) { mActiveIndexes . add ( new AtomicInteger ( arg0 ) ) ; mInsertable . add ( arg0 , arg1 ) ; } else { mPendingItemsToInsert . add ( new Pair < Integer , T > ( arg0 , arg1 ) ) ; } } |
2,490 | creates a new event object . concode_field_sep String MUTATION_NAME_EVENT_TYPE concode_elem_sep String MOUSE_EVENT_TYPE concode_elem_sep String EVENT_TYPE concode_elem_sep String TEXT_EVENT_TYPE concode_elem_sep String KEYBOARD_EVENT_TYPE concode_elem_sep String EVENT_DOM2_TYPE concode_elem_sep String UI_EVENT_DOM2_TYP... | Event function ( ) { return new DOMUIEvent ( ) ; } |
2,491 | compute the user store which user to be provisioned concode_field_sep Log log concode_elem_sep SecureRandom random concode_elem_sep DefaultProvisioningHandler instance concode_field_sep void updateUserWithNewRoleSet concode_elem_sep Map<String,String> prepareClaimMappings concode_elem_sep void handleFederatedUserNameEq... | String function ( String arg0 , UserRealm arg1 ) { if ( arg0 != null && arg1 . getUserStoreManager ( ) . getSecondaryUserStoreManager ( arg0 ) == null ) { throw new FrameworkException ( "srini_string" + arg0 + "srini_string" ) ; } return arg0 ; } |
2,492 | always throws a java.util.nosuchelementexception . concode_field_sep EmptyIterator<Object> INSTANCE concode_field_sep Iterator<E> iterator concode_elem_sep EmptyIterator<E> get concode_elem_sep boolean hasNext concode_elem_sep void remove | E function ( ) { throw new NoSuchElementException ( ) ; } |
2,493 | returns the result of interpretting the object as an instance of ` check constraint ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ConstraintsPackage modelPackage concode_field_sep T caseForeignKey concode_elem_sep T caseIndexedColumn concode_elem_sep T ... | T function ( CheckConstraint arg0 ) { return null ; } |
2,494 | the git commit hash for the amazon ecs container agent build on the amazon-ecs - agent github repository . concode_field_sep String dockerVersion concode_elem_sep String agentHash concode_elem_sep String agentVersion concode_field_sep void setAgentVersion concode_elem_sep String getAgentVersion concode_elem_sep void se... | void function ( String arg0 ) { this . agentHash = arg0 ; } |
2,495 | sets the value of the intnodefault property . concode_field_sep Integer intNoDefault concode_elem_sep Address address concode_elem_sep String name concode_elem_sep Integer intDefault concode_elem_sep Point position concode_field_sep void setName concode_elem_sep Point getPosition concode_elem_sep String getName concode... | void function ( Integer arg0 ) { this . intNoDefault = arg0 ; } |
2,496 | getter method for profile concode_field_sep String restrictCustType concode_elem_sep String emailId concode_elem_sep String restrict concode_elem_sep String criticalReason concode_elem_sep String type concode_elem_sep String expiryDate concode_elem_sep String customerType concode_elem_sep Integer customerId concode_ele... | String function ( ) { return profile ; } |
2,497 | @inherit concode_field_sep long DEFAULT_TIMESTAMP_WINDOW concode_elem_sep long timestampWindow concode_elem_sep double maxVersion concode_elem_sep Set<String> SINGLE_PARAMETERS concode_elem_sep double minVersion concode_field_sep void validateSignature concode_elem_sep void validateTimestampAndNonce concode_elem_sep vo... | void function ( OAuthMessage arg0 , OAuthAccessor arg1 ) { checkSingleParameters ( arg0 ) ; validateVersion ( arg0 ) ; validateTimestampAndNonce ( arg0 ) ; validateSignature ( arg0 , arg1 ) ; } |
2,498 | add the given filters to use for processing requests . concode_field_sep List<WebFilter> filters concode_elem_sep List<WebExceptionHandler> exceptionHandlers concode_elem_sep WebHandler targetHandler concode_elem_sep WebSessionManager sessionManager concode_field_sep WebHttpHandlerBuilder exceptionHandlers concode_elem... | WebHttpHandlerBuilder function ( WebFilter ... arg0 ) { if ( ! ObjectUtils . isEmpty ( arg0 ) ) { this . filters . addAll ( Arrays . asList ( arg0 ) ) ; } return this ; } |
2,499 | get body from intent concode_field_sep PlaceHolder placeHolder concode_field_sep String getSubject concode_elem_sep Intent create | String function ( final Intent arg0 ) { return arg0 != null ? arg0 . getStringExtra ( EXTRA_TEXT ) : null ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.