idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
7,800 | returns the text . this is the system value name . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String VALUE_PROPERTY concode_elem_sep VObject[] children_ concode_elem_sep SystemValue systemValue_ concode_elem_sep String copyright concode_elem_sep WorkingEventSupport workingEventSupport_ c... | String function ( ) { return systemValue_ . getName ( ) ; } |
7,801 | get the next contact in the world 's contact list . concode_field_sep ContactEdge m_nodeB concode_elem_sep Fixture m_fixtureB concode_elem_sep float m_toiCount concode_elem_sep Manifold oldManifold concode_elem_sep Fixture m_fixtureA concode_elem_sep int m_flags concode_elem_sep IWorldPool pool concode_elem_sep Contact... | Contact function ( ) { return m_next ; } |
7,802 | get a thread-local typed bytes input for the supplied datainput . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_... | TypedBytesInput function ( DataInput arg0 ) { TypedBytesInput loc0 = ( TypedBytesInput ) tbIn . get ( ) ; loc0 . setDataInput ( arg0 ) ; return loc0 ; } |
7,803 | setviewsmap concode_field_sep boolean m_loadedFromFile concode_elem_sep long m_lastModified concode_elem_sep SiteStatusViewsFactory m_instance concode_elem_sep SiteStatusViewConfiguration m_config concode_elem_sep boolean initialized concode_elem_sep Map<String,View> m_viewsMap concode_field_sep void initializeViewsMap... | void function ( Map < String , View > arg0 ) { m_viewsMap = arg0 ; } |
7,804 | sets the value of the absolutepath property . concode_field_sep byte[] bytes concode_elem_sep String name concode_elem_sep WsDocument nextDocument concode_elem_sep String absolutePath concode_elem_sep MimeType mimeType concode_field_sep void setBytes concode_elem_sep void setName concode_elem_sep void setNextDocument c... | void function ( String arg0 ) { this . absolutePath = arg0 ; } |
7,805 | returns the recommended minimum error correction level as described in annex e of iso/iec 15438:2001 e . concode_field_sep int[][] EC_COEFFICIENTS concode_field_sep int getErrorCorrectionCodewordCount concode_elem_sep String generateErrorCorrection | int function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 <= 40 ) { return 2 ; } if ( arg0 <= 160 ) { return 3 ; } if ( arg0 <= 320 ) { return 4 ; } if ( arg0 <= 863 ) { return 5 ; } throw new WriterException ( "srini_string" ) ; } |
7,806 | gets a shader uniform for the name given . null if not found . concode_field_sep String programFilename concode_elem_sep List<Integer> shaderSamplerLocations concode_elem_sep int currentProgram concode_elem_sep boolean lastCull concode_elem_sep List<ShaderUniform> shaderUniforms concode_elem_sep boolean useFaceCulling ... | ShaderUniform function ( String arg0 ) { return this . mappedShaderUniforms . containsKey ( arg0 ) ? ( ShaderUniform ) this . mappedShaderUniforms . get ( arg0 ) : null ; } |
7,807 | called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_ele... | Object function ( String arg0 , Object arg1 ) { return null ; } |
7,808 | returns the primary key of this company . concode_field_sep Company _company concode_field_sep java.lang.String getWebId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasCompanyMx concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.util.Tim... | long function ( ) { return _company . getPrimaryKey ( ) ; } |
7,809 | the time the data was last updated . concode_field_sep String passwordData concode_elem_sep String instanceId concode_elem_sep java.util.Date timestamp concode_field_sep String getInstanceId concode_elem_sep GetPasswordDataResult withInstanceId concode_elem_sep java.util.Date getTimestamp concode_elem_sep int hashCode ... | void function ( java . util . Date arg0 ) { this . timestamp = arg0 ; } |
7,810 | get a message from resource.properties from the package of the given object . concode_field_sep Locale locale concode_elem_sep String packageName concode_elem_sep String resourceName concode_elem_sep ResourceBundle parent concode_elem_sep String NO_MESSAGE_BUNDLE concode_elem_sep String DEFAULT_MESSAGE_BUNDLE_KEY conco... | String function ( String arg3 , String arg0 , String arg1 , String arg2 ) { MessageBundle loc0 = getMessageBundle ( DEFAULT_MESSAGE_BUNDLE_KEY ) ; return loc0 . getMessage ( arg3 , arg0 , arg1 , arg2 ) ; } |
7,811 | extend the current scope with another scope . concode_field_sep Scope current concode_elem_sep Scope root concode_field_sep void openScope concode_elem_sep void closeScope concode_elem_sep void closeScopes concode_elem_sep Scope getCurrentScope concode_elem_sep Scope getScope | void function ( final String arg0 ) { current . extend ( getScope ( arg0 ) ) ; } |
7,812 | remove first instance of flight from database . concode_field_sep long serialVersionUID concode_elem_sep ArrayList<Client> clients concode_elem_sep HashMap<String,ArrayList<Flight>> flights concode_elem_sep ArrayList<Admin> admins concode_field_sep HashMap<String,ArrayList<Flight>> getFlights concode_elem_sep ArrayList... | void function ( Flight arg0 ) { this . flights . remove ( arg0 ) ; } |
7,813 | does the `` esm_class '' value have a message type of `` intermediate delivery receipt '' ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSmscDeliveryReceiptOnFailureRequested concode_elem_sep boolean isMessageTypeEsmeDeliveryReceipt concode_elem_sep boolean isReplyPathEnabled concode_elem_sep b... | boolean function ( byte arg0 ) { return ( ( arg0 & SmppConstants . ESM_CLASS_INTERMEDIATE_DELIVERY_RECEIPT_FLAG ) == SmppConstants . ESM_CLASS_INTERMEDIATE_DELIVERY_RECEIPT_FLAG ) ; } |
7,814 | 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' , ']' ) ; } |
7,815 | calculates the center of the rectangle . results are located in the given vector2 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 Rectangl... | Vector2 function ( Vector2 arg0 ) { arg0 . x = x + width / 2 ; arg0 . y = y + height / 2 ; return arg0 ; } |
7,816 | action method wrapper to be called from the page concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS con... | String function ( ) { return resetAuction ( false ) ; } |
7,817 | f0 - > `` hallocate '' f1 - > simpleexp concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | R function ( HAllocate arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; return loc0 ; } |
7,818 | the singleton dbsetup destination concode_field_sep PlaceHolder placeHolder concode_field_sep DbSetupTracker dbSetupTracker concode_elem_sep PlatformTransactionManager transactionManager concode_elem_sep DataSource dataSource concode_elem_sep LocalContainerEntityManagerFactoryBean emf | Destination function ( ) { return new DataSourceDestination ( dataSource ( ) ) ; } |
7,819 | whether this state is a final state , meaning the application is not running anymore once it 's reached . concode_field_sep boolean isFinal concode_field_sep void infoChanged concode_elem_sep void disconnect concode_elem_sep State getState concode_elem_sep void stop concode_elem_sep void kill concode_elem_sep void stat... | boolean function ( ) { return isFinal ; } |
7,820 | sets the value of the type 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 MLEngineeringC... | void function ( String arg0 ) { this . type = arg0 ; } |
7,821 | gets the character bounds of each glyph found in the textsprite . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strokeColor concode_elem_sep int ... | ArrayList < GlyphText > function ( ) { return glyphTexts ; } |
7,822 | convenience method to get this element as a jsonnull . if the element is of some other type , a illegalstateexception will result . hence it is best to use this methodafter ensuring that this element is of the desired type by calling #isjsonnull first . concode_field_sep PlaceHolder placeHolder concode_field_sep float ... | JsonNull function ( ) { if ( isJsonNull ( ) ) { return ( JsonNull ) this ; } throw new IllegalStateException ( "srini_string" ) ; } |
7,823 | sets the create date of this announcements flag . concode_field_sep AnnouncementsFlag _announcementsFlag concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep bool... | void function ( Date arg0 ) { _announcementsFlag . setCreateDate ( arg0 ) ; } |
7,824 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Map<String,String> mapProperty concode_elem_sep Map<String,Map<String,String>> mapOfMapProperty concode_field_sep int hashCode concode_elem_sep void setMapProperty concode_elem_sep boolean equals concode_ele... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
7,825 | gets current position of this linebreakmeasurer . concode_field_sep int maxpos concode_elem_sep TextMeasurer tm concode_elem_sep int position concode_field_sep void insertChar concode_elem_sep TextLayout nextLayout concode_elem_sep TextLayout nextLayout concode_elem_sep void deleteChar concode_elem_sep int nextOffset c... | int function ( ) { return position ; } |
7,826 | creates a single threaded executor that silently discards rejected tasks . the problem with java.util.concurrent.executors #newsinglethreadexecutor is that it does not let usspecify a rejectedexecutionhandler , which we need to ensure that garbage is not spewed to the user 's console if the build fails . concode_field_... | ExecutorService function ( final String arg0 ) { return newSingleThreadExecutor ( new NamedThreadFactory ( arg0 ) ) ; } |
7,827 | gets the value of the collecteddata property . concode_field_sep String collectedData concode_elem_sep XMLGregorianCalendar timestamp concode_field_sep void setCollectedData concode_elem_sep XMLGregorianCalendar getTimestamp concode_elem_sep void setTimestamp | String function ( ) { return collectedData ; } |
7,828 | tests whether a non-proper intersection was found . concode_field_sep Coordinate intPt concode_elem_sep Coordinate[] intSegments concode_elem_sep boolean findProper concode_elem_sep boolean hasNonProperIntersection concode_elem_sep boolean findAllTypes concode_elem_sep boolean hasProperIntersection concode_elem_sep boo... | boolean function ( ) { return hasNonProperIntersection ; } |
7,829 | tells if the pseudo has modified during the session . concode_field_sep boolean pseudoModified concode_elem_sep int actorSessionID concode_elem_sep SortedMap events concode_elem_sep int sessionID concode_elem_sep int lastSentId concode_elem_sep int lastConfirmedId concode_elem_sep int applicationInstanceID concode_elem... | boolean function ( ) { return pseudoModified ; } |
7,830 | sends the given event to js , coalescing eligible events if js is backed up . concode_field_sep Map<String,Short> mEventNameToEventId concode_elem_sep DispatchEventsRunnable mDispatchEventsRunnable concode_elem_sep LongSparseArray<Integer> mEventCookieToLastEventIdx concode_elem_sep Event[] mEventsToDispatch concode_el... | void function ( Event arg0 ) { Assertions . assertCondition ( arg0 . isInitialized ( ) , "srini_string" ) ; synchronized ( mEventsStagingLock ) { mEventStaging . add ( arg0 ) ; Systrace . startAsyncFlow ( Systrace . TRACE_TAG_REACT_JAVA_BRIDGE , arg0 . getEventName ( ) , arg0 . getUniqueID ( ) ) ; } } |
7,831 | get the configuration provider . concode_field_sep ClusterDefinition clusterDefinition concode_elem_sep Set<String> propertyIds concode_elem_sep Set<Resource> resources concode_elem_sep Resource.Type type concode_field_sep RequestStatus createResources concode_elem_sep Map<Resource.Type,String> getKeyPropertyIds concod... | ClusterDefinition function ( ) { return clusterDefinition ; } |
7,832 | gets the value of the dateofbirth property . concode_field_sep String legalName concode_elem_sep String textRegisteredAddress concode_elem_sep CanonicalAddressType canonicalRegisteredAddress concode_elem_sep String surname concode_elem_sep String givenName concode_elem_sep String dateOfBirth concode_elem_sep String eId... | String function ( ) { return dateOfBirth ; } |
7,833 | gets the value of the authoritykind property . concode_field_sep String binding concode_elem_sep String location concode_elem_sep QName authorityKind concode_field_sep String getLocation concode_elem_sep void setLocation concode_elem_sep String getBinding concode_elem_sep void setAuthorityKind concode_elem_sep void set... | QName function ( ) { return authorityKind ; } |
7,834 | returns amount of houses in village . concode_field_sep Villager mayor concode_elem_sep Villager[] villager concode_elem_sep int MAX_NUM_VILLAGER concode_elem_sep String name concode_elem_sep int amountHouses concode_elem_sep int population concode_field_sep int getPopulation concode_elem_sep void addInhabitant concode... | int function ( ) { return amountHouses ; } |
7,835 | called when the system is about to start resuming a previous activity . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean on... | void function ( boolean arg0 ) { } |
7,836 | extract the value to be stored from the given object . concode_field_sep PlaceHolder placeHolder concode_field_sep String getProperty concode_elem_sep void populate concode_elem_sep void query concode_elem_sep StringBuilder defineConstraint concode_elem_sep void insert concode_elem_sep void update concode_elem_sep Colu... | Object function ( Object arg0 , ORMContext arg1 ) { throw new AbstractMethodError ( ) ; } |
7,837 | enable/disable tcp_nodelay disable/enable nagle 's algorithm . concode_field_sep SocketImpl impl concode_elem_sep SocketImplFactory factory concode_field_sep InetAddress getInetAddress concode_elem_sep int getLocalPort concode_elem_sep void setSoTimeout concode_elem_sep InputStream getInputStream concode_elem_sep InetA... | void function ( boolean arg0 ) { impl . setOption ( SocketOptions . TCP_NODELAY , new Boolean ( arg0 ) ) ; } |
7,838 | called before a computer is marked online . this enables you to do some work on all the slaves as they get connected . unlike #ononline computer , tasklistener , a failure to carry out this function normally will prevent a computer from marked as online . concode_field_sep PlaceHolder placeHolder concode_field_sep Exte... | void function ( Computer arg0 , Channel arg1 , FilePath arg2 , TaskListener arg3 ) { } |
7,839 | get an array of method 's that matches the supplied list of method names . both instance and static methods are taken into account . concode_field_sep PlaceHolder placeHolder concode_field_sep Constructor<?>[] constructors concode_elem_sep Constructor<?>[] constructorsDeclaredIn concode_elem_sep Method method concode_e... | Method [ ] function ( Class < ? > arg0 , String [ ] arg1 ) { return Whitebox . getMethods ( arg0 , arg1 ) ; } |
7,840 | add a binary node to the existing node on top of the stack concode_field_sep Side side concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep boolean isLegal concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isBinarized concode_elem_sep String toStrin... | State function ( State arg0 ) { return apply ( arg0 , 0.0 ) ; } |
7,841 | get the modification time of the output file when it was committed . concode_field_sep boolean haveLck concode_elem_sep String SUFFIX concode_elem_sep File ref concode_elem_sep boolean fsync concode_elem_sep boolean needSnapshot concode_elem_sep FileOutputStream os concode_elem_sep FileSnapshot commitSnapshot concode_e... | long function ( ) { return commitSnapshot . lastModified ( ) ; } |
7,842 | utility method that returns the default text hint color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColor concode_elem_sep ColorStateList getDefaultTextAttribute concode_elem_sep int getDefaultTextColorHighlight | ColorStateList function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColorHint ) ; } |
7,843 | the beginning of the time range from which you want getsampledrequests to return a sample of the requests that your aws resource received . you can specify any time range in the previous three hours . concode_field_sep java.util.Date startTime concode_elem_sep java.util.Date endTime concode_field_sep java.util.Date get... | java . util . Date function ( ) { return this . startTime ; } |
7,844 | returns true iff the given throwable is and outofmemoryexception , otherwise false concode_field_sep String reason concode_elem_sep ESLogger logger concode_elem_sep Class<? extends Throwable> causeType concode_elem_sep Index index concode_field_sep IOException unwrapCorruption concode_elem_sep Throwable unwrapCause con... | boolean function ( Throwable arg0 ) { return arg0 != null && ( arg0 instanceof OutOfMemoryError || ( arg0 instanceof IllegalStateException && arg0 . getMessage ( ) != null && arg0 . getMessage ( ) . contains ( "srini_string" ) ) ) ; } |
7,845 | like startmethodtracing string , int , int , but taking an already-opened filedescriptor in which the trace is written . the file name is also supplied simply for logging . makes a dup of the file descriptor . not exposed in the sdk unless we are really comfortable with supporting this and find it would be useful . con... | void function ( String arg0 , FileDescriptor arg1 , int arg2 , int arg3 ) { if ( arg0 == null || arg1 == null ) { throw new NullPointerException ( ) ; } startMethodTracingNative ( arg0 , arg1 , arg2 , arg3 ) ; } |
7,846 | deletes the entry with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<EntryLocalService,EntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynami... | com . liferay . contacts . model . Entry function ( long arg0 ) { return getService ( ) . deleteEntry ( arg0 ) ; } |
7,847 | creates an uninitializedmessageexception for messagetype . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom... | UninitializedMessageException function ( MessageType arg0 ) { if ( arg0 instanceof AbstractMessageLite ) { return ( ( AbstractMessageLite ) arg0 ) . newUninitializedMessageException ( ) ; } return new UninitializedMessageException ( arg0 ) ; } |
7,848 | the millisecond class is immutable , so should not be cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetFirstMillisecondWi... | void function ( ) { Millisecond loc0 = new Millisecond ( 599 , 23 , 45 , 7 , 9 , 10 , 2007 ) ; assertFalse ( loc0 instanceof Cloneable ) ; } |
7,849 | computes a geometry containing only polygonal components.extracts the polygon s from the input and returns them as an appropriate polygonal geometry . if the input is already polygonal , it is returned unchanged . a particular use case is to filter out non-polygonal components returned from an overlay operation . conco... | Geometry function ( Geometry arg0 ) { if ( arg0 instanceof Polygonal ) { return arg0 ; } List loc0 = PolygonExtracter . getPolygons ( arg0 ) ; if ( loc0 . size ( ) == 1 ) return ( Polygon ) loc0 . get ( 0 ) ; return arg0 . getFactory ( ) . createMultiPolygon ( GeometryFactory . toPolygonArray ( loc0 ) ) ; } |
7,850 | parse a text serialization of a com.google.devtools.build.lib.query2.proto.proto2api.build.queryresult . see #parse queryresult for the details of the result . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaToolchainData parseBuildRuleProto | ImmutableMap < String , JavaToolchainData > function ( String arg0 ) { QueryResult . Builder loc0 = QueryResult . newBuilder ( ) ; TextFormat . merge ( arg0 , loc0 ) ; return parse ( loc0 . build ( ) ) ; } |
7,851 | applicable columns in this object , when the type is hiveprivilegeobjecttype.table in case of dml read operations , this is the set of columns being used . column information is not set for ddl operations and for tables being written into concode_field_sep HivePrivObjectActionType actionType concode_elem_sep String dbn... | List < String > function ( ) { return columns ; } |
7,852 | does the `` esm_class '' value have the `` user data header present '' bit set ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSmscDeliveryReceiptOnFailureRequested concode_elem_sep boolean isMessageTypeEsmeDeliveryReceipt concode_elem_sep boolean isMessageTypeIntermediateDeliveryReceipt concode... | boolean function ( byte arg0 ) { return ( ( arg0 & SmppConstants . ESM_CLASS_UDHI_MASK ) == SmppConstants . ESM_CLASS_UDHI_MASK ) ; } |
7,853 | gets the value of the alias property . concode_field_sep FieldName fieldName concode_elem_sep Distinct distinct concode_elem_sep EjbName ejbName concode_elem_sep Alias alias concode_elem_sep AdditionalColumns additionalColumns concode_field_sep void setAdditionalColumns concode_elem_sep void setFieldName concode_elem_s... | Alias function ( ) { return alias ; } |
7,854 | combines given arguments with default jtreg arguments for a jvm running a test . this is the combination of jtreg arguments test.vm.opts and test.java.opts concode_field_sep String NEW_LINE concode_elem_sep char[] hexArray concode_elem_sep String VM_OPTIONS concode_elem_sep Unsafe unsafe concode_elem_sep String JAVA_OP... | String [ ] function ( String ... arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; Collections . addAll ( loc0 , getTestJavaOpts ( ) ) ; Collections . addAll ( loc0 , arg0 ) ; return loc0 . toArray ( new String [ 0 ] ) ; } |
7,855 | remove any object from the counter whose total count is zero to free up memory . concode_field_sep int numSlots concode_elem_sep long serialVersionUID concode_elem_sep Map<T,long[]> objToCounts concode_field_sep Map<T,Long> getCounts concode_elem_sep boolean shouldBeRemovedFromCounter concode_elem_sep void incrementCou... | void function ( ) { Set < T > loc0 = new HashSet < T > ( ) ; for ( T loc1 : objToCounts . keySet ( ) ) { if ( shouldBeRemovedFromCounter ( loc1 ) ) { loc0 . add ( loc1 ) ; } } for ( T loc1 : loc0 ) { objToCounts . remove ( loc1 ) ; } } |
7,856 | test timestampgeneratorof with date type . concode_field_sep DynamoDBAutoGeneratorRegistry registry concode_field_sep void testVersionGeneratorOfShort concode_elem_sep void testTimestampGeneratorOfDateOnCreateNotNull concode_elem_sep void testTimestampGeneratorOfLongOnAlwaysNotNull concode_elem_sep void testTimestampGe... | void function ( ) { final DynamoDBAutoGeneratorRegistry . Generator < Object > loc0 = registry . timestampGeneratorOf ( Date . class , ALWAYS ) ; assertTrue ( loc0 . canGenerate ( Calendar . getInstance ( ) . getTime ( ) ) ) ; assertNotNull ( loc0 . generate ( Calendar . getInstance ( ) . getTime ( ) ) ) ; } |
7,857 | by setting the register flag accordingly , information about the thread may not be propagated to the action , i.e. , only the thread 's notion of current changes . concode_field_sep ThreadLocal _threadList concode_field_sep TransactionImpl popAction concode_elem_sep TransactionImpl popAction concode_elem_sep Transactio... | void function ( TransactionImpl arg0 , boolean arg1 ) { Thread loc0 = Thread . currentThread ( ) ; Stack loc1 = ( Stack ) _threadList . get ( ) ; if ( loc1 == null ) { loc1 = new Stack ( ) ; loc1 . push ( arg0 ) ; _threadList . set ( loc1 ) ; } else loc1 . push ( arg0 ) ; if ( arg1 ) arg0 . addChildThread ( loc0 ) ; } |
7,858 | gets the data type of this field . data type only ; not full datatype descriptor . concode_field_sep SqlIntervalQualifier intervalQualifier concode_elem_sep Integer precision concode_elem_sep Boolean isNullable concode_elem_sep String name concode_elem_sep Integer scale concode_elem_sep List<String> workspaceSchemaPath... | SqlTypeName function ( ) { return type ; } |
7,859 | 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 ; } |
7,860 | implement comparable contract compare key of join or head of heap with that of another . 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 ... | int function ( ComposableRecordReader < K , ? > arg0 ) { return cmp . compare ( key ( ) , arg0 . key ( ) ) ; } |
7,861 | deletes the module result from the database . also notifies the appropriate model listeners . concode_field_sep ModuleResultLocalService _service concode_field_sep com.liferay.lms.model.ModuleResult createModuleResult concode_elem_sep java.util.List<com.liferay.lms.model.ModuleResult> getListModuleResultByModuleAndUser... | com . liferay . lms . model . ModuleResult function ( com . liferay . lms . model . ModuleResult arg0 ) { return getService ( ) . deleteModuleResult ( arg0 ) ; } |
7,862 | if needed , convert old jsfversionmarker values to slot values . concode_field_sep Map<String,ModuleIdentifier> apiIds concode_elem_sep Set<String> allVersions concode_elem_sep List<String> activeVersions concode_elem_sep JSFModuleIdFactory instance concode_elem_sep Map<String,ModuleIdentifier> implIds concode_elem_sep... | String function ( String arg0 ) { if ( arg0 == null ) return defaultSlot ; if ( JsfVersionMarker . JSF_2_0 . equals ( arg0 ) ) return defaultSlot ; return arg0 ; } |
7,863 | call back when start loading . concode_field_sep BitmapSetter<T> bitmapSetter concode_field_sep void onLoadCompleted concode_elem_sep Drawable getDrawable concode_elem_sep void onLoadFailed concode_elem_sep void setBitmap concode_elem_sep void onLoadStarted concode_elem_sep void setBitmapSetter concode_elem_sep void on... | void function ( T arg0 , String arg1 , BitmapDisplayConfig arg2 ) { } |
7,864 | sets the class p k of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele... | void function ( long arg0 ) { _akismetData . setClassPK ( arg0 ) ; } |
7,865 | gets the pdstore this object is stored in . concode_field_sep GUID roleTextId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID typeId concode_field_sep void setName concode_elem_sep Collection<String> getTexts concode_elem_sep String getLabel concode_elem_sep String getName concode_elem_sep... | PDStore function ( ) { return store ; } |
7,866 | as a secondary responsibility , the renderhub also maintains a thread pool for render calls that should occur in the future . this service is used by renderers such as the intervalrenderer and delayrenderer to delay the eventual render calls . all the rendering isstill handled by the renderhubs core thread pool/queue .... | ScheduledThreadPoolExecutor function ( ) { if ( scheduledService == null ) { createScheduledService ( ) ; } return scheduledService ; } |
7,867 | creates and adds error result based on exception . concode_field_sep IListEdit<ValidationResult> vrList concode_elem_sep boolean isOk concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep boolean isEmpty concode_elem_sep void addWarn concode_elem_sep void addNonOk concode_elem_sep void addW... | void function ( Throwable arg0 ) { add ( ValidationResult . error ( arg0 ) ) ; } |
7,868 | create a new array of the parcelable class . concode_field_sep String networth concode_elem_sep String rank concode_elem_sep String networthChange concode_elem_sep String roi concode_elem_sep Parcelable.Creator<Traders> CREATOR concode_elem_sep String traderName concode_field_sep String getNetworth concode_elem_sep Str... | Traders [ ] function ( int arg0 ) { return new Traders [ arg0 ] ; } |
7,869 | create an instance of structlinktype concode_field_sep PlaceHolder placeHolder concode_field_sep FileType.FContent createFileTypeFContent concode_elem_sep BehaviorType createBehaviorType concode_elem_sep FileType.FLocat createFileTypeFLocat concode_elem_sep MetsType.MetsHdr.AltRecordID createMetsTypeMetsHdrAltRecordID ... | StructLinkType function ( ) { return new StructLinkType ( ) ; } |
7,870 | gets the type of this type 's provider . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode_elem_s... | TypeLiteral < Provider < T >> function ( ) { return ( TypeLiteral < Provider < T >> ) get ( Types . providerOf ( getType ( ) ) ) ; } |
7,871 | gets the value of the version property . concode_field_sep XMLGregorianCalendar availableEndDate concode_elem_sep Duration duration concode_elem_sep String code concode_elem_sep XMLGregorianCalendar availableStartDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String msi... | String function ( ) { return version ; } |
7,872 | sets the cur saved song . concode_field_sep int RssSongCounter concode_elem_sep String CurSavedSong concode_field_sep String getCurSavedSong concode_elem_sep void readFeeds concode_elem_sep int getRssSongCounter concode_elem_sep void save concode_elem_sep void setRssSongCounter | void function ( String arg0 , String arg1 , String arg2 ) { System . out . println ( "srini_string" + arg0 + "srini_string" + arg1 ) ; CurSavedSong = "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 ; } |
7,873 | gets the value of the mlprimemeridian 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 MLP... | MLPrimeMeridianType function ( ) { return mlPrimeMeridian ; } |
7,874 | get the job id concode_field_sep JobInfoChange datum concode_field_sep EventType getEventType concode_elem_sep long getLaunchTime concode_elem_sep Object getDatum concode_elem_sep void setDatum concode_elem_sep long getSubmitTime | JobID function ( ) { return JobID . forName ( datum . getJobid ( ) . toString ( ) ) ; } |
7,875 | sign the cookie given the string token as input . concode_field_sep Log LOG concode_elem_sep String SIGNATURE concode_elem_sep String SHA_STRING concode_elem_sep byte[] secretBytes concode_field_sep String getSignature concode_elem_sep String verifyAndExtract | String function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } String loc0 = getSignature ( arg0 ) ; if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" + arg0 + "srini_string" + loc0 ) ; } return arg0 + SIGNATURE + loc0 ; } |
7,876 | sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId | void function ( String arg0 ) { this . id = arg0 ; } |
7,877 | get all storage queues registered in the broker . concode_field_sep Map<String,StorageQueue> storageQueueMap concode_field_sep StorageQueue removeStorageQueue concode_elem_sep void dumpAllSlotInformationToFile concode_elem_sep StorageQueue registerStorageQueue concode_elem_sep StorageQueue getStorageQueue concode_elem_... | List < StorageQueue > function ( ) { return new ArrayList < > ( storageQueueMap . values ( ) ) ; } |
7,878 | accept the given token . this is to be used by the grammar to accept tokens and then continue parsing using the grammar , such as a function grammar . concode_field_sep String expression concode_elem_sep List<SimpleNode> nodes concode_elem_sep int index concode_elem_sep boolean allowEscape concode_elem_sep List<SimpleT... | boolean function ( TokenType arg0 ) { return token == null || token . getType ( ) . getType ( ) == arg0 ; } |
7,879 | gets the value of the msisdngroupid property . concode_field_sep String msisdnGroupID concode_elem_sep Boolean eipEligible concode_elem_sep XMLGregorianCalendar eipEligibleDate concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_field_sep void setEipEligible concode_elem_sep XMLGregorianCalend... | String function ( ) { return msisdnGroupID ; } |
7,880 | for internal use only . sets the encoding type used by amazon s3 to encode object key names in the xml response . concode_field_sep boolean isTruncated concode_elem_sep List<S3ObjectSummary> objectSummaries concode_elem_sep String bucketName concode_elem_sep List<String> commonPrefixes concode_elem_sep String nextMarke... | void function ( String arg0 ) { this . encodingType = arg0 ; } |
7,881 | 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 ) ; } |
7,882 | gets the value of the line1 property . concode_field_sep String city concode_elem_sep String addressType concode_elem_sep String countryCode concode_elem_sep String postalCode concode_elem_sep String stateProvince concode_elem_sep String line2 concode_elem_sep String line1 concode_field_sep void setStateProvince concod... | String function ( ) { return line1 ; } |
7,883 | gets the number of entities from datastore of specified type concode_field_sep RepositoryFactory repositoryFactory concode_field_sep Object findById concode_elem_sep boolean save concode_elem_sep boolean deleteById concode_elem_sep boolean update | long function ( Class < ? > arg0 ) { ICrudRepository < Object > loc0 = ( ICrudRepository ) repositoryFactory . getRepository ( ( Class ) arg0 ) ; return loc0 . getCount ( ) ; } |
7,884 | click . concode_field_sep Object handler concode_elem_sep String clickMethod concode_elem_sep String itemClickMethod concode_elem_sep int LONGCLICK concode_elem_sep int ITEMLONGCLICK concode_elem_sep String nothingSelectedMethod concode_elem_sep int ITEMCLICK concode_elem_sep String itemSelectMethod concode_elem_sep in... | AbIocEventListener function ( String arg0 ) { this . clickMethod = arg0 ; return this ; } |
7,885 | this method returns the clusterrecord for the associated oysterid . concode_field_sep int recordType concode_elem_sep Map<String,ClusterRecord> data concode_field_sep void add concode_elem_sep void updateIdentity concode_elem_sep int getSize concode_elem_sep void setData concode_elem_sep void clear concode_elem_sep voi... | ClusterRecord function ( String arg0 ) { return data . get ( arg0 ) ; } |
7,886 | get the http status code of the response concode_field_sep org.asynchttpclient.Response ahcResponse concode_field_sep JsonNode asJson concode_elem_sep Object getUnderlying concode_elem_sep String getBody concode_elem_sep Map<String,List<String>> getAllHeaders concode_elem_sep Document asXml concode_elem_sep WSCookie ge... | int function ( ) { return ahcResponse . getStatusCode ( ) ; } |
7,887 | assert that the log is empty . this discards any current log entries so that future calls to this method are not affected . concode_field_sep DartCoreTestLog LOG concode_elem_sep ArrayList<IStatus> content concode_elem_sep boolean VERBOSE concode_field_sep boolean hasEntries concode_elem_sep void removeLogListener conc... | void function ( ) { assertEntries ( ) ; } |
7,888 | serialize a normalizerstandardize to the given file path concode_field_sep PlaceHolder placeHolder concode_field_sep NormalizerStandardize restore | void function ( @ NonNull NormalizerStandardize arg0 , @ NonNull String arg1 ) { try ( OutputStream loc0 = new BufferedOutputStream ( new FileOutputStream ( arg1 ) ) ) { write ( arg0 , loc0 ) ; } } |
7,889 | returns the class key corresponding to the given name . concode_field_sep KMeansClusteringSettings kMeansClusteringSettings concode_elem_sep HashMap<String,PsmClusterClassKey> possiblePsmClassesKeys concode_elem_sep HashMap<String,ProteinClusterClassKey> possibleProteinClassesKeys concode_elem_sep ArrayList<String> sel... | PsmClusterClassKey function ( String arg0 ) { if ( possiblePsmClassesKeys == null ) { return null ; } return possiblePsmClassesKeys . get ( arg0 ) ; } |
7,890 | sets the value of the entity property . concode_field_sep long serialVersionUID concode_elem_sep Entity entity concode_field_sep Entity getEntity | void function ( Entity arg0 ) { this . entity = arg0 ; } |
7,891 | get the rack name concode_field_sep long mapFinishTime concode_elem_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep int[][] allSpl... | String function ( ) { return rackName == null ? null : rackName . toString ( ) ; } |
7,892 | check if this repository can be served . the default implementation of this method returns true only if either #isexportall is true , or the git-daemon-export-ok fileis present in the repository 's directory . concode_field_sep boolean exportAll concode_elem_sep Map<String,Repository> exports concode_elem_sep Collectio... | boolean function ( C arg0 , String arg1 , Repository arg2 ) { if ( isExportAll ( ) ) return true ; else if ( arg2 . getDirectory ( ) != null ) return new File ( arg2 . getDirectory ( ) , "srini_string" ) . exists ( ) ; else return false ; } |
7,893 | returns the longitude . concode_field_sep Integer altitude concode_elem_sep Double latitude concode_elem_sep String thingUid concode_elem_sep Integer interval concode_elem_sep String geolocation concode_elem_sep Double longitude concode_field_sep Integer getInterval concode_elem_sep void parseGeoLocation concode_elem_s... | Integer function ( ) { return altitude ; } |
7,894 | method getevent.returns the contents of the collection in an array . note : just in case the collection contents are changing in another thread , we pass a 0-length array of the correct type into the api call . this way we know that the array returned is of exactly the correct length . concode_field_sep java.util.List<... | org . opennms . netmgt . xml . event . Event [ ] function ( ) { org . opennms . netmgt . xml . event . Event [ ] loc0 = new org . opennms . netmgt . xml . event . Event [ 0 ] ; return ( org . opennms . netmgt . xml . event . Event [ ] ) this . _eventList . toArray ( loc0 ) ; } |
7,895 | frees all blocks in the stream concode_field_sep BlockStore blockStore concode_elem_sep ChainLoopDetector loopDetector concode_elem_sep int startBlock concode_elem_sep int nextBlock concode_field_sep ByteBuffer next concode_elem_sep int getStartBlock concode_elem_sep Iterator<ByteBuffer> iterator concode_elem_sep boole... | void function ( ) { ChainLoopDetector loc0 = blockStore . getChainLoopDetector ( ) ; free ( loc0 ) ; } |
7,896 | force the finished field to a particular value . concode_field_sep float mCoeffX concode_elem_sep int mFinalY concode_elem_sep int DEFAULT_DURATION concode_elem_sep Interpolator mInterpolator concode_elem_sep int mMode concode_elem_sep float sViscousFluidScale concode_elem_sep float mVelocity concode_elem_sep int mFina... | void function ( boolean arg0 ) { mFinished = arg0 ; } |
7,897 | remove listener . concode_field_sep Listener sync concode_elem_sep Color color concode_elem_sep SelectionListener listener concode_elem_sep StolenColorEditor chooser concode_elem_sep double opacity concode_elem_sep Combo percent concode_elem_sep boolean enabled concode_elem_sep Button on concode_field_sep void widgetDe... | void function ( SelectionListener arg0 ) { if ( this . listener == arg0 ) this . listener = null ; } |
7,898 | gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName | String function ( ) { return password ; } |
7,899 | gets the programmatic name of this feature . concode_field_sep String TRANSIENT concode_elem_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep String shortDescription concode_elem_sep Reference<Class> classRef concode_elem_sep boolean pr... | String function ( ) { return name ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.