idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
14,000 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<String> initiators concode_field_sep void setInitiators concode_elem_sep ListVolumeInitiatorsResult withInitiators concode_elem_sep ListVolumeInitiatorsResult withInitiators conco... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getInitiators ( ) != null ) loc0 . append ( "srini_string" + getInitiators ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
14,001 | adds items for the following actions to the menu : loadfileaction loaddirectoryaction concode_field_sep boolean suppressIcons concode_field_sep JMenuItem add concode_elem_sep void addClearFileItems concode_elem_sep void addClipboardItems concode_elem_sep void addNewWindowItems concode_elem_sep void addOtherFileItems co... | void function ( JMenu arg0 , Application arg1 , @ Nullable View arg2 ) { ActionMap loc0 = arg1 . getActionMap ( arg2 ) ; Action loc1 ; if ( null != ( loc1 = loc0 . get ( LoadFileAction . ID ) ) ) { add ( arg0 , loc1 ) ; } if ( null != ( loc1 = loc0 . get ( LoadDirectoryAction . ID ) ) ) { add ( arg0 , loc1 ) ; } } |
14,002 | returns the style for diagram inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle createInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep Transactiona... | BooleanValueStyle function ( View arg0 ) { BooleanValueStyle loc0 = GMFNotationUtil . getBooleanValueStyle ( arg0 , INLINE_STYLE ) ; return loc0 ; } |
14,003 | you could create an intent object with necessary component info and then check if the intent is callable or not . concode_field_sep String TAG concode_field_sep void call concode_elem_sep void showReleaseHashKeyForFacebook concode_elem_sep void hideShowSoftKeyboardFromFocusedView concode_elem_sep void sendEmail concode... | boolean function ( Context arg0 , Intent arg1 ) { List < ResolveInfo > loc0 = arg0 . getPackageManager ( ) . queryIntentActivities ( arg1 , PackageManager . MATCH_DEFAULT_ONLY ) ; return loc0 . size ( ) > 0 ; } |
14,004 | gets the averagecpc value for this statsestimate . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.Money averageCpc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Double clickThroughRate concode_elem_sep boolean __has... | com . google . api . ads . adwords . axis . v201409 . cm . Money function ( ) { return averageCpc ; } |
14,005 | setter method for departmentname concode_field_sep String parentId concode_elem_sep List circleDetails concode_elem_sep int departmentId concode_elem_sep String circleName concode_elem_sep String departmentName concode_elem_sep String[] offDays concode_elem_sep String status concode_elem_sep String circleId concode_ele... | void function ( String arg0 ) { this . departmentName = arg0 ; } |
14,006 | 10 seconds ought to be long enough for any object to be gc ` ed and finalized . unless we have a gigantic heap , in which case we scale by heap size . concode_field_sep PlaceHolder placeHolder concode_field_sep RuntimeException formatRuntimeException concode_elem_sep void await concode_elem_sep void createUnreachableLa... | long function ( ) { return Math . max ( 10L , Runtime . getRuntime ( ) . totalMemory ( ) / ( 32L * 1024L * 1024L ) ) ; } |
14,007 | run the given runnable in the ui thread . concode_field_sep DocumentSetCommand fSetCmd concode_elem_sep int fLength concode_elem_sep boolean DEBUG_LINE_DELIMITERS concode_elem_sep IPath fPath concode_elem_sep ITextFileBuffer fTextFileBuffer concode_elem_sep DocumentReplaceCommand fReplaceCmd concode_elem_sep Set fLegal... | void function ( Runnable arg0 ) { Display loc0 = Display . getCurrent ( ) ; if ( loc0 != null ) arg0 . run ( ) ; else Display . getDefault ( ) . syncExec ( arg0 ) ; } |
14,008 | estimates the size the bytesref values will take if written onto a streamoutput using the string streamer concode_field_sep Joiner DOT_JOINER concode_elem_sep TableIdent tableIdent concode_elem_sep Base32 BASE32 concode_elem_sep String indexName concode_elem_sep String ident concode_elem_sep Splitter SPLITTER concode_e... | int function ( Iterable < ? extends BytesRef > arg0 ) { int loc0 = 0 ; for ( BytesRef loc1 : arg0 ) { loc0 += 5 + ( loc1 != null ? loc1 . length : 0 ) ; } return loc0 ; } |
14,009 | create an instance of tutorials concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep N... | Tutorials function ( ) { return new Tutorials ( ) ; } |
14,010 | sort all hivedatasets on the basis of complete name ie dbname.tablename concode_field_sep Map<String,WorkUnit> workUnitMap concode_elem_sep int maxWorkUnits concode_elem_sep String lowWatermark concode_elem_sep int workUnitsCreatedCount concode_elem_sep EventSubmitter eventSubmitter concode_elem_sep String timeStamp co... | List < HivePartitionDataset > function ( List < HivePartitionDataset > arg0 ) { Collections . sort ( arg0 , new Comparator < HivePartitionDataset > ( ) { @ Override public int compare ( HivePartitionDataset arg1 , HivePartitionDataset arg2 ) { return arg1 . datasetURN ( ) . compareTo ( arg2 . datasetURN ( ) ) ; } } ) ;... |
14,011 | tests if the specified key-value pair has been cached in java-to-openssl cache . concode_field_sep ConcurrentMap<String,String> j2o concode_elem_sep Pattern OPENSSL_AES_CBC_PATTERN concode_elem_sep Pattern JAVA_CIPHERSUITE_PATTERN concode_elem_sep ConcurrentMap<String,Map<String,String>> o2j concode_elem_sep Pattern OP... | boolean function ( String arg0 , String arg1 ) { return arg1 . equals ( j2o . get ( arg0 ) ) ; } |
14,012 | returns the client 's transports . this method always returns a non-null list that contains `` http/1 .1 '' , possibly among other transports . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep Hostname... | List < String > function ( ) { return transports ; } |
14,013 | returns a result that indicates that the component will not print at the current position in the generated report , but requires an overflow so that it can print on a new column/page . concode_field_sep boolean overflow concode_elem_sep int stretchHeight concode_elem_sep FillPrepareResult NO_PRINT_NO_OVERFLOW concode_e... | FillPrepareResult function ( int arg0 ) { return new FillPrepareResult ( false , arg0 , true ) ; } |
14,014 | construct an error message that describes a failed command invocation . currently this returns a message of the form `` error executing command foo bar baz '' . concode_field_sep Comparator<Map.Entry<String,String>> mapEntryComparator concode_elem_sep DescribeCommandImpl describeCommandImpl concode_field_sep int compar... | String function ( boolean arg0 , Collection < String > arg1 , Map < String , String > arg2 , String arg3 ) { CommandDescriptionForm loc0 = arg0 ? CommandDescriptionForm . COMPLETE : CommandDescriptionForm . ABBREVIATED ; return "srini_string" + ( arg0 ? "srini_string" : "srini_string" ) + describeCommand ( loc0 , arg1 ... |
14,015 | attempts to find the name object for the specified ident , searching in this scope , and if not found , in the parent scopes . concode_field_sep JsScope parent concode_elem_sep String scopeId concode_elem_sep Map<String,JsName> names concode_elem_sep String description concode_elem_sep Pattern FRESH_NAME_SUFFIX concode... | JsName function ( @ NotNull String arg0 ) { JsName loc0 = findOwnName ( arg0 ) ; if ( loc0 == null && parent != null ) { return parent . findName ( arg0 ) ; } return loc0 ; } |
14,016 | this method resets the local properties to a state where no properties are given . concode_field_sep Ordering ordering concode_elem_sep FieldSet groupedFields concode_field_sep void setGroupedFields concode_elem_sep boolean isMetBy concode_elem_sep void setOrdering concode_elem_sep boolean isTrivial concode_elem_sep vo... | void function ( ) { this . ordering = null ; this . groupedFields = null ; } |
14,017 | returns the set of terms that have been counted . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep int size concode_elem_sep Integer get concode_elem_sep void main con... | Set < String > function ( ) { return map . keySet ( ) ; } |
14,018 | justifies wheel concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_DU... | void function ( ) { listener . onJustify ( ) ; setNextMessage ( MESSAGE_JUSTIFY ) ; } |
14,019 | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed | void function ( ) { this . handler . cancel ( ) ; } |
14,020 | returns the first matching converter for the given protocolvalue and the state . this method is to be used for getting a converter for the direction from a state the given state to be exact to a protocolvalue . concode_field_sep Logger logger concode_elem_sep MatchingConverters converters concode_field_sep CommandConve... | StateConverter < ? , ? > function ( String arg0 , STATE arg1 ) { Class < ? > loc0 = converters . getStateConverter ( arg0 , arg1 . getClass ( ) ) ; if ( loc0 == null ) { return null ; } return ( StateConverter < ? , ? > ) instantiate ( loc0 ) ; } |
14,021 | converts opencv mat to android bitmap . this function converts an image in the opencv mat representation to the android bitmap . the input mat object has to be of the types ` cv_8uc1 ' gray-scale , ` cv_8uc3 ' rgb or ` cv_8uc4 ' rgba . the output bitmap object has to be of the same size as the input mat and of the type... | void function ( Mat arg0 , Bitmap arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nMatToBitmap2 ( arg0 . nativeObj , arg1 , arg2 ) ; } |
14,022 | gets the value of the flavour property . concode_field_sep String flavour concode_elem_sep String color concode_elem_sep String styling concode_elem_sep String name concode_elem_sep String dynamic concode_elem_sep String type concode_elem_sep String uri concode_field_sep void setName concode_elem_sep String getName con... | String function ( ) { return flavour ; } |
14,023 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep Long count concode_elem_sep List<CTFont> font concode_field_sep void afterUnmarshal concode_elem_sep List<CTFont> getFont concode_elem_sep void setParent concode_elem_sep Long getCount... | Object function ( ) { return this . parent ; } |
14,024 | returns the human-readable warning text for this warning . note that the original quoted-string is returned here , including escaping for any contained characters . in other words , if the header was : warning : 110 fred `` response is stale '' then this method will return '' \ `` response is stale \ '' '' surrounding ... | String function ( ) { return warnText ; } |
14,025 | returns the task 's index in the subtask group . concode_field_sep int numberOfSubtasks concode_elem_sep String invokableClassName concode_elem_sep JobVertexID vertexID concode_elem_sep Configuration taskConfiguration concode_elem_sep List<BlobKey> requiredJarFiles concode_elem_sep int targetSlotNumber concode_elem_sep... | int function ( ) { return indexInSubtaskGroup ; } |
14,026 | returns true if and only if there are more objects available via the next method concode_field_sep CollectionManager manager concode_elem_sep Enumeration enumeration concode_field_sep Object next concode_elem_sep Enumeration createEnumeration concode_elem_sep CollectionManager getCollectionManager concode_elem_sep BshI... | boolean function ( ) { return enumeration . hasMoreElements ( ) ; } |
14,027 | setting all passivation attributes . concode_field_sep String ARCHIVE_NAME concode_elem_sep Logger log concode_elem_sep Map<String,String> node2deployment concode_elem_sep ContextSelector<EJBClientContext> previousSelector concode_elem_sep Map<String,String> node2container concode_elem_sep String ARCHIVE_NAME_HELPER co... | void function ( ModelControllerClient arg0 ) { DMRUtil . setMaxSize ( arg0 , 1 ) ; } |
14,028 | this method is called whenever the connection to the digitalstrom-server is lost . concode_field_sep String sessionToken concode_elem_sep HttpTransport transport concode_elem_sep boolean genAppToken concode_elem_sep ConnectionListener connListener concode_elem_sep Boolean lostConnectionState concode_elem_sep Config con... | void function ( String arg0 ) { if ( connListener != null ) { connListener . onConnectionStateChange ( ConnectionListener . CONNECTION_LOST , arg0 ) ; } } |
14,029 | returns the first filter concode_field_sep PlaceHolder placeHolder concode_field_sep DecoratorInteger<Integer> getDecoratorLineWidth concode_elem_sep DecoratorInteger<Integer> getDecoratorLineStyle concode_elem_sep DecoratorString<Integer> getDecoratorLabel concode_elem_sep Comparator<Integer> getComparator concode_ele... | Filter < Integer > function ( ) { return new Filter < Integer > ( ) { @ Override public boolean accepts ( Integer arg0 ) { return arg0 < 90 ; } } ; } |
14,030 | closes an ldap context , logging any errors , but not throwing an exception if there is a failure . concode_field_sep Logger log concode_field_sep void closeEnumeration concode_elem_sep Collection<String> getAllAttributeValues | void function ( LdapContext arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( NamingException loc0 ) { log . error ( "srini_string" , loc0 ) ; } } |
14,031 | performs a dynamic query on the database and returns the matching rows . concode_field_sep ServiceTracker<ShoppingOrderItemLocalService,ShoppingOrderItemLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery get... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } |
14,032 | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; } |
14,033 | returns something like http://server:port/nuxeo/getdocument.xhtml?docref=serverlocationname/docref . concode_field_sep Log log concode_elem_sep String CHAR_ENCODING concode_elem_sep String PARAM_NAME concode_elem_sep String URL_PREFIX concode_field_sep String encode concode_elem_sep DocumentLocation parseDocRef concode... | String function ( String arg0 , DocumentRef arg1 ) { String loc0 = BaseURL . getBaseURL ( ) ; String loc1 = getDocumentUrl ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 + loc1 ; } return loc1 ; } |
14,034 | basic put test concode_field_sep VoldemortServer server concode_elem_sep R2Store r2store concode_elem_sep HttpClientFactory clientFactory concode_elem_sep VoldemortConfig voldemortConfig concode_elem_sep VectorClock vectorClock concode_elem_sep Store<ByteArray,byte[],byte[]> store concode_elem_sep Logger logger concode... | void function ( ) { logger . info ( "srini_string" ) ; input = new ArrayList < Versioned < byte [ ] >> ( ) ; input . add ( value ) ; store . put ( key , value , null ) ; output = store . get ( key , null ) ; assertEquals ( input , output ) ; } |
14,035 | sets the value of the defaultrecordtypemapping property . concode_field_sep boolean defaultRecordTypeMapping concode_elem_sep String recordTypeId concode_elem_sep boolean available concode_elem_sep String name concode_elem_sep List<PicklistForRecordTypeType> picklistsForRecordTypes concode_elem_sep String layoutId conc... | void function ( boolean arg0 ) { this . defaultRecordTypeMapping = arg0 ; } |
14,036 | this method is not in use , and will throw an unsupportedoperationexception . concode_field_sep HandlerRegistration selectionHandler concode_elem_sep SelectionModel<? super T> selectionModel concode_elem_sep Set<T> selectedRows concode_elem_sep TaskDisplayView<T> view concode_elem_sep TaskDisplay<T> display concode_ele... | HandlerRegistration function ( RowCountChangeEvent . Handler arg0 ) { throw new UnsupportedOperationException ( ) ; } |
14,037 | creates and resets ws-at aware client . concode_field_sep PlaceHolder placeHolder concode_field_sep TestService getClientWithoutFeature concode_elem_sep void beginTransaction concode_elem_sep void commitTransaction concode_elem_sep TestService getClientWithFeature concode_elem_sep void rollbackTransaction concode_elem_... | TestServiceAT function ( ) { TestServiceAT loc0 ; try { loc0 = TestServiceATClient . getClientWithoutFeature ( ) ; } catch ( MalformedURLException loc1 ) { throw new RuntimeException ( "srini_string" , loc1 ) ; } loc0 . reset ( ) ; return loc0 ; } |
14,038 | get window target concode_field_sep PlaceHolder placeHolder concode_field_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep Clario... | AbstractWindowTarget function ( ) { return CWin . getInstance ( ) . getTarget ( ) ; } |
14,039 | resolves a channeltype for the given channel type uid and the given locale . concode_field_sep PlaceHolder placeHolder concode_field_sep ThingTypeRegistry getThingTypeRegistry concode_elem_sep ChannelTypeRegistry getChannelTypeRegistry | ChannelType function ( ChannelTypeUID arg0 , Locale arg1 ) { ChannelTypeRegistry loc0 = getChannelTypeRegistry ( ) ; return loc0 != null ? loc0 . getChannelType ( arg0 , arg1 ) : null ; } |
14,040 | method to toggle timestamps to on or off 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 concode_ele... | String function ( ) { state . toggleTimeStamp ( ) ; appendControl ( "srini_string" + state . getTimeStampEnabled ( ) ) ; messageLog . addMessage ( "srini_string" , "srini_string" + getTimeStampMessage ( ) + "srini_string" , null ) ; storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; } |
14,041 | get tags concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem... | List < Tag > function ( ) { return tags ; } |
14,042 | adds delta to the value currently associated with key , and returns the old value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,Long> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep Map<K,Long> createAsMap concode_elem_sep Map<K,Long> asMap ... | long function ( K arg0 , long arg1 ) { return getAndAccumulate ( arg0 , arg1 , Long :: sum ) ; } |
14,043 | set listener to receive event/packet from usb accessory . concode_field_sep OutputStream mOutputStream concode_elem_sep UsbManager mUsbManager concode_elem_sep UsbAccessory mAccessory concode_elem_sep boolean mReceiveThreadRunning concode_elem_sep boolean mOpening concode_elem_sep int MAX_BUF_SIZE concode_elem_sep bool... | void function ( IAccessoryListener arg0 ) { mListener = arg0 ; } |
14,044 | sets the value of the queryparameters property . concode_field_sep QueryParameters queryParameters concode_elem_sep String method concode_elem_sep String context concode_elem_sep String type concode_elem_sep FormParameters formParameters concode_field_sep void setFormParameters concode_elem_sep void setMethod concode_e... | void function ( QueryParameters arg0 ) { this . queryParameters = arg0 ; } |
14,045 | returns the remote feature source in case this layer is a remote wfs layer concode_field_sep int TYPE_REMOTE_VECTOR concode_elem_sep int TYPE_VECTOR concode_elem_sep int TYPE_WMS concode_elem_sep SimpleFeatureSource remoteFeatureSource concode_elem_sep String name concode_elem_sep String description concode_elem_sep Fe... | SimpleFeatureSource function ( ) { return remoteFeatureSource ; } |
14,046 | report a bound property update to any registered listeners . no event is fired if old and new are equal and non-null . concode_field_sep long serialVersionUID concode_elem_sep boolean rejectedSetBCOnce concode_elem_sep VetoableChangeSupport vcSupport concode_elem_sep BeanContext beanContext concode_elem_sep PropertyCha... | void function ( String arg0 , Object arg1 , Object arg2 ) { pcSupport . firePropertyChange ( arg0 , arg1 , arg2 ) ; } |
14,047 | creates a new instance with this mime type and the given charset . concode_field_sep ContentType TEXT_HTML concode_elem_sep Charset charset concode_elem_sep ContentType MULTIPART_FORM_DATA concode_elem_sep ContentType APPLICATION_FORM_URLENCODED concode_elem_sep ContentType APPLICATION_XML concode_elem_sep ContentType ... | ContentType function ( final Charset arg0 ) { return create ( this . getMimeType ( ) , arg0 ) ; } |
14,048 | returns the user id of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_elem_... | long function ( ) { return _kaleoNode . getUserId ( ) ; } |
14,049 | the right place to call #registernamespacepolicy string , string #registertypechooser java.lang.reflect.type , typechooser #registerreferenceinjector domreferenceinjector concode_field_sep boolean myInitialized concode_elem_sep Logger LOG concode_elem_sep TypeChooserManager myTypeChooserManager concode_elem_sep Class<T... | void function ( ) { } |
14,050 | returns the unresolved insert actions . concode_field_sep CoreMessageLogger LOG concode_elem_sep int INIT_SIZE concode_elem_sep Map<Object,Set<AbstractEntityInsertAction>> dependentActionsByTransientEntity concode_elem_sep Map<AbstractEntityInsertAction,NonNullableTransientDependencies> dependenciesByAction concode_fie... | Iterable < AbstractEntityInsertAction > function ( ) { return dependenciesByAction . keySet ( ) ; } |
14,051 | test method pattern concode_field_sep int sTest1 concode_elem_sep int badStatic concode_elem_sep int sTest2 concode_elem_sep int sTest3 concode_elem_sep int badConstant concode_elem_sep int someMember concode_elem_sep int sNumCreated concode_elem_sep int badMember concode_elem_sep int mNumCreated1 concode_elem_sep int ... | void function ( ) { } |
14,052 | condenses the info about this inputsyntaxerror into a single descriptive string concode_field_sep int inputFileRow concode_elem_sep String actualInput concode_elem_sep InputType expectedType concode_elem_sep int inputFileCol concode_field_sep String getActualInput concode_elem_sep String inputTypeToString concode_elem_... | String function ( ) { return "srini_string" + this . inputFileRow + "srini_string" + this . inputFileCol + "srini_string" + inputTypeToString ( this . expectedType ) + "srini_string" * "srini_string" ; } |
14,053 | request active location updates . these updates will be triggered by a direct request from the location manager . concode_field_sep LocationManager locationManager concode_field_sep void requestPassiveLocationUpdates | void function ( long arg0 , long arg1 , Criteria arg2 , PendingIntent arg3 ) { } |
14,054 | starts the stopwatch . concode_field_sep ArrayList<IStopwatch> myStopwatchList concode_elem_sep HashMap<String,Integer> idCountMap concode_elem_sep boolean isRunning concode_elem_sep String watchID concode_elem_sep long startTime concode_elem_sep long stopTime concode_elem_sep ArrayList<Long> Laps concode_field_sep Lis... | void function ( ) { synchronized ( this ) { if ( isRunning ) { throw new IllegalStateException ( "srini_string" ) ; } else { isRunning = true ; startTime = System . currentTimeMillis ( ) ; } } } |
14,055 | value . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Stack<Sta... | JSONWriter function ( double arg0 ) { beforeValue ( ) ; mWriter . write ( String . valueOf ( arg0 ) ) ; return this ; } |
14,056 | returns the character used to specify any amount of characters . concode_field_sep int escCnt concode_elem_sep char mc concode_elem_sep boolean isEscaped concode_elem_sep boolean preceededByMultipleChar concode_elem_sep boolean caseSensitive concode_elem_sep char ec concode_elem_sep char sc concode_field_sep boolean ge... | char function ( ) { return mc ; } |
14,057 | reads a buffer of the given size from the memory-mapped file , and collects all records contained . this method assumes that all values in the buffer are of the same type . this method does not take care of synchronization . the user must guarantee that the buffer was completely written before calling this method . con... | void function ( Collector arg0 , int arg1 ) { fileBuffer . position ( 0 ) ; if ( deserializer == null ) { byte loc0 = fileBuffer . get ( ) ; deserializer = getDeserializer ( loc0 ) ; } while ( fileBuffer . position ( ) < arg1 ) { arg0 . collect ( deserializer . deserialize ( ) ) ; } } |
14,058 | removes an entry from the model . concode_field_sep ArrayList<ComboBoxItemPair> data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList<ListDataListener> listdatalistener concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep Object selectedItemValue concode_elem_sep int selectedIte... | void function ( final Object arg0 ) { final int loc0 = findDataElementIndex ( arg0 ) ; if ( loc0 == - 1 ) { return ; } data . remove ( loc0 ) ; final ListDataEvent loc1 = new ListDataEvent ( this , ListDataEvent . INTERVAL_REMOVED , loc0 , loc0 ) ; fireListDataEvent ( loc1 ) ; } |
14,059 | sets the last name . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String primaryPhone concode_elem_sep String mobilePhone concode_elem_sep String gender concode_elem_sep String homePhone concode_elem_sep String middleName concode_elem_sep String workPhone concode_elem_sep String ... | void function ( String arg0 ) { this . lastName = arg0 ; } |
14,060 | pack a record address and partition id into a single word . concode_field_sep long MASK_LONG_UPPER_24_BITS concode_elem_sep long MASK_LONG_LOWER_51_BITS concode_elem_sep long MASK_LONG_UPPER_13_BITS concode_elem_sep long MASK_LONG_LOWER_40_BITS concode_elem_sep int MAXIMUM_PAGE_SIZE_BYTES concode_elem_sep long packedRe... | long function ( long arg0 , int arg1 ) { assert ( arg1 <= MAXIMUM_PARTITION_ID ) ; final long loc0 = ( arg0 & MASK_LONG_UPPER_13_BITS ) >>> 24 ; final long loc1 = loc0 | ( arg0 & MASK_LONG_LOWER_27_BITS ) ; return ( ( ( long ) arg1 ) << 40 ) | loc1 ; } |
14,061 | change whether the block placement policy will prefer the writer 's local datanode or not . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateState concode_elem_sep DatanodeDescriptor getDatanode concode_elem_sep int getNumberOfRacks concode_elem_sep int computeInvalidationWork concode_elem_sep Cor... | void function ( BlockManager arg0 , boolean arg1 ) { BlockPlacementPolicy loc0 = arg0 . getBlockPlacementPolicy ( ) ; Preconditions . checkState ( loc0 instanceof BlockPlacementPolicyDefault , "srini_string" , loc0 . getClass ( ) ) ; ( ( BlockPlacementPolicyDefault ) loc0 ) . setPreferLocalNode ( arg1 ) ; } |
14,062 | sets the element of this big array at specified index . concode_field_sep byte[][] array concode_elem_sep long SIZE_OF_SEGMENT concode_elem_sep byte initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void grow concode_elem_sep long sizeOf concode_elem_sep byte get concode_elem_se... | void function ( long arg0 , byte arg1 ) { array [ segment ( arg0 ) ] [ offset ( arg0 ) ] = arg1 ; } |
14,063 | get the properties that were specified as part of the url . concode_field_sep boolean portSpecified_ concode_elem_sep String serverName_ concode_elem_sep String PROTOCOL_ concode_elem_sep String NATIVE_SUB_PROTOCOL_ concode_elem_sep boolean extraPathSpecified_ concode_elem_sep String url_ concode_elem_sep boolean valid... | Properties function ( ) { return properties_ ; } |
14,064 | get the droptarget to be used in component.setdroptarget ; concode_field_sep DropTarget defaultDropTarget concode_elem_sep java.util.Set dropPasteWorkerSet concode_elem_sep java.awt.dnd.DropTargetListener defaultDTListener concode_field_sep void drop concode_elem_sep void removeDropPasteWorker concode_elem_sep void set... | DropTarget function ( ) { return this . defaultDropTarget ; } |
14,065 | finish editing pixels in the buffer . this method does n't do anything if #destroy waspreviously called . concode_field_sep int mSaveCount concode_elem_sep Parcelable.Creator<GraphicBuffer> CREATOR concode_elem_sep int USAGE_HW_RENDER concode_elem_sep Canvas mCanvas concode_elem_sep int USAGE_SW_READ_MASK concode_elem_... | void function ( Canvas arg0 ) { if ( ! mDestroyed && mCanvas != null && arg0 == mCanvas ) { arg0 . restoreToCount ( mSaveCount ) ; mSaveCount = 0 ; nUnlockCanvasAndPost ( mNativeObject , mCanvas ) ; } } |
14,066 | gets the value of the representative property . concode_field_sep RepresentationPersonType representing concode_elem_sep RepresentationPersonType represented concode_elem_sep List<MandateContentType> mandateContent concode_elem_sep RepresentationPersonType representative concode_field_sep void setRepresenting concode_e... | RepresentationPersonType function ( ) { return representative ; } |
14,067 | returns the address part . concode_field_sep String mAddress concode_elem_sep String mName concode_elem_sep String mComment concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAddress concode_elem_sep String quoteNameIfNecessary concode_elem_sep boolean stringEquals concode_elem_sep ... | String function ( ) { return mAddress ; } |
14,068 | maps application configuration driver names to driver instances . concode_field_sep Logger logger concode_elem_sep String LOG concode_elem_sep ExecutableFactory executableFactory concode_elem_sep Configuration freemarkerConfiguration concode_elem_sep DefaultParserHandler defaultParserHandler concode_field_sep void main... | WebDriver [ ] function ( IApplicationConfiguration arg0 ) { String loc0 [ ] = arg0 . getSeleniumDrivers ( ) ; WebDriver loc1 [ ] = new WebDriver [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 [ loc2 ] = ( WebDriver ) Class . forName ( loc0 [ loc2 ] ) . newInstance ( ) ; } return loc1 ;... |
14,069 | gets the startindex value for this userteamassociationpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201403.UserTeamAssociatio... | java . lang . Integer function ( ) { return startIndex ; } |
14,070 | sets the pixels to offset the shadow on the x axis . the glyphs will need padding so the shadow does n't get clipped . concode_field_sep int blurKernelSize concode_elem_sep Color color concode_elem_sep float xDistance concode_elem_sep int NUM_KERNELS concode_elem_sep int blurPasses concode_elem_sep float[][] GAUSSIAN_B... | void function ( float arg0 ) { xDistance = arg0 ; } |
14,071 | get the type of the event session , lifecycle etc concode_field_sep Object attributeValue concode_elem_sep String attributeName concode_elem_sep TYPE eventType concode_elem_sep String type concode_elem_sep OP operation concode_field_sep Object getAttributeValue concode_elem_sep OP getOperation concode_elem_sep String t... | TYPE function ( ) { return eventType ; } |
14,072 | returns the singleton instance . concode_field_sep Thread updater concode_elem_sep long millis concode_elem_sep CoarseCachedClock instance concode_elem_sep Object INSTANCE_LOCK concode_field_sep long currentTimeMillis concode_elem_sep void run | CoarseCachedClock function ( ) { CoarseCachedClock loc0 = instance ; if ( loc0 == null ) { synchronized ( INSTANCE_LOCK ) { loc0 = instance ; if ( loc0 == null ) { instance = loc0 = new CoarseCachedClock ( ) ; } } } return loc0 ; } |
14,073 | get a value for a key concode_field_sep byte[] mData concode_elem_sep byte mSeperator concode_elem_sep Creator<DnsSdTxtRecord> CREATOR concode_field_sep int keyCount concode_elem_sep String getKey concode_elem_sep void set concode_elem_sep void insert concode_elem_sep DnsSdTxtRecord[] newArray concode_elem_sep DnsSdTxt... | String function ( String arg0 ) { byte [ ] loc0 = this . getValue ( arg0 ) ; return loc0 != null ? new String ( loc0 ) : null ; } |
14,074 | configure a messageheaderinitializer to apply to the headers of allmessages sent to the client outbound channel . by default this property is not set . concode_field_sep PropertyPlaceholderHelper placeholderHelper concode_elem_sep SimpMessageSendingOperations messagingTemplate concode_elem_sep String defaultDestination... | void function ( MessageHeaderInitializer arg0 ) { this . headerInitializer = arg0 ; } |
14,075 | count of days in the given month one indexed of the given year . concode_field_sep TimeZone ZULU concode_elem_sep long SECS_PER_DAY concode_elem_sep Pattern UTC_TZID concode_elem_sep TimeZone BOGUS_TIMEZONE concode_elem_sep int[] MONTH_START_TO_DOY concode_field_sep TimeZone utcTimezone concode_elem_sep DateValue add c... | int function ( int arg0 , int arg1 ) { switch ( arg1 ) { case 1 : case 3 : case 5 : case 7 : case 8 : case 10 : case 12 : return 31 ; case 4 : case 6 : case 9 : case 11 : return 30 ; case 2 : return isLeapYear ( arg0 ) ? 29 : 28 ; default : throw new AssertionError ( arg1 ) ; } } |
14,076 | an optional pagination token provided by a previous request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListW... | DescribeReservedDBInstancesResult function ( String arg0 ) { this . marker = arg0 ; return this ; } |
14,077 | createbackoff . concode_field_sep double backoffMultiplier concode_elem_sep double backoffMultiplier concode_elem_sep boolean retriesEnabled concode_elem_sep int maxElaspedBackoffMillis concode_elem_sep int streamingBufferSize concode_elem_sep long serialVersionUID concode_elem_sep int readPartialRowTimeoutMillis conco... | BackOff function ( ) { return createBackoffBuilder ( ) . build ( ) ; } |
14,078 | gets the trace count . concode_field_sep long _prevCpuTime concode_elem_sep long _prevSampleTime concode_elem_sep long _currCpuTime concode_elem_sep Thread _thread concode_elem_sep StackTraceElement[] _stackTrace concode_elem_sep long _currSampleTime concode_elem_sep int _traceCount concode_elem_sep boolean _threadSpin... | int function ( ) { return _traceCount ; } |
14,079 | this method was generated by mybatis generator . this method returns the value of the database column sys_param . create_by concode_field_sep String paramKey concode_elem_sep Integer createBy concode_elem_sep Integer catalogId concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep Boolean e... | Integer function ( ) { return createBy ; } |
14,080 | convenience override for gettext char , int that provides an offset of 0 . concode_field_sep int DONE concode_field_sep int next concode_elem_sep int current concode_elem_sep int getIndex concode_elem_sep int previous concode_elem_sep void setIndex concode_elem_sep int moveIndex concode_elem_sep Object clone concode_el... | int function ( char [ ] arg0 ) { return getText ( arg0 , 0 ) ; } |
14,081 | gets the value of the message property . concode_field_sep String applicationExceptionType concode_elem_sep String message concode_field_sep String getApplicationExceptionType concode_elem_sep void setApplicationExceptionType concode_elem_sep void setMessage | String function ( ) { return message ; } |
14,082 | used to identify which toolboxes this plugin tool should be listed in . 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 amIActive concode_field_sep St... | String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } |
14,083 | sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement | void function ( Statement arg0 ) { this . filterStatement = arg0 ; } |
14,084 | returns string representation of this cosemvaluedescriptor concode_field_sep String unit concode_elem_sep Class<? extends CosemValue<? extends State>> cosemValueClass concode_elem_sep String dsmrItemId concode_field_sep String getDsmrItemId concode_elem_sep Class<? extends CosemValue<? extends State>> getCosemValueClas... | String function ( ) { return "srini_string" + cosemValueClass . toString ( ) + "srini_string" + unit + "srini_string" + dsmrItemId + "srini_string" ; } |
14,085 | laukaisee ruudun miinan . concode_field_sep Ruutu[][] ruudukko concode_elem_sep Vaikeus vaikeus concode_field_sep int montaLahistolla concode_elem_sep void merkitseNumerot concode_elem_sep boolean onkoAvaamattomiaMiinattomiaRuutuja concode_elem_sep boolean onkoMerkitty concode_elem_sep void avaaViereiset concode_elem_s... | void function ( int arg0 , int arg1 ) { ruudukko [ arg0 ] [ arg1 ] . laukaise ( ) ; } |
14,086 | sets if the application should allow a url encoded slash character . if true default is false , a url encoded slash will be allowed in the url . allowing encoded slashes can cause security vulnerabilities in some situations depending on how the container constructs the httpservletrequest . concode_field_sep boolean all... | void function ( boolean arg0 ) { this . allowUrlEncodedSlash = arg0 ; } |
14,087 | refer to remapuri added in cordova-android@4.0.0 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 onOverrideUrlLoading conc... | Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; } |
14,088 | gets a queue by name . concode_field_sep FairScheduler scheduler concode_elem_sep FSParentQueue rootQueue concode_elem_sep Map<String,FSQueue> queues concode_elem_sep String ROOT_QUEUE concode_elem_sep Collection<FSLeafQueue> leafQueues concode_elem_sep Log LOG concode_field_sep FSParentQueue getRootQueue concode_elem_... | FSQueue function ( String arg0 ) { arg0 = ensureRootPrefix ( arg0 ) ; synchronized ( queues ) { return queues . get ( arg0 ) ; } } |
14,089 | returns the number of wall entries . concode_field_sep WallEntryLocalService _wallEntryLocalService concode_field_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWallEntries concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWallEntries concode_elem_sep void setWrappe... | int function ( ) { return _wallEntryLocalService . getWallEntriesCount ( ) ; } |
14,090 | trucate double : concode_field_sep int nbDecimals concode_elem_sep BufferedWriter bw concode_elem_sep String name concode_field_sep void writeHost concode_elem_sep void writeText concode_elem_sep void writeSky concode_elem_sep void writeGround concode_elem_sep void writeStep concode_elem_sep void writeWall concode_elem... | String function ( double arg0 ) { StringTokenizer loc0 = new StringTokenizer ( arg0 + "srini_string" , "srini_string" ) ; String loc1 , loc2 ; if ( ! loc0 . hasMoreTokens ( ) ) return "srini_string" ; loc1 = loc0 . nextToken ( ) ; if ( ! loc0 . hasMoreTokens ( ) ) return loc1 ; loc2 = loc0 . nextToken ( ) ; loc2 = loc2... |
14,091 | deletes a file . if file is a directory , delete it and all sub-directories . the difference between file.delete and this method are : a directory to be deleted does not have to be empty . you get exceptions when a file or directory can not be deleted . java.io.file methods returns a boolean concode_field_sep PlaceHold... | void function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { deleteDirectory ( arg0 ) ; } else { Files . delete ( arg0 . toPath ( ) ) ; } } |
14,092 | gets the response code from the uplaoad attempt concode_field_sep int success concode_elem_sep Location location concode_field_sep Location getLocation concode_elem_sep boolean success | int function ( ) { return success ; } |
14,093 | sets count value . concode_field_sep double count concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep double getCount | void function ( double arg0 ) { this . count = arg0 ; } |
14,094 | gets the extension if present on a file by looking at the filename concode_field_sep Set<String> mTouchedExtensions concode_elem_sep File mFile concode_field_sep boolean ignores concode_elem_sep boolean checksForModification concode_elem_sep File getFile | String function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 == - 1 ) { return "srini_string" ; } return arg0 . substring ( loc0 + 1 ) ; } |
14,095 | allows the servant to obtain the object reference for the target corba object it is incarnating for that request . concode_field_sep Delegate _delegate concode_field_sep POA _default_POA concode_elem_sep String[] _all_interfaces concode_elem_sep boolean _is_a concode_elem_sep Delegate _get_delegate concode_elem_sep voi... | org . omg . CORBA . Object function ( ) { return _get_delegate ( ) . this_object ( this ) ; } |
14,096 | convert rgb components to hsv . hsv 0 is hue 0 . . 360 hsv 1 is saturation 0 ... 1 hsv 2 is value 0 ... 1 concode_field_sep int BLACK concode_elem_sep int LTGRAY concode_elem_sep int GREEN concode_elem_sep int YELLOW concode_elem_sep int BLUE concode_elem_sep int GRAY concode_elem_sep int DKGRAY concode_elem_sep HashMa... | void function ( int arg0 , int arg1 , int arg2 , float arg3 [ ] ) { if ( arg3 . length < 3 ) { throw new RuntimeException ( "srini_string" ) ; } nativeRGBToHSV ( arg0 , arg1 , arg2 , arg3 ) ; } |
14,097 | returns the string representation of this priority . concode_field_sep Priority FATAL concode_elem_sep int level concode_elem_sep Priority DEBUG concode_elem_sep Priority WARN concode_elem_sep int syslogEquivalent concode_elem_sep int WARN_INT concode_elem_sep int OFF_INT concode_elem_sep int INFO_INT concode_elem_sep ... | String function ( ) { return levelStr ; } |
14,098 | returns the prn pseudo-random number for the satellite . concode_field_sep boolean mUsedInFix concode_elem_sep float mAzimuth concode_elem_sep boolean mHasEphemeris concode_elem_sep float mElevation concode_elem_sep boolean mValid concode_elem_sep float mSnr concode_elem_sep int mPrn concode_elem_sep boolean mHasAlmana... | int function ( ) { return mPrn ; } |
14,099 | sets the name of the input file . concode_field_sep String fileName concode_field_sep String getFilename concode_elem_sep void read | void function ( String arg0 ) { fileName = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.