code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( byte [ ] arg0 ) { char [ ] loc0 = { '0' , '1' , '2' , '3' , '4' , '5' , '6' , '7' , '8' , '9' , 'a' , 'b' , 'c' , 'd' , 'e' , 'f' } ; StringBuffer loc1 = new StringBuffer ( ) ; for ( byte loc2 : arg0 ) { loc1 . append ( loc0 [ loc2 >> 4 & 0xf ] ) ; loc1 . append ( loc0 [ loc2 & 0xf ] ) ; } return new ...
converts a hash into its hexadecimal string representation . concode_field_sep Logger logger concode_field_sep String getHash concode_elem_sep Document getDocumentFromFile concode_elem_sep Document getDocumentFromFile concode_elem_sep byte[] loadFile concode_elem_sep byte[] loadFile concode_elem_sep Document getDocumen...
void function ( ) { LayeredBarRenderer loc0 = new LayeredBarRenderer ( ) ; LayeredBarRenderer loc1 = ( LayeredBarRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_elem_sep void testEquals
String function ( ) { return DEFAULT_DIGEST_ALGORITHM ; }
the digest algorithm used if none is configured . concode_field_sep ConfigurationService config concode_elem_sep byte[] salt concode_elem_sep String DEFAULT_DIGEST_ALGORITHM concode_elem_sep int SALT_BYTES concode_elem_sep Charset UTF_8 concode_elem_sep int HASH_ROUNDS concode_elem_sep Logger log concode_elem_sep int R...
TraceEventType function ( ) { return TraceEventType . convert ( m_event . getType ( ) ) ; }
returns the type of the trace event . concode_field_sep ITraceEvent m_event concode_field_sep Address getAddress concode_elem_sep String toString concode_elem_sep List<TraceRegister> getTraceValues
void function ( ) { }
this method is called when the layout was changed . concode_field_sep Layout layout concode_elem_sep Score score concode_elem_sep CommandPerformer commandPerformer concode_elem_sep SupportedFormats<ScoreDoc> supportedFormats concode_field_sep void setScoreAndLayout concode_elem_sep Layout getLayout concode_elem_sep Sco...
String function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; SimpleDateFormat loc1 = new SimpleDateFormat ( dateFormat ) ; String loc2 = loc1 . format ( loc0 . getTime ( ) ) ; return loc2 ; }
get current day with format yyyy-mm-dd concode_field_sep Map<Integer,String> weekMap concode_elem_sep Map<Integer,String> monthMap concode_elem_sep String timeFormat concode_elem_sep Logger log concode_elem_sep String dateFormat concode_elem_sep String datePatterns[] concode_field_sep Calendar stringToCalendar concode_...
void function ( RasOID arg0 ) { oid = arg0 ; }
set oid concode_field_sep String rcsid concode_elem_sep String typeName concode_elem_sep String objectName concode_elem_sep int lock concode_elem_sep String typeStructure concode_elem_sep RasOID oid concode_elem_sep int type concode_elem_sep int status concode_field_sep void setObjectType concode_elem_sep void setLock ...
boolean function ( ) { if ( imgAdded ) { Lookup . getDefault ( ) . lookup ( AddImageAction . class ) . requestFocusButton ( NbBundle . getMessage ( this . getClass ( ) , "srini_string" ) ) ; } return imgAdded ; }
tests whether the panel is finished and it is safe to proceed to the next one . if the panel is valid , the `` next '' button will be enabled . concode_field_sep DSPProgressMonitorImpl dspProgressMonitorImpl concode_elem_sep AddImageWizardAddingProgressVisual component concode_elem_sep boolean imgAdded concode_elem_sep...
void function ( ) { if ( ! begun ) throw new IllegalStateException ( getClass ( ) . getSimpleName ( ) + "srini_string" ) ; }
sends any accumulated drawing calls to the gpu . depending on the nature of the batch , this may be necessary before certain state changes like switching to a new texture . this should be a noop if there 's nothing to flush . concode_field_sep boolean begun concode_field_sep void end concode_elem_sep void begin concode...
ManagedObjectReference function ( ) { return returnval ; }
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
void function ( Long arg0 ) { this . personId = arg0 ; }
sets the value of the personid property . concode_field_sep String measure concode_elem_sep Goal goalI concode_elem_sep Long personId concode_elem_sep String type concode_field_sep void setMeasure concode_elem_sep Long getPersonId concode_elem_sep String getMeasure concode_elem_sep String getType concode_elem_sep void ...
String function ( ) { return object ; }
gets the value of the object property . concode_field_sep String predicate concode_elem_sep boolean isLiteral concode_elem_sep String datatype concode_elem_sep String subject concode_elem_sep String object concode_field_sep String getSubject concode_elem_sep void setIsLiteral concode_elem_sep String getDatatype concode...
List < FlashMap > function ( List < FlashMap > arg0 ) { List < FlashMap > loc0 = new LinkedList < > ( ) ; for ( FlashMap loc1 : arg0 ) { if ( loc1 . isExpired ( ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
return a list of expired flashmap instances contained in the given list . concode_field_sep Log logger concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep int flashMapTimeout concode_elem_sep Object DEFAULT_FLASH_MAPS_MUTEX concode_field_sep boolean isFlashMapForRequest concode_elem_sep void setFlashMapTimeou...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.String instancia concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String numeroPorta concode_elem_sep java.lang.String status concode_fi...
int function ( ) { throw new RuntimeException ( ) ; }
the default uncaught exception handler was reached , and the uncaught exception was an outofmemoryerror . concode_field_sep SparkExitCode$ MODULE$ concode_field_sep int UNCAUGHT_EXCEPTION concode_elem_sep int UNCAUGHT_EXCEPTION_TWICE
Map < String , Object > function ( ) { return this . data ; }
returns the event data . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getPrincipal concode_elem_sep String getType concode_elem_sep Date getTimestamp concode_elem_sep String toString concode_elem_sep Map...
BigInteger function ( ) { return serialNum ; }
return the serial number . concode_field_sep BigInteger serialNum concode_field_sep void encode concode_elem_sep String toString concode_elem_sep void construct
MockHttpServletRequestBuilder function ( String arg0 , Object ... arg1 ) { return new MockHttpServletRequestBuilder ( HttpMethod . HEAD , arg0 , arg1 ) ; }
create a mockhttpservletrequestbuilder for a head request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder request concode_elem_sep MockHttpServletRequestBuilder request c...
String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( AUDIO_PATH ) ; Date loc1 = new Date ( System . currentTimeMillis ( ) ) ; loc0 . append ( dateTime . format ( loc1 ) ) ; loc0 . append ( "srini_string" ) . append ( arg0 ) ; return loc0 . toString ( ) ; }
get a unique file prefix for the system store for video . this is based on the root `` file : / / / store/home/user / date-time - '' + xxxxx where the client provides the xxxxx . this methods puts the date and time in the filename , so that a new directory is not created in each case concode_field_sep String VIDEO_PATH...
play . api . mvc . ResponseHeader function ( ) { return header . asScala ( ) ; }
get the scala version of response header concode_field_sep Session session concode_elem_sep ResponseHeader header concode_elem_sep HttpEntity body concode_elem_sep List<Cookie> cookies concode_elem_sep Flash flash concode_field_sep Map<String,String> headers concode_elem_sep Optional<String> charset concode_elem_sep Co...
List < Fragment > function ( ) { return mHost . mFragmentManager . retainNonConfig ( ) ; }
returns a list of fragments that have opted to retain their instance across configuration changes . concode_field_sep FragmentHostCallback<?> mHost concode_field_sep LoaderManager getSupportLoaderManager concode_elem_sep void reportLoaderStart concode_elem_sep void dispatchOptionsMenuClosed concode_elem_sep boolean dis...
String function ( ) { return request . getRemoteUser ( ) ; }
gets the user id concode_field_sep HttpServletRequest request concode_field_sep boolean isRequestSecure concode_elem_sep Principal getUserPrincipal concode_elem_sep HttpServletRequest getRequest concode_elem_sep boolean isUserInRole
Circular function ( ) { return other ; }
returns the other . concode_field_sep Circular other concode_elem_sep String id concode_elem_sep Object anyEntity concode_elem_sep Class clazz concode_field_sep void setOther concode_elem_sep Class getClazz concode_elem_sep void setClazz concode_elem_sep Object getAnyEntity concode_elem_sep void setAnyEntity concode_el...
Long function ( ) { return itemId ; }
gets the item id concode_field_sep String content concode_elem_sep Long itemId concode_elem_sep String meta concode_field_sep void setContent concode_elem_sep String getContent concode_elem_sep String getMeta concode_elem_sep void setMeta concode_elem_sep void setItemId
String function ( ) { return this . name ; }
returns a string representing the object . concode_field_sep TickType MINOR concode_elem_sep TickType MAJOR concode_elem_sep String name concode_field_sep Object readResolve concode_elem_sep boolean equals
void function ( ) { writeStream . close ( ) ; if ( ! writeFile . delete ( ) ) { throw new IOException ( RB . singleton . getString ( RB . WORKFILE_DELETE_FAIL , writeFile . getAbsolutePath ( ) ) ) ; } }
implements java.io.closeable . important : this method deletes the work file after closing it ! concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COM...
void function ( ) { AxisSpace loc0 = new AxisSpace ( ) ; AxisSpace loc1 = ( AxisSpace ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testHashCode concode_elem_sep void testEquals
ShapeType function ( ) { return type ; }
accessor for the type concode_field_sep int drawingNumber concode_elem_sep Origin origin concode_elem_sep int column concode_elem_sep DrawingGroup drawingGroup concode_elem_sep ShapeType type concode_elem_sep MsoDrawingRecord msoDrawingRecord concode_elem_sep WorkbookSettings workbookSettings concode_elem_sep int blipI...
boolean function ( ) { return allowIncorrectSchemaVersion ; }
returns the allowincorrectschemaversion flag . concode_field_sep boolean allowIncorrectSchemaVersion concode_elem_sep boolean validateSchemaVersion concode_field_sep void setValidateSchemaVersion concode_elem_sep void setAllowIncorrectSchemaVersion concode_elem_sep boolean getValidateSchemaVersion
void function ( final Logger arg0 , final String arg1 , final String arg2 , final Throwable arg3 ) { if ( arg0 . isDebugEnabled ( ) ) { arg0 . callAppenders ( new LoggingEvent ( FQCN , arg0 , Level . DEBUG , arg1 + "srini_string" + arg2 + "srini_string" , arg3 ) ) ; } }
logs a throwing message at debug level . concode_field_sep String FQCN concode_elem_sep Level TRACE concode_field_sep void entering concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep Boolean valueOf concode_elem_sep Character valueOf concode_elem_sep Byte value...
void function ( ) { zeigeAn ( MediathekUI . VORMERKEN ) ; }
zeigt die vormerk-ansicht concode_field_sep JButton _vormerkButton concode_elem_sep JFrame _frame concode_elem_sep JPanel _menuPanel concode_elem_sep JButton _rueckgabeButton concode_elem_sep CardLayout _anzeigeLayout concode_elem_sep JPanel _spacerPanel concode_elem_sep String RUECKGABE concode_elem_sep JPanel _anzeig...
int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; }
reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . 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 Thread...
int function ( ) { return m_Seed ; }
gets the seed for randomization during cross-validation concode_field_sep int m_Seed concode_field_sep FastVector getTestPredictions concode_elem_sep Prediction getPrediction concode_elem_sep FastVector getCVPredictions concode_elem_sep void setSeed concode_elem_sep FastVector getTrainTestPredictions
void function ( String [ ] arg0 ) { this . ccMailList = arg0 ; }
sets the cc mail list . concode_field_sep String emailAddress concode_elem_sep String[] ccMailList concode_elem_sep String[] bccMailList concode_elem_sep String templateName concode_elem_sep String userActivationCode concode_elem_sep String subject concode_elem_sep String ccMailId concode_elem_sep String bccMailId conc...
long function ( ) { globalActionTimestamp ++ ; return globalActionTimestamp ; }
gets the next timestamp for an action concode_field_sep long globalActionTimestamp concode_elem_sep boolean reWriteProtect concode_elem_sep Database database concode_elem_sep LongKeyIntValueHashMap rowSessionMap concode_field_sep void rollback concode_elem_sep Transaction[] getTransactionList concode_elem_sep void chec...
Collection < String > function ( ) { return facets ; }
lists selected facets . concode_field_sep int DEFAULT_LIMIT concode_elem_sep int offset concode_elem_sep int DEFAULT_OFFSET concode_elem_sep int limit concode_elem_sep Set<String> facets concode_elem_sep int MAX_LIMIT concode_elem_sep Set<String> fieldsToReturn concode_field_sep SearchOptions writeDeprecatedJson concod...
void function ( Action [ ] arg0 ) { this . actions = ( arg0 == null ) ? null : arg0 . clone ( ) ; }
sets the list of actions that this directory scanner should carry out when a file is selected . default is notify and logresult . concode_field_sep List<FileMatch> includeFiles concode_elem_sep String name concode_elem_sep String rootDirectory concode_elem_sep Action[] actions concode_elem_sep List<FileMatch> excludeFi...
BitstreamDispatcher function ( ) { return dispatcher ; }
get dispatcher being used by this run of the checker . concode_field_sep ChecksumResultsCollector collector concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep ChecksumHistoryService checksumHistoryService concode_elem_sep Date processStartDate concode_elem_sep Logger LOG concode_elem_sep Context context c...
ImagePlus function ( ImagePlus arg0 , ImagePlus arg1 , boolean arg2 ) { images = new ImagePlus [ 2 ] ; images [ 0 ] = arg0 ; images [ 1 ] = arg1 ; return concatenate ( images , arg2 ) ; }
concatenate two images or stacks . concode_field_sep boolean batch concode_elem_sep ImagePlus[] images concode_elem_sep boolean im4D_option concode_elem_sep boolean im4D concode_elem_sep String pluginName concode_elem_sep boolean keep concode_elem_sep String newtitle concode_elem_sep boolean keep_option concode_elem_se...
void function ( boolean arg0 ) { this . repeat = arg0 ; }
setter for the field repeat . concode_field_sep String displayName concode_elem_sep String defaultValue concode_elem_sep Integer minLength concode_elem_sep String pattern concode_elem_sep String description concode_elem_sep ParamType type concode_elem_sep boolean required concode_elem_sep String example concode_elem_se...
Constant function ( String arg0 ) { return prodscan . getVal ( arg0 ) ; }
returns the value of the specified field . the value is obtained from whichever scan contains the field . concode_field_sep Transaction tx concode_elem_sep TableInfo ti concode_elem_sep int nextblknum concode_elem_sep Scan lhsscan concode_elem_sep int chunksize concode_elem_sep int filesize concode_elem_sep Scan prodsc...
Object function ( ) { return initialState ; }
returns the initial state of the agent . concode_field_sep ResultsFunction resultsFunction concode_elem_sep Object initialState concode_elem_sep ResultFunction resultFunction concode_elem_sep ActionsFunction actionsFunction concode_elem_sep StepCostFunction stepCostFunction concode_elem_sep GoalTest goalTest concode_fi...
String function ( ) { return getTarget ( ) . getLang ( ) ; }
returns the preferred language of the user concode_field_sep twitter4j.internal.http.HttpResponse res concode_elem_sep z_T4JInternalFactory factory concode_elem_sep User target concode_field_sep int getUtcOffset concode_elem_sep URL getProfileImageUrlHttps concode_elem_sep int getFavouritesCount concode_elem_sep String...
Item function ( Map < Integer , Item > arg0 , int arg1 ) { Item loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) { loc0 = new Item ( ) ; arg0 . put ( arg1 , loc0 ) ; } return loc0 ; }
gets the item . concode_field_sep Map<Integer,Item> variables concode_elem_sep int store concode_elem_sep int counter concode_elem_sep int nvars concode_elem_sep int load concode_elem_sep int other concode_elem_sep int nparams concode_elem_sep Map<Integer,Item> parameters concode_field_sep void add concode_elem_sep voi...
Vector3 function ( float arg0 , float arg1 ) { final float loc0 = TrigMath . cos ( arg1 ) ; return new Vector3 ( loc0 * TrigMath . cos ( arg0 ) , TrigMath . sin ( arg1 ) , loc0 * TrigMath . sin ( arg0 ) ) ; }
gets the direction vector of a certain yaw and pitch . concode_field_sep PlaceHolder placeHolder concode_field_sep Vector3 transform concode_elem_sep Vector3 transform concode_elem_sep Vector3 getDirection concode_elem_sep Vector3 getRandomDirection3D concode_elem_sep Vector2 getRandomDirection2D concode_elem_sep Vecto...
ByteBuffer function ( ) { ByteBuf loc0 = Unpooled . buffer ( encodedLength ( ) + 1 ) ; loc0 . writeByte ( type ( ) . id ) ; encode ( loc0 ) ; assert loc0 . writableBytes ( ) == 0 : "srini_string" + loc0 . writableBytes ( ) ; return loc0 . nioBuffer ( ) ; }
serializes the ` type ' byte followed by the message itself . concode_field_sep byte id concode_field_sep BlockTransferMessage fromByteBuffer concode_elem_sep byte id concode_elem_sep Type type
String function ( ) { StringWriter loc0 = new StringWriter ( ) ; PrintWriter loc1 = new PrintWriter ( loc0 ) ; getException ( ) . printStackTrace ( loc1 ) ; return loc0 . toString ( ) ; }
convenience method concode_field_sep Description fDescription concode_elem_sep Throwable fThrownException concode_elem_sep long serialVersionUID concode_field_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep String toString concode_elem_sep Description getDescription concode_elem_sep Strin...
boolean function ( ) { boolean loc0 = false ; if ( getNumberOfFailedHosts ( ) == 0 ) { loc0 = true ; } return loc0 ; }
checks whether all machines of this resource are working properly or not . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTH...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep AccountService _service concode_field_sep AccountService getService
int function ( ) { return getChildren ( ) . size ( ) ; }
returns the number of child nodes . this method exists for compatibility reasons with the native assimp api . the returned value is identical to getchildren . size concode_field_sep String m_name concode_elem_sep Object m_transformationMatrix concode_elem_sep AiNode m_parent concode_elem_sep int[] m_meshReferences conc...
double function ( double arg0 , double arg1 ) { if ( arg0 > NORTH_POLE_D - arg1 ) { return NORTH_POLE_D - arg1 ; } else if ( arg0 < SOUTH_POLE_D + arg1 ) { return SOUTH_POLE_D + arg1 ; } return arg0 ; }
normalizes radian latitude . normalizes latitude if at or exceeds epsilon distance from a pole . concode_field_sep double DATELINE_D concode_elem_sep float SOUTH_POLE_F concode_elem_sep float LON_RANGE_F concode_elem_sep double NORTH_POLE_DEG_D concode_elem_sep double DATELINE_DEG_D concode_elem_sep double SOUTH_POLE_D...
void function ( @ Nullable Throwable arg0 , String arg1 , Object ... arg2 ) { log ( LogLevel . LEVEL_NOTICE , arg0 , arg1 , arg2 ) ; }
log notice message . concode_field_sep Logger logger concode_field_sep boolean isLoggable concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep boolean isErrorLoggable concode_elem_sep String getCallerClassName concode_elem_sep boolean isWarningLoggable concode_elem_sep Logg...
BoundingBox function ( float arg0 , float arg1 , float arg2 ) { return this . set ( min . set ( min ( min . arg0 , arg0 ) , min ( min . arg1 , arg1 ) , min ( min . arg2 , arg2 ) ) , max . set ( max ( max . arg0 , arg0 ) , max ( max . arg1 , arg1 ) , max ( max . arg2 , arg2 ) ) ) ; }
extends the bounding box by the given vector . concode_field_sep Vector3 tmpVector concode_elem_sep Vector3 max concode_elem_sep long serialVersionUID concode_elem_sep Vector3 dim concode_elem_sep Vector3 min concode_elem_sep Vector3 cnt concode_field_sep Vector3 getCorner001 concode_elem_sep Vector3 getCorner100 conco...
String function ( ) { return idTypeCd ; }
gets the value of the idtypecd property . concode_field_sep String rowUpdateDate concode_elem_sep String docDueDate concode_elem_sep String issueState concode_elem_sep String idTypeCd concode_elem_sep String idRequirementCd concode_elem_sep String requirementPriorityCd concode_elem_sep String idNumber concode_elem_sep ...
String function ( Address arg0 ) { return arg0 == null ? null : String . format ( "srini_string" , arg0 . getStreetAddress ( ) , arg0 . getStreetAddress2 ( ) , arg0 . getCityName ( ) , arg0 . getProvinceName ( ) , arg0 . getPostalCode ( ) ) ; }
returns a string representation of the provided address object , or null if the object is null . concode_field_sep int PAGE_SIZE concode_field_sep List<ExpressBusiness> runExample concode_elem_sep void main
HttpInputStream function ( String arg0 , boolean arg1 , UsernamePasswordCredentials arg2 ) { return execute ( new HttpGet ( arg0 ) , arg0 , arg1 , arg2 , null , null , null ) ; }
get an http resource with the response as an inputstream , given a url . if follow_redirects is true , up to max_redirects redirects will be followed . note that if credentials are provided , for security reasons they will only be provided to the first url in a chain of redirects . note that if the http response has no...
void function ( Drawable arg0 ) { this . icon = arg0 ; }
set action icon concode_field_sep Drawable icon concode_elem_sep OnClickListener listener concode_elem_sep String title concode_field_sep void setOnClickListener concode_elem_sep String getTitle concode_elem_sep void setTitle concode_elem_sep OnClickListener getListener concode_elem_sep Drawable getIcon
boolean function ( ) { try { return d_ISWbemPrivilegeProxy . isEnabled ( ) ; } catch ( com . linar . jintegra . AutomationException loc0 ) { loc0 . fillInStackTrace ( ) ; throw loc0 ; } }
isenabled . whether the privilege is to be enabled or disabled concode_field_sep wbemdisp.ISWbemPrivilegeProxy d_ISWbemPrivilegeProxy concode_elem_sep String CLSID concode_field_sep String getName concode_elem_sep Object getPropertyByName concode_elem_sep Object getPropertyByName concode_elem_sep SWbemPrivilege bindUsi...
boolean function ( String arg0 ) { boolean loc0 = true ; if ( arg0 == null ) { loc0 = false ; } else { if ( ! ( arg0 . length ( ) > 0 ) ) { loc0 = false ; } } return loc0 ; }
validates that a string is nos null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean validateIdDocumentES concode_elem_sep boolean validateLength concode_elem_sep boolean numberInRange concode_elem_sep boolean validateOnlyNumbers concode_elem_sep boolean isValidDate concode_elem_sep boolea...
String function ( String arg0 ) { return ( String ) ENCODINGS . get ( arg0 . toUpperCase ( ) ) ; }
returns the java encoding string mapped with the given standard encoding string . concode_field_sep Map ENCODINGS concode_field_sep placeholderType placeHolder
AvailabilityZone function ( ) { return subnetAvailabilityZone ; }
describes an availability zone . concode_field_sep String subnetIdentifier concode_elem_sep String subnetStatus concode_elem_sep AvailabilityZone subnetAvailabilityZone concode_field_sep void setSubnetIdentifier concode_elem_sep String getSubnetIdentifier concode_elem_sep String getSubnetStatus concode_elem_sep Subnet ...
int function ( RouteInfo arg0 ) { return ( arg0 . getHopCount ( ) > 1 ) ? CONNECT_PROXY : CONNECT_TARGET ; }
determines the first step to establish a route . concode_field_sep PlaceHolder placeHolder concode_field_sep int directStep concode_elem_sep int proxiedStep concode_elem_sep int nextStep
void function ( RightsStatementIdentifierComplexType arg0 ) { this . rightsStatementIdentifier = arg0 ; }
sets the value of the rightsstatementidentifier property . concode_field_sep RightsStatementIdentifierComplexType rightsStatementIdentifier concode_elem_sep OtherRightsInformationComplexType otherRightsInformation concode_elem_sep List<RightsGrantedComplexType> rightsGranted concode_elem_sep List<LinkingObjectIdentifie...
DynValue function ( org . omg . CORBA . Object arg0 ) { try { return ( DynValue ) arg0 ; } catch ( ClassCastException loc0 ) { throw new BAD_PARAM ( arg0 . getClass ( ) . getName ( ) + "srini_string" ) ; } }
cast the passed object into the dynvalue . as dynvalue is a local object , the method just uses java type cast . concode_field_sep PlaceHolder placeHolder concode_field_sep DynValue extract concode_elem_sep DynValue read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem...
void function ( String [ ] arg0 ) { Stack < String > loc0 = new Stack < String > ( ) ; while ( ! StdIn . isEmpty ( ) ) { String loc1 = StdIn . readString ( ) ; if ( ! loc1 . equals ( "srini_string" ) ) loc0 . push ( loc1 ) ; else if ( ! loc0 . isEmpty ( ) ) StdOut . print ( loc0 . pop ( ) + "srini_string" ) ; } StdOut ...
unit tests the stack data type . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep int N concode_elem_sep Node<Item> first concode_field_sep Item pop concode_elem_sep Item next concode_elem_sep Iterator<Item> iterator concode_elem_sep int size concode_elem...
Context function ( ) { return context ; }
application context . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int ge...
ObjectName function ( String arg0 ) { return ObjectName . getInstance ( arg0 ) ; }
retrieve the objectname instance corresponding to the supplied name . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { for ( int loc0 = cards . size ( ) - 1 ; loc0 > 0 ; loc0 -- ) { int loc1 = loc0 + 1 ; int loc2 = 0 ; int loc3 = ( int ) ( Math . random ( ) * loc1 ) + loc2 ; Card loc4 = cards . get ( loc0 ) ; cards . set ( loc0 , cards . get ( loc3 ) ) ; cards . set ( loc3 , loc4 ) ; } size = cards . size ( ) ; }
randomly permute the given collection of cards and reset the size to represent the entire deck . concode_field_sep List<Card> cards concode_elem_sep int size concode_field_sep Card deal concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep String toString
void function ( ValidConnection arg0 ) { ConnectionEvent loc0 = new ConnectionEvent ( this , ConnectionEvent . CONNECTION_CLOSED ) ; loc0 . setConnectionHandle ( arg0 ) ; for ( ConnectionEventListener loc1 : listeners ) { loc1 . connectionClosed ( loc0 ) ; } }
close handle concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection concode_elem_sep LocalTransaction getLocalT...
int function ( ) { return _socialActivitySet . getActivityCount ( ) ; }
returns the activity count of this social activity set . concode_field_sep SocialActivitySet _socialActivitySet concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s...
String function ( String arg0 ) { return "srini_string" + arg0 + "srini_string" + getApiKey ( ) ; }
get a specified document 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 createLend...
String function ( ) { return screenMessage ; }
gets screen message . concode_field_sep List<String> itemBarcodes concode_elem_sep String emailAddress concode_elem_sep String requestType concode_elem_sep String deliveryLocation concode_elem_sep String requestingInstitution concode_elem_sep String bibliographicId concode_elem_sep boolean success concode_elem_sep Stri...
DescribePoliciesResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; }
the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep com.amazonaws.internal.SdkInternalList<ScalingPolicy> scalingPolicies concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_...
long function ( ) { return _jiraChangeGroup . getPrimaryKey ( ) ; }
returns the primary key of this j i r a change group . concode_field_sep JIRAChangeGroup _jiraChangeGroup concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boo...
int function ( String arg0 ) { String loc0 = ( String ) _parameterMap . get ( normalize ( arg0 ) ) ; try { return Integer . parseInt ( loc0 ) ; } catch ( Exception loc1 ) { throw new SearchException ( "srini_string" + loc0 ) ; } }
fetch an int value concode_field_sep String _sessionId concode_elem_sep HashMap _parameterMap concode_elem_sep Cache cache concode_elem_sep org.apache.commons.logging.Log _log concode_elem_sep int CACHE_IDLE_TIME concode_elem_sep String CACHENAME concode_elem_sep int CACHE_TTL concode_elem_sep int CACHE_MEMORY_ELEMENTS...
void function ( Integer arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String name concode_elem_sep List<ContentMetadataKeyHierarchyLevel> hierarchyLevels concode_elem_sep Integer id concode_elem_sep ContentMetadataKeyHierarchyStatus status concode_field_sep void setName concode_elem_sep List<ContentMetadataKeyHierarchyLevel> getHierar...
String function ( double arg0 ) { return generatorContext . doubleString ( arg0 ) ; }
utility method for subclasses . concode_field_sep List defSet concode_elem_sep SVGGeneratorContext generatorContext concode_elem_sep Map descMap concode_field_sep List getDefinitionSet
int function ( ) { return position ; }
returns the position of this buffer . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concode_field_sep boolean isReadOnly concode_elem_sep Buffer rewind concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear ...
DiscreteVariableType function ( ) { return DiscreteVariableType . NOMINAL ; }
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep DiscreteVariableType ORDINAL concode_elem_sep String name concode_elem_sep int nextOrdinal concode_elem_sep DiscreteVariableType[] TYPES concode_elem_sep int ordinal concode_elem_sep DiscreteVariab...
HueBindingConfig . BindingType function ( String arg0 ) { if ( arg0 != null ) { try { return BindingType . valueOf ( arg0 . trim ( ) ) ; } catch ( Exception loc0 ) { } } return HueBindingConfig . BindingType . switching ; }
parses a binding type string that has been found in the configuration . if the string could not be parsed , the switch type is returned as default . concode_field_sep PercentType itemStatePercentType concode_elem_sep Logger logger concode_elem_sep OnOffType itemStateOnOffType concode_elem_sep int stepSize concode_elem_...
void function ( ) { XYCoordinate loc0 = new XYCoordinate ( 1.0 , 2.0 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
immutable class is not cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals
ArrayOfAMLCDDFatcaDataVerificationServiceAccountEmailsInnerSetTupleType function ( ) { return accountEmailsInnerSet ; }
gets the value of the accountemailsinnerset property . concode_field_sep ArrayOfAMLCDDFatcaDataVerificationServiceAccountEmailsInnerSetTupleType accountEmailsInnerSet concode_field_sep void setAccountEmailsInnerSet
boolean function ( NetworkIdentity arg0 ) { switch ( arg0 . mType ) { case TYPE_WIFI : return Objects . equal ( mNetworkId , arg0 . mNetworkId ) ; default : return false ; } }
check if matches wi-fi network template . concode_field_sep int NETWORK_TYPE_UMTS concode_elem_sep int[] DATA_USAGE_NETWORK_TYPES concode_elem_sep int MATCH_MOBILE_WILDCARD concode_elem_sep int MATCH_MOBILE_3G_LOWER concode_elem_sep boolean sForceAllNetworkTypes concode_elem_sep int NETWORK_TYPE_EDGE concode_elem_sep i...
Subscription function ( MailboxSession arg0 , String arg1 ) { return new SimpleSubscription ( arg0 . getUser ( ) . getUserName ( ) , arg1 ) ; }
create subscription for the given user and mailbox . by default a simplesubscription will get returned.if you need something more special just override this method concode_field_sep int INITIAL_SIZE concode_elem_sep SubscriptionMapperFactory mapperFactory concode_field_sep void endProcessingRequest concode_elem_sep Col...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep Market market concode_elem_sep NPANXX npanxx concode_elem_sep Object other concode_elem_sep String placeCategory concode_elem_sep String name concode_elem_sep Description description concode_elem_sep long serialVersionUID concode_elem_sep Object state concode_elem_s...
T function ( String arg0 , byte [ ] arg1 ) { return fromBytes ( arg0 , arg1 , "srini_string" ) ; }
deserialize from a byte array concode_field_sep String UTF_8 concode_elem_sep String E_DATA_TOO_SHORT concode_elem_sep String E_NO_DATA concode_elem_sep Logger LOG concode_elem_sep String E_MISSING_MARKER_STRING concode_elem_sep ObjectMapper mapper concode_elem_sep Class<T> classType concode_field_sep String toJson con...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String name concode_elem_sep List<Placemark> placemark concode_elem_sep Style style concode_field_sep String getName concode_elem_sep Style getStyle concode_elem_sep List<Placemark> getPlacemark concode_elem_sep void setStyle
int function ( String arg0 , int arg1 ) { try { long loc0 = Long . parseLong ( arg0 ) ; if ( loc0 > Integer . MAX_VALUE ) { return Integer . MAX_VALUE ; } else if ( loc0 < 0 ) { return 0 ; } else { return ( int ) loc0 ; } } catch ( NumberFormatException loc0 ) { return arg1 ; } }
returns value as a positive integer , or 0 if it is negative , or defaultvalue ifit can not be parsed . concode_field_sep String QUOTED_STRING concode_elem_sep String TOKEN concode_elem_sep Pattern PARAMETER concode_field_sep Set<String> varyFields concode_elem_sep Set<String> varyFields concode_elem_sep Headers varyHe...
byte [ ] function ( ZipInputStream arg0 ) { final ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; final InputStream loc1 = new BufferedInputStream ( arg0 ) ; int loc2 ; while ( ( loc2 = loc1 . read ( ) ) != - 1 ) { loc0 . write ( loc2 ) ; } return loc0 . toByteArray ( ) ; }
read class definition a zip jar file entry . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
byte [ ] function ( int arg0 , FileHolder arg1 ) { byte [ ] loc0 = new byte [ sizeOfEachElement ] ; System . arraycopy ( datastore , ( ( arg0 ) * sizeOfEachElement ) , loc0 , 0 , sizeOfEachElement ) ; return loc0 ; }
this method will be used to get the key array based on index concode_field_sep byte[] datastore concode_elem_sep int sizeOfEachElement concode_elem_sep int totalNumberOfElements concode_field_sep byte[] getBackArray concode_elem_sep void clear concode_elem_sep byte[] getWritableKeyArray concode_elem_sep void put
void function ( DataOutputStream arg0 ) { try { arg0 . write ( 0 ) ; arg0 . write ( 0 ) ; arg0 . write ( END_OBJECT ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
adds an object-end-marker to the output stream concode_field_sep byte END_OBJECT concode_elem_sep byte STRING concode_elem_sep byte NULL concode_elem_sep byte NUMBER concode_elem_sep byte OBJECT concode_field_sep byte[] netConnectionResult concode_elem_sep void newObject concode_elem_sep void addNumber concode_elem_sep...
Validator < T > function ( T arg0 ) { return new Validator < > ( Objects . requireNonNull ( arg0 ) ) ; }
creates validator against given object concode_field_sep T t concode_elem_sep List<Throwable> exceptions concode_field_sep T get concode_elem_sep Validator<T> validate concode_elem_sep Validator<T> validate
void function ( int [ ] arg0 ) { int [ ] loc0 = new int [ 4 ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < 2 ; loc2 ++ ) { loc0 [ loc1 ] = arg0 [ loc2 ] ; loc1 += 2 ; } loc1 = 1 ; for ( int loc2 = 2 ; loc2 < 4 ; loc2 ++ ) { loc0 [ loc1 ] = arg0 [ loc2 ] ; loc1 += 2 ; } for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 +...
apply a `` perfect shuffle '' to the argument . the perfect shuffle algorithm splits the deck in half , then interleaves the cards in one half with the cards in the other . concode_field_sep int SHUFFLE_COUNT concode_field_sep void selectionShuffle concode_elem_sep void main
Builder function ( final int arg0 ) { priority = Integer . valueOf ( arg0 ) ; return this ; }
sets the priority for the threads created by the new basicthreadfactory . concode_field_sep Boolean daemonFlag concode_elem_sep String namingPattern concode_elem_sep AtomicLong threadCounter concode_elem_sep Integer priority concode_elem_sep Thread.UncaughtExceptionHandler exceptionHandler concode_elem_sep Thread.Uncau...
int function ( ) { return toString ( ) . hashCode ( ) ; }
this implementation returns tostring 's hash code . concode_field_sep Constants constants concode_elem_sep int timeout concode_elem_sep int isolationLevel concode_elem_sep String READ_ONLY_MARKER concode_elem_sep boolean readOnly concode_elem_sep String name concode_elem_sep String PREFIX_TIMEOUT concode_elem_sep Strin...
String function ( ) { return "srini_string" ; }
set the base path for the topology concode_field_sep PlaceHolder placeHolder concode_field_sep Restlet getRestlet
short function ( final byte [ ] arg0 , final int arg1 ) { return ( short ) ( ( ( arg0 [ arg1 ] & 0xff ) << 8 ) | ( arg0 [ arg1 + 1 ] & 0xff ) ) ; }
read a short value from the specified byte array , starting at start . this version of the method reads the highest byte first . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToByte concode_elem_sep byte[] longToByte concode_elem_sep int byteToIntH concode_elem_sep long byteToLong concode_elem_...
void function ( String arg0 ) { this . fleetId = arg0 ; }
unique identifier for the updated fleet . concode_field_sep String fleetId concode_field_sep String getFleetId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateFleetPortSettingsResult clone concode_elem_sep UpdateFleetPortSettingsResult withFleetId concode_elem_sep String toString
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep ProcessintegrationPackage modelPackage concode_field_sep T caseIntegrationScenario concode_elem_sep T caseProcessComponentInteraction concode_elem_sep T defaultCase concode_elem_sep T caseNamedEleme...
boolean function ( Task arg0 , long arg1 ) { synchronized ( lock ) { queue . addLastTask ( arg0 ) ; return waitUntilRunning ( arg1 ) ; } }
add the specified task to the queue and wait for the receiver to be running before returning concode_field_sep Thread backgroundThread concode_elem_sep Runnable idleOperation concode_elem_sep boolean isIdle concode_elem_sep Object lock concode_elem_sep TaskQueue queue concode_elem_sep IdleListener[] idleListeners conco...