code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
BigInteger function ( ) { return integer ; } | gets the value of the integer property . concode_field_sep BigInteger integer concode_elem_sep List<String> nilReason concode_field_sep List<String> getNilReason concode_elem_sep void setInteger |
void function ( List < PDOutputIntent > arg0 ) { COSArray loc0 = new COSArray ( ) ; for ( PDOutputIntent loc1 : arg0 ) { loc0 . add ( loc1 . getCOSObject ( ) ) ; } root . setItem ( COSName . OUTPUT_INTENTS , loc0 ) ; } | replace the list of outputintents of the document . concode_field_sep PDAcroForm cachedAcroForm concode_elem_sep COSDictionary root concode_elem_sep PDDocument document concode_field_sep PDViewerPreferences getViewerPreferences concode_elem_sep PDDocumentOutline getDocumentOutline concode_elem_sep PDAcroForm getAcroFor... |
FsPermission function ( ) { return permission ; } | get fspermission associated with the file . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep Path path concode_elem_sep long length concode_elem_sep Path symlink concode_elem_sep FsPermission permission concode_elem_sep long modification_time concode_elem_sep boolean isdir concode_elem_se... |
String function ( ) { return walletName ; } | this method gives us the wallet name concode_field_sep String walletIcon concode_elem_sep WalletCategory walletCategory concode_elem_sep int iconResource concode_elem_sep WalletType walletType concode_elem_sep String walletName concode_elem_sep String publicKey concode_elem_sep int position concode_elem_sep List<Instal... |
void function ( Class < ? extends TestCase > arg0 ) { addTest ( new TestSuite ( arg0 ) ) ; } | adds the tests from the given class to the suite concode_field_sep String fName concode_elem_sep Vector<Test> fTests concode_field_sep void setName concode_elem_sep int testCount concode_elem_sep String getName concode_elem_sep void addTestMethod concode_elem_sep void run concode_elem_sep boolean isTestMethod concode_e... |
List < String > function ( ) { LinkedList < String > loc0 = new LinkedList < String > ( ) ; for ( String loc1 : _fullTypesList ) { loc0 . add ( loc1 ) ; } return loc0 ; } | returns a list containing all the registered types concode_field_sep List<String> _fullTypesList concode_field_sep int shortNameCount concode_elem_sep void registerType concode_elem_sep List<String> getAmbiguousTypes |
void function ( int arg0 , int arg1 , Intent arg2 ) { } | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id conco... |
void function ( ExprParser . UnaryContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitProg concode_elem_sep void exitExpr concode_elem_sep void enterFactor concode_elem_sep void enterProg concode_elem_sep void exitEveryRule concode_elem_sep void visitErrorNode concode_elem_sep void exitTerm con... |
void function ( final GL arg0 ) { Check . notNull ( arg0 , "srini_string" ) ; ensureTexture ( arg0 ) ; if ( smoothChanged ) { texture . setFiltering ( arg0 , smooth ) ; smoothChanged = false ; } if ( dirtyRegion != null ) { texture . update ( arg0 , pixels , dirtyRegion ) ; dirtyRegion = null ; } } | uploads any recently drawn data to the texture . concode_field_sep BufferedImage image concode_elem_sep ByteBuffer pixels concode_elem_sep boolean mipmap concode_elem_sep Rectangle dirtyRegion concode_elem_sep int width concode_elem_sep Graphics2D g2d concode_elem_sep Texture2D texture concode_elem_sep boolean smoothCh... |
ExpectedCount function ( int arg0 ) { Assert . isTrue ( arg0 >= 1 , "srini_string" ) ; return new ExpectedCount ( 1 , arg0 ) ; } | at most max number of times . concode_field_sep int minCount concode_elem_sep int maxCount concode_field_sep int getMinCount concode_elem_sep int getMaxCount concode_elem_sep ExpectedCount times concode_elem_sep ExpectedCount min concode_elem_sep ExpectedCount once concode_elem_sep ExpectedCount max concode_elem_sep Ex... |
CustomerRequestModel function ( ) { return customerRequestModel ; } | gets the customer request model . concode_field_sep int approvalStatus concode_elem_sep int customerReviewId concode_elem_sep EmployeeModel employeeModel concode_elem_sep Date creationTime concode_elem_sep ServiceProviderModel serviceProviderModel concode_elem_sep float rating concode_elem_sep long serialVersionUID con... |
void function ( String arg0 ) { proto = arg0 ; } | set the proto slot of this event . concode_field_sep String address concode_elem_sep String proto concode_elem_sep ContainerID where concode_elem_sep String NAME concode_field_sep String getName concode_elem_sep void setAddress concode_elem_sep String getAddress concode_elem_sep ContainerID getWhere concode_elem_sep vo... |
void function ( Long arg0 ) { this . videoCompletionsDelivered = arg0 ; } | sets the value of the videocompletionsdelivered property . concode_field_sep Long impressionsDelivered concode_elem_sep Long videoStartsDelivered concode_elem_sep Long clicksDelivered concode_elem_sep Long videoCompletionsDelivered concode_field_sep Long getClicksDelivered concode_elem_sep void setImpressionsDelivered ... |
void function ( final String arg0 , final String arg1 ) { nextHandler . processingInstruction ( arg0 , arg1 ) ; } | handle the procesing instruction . concode_field_sep ContentHandler nextHandler concode_field_sep void characters concode_elem_sep void startPrefixMapping concode_elem_sep void endElement concode_elem_sep void endPrefixMapping concode_elem_sep ContentHandler getNextHandler concode_elem_sep void startElement concode_ele... |
void function ( String arg0 ) { this . path = arg0 ; } | sets the value of the path property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String getPathType |
void function ( String arg0 , String arg1 ) { this . initParameters . put ( arg0 , arg1 ) ; } | adds a parameter that should be passed in to initialize this filter concode_field_sep String filterClass concode_elem_sep Module module concode_elem_sep String filterName concode_elem_sep Log log concode_elem_sep Map<String,String> initParameters concode_elem_sep long serialVersionUID concode_field_sep Module getModule... |
View function ( @ Nullable View arg0 ) { if ( arg0 == null ) { return null ; } ViewParent loc0 = arg0 . getParent ( ) ; if ( loc0 instanceof RecyclerView ) { return arg0 ; } else if ( loc0 instanceof View ) { return getParentViewHolderItemView ( ( View ) loc0 ) ; } else { return null ; } } | gets directly child of recyclerview == android.support.v7.widget.recyclerview.viewholder #itemview concode_field_sep PlaceHolder placeHolder concode_field_sep RecyclerView.ViewHolder getViewHolder concode_elem_sep RecyclerView getParentRecyclerView |
Builder function ( final String arg0 ) { if ( arg0 != null ) { this . groups . remove ( arg0 ) ; } return this ; } | removes the provided groups from the builder 's set of groups . concode_field_sep String identifier concode_elem_sep Set<String> groups concode_elem_sep boolean fromPolicy concode_elem_sep String resource concode_elem_sep Set<String> groups concode_elem_sep RequestAction action concode_elem_sep Set<String> users concod... |
void function ( Object [ ] arg0 , Comparator < Object > arg1 ) { Object loc0 ; int loc1 , loc2 = arg0 . length ; for ( loc1 = loc2 / 2 ; loc1 > 0 ; loc1 -- ) { adjust ( arg0 , arg1 , loc1 , loc2 ) ; } for ( loc1 = loc2 - 1 ; loc1 > 0 ; loc1 -- ) { loc0 = arg0 [ 0 ] ; arg0 [ 0 ] = arg0 [ loc1 ] ; arg0 [ loc1 ] = loc0 ; ... | sorts an array of objects into increasing order given a comparator . concode_field_sep PlaceHolder placeHolder concode_field_sep void sortAbs concode_elem_sep void adjust concode_elem_sep void adjust concode_elem_sep void adjust concode_elem_sep void adjust concode_elem_sep void adjust concode_elem_sep void adjust conc... |
void function ( Configuration arg0 , boolean arg1 ) { arg0 . setBoolean ( CommonConfigurationKeys . IO_NATIVE_LIB_AVAILABLE_KEY , arg1 ) ; } | set if native hadoop libraries , if present , can be used for this job . concode_field_sep boolean nativeCodeLoaded concode_elem_sep Log LOG concode_field_sep boolean buildSupportsSnappy concode_elem_sep boolean getLoadNativeLibraries concode_elem_sep String getLibraryName concode_elem_sep boolean buildSupportsOpenssl ... |
EntityDeserializer function ( ) { return new EntityDeserializer ( new LaxContentLengthStrategy ( ) ) ; } | creates an instance of entitydeserializer with the laxcontentlengthstrategy implementation to be used forde-serializing entities received over this connection . this method can be overridden in a super class in order to create instances of entitydeserializer using a custom ch.boye.httpclientandroidlib.entity.contentlen... |
String function ( String arg0 , String arg1 , String arg2 , String arg3 ) { return createTag ( arg0 , arg1 , new String [ ] { arg2 } , arg3 ) ; } | this method just redirects to the main createtag - method allowing clearer code for not having to create a new string-array when only needing one attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep String createAttributeString concode_elem_sep StringBuilder openTagWithAttributes concode_elem_s... |
void function ( FileTransferProgressListener arg0 ) { synchronized ( progressListeners ) { this . progressListeners . remove ( arg0 ) ; } } | removes the given filetransferprogresslistener . concode_field_sep Logger logger concode_elem_sep Vector<FileTransferProgressListener> progressListeners concode_elem_sep Vector<FileTransferStatusListener> statusListeners concode_elem_sep int status concode_field_sep void cancel concode_elem_sep void removeStatusListene... |
SessionDescriptor function ( AttributeField arg0 ) { av . addElement ( new AttributeField ( arg0 ) ) ; return this ; } | adds a new attribute concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector av concode_elem_sep SdpField v concode_elem_sep Vector media concode_elem_sep OriginField o concode_field_sep void init concode_elem_sep Vector getMediaDescriptors concode_el... |
String function ( ) { return ( "srini_string" + fileName + "srini_string" + encoding + "srini_string" + embedded + '}' ) ; } | returns a string representation of the object . in general , the tostring method returns a string that `` textually represents '' this object . the result should be a concise but informative representation that is easy for a person to read . it is recommended that all subclasses override this method . the tostring meth... |
Object function ( ) { return new SocketAddress ( this ) ; } | makes a copy . concode_field_sep int port concode_elem_sep IpAddress ipaddr concode_field_sep void init concode_elem_sep int getPort concode_elem_sep boolean equals concode_elem_sep IpAddress getAddress concode_elem_sep String toString |
void function ( EdgeEnd arg0 ) { Coordinate loc0 = arg0 . getCoordinate ( ) ; Node loc1 = addNode ( loc0 ) ; loc1 . add ( arg0 ) ; } | adds a node for the start point of this edgeend if one does not already exist in this map . adds the edgeend to the possibly new node . concode_field_sep NodeFactory nodeFact concode_elem_sep Map nodeMap concode_field_sep Collection getBoundaryNodes concode_elem_sep Iterator iterator concode_elem_sep void print concode... |
void function ( StatisticsDao arg0 ) { this . dao = arg0 ; } | sets the data access object . concode_field_sep StatisticsDao dao concode_field_sep List<Object[]> getStatistics concode_elem_sep List<Object[]> getStatistics concode_elem_sep List<Object[]> getStatistics concode_elem_sep List<Object[]> getStatistics concode_elem_sep StatisticsSearchResult getStatistics |
Fault function ( ) { return this . fault ; } | gets the value of the fault property . concode_field_sep Fault fault concode_elem_sep Params params concode_field_sep void setFault concode_elem_sep String toString concode_elem_sep Params getParams concode_elem_sep void setParams |
int [ ] [ ] function ( int [ ] arg0 ) { int [ ] [ ] loc0 = new int [ getPowerSetSize ( arg0 . length ) ] [ ] ; getPowerSet ( arg0 , 0 , null , loc0 , 0 ) ; return loc0 ; } | returns all possible subsets except null and full set . concode_field_sep FPGrowth fim concode_elem_sep TotalSupportTree ttree concode_field_sep void add concode_elem_sep int getPowerSetSize concode_elem_sep long learn concode_elem_sep List<AssociationRule> learn concode_elem_sep long learn concode_elem_sep long learn ... |
boolean function ( String arg0 ) { arg0 = arg0 . trim ( ) ; List < String > loc0 = new LinkedList < String > ( ) ; for ( String loc1 : acls ) { if ( arg0 . equals ( loc1 ) ) return false ; loc0 . add ( loc1 ) ; } loc0 . add ( arg0 ) ; acls = loc0 ; return true ; } | return true if acl is modified concode_field_sep List<String> acls concode_elem_sep String R_FOR_ALL concode_elem_sep String ACL_SEPARATOR concode_elem_sep String R_LISTINGS concode_field_sep void appendAcl concode_elem_sep List<String> parseAcls concode_elem_sep String aclToString concode_elem_sep boolean removeACL co... |
void function ( LogNode arg0 ) { mNext = arg0 ; } | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext |
void function ( ActionEvent arg0 ) { if ( tabs != null && tabs . size ( ) > tabIndex ) { tabs . remove ( tabIndex ) ; if ( tabIndex > 0 ) { tabIndex -- ; } } } | remove a tab from paneltabset . concode_field_sep String msg concode_elem_sep MsgString next concode_elem_sep int tabIndex concode_elem_sep int tabLabelIndex concode_elem_sep String newTabContent concode_elem_sep boolean isKey concode_elem_sep int index concode_elem_sep List tabs concode_elem_sep String newTabLabel con... |
ResourceManagementService function ( ) { if ( resourceService == null ) { resourceService = ResourceManagementServiceUtils . getService ( bundleContext ) ; } return resourceService ; } | returns the resourcemanagementservice . concode_field_sep ProtocolProviderFactoryIrcImpl ircProviderFactory concode_elem_sep ConfigurationService configService concode_elem_sep Logger LOGGER concode_elem_sep MUCService mucService concode_elem_sep BundleContext bundleContext concode_elem_sep ResourceManagementService re... |
void function ( ) { assertStack ( "srini_string" , "srini_string" ) ; } | produce the boolean value false . concode_field_sep Timeout globalTimeout concode_field_sep void test_and concode_elem_sep void test_le concode_elem_sep void test_lt concode_elem_sep void test_true concode_elem_sep void test_ne concode_elem_sep void test_or concode_elem_sep void test_ge concode_elem_sep void test_not c... |
void function ( EventNotification arg0 ) { for ( INotificationListener loc0 : listeners ) { loc0 . onEventRaised ( arg0 ) ; } } | notify all registered listeners with the given eventnotification concode_field_sep Set<INotificationListener> listeners concode_field_sep void notifyListenersOnVariableChanged concode_elem_sep boolean addNotificationListener concode_elem_sep boolean removeNotificationListener |
JAXBElement < DataCollectionRecord > function ( DataCollectionRecord arg0 ) { return new JAXBElement < DataCollectionRecord > ( _DataCollectionRecord_QNAME , DataCollectionRecord . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _DataCollectionRecord_QNAME concode_elem_sep QName _Timestamp_QNAME concode_elem_sep QName _CollectedData_QNAME concode_elem_sep QName _SourceID_QNAME concode_elem_sep QName _DataCollectionPackage_QNAME concode_elem_sep QName _EventID_QNAME concode_field_sep JAX... |
boolean function ( ) { return userName != null && userInfo == null ; } | replies true if the current josm user is partially identified . concode_field_sep UserInfo userInfo concode_elem_sep JosmUserIdentityManager instance concode_elem_sep boolean accessTokenKeyChanged concode_elem_sep String userName concode_elem_sep boolean accessTokenSecretChanged concode_field_sep boolean isFullyIdentif... |
void function ( byte [ ] arg0 ) { this . q = ( ( byte [ ] ) arg0 ) ; } | sets the value of the q property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSeed ... |
JSONBuilder function ( String arg0 , Double arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . doubleValue ( ) ) ; } | adds a double property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBui... |
void function ( final Fragment arg0 ) { mFragmentManager . beginTransaction ( ) . replace ( mDefaultContainer , arg0 , getName ( arg0 ) ) . commit ( ) ; mFragmentManager . executePendingTransactions ( ) ; } | replace the current fragment with the given one , without to add it to backstack . so when the users navigates away from the given fragment it will not appaer in the history . concode_field_sep int mDefaultContainer concode_elem_sep FragmentManager mFragmentManager concode_field_sep int getSize concode_elem_sep void go... |
boolean function ( ) { if ( packageDefinitionEnabled && Constants . IS_SECURITY_ENABLED ) { return true ; } return false ; } | return the securitymanager only if security is enabled and package protection mechanism is enabled . concode_field_sep boolean packageDefinitionEnabled concode_field_sep String filter |
java . lang . String function ( ) { return valorMaoPropria ; } | gets the valormaopropria value for this cservico . concode_field_sep java.lang.String valorAvisoRecebimento concode_elem_sep int codigo concode_elem_sep java.lang.String erro concode_elem_sep java.lang.String valor concode_elem_sep java.lang.String entregaDomiciliar concode_elem_sep java.lang.String entregaSabado conco... |
void function ( String arg0 ) { this . leafIcon = arg0 ; } | set the value of the leaficon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep... |
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; } | instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel |
TimeZoneWrapper function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < allTimeZoneList . size ( ) ; loc0 ++ ) { TimeZoneWrapper loc1 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc0 ) ; if ( loc1 . isRelevantComponentId ( arg0 ) ) { return loc1 ; } } return null ; } | each timezonewrapper has an id of a component in the ui that corresponds to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep DateFormat selectedFormat concode_elem_sep DateFormat serverFormat concode_elem_sep int render... |
int function ( ) { return _reasons ; } | returns the reasons in this mask . concode_field_sep ReasonsMask allReasons concode_elem_sep int _reasons concode_field_sep boolean hasNewReasons concode_elem_sep void addReasons concode_elem_sep ReasonsMask intersect concode_elem_sep boolean isAllReasons |
ModifyLunaClientResult function ( String arg0 ) { setClientArn ( arg0 ) ; return this ; } | the arn of the client . concode_field_sep String clientArn concode_field_sep void setClientArn concode_elem_sep String getClientArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ModifyLunaClientResult clone concode_elem_sep String toString |
String function ( String arg0 ) { return getTable ( getFirstIdx ( arg0 ) ) ; } | returns the table of first occurrence of name in this metadata . concode_field_sep String keyspace concode_elem_sep String name concode_elem_sep ColumnDefinitions EMPTY concode_elem_sep Map<String,int[]> byName concode_elem_sep Definition[] byIdx concode_elem_sep DataType type concode_elem_sep String table concode_fiel... |
float function ( ) { return duration ; } | get the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... |
PDFCMap function ( String arg0 ) { if ( cache == null ) { populateCache ( ) ; } if ( ! cache . containsKey ( arg0 ) ) { throw new IOException ( "srini_string" + arg0 ) ; } return ( PDFCMap ) cache . get ( arg0 ) ; } | get a cmap , given a string name concode_field_sep HashMap<String,PDFCMap> cache concode_field_sep int getFontID concode_elem_sep PDFCMap parseCMap concode_elem_sep void populateCache concode_elem_sep char map |
void function ( float arg0 ) { getXAResource ( ) . credit ( arg0 ) ; } | try to credit this account by the desired amount . concode_field_sep AccountResource accountResource concode_elem_sep float _balance concode_field_sep float balance concode_elem_sep AccountResource getXAResource concode_elem_sep void debit |
BytesMessage function ( byte [ ] arg0 , Session arg1 ) { BytesMessage loc0 = arg1 . createBytesMessage ( ) ; loc0 . writeBytes ( arg0 ) ; return loc0 ; } | create a jms bytesmessage for the given byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] extractByteArrayFromMessage concode_elem_sep Map<String,Object> extractMapFromMessage concode_elem_sep Message toMessage concode_elem_sep String extractStringFromMessage concode_elem_sep MapMessage cr... |
void function ( final int arg0 ) { m_iType = arg0 ; } | sets the type of numerical value integer or double concode_field_sep int m_iType concode_elem_sep double m_dMinValue concode_elem_sep int NUMERICAL_VALUE_DOUBLE concode_elem_sep double m_dDefaultValue concode_elem_sep int NUMERICAL_VALUE_INTEGER concode_elem_sep double m_dMaxValue concode_field_sep void setDefaultValue... |
ITimedStatemachine function ( ) { return statemachine ; } | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine |
void function ( ProfileSpecName arg0 ) { this . profileSpecName = arg0 ; } | sets the value of the profilespecname property . concode_field_sep ProfileSpecName profileSpecName concode_elem_sep ProfileSpecVersion profileSpecVersion concode_elem_sep ProfileSpecVendor profileSpecVendor concode_elem_sep Description description concode_elem_sep String id concode_field_sep void setProfileSpecVendor c... |
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; } | returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_... |
void function ( Object arg0 , Encoder arg1 ) { Object loc0 = arg1 . get ( arg0 ) ; if ( ! mutatesTo ( arg0 , loc0 ) ) { arg1 . remove ( arg0 ) ; arg1 . writeExpression ( instantiate ( arg0 , arg1 ) ) ; } else { initialize ( arg0 . getClass ( ) , arg0 , loc0 , arg1 ) ; } } | the writeobject is a single entry point to the persistence and is used by a encoder in the traditional mode of delegation . although this method is not final , it should not need to be subclassed under normal circumstances . this implementation first checks to see if the stream has already encountered this object . nex... |
void function ( ) { if ( this . elementsCount == this . array . length ) { int [ ] loc0 = new int [ ( int ) ( this . array . length * this . GROWING_FACTOR ) ] ; for ( int loc1 = 0 ; loc1 < this . array . length ; loc1 ++ ) { loc0 [ loc1 ] = this . array [ loc1 ] ; } this . array = loc0 ; } } | creating a larger array when the size of the array is equal to its elements count concode_field_sep int elementsCount concode_elem_sep int REDUCER concode_elem_sep double GROWING_FACTOR concode_elem_sep int[] array concode_elem_sep int INITIAL_SIZE concode_elem_sep int REDUCING_FACTOR concode_field_sep void add concode... |
MasterSecretValidator function ( ) { return getMasterSecretValidator ( JavaVersionParser . getCurrentJavaVersion ( ) ) ; } | the implementation of mastersecretvalidator depends on the jvm version . certain jvmsare affected by a serious bug that could allow a malicious mitm to negotiate a null master secret . non-affected jvms return a dummy implementation that always returns true concode_field_sep JavaVersion FIXED_JAVA_8 concode_elem_sep Ja... |
void function ( ) { final File loc0 = new File ( this . testFolder . getRoot ( ) , "srini_string" ) ; assertFalse ( loc0 . exists ( ) ) ; new SimpleFileWriter ( loc0 . getPath ( ) , Assert :: assertNotNull ) ; assertTrue ( loc0 . exists ( ) ) ; } | test if the simplefilewriter creates a file if it does n't exist concode_field_sep TemporaryFolder testFolder concode_field_sep void testActualWrite concode_elem_sep void testWriterNotNull concode_elem_sep void testIoException |
void function ( GeckoView arg0 , GeckoView . Browser arg1 , String arg2 , String arg3 , GeckoView . PromptResult arg4 ) { arg4 . cancel ( ) ; } | tell the host application to display an input prompt dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep void onAlert concode_elem_sep void onConfirm concode_elem_sep void onScriptMessage concode_elem_sep void onDebugRequest concode_elem_sep void onReady |
void function ( E arg0 ) { putRef . get ( ) . put ( arg0 ) ; } | insert e into the backing queue or block until we can . if we block and the queue changes on us , we will insert while the queue is drained . concode_field_sep RpcScheduler scheduler concode_elem_sep AtomicReference<BlockingQueue<E>> putRef concode_elem_sep int CHECKPOINT_NUM concode_elem_sep boolean clientBackOffEnabl... |
long function ( ) { return _lock . getUserId ( ) ; } | returns the user id of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolean isC... |
void function ( String arg0 ) { this . value = arg0 ; } | the filter value . for example : june 30 , 2015 . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep CommandFilter withValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CommandFilter clone concod... |
void function ( ) { } | called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlL... |
int function ( ) { return commandId ; } | . concode_field_sep int totalLength concode_elem_sep int commandId concode_elem_sep int sequenceId concode_elem_sep Logger logger concode_field_sep int getSequenceId concode_elem_sep int getTotalLength concode_elem_sep void setTotalLength concode_elem_sep byte[] toByteArry concode_elem_sep void setCommandId concode_ele... |
Table function ( String arg0 ) { return connectionCache . getTable ( arg0 ) ; } | caller closes the table afterwards . concode_field_sep UserGroupInformation realUser concode_elem_sep String HBASE_REST_SUPPORT_PROXYUSER concode_elem_sep String MAX_IDLETIME concode_elem_sep RESTServlet INSTANCE concode_elem_sep String CLEANUP_INTERVAL concode_elem_sep Configuration conf concode_elem_sep JvmPauseMonit... |
UnmodifiableList < X > function ( ) { return CollectionUtils . asUnmodifiable ( exceptions ) ; } | returns the list of exception caught so far . concode_field_sep List<X> exceptions concode_field_sep void clearExceptions concode_elem_sep void handleException |
double function ( Time arg0 ) { return getHoursElapsed ( Time . valueOf ( "srini_string" ) , arg0 ) ; } | returns a double representing the number of hours of the specified time . concode_field_sep long serialVersionUID concode_elem_sep double MILLISECONDS_TO_HOURS_MULTIPLIER concode_elem_sep Time DISABLED_TIME concode_elem_sep double MILLISECONDS_TO_MINUTES_MULTIPLIER concode_field_sep void setMonth concode_elem_sep Integ... |
PdfFormXObject function ( Color arg0 , Color arg1 , PdfDocument arg2 ) { PdfFormXObject loc0 = new PdfFormXObject ( ( Rectangle ) null ) ; Rectangle loc1 = placeBarcode ( new PdfCanvas ( loc0 , arg2 ) , arg0 , arg1 ) ; loc0 . setBBox ( new PdfArray ( loc1 ) ) ; return loc0 ; } | creates a pdfformxobject with the barcode . concode_field_sep int ALIGN_LEFT concode_elem_sep int codeType concode_elem_sep float inkSpreading concode_elem_sep String altText concode_elem_sep PdfDocument document concode_elem_sep boolean generateChecksum concode_elem_sep float baseline concode_elem_sep int ALIGN_RIGHT ... |
long function ( ) { return this . totalTimeInMillis ; } | the total time warmer have been executed in milliseconds . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long current concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString WARMER concode_elem_sep XContentBuilderString CURRENT concode_elem_s... |
String function ( String arg0 , String arg1 ) { return StringConverter . byteToHex ( digestString ( arg0 , arg1 ) ) ; } | retrieves a hexidecimal character sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed concode_field_sep MessageDigest md5 concode_field_sep by... |
void function ( AnimatorListener arg0 ) { if ( mListeners == null ) { return ; } mListeners . remove ( arg0 ) ; if ( mListeners . size ( ) == 0 ) { mListeners = null ; } } | removes a listener from the set listening to this animation . concode_field_sep ArrayList<AnimatorListener> mListeners concode_field_sep void cancel concode_elem_sep Animator setDuration concode_elem_sep ArrayList<AnimatorListener> getListeners concode_elem_sep void setInterpolator concode_elem_sep void removeAllListen... |
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 0 ] ; return loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; } | create the typemismatch typecode structure , named `` typemismatch '' . concode_field_sep PlaceHolder placeHolder concode_field_sep TypeMismatch extract concode_elem_sep TypeMismatch read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write |
void function ( int arg0 ) { iColumnCount = arg0 ; } | method declaration concode_field_sep int iMode concode_elem_sep int iSize concode_elem_sep int iType[] concode_elem_sep int iColumnCount concode_elem_sep String sError concode_elem_sep int UPDATECOUNT concode_elem_sep Record rTail concode_elem_sep String sTable[] concode_elem_sep String sName[] concode_elem_sep int iUp... |
FacetResult function ( ) { index ( ) ; return drillDown ( ) ; } | runs the drill-down example . concode_field_sep Directory indexDir concode_elem_sep Directory taxoDir concode_elem_sep FacetsConfig config concode_field_sep FacetResult drillDown concode_elem_sep List<FacetResult> sumAssociations concode_elem_sep void index concode_elem_sep void main concode_elem_sep List<FacetResult> ... |
String function ( ) { return conflictType ; } | gets the value of the conflicttype property . concode_field_sep List<PassConflict> conflictingPass concode_elem_sep String conflictType concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep PassConflict conflictedPass concode_elem_sep List<ConflictingService> conflictingService concode_... |
String function ( ) { return settings . get ( "srini_string" , "srini_string" ) ; } | returns the nodes name from the settings or the empty string if not set . concode_field_sep Settings settings concode_elem_sep ESLogger logger concode_elem_sep DeprecationLogger deprecationLogger concode_field_sep void logRemovedSetting concode_elem_sep void logDeprecatedSetting |
Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Trace . error ( Trace . SERIALIZATION_FAILURE , loc0 . getMessage ( ) ) ; } } | this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int getBytesLength concode_elem_sep... |
ISignatureCodec function ( String arg0 , String arg1 ) { int loc0 = FormatUtil . getFormatID ( arg1 ) ; if ( loc0 == 0 ) return null ; return getInstance ( arg0 , loc0 ) ; } | returns an instance of a signature codec given the canonical name of the signature algorithm , and that of the encoding format . concode_field_sep Set names concode_field_sep ISignatureCodec getRawCodec concode_elem_sep ISignatureCodec getX509Codec concode_elem_sep Set getNames |
VersionT function ( ) { return new VersionT ( ) ; } | create an instance of versiont concode_field_sep QName _TrainingCenterDatabase_QNAME concode_field_sep WorkoutListT createWorkoutListT concode_elem_sep TrainingT createTrainingT concode_elem_sep HeartRateBelowT createHeartRateBelowT concode_elem_sep StepT createStepT concode_elem_sep HeartRateAboveT createHeartRateAbov... |
ExtensionList < CloudProvisioningListener > function ( ) { return ExtensionList . lookup ( CloudProvisioningListener . class ) ; } | all the registered cloudprovisioninglistener s. concode_field_sep PlaceHolder placeHolder concode_field_sep void onStarted concode_elem_sep void onComplete concode_elem_sep void onFailure concode_elem_sep CauseOfBlockage canProvision |
void function ( int arg0 , String [ ] arg1 , int [ ] arg2 ) { if ( permissionResultCallback != null ) { permissionResultCallback . onRequestPermissionResult ( arg0 , arg1 , arg2 ) ; permissionResultCallback = null ; } } | called by the system when the user grants permissions concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String... |
Presentation function ( String arg0 ) { return backendManager . getPresentation ( arg0 ) ; } | method to get a named presentation from the back end manager concode_field_sep String NO_PRESENTATION concode_elem_sep String DEFAULT_PRESENTATION concode_elem_sep String currentPresentationsSelection concode_elem_sep OnDemandRenderer loginPageRenderer concode_elem_sep RenderManager renderManager concode_elem_sep Prese... |
void function ( int arg0 ) { switch ( arg0 ) { case DEFAULT_LINE_STRIP_RENDERER : setLineStripRenderer ( new DefaultLineStripRenderer ( ) ) ; return ; case QUAD_BASED_LINE_STRIP_RENDERER : setLineStripRenderer ( new QuadBasedLineStripRenderer ( ) ) ; return ; } throw new RuntimeException ( "srini_string" + arg0 ) ; } | set the line strip renderer to one of the known types concode_field_sep LineStripRenderer lineStripRenderer concode_elem_sep int VERTEX_ARRAY_RENDERER concode_elem_sep int QUAD_BASED_LINE_STRIP_RENDERER concode_elem_sep int DEFAULT_LINE_STRIP_RENDERER concode_elem_sep int IMMEDIATE_RENDERER concode_elem_sep SGL rendere... |
void function ( boolean arg0 ) { this . throwException = arg0 ; } | flag to determine the behaviour on access denied . if set then we throw an insufficientscopeexception instead of returning accessdecisionvoter #access_denied . this is unconventional for an access decision voter because it vetos the other voters in the chain , but it enables us to pass a message to the caller with info... |
void function ( String arg0 ) { try { cassandraClusterToolsAdminStub . startGossipServer ( arg0 ) ; } catch ( Exception loc0 ) { throw new ClusterAdminClientException ( "srini_string" , loc0 , log ) ; } } | start gossip server concode_field_sep Log log concode_elem_sep ClusterOperationProxyAdminStub cassandraClusterToolsAdminStub concode_field_sep boolean invalidateKeyCache concode_elem_sep boolean drainNode concode_elem_sep boolean joinRing concode_elem_sep boolean getIncrementalBackUpStatus concode_elem_sep void takeNod... |
void function ( Collection < Operator < ? >> arg0 , Operator < ? > arg1 , Class < ? > arg2 ) { Preconditions . checkArgument ( arg2 != null , "srini_string" ) ; if ( arg1 == null ) { return ; } if ( arg2 . equals ( arg1 . getClass ( ) ) ) { arg0 . add ( arg1 ) ; } for ( Operator < ? > loc0 : arg1 . getChildOperators ( ... | recursively find all operators under root , that are of class clazz , and put them in result . concode_field_sep PlaceHolder placeHolder concode_field_sep Path generateTmpPathForPartitionPruning concode_elem_sep BytesWritable copyBytesWritable concode_elem_sep HiveKey copyHiveKey concode_elem_sep URI uploadToHDFS conco... |
long function ( ) { return transitionTime ; } | analogous to #buildnumber but for #transitiontime . concode_field_sep boolean logMINOR concode_elem_sep int lastGoodStableBuild concode_elem_sep String cvsRevision concode_elem_sep int buildNumber concode_elem_sep String nodeName concode_elem_sep String stableNodeVersion concode_elem_sep String stableProtocolVersion co... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumNumberEnum getEnumNumber concode_elem_sep... |
String function ( ) { return type ; } | gets the value of the type property . concode_field_sep int numberOfProjects concode_elem_sep int numberOfCheckouts concode_elem_sep int schemaVersion concode_elem_sep XMLGregorianCalendar created concode_elem_sep long databaseSizeInBytes concode_elem_sep int numberOfUsers concode_elem_sep String location concode_elem_... |
void function ( KickstartData arg0 ) { if ( arg0 . isRhel5 ( ) ) { KickstartCommand loc0 = arg0 . getCommand ( "srini_string" ) ; if ( loc0 == null ) { createCommand ( "srini_string" , "srini_string" , arg0 ) ; } } else { arg0 . removeCommand ( "srini_string" , false ) ; } } | basically add or remove key -- skip to the ks file ... mainly used for the wizard concode_field_sep User currentUser concode_elem_sep Logger log concode_field_sep void processRepos concode_elem_sep PackageName findPackageName concode_elem_sep KickstartCommand createCommand concode_elem_sep List<Channel> getAvailableCha... |
com . amazon . ec2 . MonitorInstancesType function ( ) { return localMonitorInstances ; } | auto generated getter method concode_field_sep com.amazon.ec2.MonitorInstancesType localMonitorInstances concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep... |
void function ( String arg0 ) { this . value = arg0 ; } | modifies value of the property . concode_field_sep String displayValue concode_elem_sep boolean isProtected concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String value concode_elem_sep boolean isMultiValue concode_field_sep void setName concode_elem_sep... |
int function ( ) { return priority ; } | the priority of a change implementation controls which implementation is used if several exist for the same `` name '' . concode_field_sep int PRIORITY_DEFAULT concode_elem_sep String name concode_elem_sep String description concode_elem_sep Set<String> appliesTo concode_elem_sep int priority concode_elem_sep Map<Strin... |
void function ( int arg0 ) { if ( arg0 < 0 || arg0 > 48 ) { throw new IllegalArgumentException ( String . format ( "srini_string" , "srini_string" , 0 , 48 ) ) ; } this . maximumNonWorkHoursSuggestionsPerDay = arg0 ; } | sets the maximum non work hours suggestions per day . concode_field_sep int maximumSuggestionsPerDay concode_elem_sep int mergedFreeBusyInterval concode_elem_sep Date currentMeetingTime concode_elem_sep String globalObjectId concode_elem_sep FreeBusyViewType requestedFreeBusyView concode_elem_sep int meetingDuration co... |
void function ( DateTime arg0 ) { _timestamp = arg0 ; } | sets the time at which this comment was made . concode_field_sep User _author concode_elem_sep String _content concode_elem_sep DateTime _timestamp concode_field_sep void setAuthor concode_elem_sep User getAuthor concode_elem_sep DateTime getTimePosted concode_elem_sep int hashCode concode_elem_sep String getContent co... |
void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runPipelineCloseTest ( loc0 , new OomAction ( loc0 , 1 ) ) ; } | pipeline close : dn1 throws an outofmemoryexception right after it received a close request from client . client gets an ioexception and determine dn1 bad . concode_field_sep PlaceHolder placeHolder concode_field_sep void pipeline_Fi_38 concode_elem_sep void pipeline_Fi_49 concode_elem_sep void pipeline_Fi_39 concode_e... |
void function ( @ NotNull XValueGroup arg0 ) { myBottomGroups . add ( arg0 ) ; } | adds a node representing group of values to the bottom of a node children list concode_field_sep List<XValue> myValues concode_elem_sep XValueChildrenList EMPTY concode_elem_sep List<String> myNames concode_elem_sep List<XValueGroup> myBottomGroups concode_elem_sep List<XValueGroup> myTopGroups concode_field_sep XValue... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.