code
stringlengths
20
663
nl
stringlengths
68
7.19k
SAXFilter function ( ) { this . allowDocumentLocators = true ; return this ; }
allow document locator events concode_field_sep boolean allowPrefixMappings concode_elem_sep boolean allowIgnorableWhitespace concode_elem_sep boolean allowProcessingInstructions concode_elem_sep boolean allowDTDs concode_elem_sep boolean allowCDATA concode_elem_sep boolean allowDocuments concode_elem_sep ContentHandle...
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setX concode_el...
void function ( int arg0 , String arg1 , String arg2 , Throwable arg3 ) { String loc0 = arg2 ; if ( loc0 == null ) { loc0 = "srini_string" ; } if ( arg3 != null ) { arg2 += "srini_string" + Log . getStackTraceString ( arg3 ) ; } Log . println ( arg0 , arg1 , loc0 ) ; if ( mNext != null ) { mNext . println ( arg0 , arg1...
prints data out to the console using android 's native log mechanism . concode_field_sep LogNode mNext concode_field_sep void setNext concode_elem_sep LogNode getNext
Subscriber < T > function ( final Subscriber < ? super T > arg0 ) { return new Subscriber < T > ( arg0 ) { @ Override public void onCompleted ( ) { arg0 . onCompleted ( ) ; } @ Override public void onError ( Throwable arg1 ) { arg0 . onError ( arg1 ) ; } @ Override public void onNext ( T arg1 ) { arg0 . onNext ( arg1 )...
returns a new subscriber that passes all events tosubscriber , has backpressure controlled by subscriber and uses the subscription list of subscriber when subscriber #add rx.subscription iscalled . concode_field_sep PlaceHolder placeHolder concode_field_sep Subscriber<T> create concode_elem_sep Subscriber<T> create con...
String function ( String arg0 ) { return arg0 ; }
returns the docs101 collection concode_field_sep Activity act concode_field_sep String getApiKey concode_elem_sep void getActivity concode_elem_sep String getDatabaseName concode_elem_sep String setUserDataInDB concode_elem_sep String setBookDataInDB concode_elem_sep String buildTableGetURL concode_elem_sep String crea...
void function ( String arg0 ) { this . queryName = arg0 ; }
setter for queryname . concode_field_sep String localName concode_elem_sep String displayName concode_elem_sep List<T> values concode_elem_sep String queryName concode_elem_sep String id concode_field_sep String getLocalName concode_elem_sep List<T> getValues concode_elem_sep String getDisplayName concode_elem_sep void...
Class function ( final Class arg0 , final String arg1 ) { Class loc0 = getNavigableAssociationEndType ( arg0 , arg1 ) ; if ( loc0 == null ) { loc0 = getEmbeddedValueType ( arg0 , arg1 ) ; } return loc0 ; }
gets the type of the property given the ownertype and name concode_field_sep java.util.Map embeddedValueNamesByType concode_elem_sep String name concode_elem_sep java.util.Map embeddedValuesByType concode_elem_sep Class type concode_elem_sep java.util.Map navigableAssociationEndsByType concode_field_sep void initialize...
void function ( HtmlBasedComponent arg0 , Color arg1 ) { String loc0 = createHexColorString ( arg1 ) ; String loc1 = STYLE_COLOR + loc0 ; arg0 . setStyle ( loc1 ) ; return ; }
sets css color style for component . previous styles are removed . concode_field_sep String STYLE_TEXT_ALIGN_CENTER concode_elem_sep String STYLE_BACKGROUND_COLOR concode_elem_sep String STYLE_TEXT_ALIGN_LEFT concode_elem_sep String STYLE_TEXT_ALIGN_RIGHT concode_elem_sep String STYLE_COLOR concode_field_sep String cre...
Class < ? > function ( ) { return ( this . lazyTarget != null ? this . lazyTarget . getClass ( ) : null ) ; }
this default implementation returns null if thetarget is null it is has n't yet been initialized , or the target class if the target has already been initialized . subclasses may wish to override this method in order to provide a meaningful value when the target is still null . concode_field_sep Log logger concode_elem...
void function ( boolean arg0 ) { this . isDebugEnabled = arg0 ; }
set logging of debug messages . concode_field_sep ILog log concode_elem_sep boolean isDebugEnabled concode_elem_sep Map<String,RiderLogFacade> openLogs concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep RiderLogFacade getLog concode_elem_sep voi...
ParseTreeMatch function ( ParseTree arg0 ) { return matcher . match ( arg0 , this ) ; }
match a specific parse tree against this tree pattern . concode_field_sep int patternRuleIndex concode_elem_sep String pattern concode_elem_sep ParseTreePatternMatcher matcher concode_elem_sep ParseTree patternTree concode_field_sep int getPatternRuleIndex concode_elem_sep ParseTreePatternMatcher getMatcher concode_ele...
String function ( ) { return Long . toHexString ( method ) + "srini_string" + Long . toString ( location ) ; }
converts the location to a string concode_field_sep long method concode_elem_sep long location concode_field_sep int hashCode concode_elem_sep boolean equals
String function ( String arg0 ) { return _oRedirectResolverExecutor . resolveRedirect ( _oHttpServletRequest , new Redirect ( arg0 ) ) ; }
call to resolve a url from a target url , the url may be a partial url that this method is expected to complete . the url may even simply be a mnemonic reference that is mapped to a complete url by this method . concode_field_sep HttpServletRequest _oHttpServletRequest concode_elem_sep RedirectResolverExecutor _oRedire...
void function ( String arg0 ) { this . status = arg0 ; }
specifies the status of the ip range . status can be `` authorizing '' , `` authorized '' , `` revoking '' , and `` revoked '' . concode_field_sep String status concode_elem_sep String cIDRIP concode_field_sep IPRange withStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IPRange clon...
StackTraceElement function ( ) { for ( final StackTraceElement loc0 : new Throwable ( ) . getStackTrace ( ) ) { String loc1 = loc0 . getClassName ( ) ; if ( ! classNamesToSkip . contains ( loc1 ) ) { return loc0 ; } } throw new AssertionError ( ) ; }
returns the calling line of code . the selected line is the nearest to the top of the stack that is not skipped . concode_field_sep Object UNKNOWN_SOURCE concode_elem_sep Set<String> classNamesToSkip concode_elem_sep SourceProvider DEFAULT_INSTANCE concode_field_sep SourceProvider plusSkippedClasses
Movie function ( Movie arg0 ) { List < Track > loc0 = new LinkedList < Track > ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . add ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 ) ) ) ; } arg0 . setTracks ( loc0 ) ; return arg0 ; }
returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep FragmentIntersectionFinder intersectionF...
byte [ ] function ( FileChannel arg0 , long arg1 , int arg2 ) { byte [ ] loc0 = new byte [ arg2 ] ; readFromFileChannelWithEofException ( arg0 , arg1 , loc0 , 0 , arg2 ) ; return loc0 ; }
read length bytes from position of a file channel concode_field_sep int WRITE_CHUNK_SIZE concode_elem_sep int READ_CHUNK_SIZE concode_field_sep void readFromFileChannelWithEofException concode_elem_sep void readFromFileChannelWithEofException concode_elem_sep void writeToChannel concode_elem_sep void writeToChannel con...
void function ( Runnable arg0 ) { Display loc0 = Display . getCurrent ( ) ; if ( loc0 != null ) arg0 . run ( ) ; else Display . getDefault ( ) . syncExec ( arg0 ) ; }
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 ( final HttpParams arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setIntParameter ( CoreConnectionPNames . SO_TIMEOUT , arg1 ) ; }
sets value of the coreconnectionpnames #so_timeout parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep boolean getSoReuseaddr concode_elem_sep boolean ge...
int function ( ) { if ( hash == 0 ) { hash = Arrays . hashCode ( id ) ; } return hash ; }
returns a hash code value of this rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id concode_elem_sep byte[] getBytes
int function ( ) { return name . hashCode ( ) ; }
returns a hash code value for the name object . this hash is based on the string representation of name of the name object . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep boolean equals...
boolean function ( Collection arg0 ) { return arg0 == null || arg0 . isEmpty ( ) ; }
returns true if the given collection is null or empty , otherwise returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep long[] toLongArray concode_elem_sep Collection<Data> objectToDataCollection concode_elem_sep void objectToDataCollection concode_elem_sep int[] toIntArray concode_elem_sep boolea...
BigInteger function ( ) { return numOfElements ; }
gets the value of the numofelements property . concode_field_sep List<ScalableSeriesType.Scaling> scaling concode_elem_sep BigInteger numOfElements concode_elem_sep BigInteger totalNumOfSamples concode_elem_sep long serialVersionUID concode_elem_sep BigInteger ratio concode_field_sep void setTotalNumOfSamples concode_e...
String function ( ) { return adUnitActionType ; }
gets the value of the adunitactiontype property . concode_field_sep String adUnitActionType concode_field_sep void setAdUnitActionType
double function ( ) { return getX ( ) ; }
returns the smallest x coordinate of the framing rectangle of the shape in double precision . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem...
Map < String , WindowsAccount > function ( ) { return this . groups ; }
windows groups that the user is a member of . concode_field_sep String fqn concode_elem_sep IWindowsIdentity identity concode_elem_sep List<String> roles concode_elem_sep Map<String,WindowsAccount> groups concode_elem_sep long serialVersionUID concode_elem_sep String sidString concode_elem_sep byte[] sid concode_field_...
Task function ( Task arg0 ) { return instance ( ) . postTask ( arg0 ) ; }
schedules a task on #instance . concode_field_sep int CANCELLED concode_elem_sep Application app concode_elem_sep Timer instance concode_elem_sep long pauseMillis concode_elem_sep Files files concode_elem_sep Array<Timer> instances concode_elem_sep TimerThread thread concode_elem_sep long intervalMillis concode_elem_se...
void function ( int arg0 ) { extraArmies = extraArmies - arg0 ; }
minus the number of armies from the player 's extra armies concode_field_sep int PLAYER_AI_AVERAGE concode_elem_sep Country capital concode_elem_sep int PLAYER_HUMAN concode_elem_sep String address concode_elem_sep boolean autoendgo concode_elem_sep int color concode_elem_sep Statistic currentStatistic concode_elem_sep...
FindScoreResponse function ( ) { return new FindScoreResponse ( ) ; }
create an instance of findscoreresponse concode_field_sep QName _FindScoreResponse_QNAME concode_elem_sep QName _FindScore_QNAME concode_field_sep FindScore createFindScore concode_elem_sep JAXBElement<FindScore> createFindScore
void function ( Object arg0 ) { }
do nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled concode_elem_sep boolean isErrorEnabled concode_elem_sep boolean isTraceEnabled concode_elem_sep boolean isDebugEnabl...
String function ( ) { return this . value ; }
gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ...
int function ( Object arg0 ) { if ( arg0 == null ) { return 0 ; } return arg0 . hashCode ( ) ; }
returns the hash code of the object , handling | null | . concode_field_sep int SERIALIZED_HANDLE_SIZE concode_elem_sep int UNION_SIZE concode_elem_sep int SERIALIZED_INTERFACE_SIZE concode_elem_sep int UNSPECIFIED_ARRAY_LENGTH concode_elem_sep int ARRAY_NULLABLE concode_elem_sep int ALIGNMENT concode_elem_sep DataHead...
void function ( Integer arg0 ) { this . idDispositivo = arg0 ; }
metodo que permite asignar un id al dispositivo concode_field_sep Integer idDispositivo concode_elem_sep Integer valor concode_elem_sep String nombre concode_elem_sep String estadoDispositivo concode_field_sep Integer getIdDispositivo concode_elem_sep String getNombre concode_elem_sep Integer getValor concode_elem_sep ...
void function ( ) { }
this method resets the outgoing events . concode_field_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean toA concode_elem_sep boolean toC concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean toZ concode_elem_sep boolean toY conco...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( HierarchicalStreamReader arg0 ) { if ( arg0 . hasMoreChildren ( ) ) { throw new ConversionException ( "srini_string" ) ; } }
asserts that the specified reader does not contain further elements in its section . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNoAttribute concode_elem_sep void assertNeitherNullNorEmpty
boolean function ( ClassNode arg0 ) { return true ; }
strategy method used to determine when compiler auto-configuration should be applied . defaults to always . concode_field_sep PlaceHolder placeHolder concode_field_sep void applyImports concode_elem_sep void apply concode_elem_sep void applyDependencies concode_elem_sep void applyToMainClass
java . lang . String function ( ) { return _pushNotificationsDevice . getPlatform ( ) ; }
returns the platform of this push notifications device . concode_field_sep PushNotificationsDevice _pushNotificationsDevice concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co...
void function ( Collection < Double > arg0 ) { for ( Double loc0 : arg0 ) { this . put ( loc0 . doubleValue ( ) ) ; } }
process a whole collection of double values . if any of the values is smaller than the current minimum , it will become the new minimum . if any of the values is larger than the current maximum , it will become the new maximum . concode_field_sep double min concode_elem_sep double max concode_field_sep double getMin co...
void function ( String arg0 ) { System . out . println ( arg0 ) ; System . out . flush ( ) ; }
send a message to the process over the standard input . concode_field_sep PlaceHolder placeHolder concode_field_sep String receive concode_elem_sep void main concode_elem_sep void run
char function ( char arg0 ) { if ( isLowercaseAlpha ( arg0 ) ) { arg0 -= ( char ) 0x20 ; } return arg0 ; }
uppers lowercase ascii char . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPropertyNameChar concode_elem_sep boolean isGenericDelimiter concode_elem_sep char[] toCharArray concode_elem_sep char[] toCharArray concode_elem_sep int findFirstDiff concode_elem_sep int findFirstDiff concode_elem_sep ...
void function ( ) { System . out . println ( usage ) ; }
print application usage instructions . concode_field_sep String inputFile concode_elem_sep String usage concode_elem_sep boolean skipBlocks concode_elem_sep Log LOG concode_elem_sep ImageVisitor processor concode_field_sep int findImageVersion concode_elem_sep void go concode_elem_sep Options buildOptions concode_elem_...
void function ( ) { reset ( ) ; Collections . shuffle ( aCards ) ; }
shuffles the deck . concode_field_sep Stack<Card> aCards concode_field_sep int size concode_elem_sep void reset concode_elem_sep Card draw concode_elem_sep void push
void function ( ) { }
this method closes the stream . any futher attempts to read from the stream may generate an ioexception this method does nothing in this class , but subclasses may override this method in order to provide additional functionality . concode_field_sep PlaceHolder placeHolder concode_field_sep int read concode_elem_sep in...
boolean function ( String arg0 , X509Certificate arg1 ) { List < String > loc0 = getSubjectAltNames ( arg1 , ALT_IPA_NAME ) ; for ( int loc1 = 0 , loc2 = loc0 . loc2 ( ) ; loc1 < loc2 ; loc1 ++ ) { if ( arg0 . equalsIgnoreCase ( loc0 . get ( loc1 ) ) ) { return true ; } } return false ; }
returns true if certificate matches ipaddress . concode_field_sep int ALT_IPA_NAME concode_elem_sep int ALT_DNS_NAME concode_elem_sep OkHostnameVerifier INSTANCE concode_field_sep boolean verifyHostname concode_elem_sep boolean verifyHostname concode_elem_sep List<String> allSubjectAltNames concode_elem_sep List<String...
Boolean function ( ) { return isPrimary ; }
gets the value of the isprimary property . concode_field_sep Double contribution concode_elem_sep Boolean isPrimary concode_elem_sep RecordRef salesRole concode_elem_sep RecordRef employee concode_field_sep Double getContribution concode_elem_sep void setEmployee concode_elem_sep void setSalesRole concode_elem_sep Reco...
RedBlackNode < E > function ( int arg0 ) { if ( arg0 < 0 ) { return left ; } return right ; }
return left negative or right positive child concode_field_sep RedBlackNode<E> parent concode_elem_sep E item concode_elem_sep boolean RED concode_elem_sep boolean color concode_elem_sep RedBlackNode<E> left concode_elem_sep RedBlackNode<E> right concode_elem_sep boolean BLACK concode_field_sep RedBlackNode<E> getParen...
void function ( final String arg0 ) { this . startWith = arg0 ; }
setter for #startwith . concode_field_sep String cache concode_elem_sep String minValue concode_elem_sep String maxValue concode_elem_sep String name concode_elem_sep String increment concode_elem_sep String comment concode_elem_sep boolean cycle concode_elem_sep String ownedBy concode_elem_sep String startWith concode...
void function ( PreparedStatement arg0 , int arg1 , int arg2 , Object arg3 ) { StatementCreatorUtils . setParameterValue ( arg0 , arg1 , arg2 , arg3 ) ; }
set the value for the prepared statement 's specified parameter position using the passed in value and type . this method can be overridden by sub-classes if needed . concode_field_sep Object[] args concode_elem_sep int[] argTypes concode_field_sep void setValues concode_elem_sep void cleanupParameters
AtomicType function ( ) { return Type . ANY_ATOMIC_TYPE ; }
get the most specific possible atomic type that all items in this simpletype belong to concode_field_sep AnySimpleType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationException validateContent concode_elem_sep boolean allowsDerivation concode_e...
String function ( ) { return eTag ; }
returns the entity tag generated from the content of the associated part . concode_field_sep int partNumber concode_elem_sep String eTag concode_field_sep int getPartNumber concode_elem_sep void setPartNumber concode_elem_sep PartETag withPartNumber concode_elem_sep PartETag withETag concode_elem_sep void setETag
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; framingRect = null ; framingRectInPreview = null ; } }
closes the camera driver if still in use . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_elem_sep...
ExtensionsRegistry function ( ) { ExtensionsRegistry loc0 = getThreadExtensionsRegistry ( ) ; if ( loc0 == null ) { loc0 = getSystemExtensionsRegistry ( ) ; } return loc0 ; }
returns the extensions registry to be used in the current context . the method returns the thread extensions registry as returned by #getthreadextensionsregistry if it exists , and the system registry as returned by #getsystemextensionsregistry otherwise . concode_field_sep ThreadLocal<ExtensionsRegistry> threadRegistr...
String function ( ) { return "srini_string" + this . width + "srini_string" + this . height + "srini_string" ; }
returns a string representation of this instance , mostly used for debugging purposes . concode_field_sep long serialVersionUID concode_elem_sep double width concode_elem_sep double height concode_field_sep double getHeight concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep double getWidth c...
Pix function ( int arg0 ) { int loc0 = nativeGetPix ( mNativePixa , arg0 ) ; if ( loc0 == 0 ) { return null ; } return new Pix ( loc0 ) ; }
returns the pix at the specified index , or null on error . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_sep int nativeGetPix concode_elem...
double function ( ) { checkState ( count != 0 ) ; return mean ; }
returns the arithmetic mean of the values . the count must be non-zero . if these values are a sample drawn from a population , this is also an unbiased estimator of the arithmetic mean of the population . non-finite values if the dataset contains double #nan then the result is double #nan . if it contains both double ...
void function ( String arg0 ) { this . recipientArn = arg0 ; }
this parameter is used only for sending authorization . it is the arn of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email . for more information about sending authorization , see the amazon ses developer guide . concode_field_...
Date function ( ) { return this . ifUnmodifiedSince ; }
for use in the header if-unmodified-since return the object only if it has not been modified since the specified time , otherwise return a 412 precondition failed . concode_field_sep List<String> ranges concode_elem_sep Date ifUnmodifiedSince concode_elem_sep Date ifModifiedSince concode_elem_sep String ifNoneMatch con...
void function ( Date arg0 ) { this . dateUpdated = arg0 ; }
sets the date updated concode_field_sep Address address concode_elem_sep MapdustComment[] comments concode_elem_sep String extUid concode_elem_sep String description concode_elem_sep String source concode_elem_sep BugType type concode_elem_sep String skoUid concode_elem_sep String kmlUrl concode_elem_sep MapdustRelevan...
int function ( ) { return revisionCounter ; }
returns the revision counter . concode_field_sep int fullRevisionID concode_elem_sep Integer contributorId concode_elem_sep int articleID concode_elem_sep String contributorName concode_elem_sep int revisionId concode_elem_sep Timestamp timeStamp concode_elem_sep int revisionCounter concode_elem_sep boolean isMinor con...
void function ( double arg0 ) { this . score = arg0 ; }
set the score value concode_field_sep double score concode_elem_sep T assignedClass concode_field_sep T getAssignedClass concode_elem_sep int compareTo concode_elem_sep double getScore
void function ( String arg0 ) { d ( "srini_string" , arg0 ) ; TAG = arg0 ; DEBUG = Log . isLoggable ( TAG , Log . VERBOSE ) ; }
customize the log tag for your application , so that other apps using volley do n't mix their logs with yours . enable the log property for your tag before starting your app : adb shell setprop log.tag . < tag > concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_ele...
StorageLevel function ( boolean arg0 , boolean arg1 , boolean arg2 , boolean arg3 , int arg4 ) { return StorageLevel . apply ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
create a new storagelevel object . concode_field_sep StorageLevel DISK_ONLY_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER concode_elem_sep StorageLevel DISK_ONLY concode_elem_sep StorageLevel MEMORY_ONLY concode_el...
boolean function ( ) { return Call . getMethod ( call ) . hasPreciseTarget ( ) ; }
return whether or not the target is precise ie needs no guard concode_field_sep Instruction call concode_elem_sep int realBCI concode_elem_sep boolean isExtant concode_elem_sep OptOptions options concode_elem_sep CompiledMethod cm concode_field_sep RVMMethod obtainTarget concode_elem_sep boolean isInvokeInterface conco...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; }
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...
List < InetAddress > function ( ) { try { synchronized ( lock ) { init ( ) ; return localAddresses ; } } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } }
locates all local loopback addresses for this machine . never returns an empty list . concode_field_sep Logger LOGGER concode_elem_sep Method method concode_elem_sep InetAddress localBindingAddress concode_elem_sep List<NetworkInterface> multicastInterfaces concode_elem_sep Object lock concode_elem_sep List<InetAddress...
void function ( ) { for ( Class < ? > loc0 : map . keySet ( ) ) System . out . println ( "srini_string" + loc0 . getCanonicalName ( ) ) ; }
print the content of the factory . concode_field_sep Factory parent concode_elem_sep ClassComparator cmp concode_elem_sep TreeMap<Class<?>,Maker> map concode_elem_sep Factory DEF concode_field_sep void add concode_elem_sep int compare concode_elem_sep Maker get concode_elem_sep String toString concode_elem_sep String t...
void function ( String arg0 , String arg1 ) { setProperty ( arg0 , arg1 ) ; }
set system property to value . if securitymanager denies property modification , print debug trace concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleP...
boolean function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; n -- ; boolean loc0 = ( ( buffer >> n ) & 1 ) == 1 ; if ( n == 0 ) fillBuffer ( ) ; return loc0 ; }
reads the next bit of data from standard input and return as a boolean . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDoub...
String function ( ) { return user ; }
retrieves the user name of the connectionrequestinfo . concode_field_sep String password concode_elem_sep String user concode_field_sep String getPassword concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isEqual
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
get servlet context . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem...
ByteBuffer function ( ) { return response ; }
gets the response . concode_field_sep UUID RESP_ID concode_elem_sep byte RESP_REQ_FLAG concode_elem_sep String cacheName concode_elem_sep int CMD_POS concode_elem_sep ByteBuffer response concode_elem_sep int AUX_OFFSET concode_elem_sep int KEY_POS concode_elem_sep long serialVersionUID concode_elem_sep List<String> msg...
void function ( String arg0 ) { this . persistenceManagerFactoryName = arg0 ; }
specify the name of the desired persistencemanagerfactory . this may either be a properties resource in the classpath if such a resource exists , or a pmf definition with that name from `` meta-inf/jdoconfig.xml '' , or a jpa entitymanagerfactory cast to a persistencemanagerfactory based on the persistence-unit name fr...
void function ( int arg0 ) { range . removeColumn ( arg0 ) ; }
removes a column from this spreadsheet . if the column is out of range of the columns in the sheet , then no action is taken concode_field_sep ConditionalFormatRangeRecord range concode_elem_sep ArrayList conditions concode_field_sep void insertColumn concode_elem_sep void insertRow concode_elem_sep void removeRow conc...
String function ( ) { return UMLSUser ; }
returns the umls username . concode_field_sep String aeDescriptorPath concode_elem_sep boolean prettyPrint concode_elem_sep CTAKESSerializer serializerType concode_elem_sep boolean serialize concode_elem_sep String UMLSPass concode_elem_sep boolean text concode_elem_sep String UMLSUser concode_elem_sep CTAKESAnnotation...
String function ( K arg0 ) { return arg0 . toString ( ) ; }
gets the key value for the given object concode_field_sep boolean lanServer concode_elem_sep Map<String,V> values concode_elem_sep File saveFile concode_elem_sep ParameterizedType USER_LIST_ENTRY_TYPE concode_elem_sep Logger LOGGER concode_elem_sep Gson gson concode_field_sep void removeEntry concode_elem_sep Type getR...
void function ( XMLStreamWriter arg0 , String arg1 ) { try { arg0 . writeCData ( arg1 ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } }
write a string as text node concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefi...
Class [ ] function ( ) { final Set < Class < ? >> loc0 = Stream . concat ( Stream . of ( SObjectBatch . class , BatchRequest . class ) , batchRequests . stream ( ) . map ( BatchRequest :: getRichInput ) . filter ( Objects :: nonNull ) . map ( Object :: getClass ) ) . collect ( Collectors . toSet ( ) ) ; return loc0 . t...
returns all object types nested within this batch , needed for serialization . concode_field_sep String apiPrefix concode_elem_sep List<BatchRequest> batchRequests concode_elem_sep long serialVersionUID concode_elem_sep String SOBJECT_TYPE_PARAM concode_elem_sep Version version concode_elem_sep int MAX_BATCH concode_fi...
String function ( ) { return ( this . address ) ; }
gets the address concode_field_sep String districtCode concode_elem_sep String phoneNumber concode_elem_sep String address concode_elem_sep String school concode_elem_sep String city concode_elem_sep String district concode_elem_sep String testCoordinator concode_elem_sep String schoolCode concode_elem_sep String siteT...
void function ( final String arg0 ) { this . majorVersion = arg0 ; }
defines the major version of the module . this property may be null to indicate that the module version is not specified . concode_field_sep String moduleClass concode_elem_sep String patchLevel concode_elem_sep String majorVersion concode_elem_sep String minorVersion concode_field_sep void setPatchLevel concode_elem_s...
void function ( ) { if ( ptr != 0 ) start ( ptr ) ; }
start . concode_field_sep int NOTIFY_DISPLAY_WAKE concode_elem_sep int NOTIFY_SLEEP concode_elem_sep int NOTIFY_SCREEN_LOCKED concode_elem_sep int NOTIFY_NETWORK_CHANGE concode_elem_sep int NOTIFY_SCREEN_UNLOCKED concode_elem_sep int NOTIFY_SCREENSAVER_WILL_STOP concode_elem_sep long ptr concode_elem_sep int NOTIFY_DNS...
void function ( Object arg0 , boolean arg1 ) { }
called to enable a rendezvous with count 2 . this method works by triggering a rule which calls byteman helper builtin createrendezvous o , 2 , repeatable concode_field_sep boolean running concode_elem_sep Uid uid concode_elem_sep boolean doRollback concode_elem_sep boolean cancelTried concode_elem_sep boolean rendezvo...
boolean function ( Class < ? > arg0 , Class < ? extends Annotation > arg1 ) { return org . springframework . core . annotation . AnnotationUtils . findAnnotation ( arg0 , arg1 ) != null ; }
check to see if annotation is present on a given class , take into account class hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Method> getAnnotatedMethods concode_elem_sep A getAnnotation concode_elem_sep A getAnnotation
void function ( ) { gradlePluginLord . addRefreshRequestToQueue ( ) ; }
this refreshes the task tree . useful if you know you 've changed something behind gradle 's back or when first displaying this ui . concode_field_sep AlternateUIInteraction alternateUIInteraction concode_elem_sep SettingsNode settings concode_elem_sep MainGradlePanel gradlePanel concode_elem_sep JPanel mainPanel conco...
void function ( DQCompletenessCommissionType arg0 ) { this . dqCompletenessCommission = arg0 ; }
sets the value of the dqcompletenesscommission property . concode_field_sep DQCompletenessCommissionType dqCompletenessCommission concode_elem_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...
void function ( long arg0 ) { _mbStatsUser . setUserId ( arg0 ) ; }
sets the user id of this message boards stats user . concode_field_sep MBStatsUser _mbStatsUser concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep int getMessag...
String function ( ) { String loc0 = ConfigurationManager . getProperty ( "srini_string" ) + File . separator + "srini_string" + File . separator ; return loc0 ; }
get the path for the news files . concode_field_sep Logger log concode_field_sep String writeNewsFile concode_elem_sep String readNewsFile
Status function ( ) { return status ; }
gets the value of the status property . concode_field_sep ProductProfile product concode_elem_sep XMLGregorianCalendar versionEndDate concode_elem_sep List<Description> description concode_elem_sep long serialVersionUID concode_elem_sep String version concode_elem_sep List<SpecificationGroup> characteristic concode_ele...
void function ( ) { Random loc0 = new Random ( ) ; for ( int loc1 = size ( ) - 1 ; loc1 > 0 ; loc1 -- ) { int loc2 = loc0 . nextInt ( loc1 ) ; swapCards ( loc1 , loc2 ) ; } }
randomly permute the cards . concode_field_sep ArrayList<Card> cards concode_elem_sep String label concode_field_sep void deal concode_elem_sep void swapCards concode_elem_sep String getLabel concode_elem_sep void addCard concode_elem_sep int size concode_elem_sep void dealAll concode_elem_sep Card last concode_elem_se...
void function ( com . amazon . ec2 . DescribeRegionsResponseType arg0 ) { this . localDescribeRegionsResponse = arg0 ; }
auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeRegionsResponseType localDescribeRegionsResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName co...
Object function ( ConnectionManager arg0 ) { log . finest ( "srini_string" ) ; return new AnnoConnectionFactoryImpl1 ( this , arg0 ) ; }
creates a connection factory instance . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep ManagedConnection createManag...
DataResult < PackageDto > function ( Channel arg0 ) { SelectMode loc0 = ModeFactory . getMode ( TaskConstants . MODE_NAME , TaskConstants . TASK_QUERY_REPOMD_GENERATOR_CHANNEL_PACKAGES ) ; Map < String , Object > loc1 = new HashMap < String , Object > ( ) ; loc1 . put ( "srini_string" , arg0 . getId ( ) ) ; return loc0...
get the channel package list for a channel concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<PackageCapabilityDto> getPackageCapabilityDtos concode_elem_sep Collection<PackageChangelogDto> getPackageChangelogDtos concode_elem_sep DataResult getTaskStatusInfo
void function ( ErrorListener arg0 ) { errorEventSupport_ . removeErrorListener ( arg0 ) ; }
removes a listener to be notified when an error occurs . concode_field_sep String waitToIneligibleText_ concode_elem_sep String maximumActiveThreadsText_ concode_elem_sep String generalTabText_ concode_elem_sep String[] names_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String activeToWaitT...
String function ( ) { return "srini_string" ; }
some text . concode_field_sep String fFirstName concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ...
void function ( ) { inputToOutputXref = EMPTY_INT_ARRAY ; outputToModelXref = EMPTY_INT_ARRAY ; }
resets this filter . concode_field_sep int order concode_elem_sep int[] EMPTY_INT_ARRAY concode_elem_sep int[] inputToOutputXref concode_elem_sep int[] outputToModelXref concode_elem_sep FilterSet filterSet concode_field_sep FilterSet getFilterSet concode_elem_sep void setFilterSet concode_elem_sep void fireFilterChang...
String function ( ) { return this . name + "srini_string" + numberSimilar + "srini_string" ; }
to string this item . concode_field_sep int numberSimilar concode_elem_sep int numberInLog concode_elem_sep String name concode_field_sep ProcessInstance getProcessInstance concode_elem_sep int getNumberInLog
int function ( ) { return st_mode ; }
todo concode_field_sep long st_scount concode_elem_sep int st_wc_bytes concode_elem_sep int st_lg_size concode_elem_sep int st_cur_offset concode_elem_sep int st_w_mbytes concode_elem_sep int st_regsize concode_elem_sep int st_w_bytes concode_elem_sep int st_magic concode_elem_sep int st_maxcommitperflush concode_elem_...
boolean function ( ) { return pos < srcEnd ; }
returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ...
SaveData function ( ) { SaveData loc0 = new SaveData ( this ) ; data . add ( loc0 ) ; return loc0 ; }
creates and adds a new savedata object to the save data list concode_field_sep ObjectMap<String,SaveData> uniqueData concode_elem_sep IntArray assets concode_elem_sep String filename concode_elem_sep Array<SaveData> data concode_elem_sep T resource concode_elem_sep int loadIndex concode_elem_sep Array<AssetData> shared...
ItemScope function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) ) { return getCommentActivityResult ( ) ; } if ( arg0 . equals ( "srini_string" ) ) { return getReserveActivityResult ( ) ; } if ( arg0 . equals ( "srini_string" ) ) { return getReviewActivityResult ( ) ; } return null ; }
generates the `` result '' json object for select moments . concode_field_sep String[] ACTIONS concode_elem_sep ArrayList<String> MOMENT_LIST concode_elem_sep HashMap<String,String> MOMENT_TYPES concode_field_sep ItemScope getReviewActivityResult concode_elem_sep ItemScope getCommentActivityResult concode_elem_sep Item...