code
stringlengths
20
663
nl
stringlengths
68
7.19k
int function ( ) { return priority ; }
get priority concode_field_sep Date timeOfReading concode_elem_sep float accelz concode_elem_sep float accely concode_elem_sep float accelx concode_elem_sep String ID concode_elem_sep long time concode_elem_sep int priority concode_field_sep float getAccelz concode_elem_sep long getTime concode_elem_sep float getAccelx...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep long minus concode_elem_sep long myInt1 concode_elem_sep long plusAssign concode_elem_sep long myInt2 concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep long divAssign conco...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertTrue ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertIssueCount ( diagnostics , 0 ) ; }
a valid regular state must produce no issues . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart...
int function ( long arg0 ) { if ( arg0 == 0 ) { return 1 ; } return ( 70 - Long . numberOfLeadingZeros ( arg0 ) ) / 7 ; }
long - > bytes concode_field_sep long LONG_8TH_BIT_SET concode_elem_sep byte BYTE_LEFT_BIT_SET concode_elem_sep byte[] MAX_VALUE_BYTES concode_elem_sep byte BYTE_7_RIGHT_BITS_SET concode_elem_sep long LONG_7_RIGHT_BITS_SET concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep long getLong concod...
URL function ( final String arg0 ) { return new URL ( arg0 . startsWith ( asset_protocol_prefix ) ? arg0 : asset_protocol_prefix + arg0 ) ; }
create an asset url , suitable only with the registered asset urlstreamhandler . this is equivalent with : return new url path.startswith `` asset : '' ? path : `` asset : '' + path ; concode_field_sep String asset_protocol concode_elem_sep boolean DEBUG concode_elem_sep String asset_protocol_prefix concode_elem_sep St...
UserMapping function ( long arg0 ) { UserMapping loc0 = null ; try { loc0 = UserMappingLocalServiceUtil . getByUserId ( arg0 ) ; } catch ( Exception loc1 ) { return null ; } return loc0 ; }
get user by usermapping concode_field_sep Log _log concode_field_sep List<UserMapping> findUser concode_elem_sep int getUserType concode_elem_sep User getUser concode_elem_sep int countUser concode_elem_sep UserMapping getUserMapping concode_elem_sep UserMapping getUserMapping concode_elem_sep List<UserMapping> getByTy...
JDatePicker function ( T arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } DateModel < T > loc0 = createModel ( arg0 ) ; return new JDatePickerImpl ( new JDatePanelImpl ( loc0 ) ) ; }
create by specifying the initial value of the widget . concode_field_sep PlaceHolder placeHolder concode_field_sep JDatePanel createJDatePanel concode_elem_sep JDatePanel createJDatePanel concode_elem_sep DateModel<T> createModel concode_elem_sep DateModel<T> createModel
void function ( ) { SecurityConfiguration . isDeepCopySubjectMode ( ) ; }
test method for org.jboss.security.config.securityconfiguration #isdeepcopysubjectmode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_elem_sep void te...
String function ( ) { return path ; }
return the path of the item concode_field_sep boolean hasWcInfo concode_elem_sep String copyFromUrl concode_elem_sep ConflictDescriptor treeConflict concode_elem_sep String prejfile concode_elem_sep long serialVersionUID concode_elem_sep String reposUUID concode_elem_sep long reposSize concode_elem_sep String path conc...
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 JustSymbolEnum justSymbol concode_elem_sep List<ArrayEnumEnum> arrayEnum concode_elem_sep String value concode_field_sep JustSymbolEnum fromValue concode_elem_sep ArrayEnumEnum fromValue concode_elem_sep Enu...
String function ( ) { final int loc0 = getInsertionPoint ( ) ; String loc1 = quotedContent . insert ( loc0 , userContent . toString ( ) ) . toString ( ) ; quotedContent . delete ( loc0 , loc0 + userContent . length ( ) ) ; return loc1 ; }
build the composed string with the inserted and original content . concode_field_sep int headerInsertionPoint concode_elem_sep StringBuilder quotedContent concode_elem_sep InsertionLocation insertionLocation concode_elem_sep long serialVersionUID concode_elem_sep StringBuilder userContent concode_elem_sep int footerIns...
Object function ( final String arg0 , final String arg1 ) { return null ; }
dummy locations do not have attributes , therefore this method always returns null . concode_field_sep ContentLocation parent concode_elem_sep ContentEntity[] EMPTY_CONTENT_ENTITY concode_elem_sep String name concode_elem_sep Repository repository concode_field_sep ContentEntity[] listContents concode_elem_sep boolean ...
void function ( ) { while ( status != 0 ) { try { wait ( ) ; } catch ( InterruptedException loc0 ) { } } status -- ; }
only one writer at a time is allowed to perform blocking only when already writing or reading . concode_field_sep int status concode_field_sep boolean exitReadEnterWrite concode_elem_sep void enterRead concode_elem_sep void exitWriteEnterRead concode_elem_sep String toString concode_elem_sep void exitRead concode_elem_...
void function ( Date arg0 ) { this . lastModifiedDate = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column deploy_agent_api . last_modified_date concode_field_sep Long deployTaskId concode_elem_sep Date beginDate concode_elem_sep Date endDate concode_elem_sep Date lastModifiedDate concode_elem_sep String ipAddress concode_elem...
void function ( int arg0 ) { if ( shapeBuffer . capacity ( ) < arg0 ) { if ( shapeBuffer != null ) NIOUtilities . clean ( shapeBuffer , false ) ; shapeBuffer = NIOUtilities . allocate ( arg0 ) ; } }
make sure our buffer is of size . concode_field_sep ShapeHandler handler concode_elem_sep StreamLogging shpLogger concode_elem_sep int offset concode_elem_sep int lp concode_elem_sep ByteBuffer shapeBuffer concode_elem_sep ByteBuffer indexBuffer concode_elem_sep int cnt concode_elem_sep GeometryFactory gf concode_elem_...
void function ( long arg0 ) { this . pollInterval = arg0 ; }
how often to poll the job repository for the status of the slaves . concode_field_sep MessagingTemplate messagingGateway concode_elem_sep boolean pollRepositoryForResults concode_elem_sep PollableChannel replyChannel concode_elem_sep JobExplorer jobExplorer concode_elem_sep long pollInterval concode_elem_sep String ste...
Cursor function ( ) { return mCursor ; }
gets the underlying cursor that is wrapped by this instance . concode_field_sep Cursor mCursor concode_field_sep String[] getColumnNames concode_elem_sep void setNotificationUri concode_elem_sep boolean isLast concode_elem_sep String getColumnName concode_elem_sep double getDouble concode_elem_sep boolean moveToLast co...
int function ( ) { InternalThreadLocalMap loc0 = InternalThreadLocalMap . getIfSet ( ) ; if ( loc0 == null ) { return 0 ; } else { return loc0 . size ( ) ; } }
returns the number of thread local variables bound to the current thread . concode_field_sep int index concode_elem_sep int variablesToRemoveIndex concode_field_sep void removeFromVariablesToRemove concode_elem_sep void removeAll concode_elem_sep void set concode_elem_sep void set concode_elem_sep void addToVariablesTo...
Element function ( ) { return ( Element ) next . content ; }
get the element , stored in the next.content . the method is programmed as the part of the standard api , but not used in this implementation . concode_field_sep ContentModel next concode_elem_sep int type concode_elem_sep long serialVersionUID concode_elem_sep Object content concode_field_sep void getElements concode_...
IncludeSearchPathElement function ( ) { return fFoundOnPath ; }
returns the element of the include search path that was used to find this context , or null if not applicable . concode_field_sep boolean fTakeElse concode_elem_sep ILocationCtx fLocationCtx concode_elem_sep Token fTokens concode_elem_sep CodeState fInactiveState concode_elem_sep IncludeSearchPathElement fFoundOnPath c...
int function ( ) { ExtendedIterator < Triple > loc0 = GraphUtil . findAll ( this ) ; try { int loc1 = 0 ; while ( loc0 . hasNext ( ) ) { loc0 . next ( ) ; loc1 += 1 ; } return loc1 ; } finally { loc0 . close ( ) ; } }
answer the number of triples in this graph . default implementation counts its way through the results of a findall . subclasses must override if they want size to be efficient . concode_field_sep GraphStatisticsHandler statisticsHandler concode_elem_sep Capabilities capabilities concode_elem_sep BulkUpdateHandler bulk...
String function ( ) { return this . staffid ; }
return the value associated with the column : staffid . concode_field_sep Date modifiedTime concode_elem_sep Set<StaffHasRole> staffHasRoles concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep Stri...
int function ( int arg0 ) { if ( arg0 == 0 ) { throw new ArithmeticException ( "srini_string" ) ; } int loc0 = 0 ; while ( ( arg0 = arg0 >>> 1 ) != 0 ) { loc0 ++ ; } return loc0 ; }
computes the logarithm of the given value to the base of 2 , rounded down . it corresponds to the position of the highest non-zero bit . the position is counted , starting with 0 from the least significant bit to the most significant bit . for example , log2floor 16 = 4 , and log2floor 10 = 3 . concode_field_sep PlaceH...
RecordType function ( ) { return new RecordType ( ) ; }
create an instance of recordtype concode_field_sep QName _Result_QNAME concode_field_sep ResultType createResultType concode_elem_sep JAXBElement<ResultType> createResult
RequestCreator function ( ) { skipMemoryCache = true ; return this ; }
indicate that this action should not use the memory cache for attempting to load or save the image . this can be useful when you know an image will only ever be used once e.g. , loading an image from the filesystem and uploading to a remote server . concode_field_sep boolean deferred concode_elem_sep boolean skipMemory...
Class function ( String arg0 ) { try { return getClassObject ( arg0 ) ; } catch ( ClassNotFoundException loc0 ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" + Boolean . toString ( useContextClassLoader ) + "srini_string" , loc0 ) ; } }
interprets the given class name . it is used for implementing $ class . concode_field_sep boolean useContextClassLoader concode_field_sep Class getType concode_elem_sep Class[] getType concode_elem_sep Class[] getClassType concode_elem_sep Class getClassObject concode_elem_sep Class[] getParams
void function ( DVariable arg0 ) { m_activationObject = arg0 ; m_locals . remove ( arg0 . getName ( ) ) ; }
removes the specified variable from the list of locals , and remembers that the specified variable is the `` activation object '' for this frame . see bug 155031 . concode_field_sep DVariable m_this concode_elem_sep int m_offset concode_elem_sep int m_depth concode_elem_sep int m_module concode_elem_sep Map<String,DVar...
List function ( ) { return templateDAO . getTemplates ( ) ; }
get all templates in the database . concode_field_sep TemplateDAO templateDAO concode_elem_sep Log log concode_elem_sep MessageSender messageSender concode_elem_sep MessagePreparator messagePreparator concode_field_sep void setTemplateDAO concode_elem_sep Template getTemplate concode_elem_sep List getTemplatesByName co...
scala . Option < T > function ( T arg0 ) { return scala . Option . apply ( arg0 ) ; }
wrap a value into a scala option . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep java.util.Map<K,V> asJava concode_elem_sep java.util...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep boolean e2 concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep...
void function ( boolean arg0 , boolean arg1 ) { execute ( Target . interpret ( arg0 , arg1 ) ) ; }
execute the schema updates concode_field_sep List<Exception> exceptions concode_elem_sep MetadataImplementor metadata concode_elem_sep ServiceRegistry serviceRegistry concode_elem_sep List<String> jarFiles concode_elem_sep boolean doUpdate concode_elem_sep String implicitNamingStrategyImplName concode_elem_sep List<Str...
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; }
remove a listener for the propertychange event . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep BasicFontPropertiesPane basicFontPropertiesPane concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component g...
void function ( ConnectionEventListener arg0 ) { if ( this . connectionEventListeners != null ) { this . connectionEventListeners . put ( arg0 , arg0 ) ; } }
adds connectioneventlisteners to a hash table to be used for notification of connectionevents concode_field_sep int CONNECTION_CLOSED_EVENT concode_elem_sep Map<ConnectionEventListener,ConnectionEventListener> connectionEventListeners concode_elem_sep com.mysql.jdbc.Connection physicalConn concode_elem_sep Connection l...
void function ( UI arg0 ) { this . ui = arg0 ; }
specify the ui to use to display this board . concode_field_sep int NUM_COLS concode_elem_sep int numRows concode_elem_sep UI ui concode_elem_sep int blackCount concode_elem_sep Color[][] squares concode_elem_sep int NUM_ROWS concode_elem_sep int numCols concode_elem_sep int whiteCount concode_field_sep int getNumRows ...
void function ( BufferedImage arg0 , String arg1 , OutputStream arg2 ) { ImageEncoder loc0 = ImageEncoderFactory . newInstance ( arg1 ) ; loc0 . encode ( arg0 , arg2 ) ; }
encode the image in a specific format and write it to an outputstream . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode
SpotInstanceStatus function ( java . util . Date arg0 ) { setUpdateTime ( arg0 ) ; return this ; }
the date and time of the most recent status update , in utc format for example , yyyy-mm-ddthh : mm : ssz . concode_field_sep String code concode_elem_sep java.util.Date updateTime concode_elem_sep String message concode_field_sep java.util.Date getUpdateTime concode_elem_sep SpotInstanceStatus withCode concode_elem_se...
void function ( Map < String , DataSource > arg0 ) { if ( arg0 != null ) { this . dataSources . putAll ( arg0 ) ; } }
set the map of datasource datasources ; the keys are string strings , the values are actual datasource instances.if the supplied map is null , then this method call effectively has no effect . concode_field_sep Map<String,DataSource> dataSources concode_field_sep Map<String,DataSource> getDataSources concode_elem_sep D...
Annotation [ ] function ( ) { if ( clazz == null ) { return new Annotation [ 0 ] ; } return clazz . getAnnotations ( ) ; }
returns the annotations on this class concode_field_sep Map<Class<? extends Annotation>,List<FrameworkMethod>> methodsForAnnotations concode_elem_sep MethodComparator METHOD_COMPARATOR concode_elem_sep FieldComparator FIELD_COMPARATOR concode_elem_sep Map<Class<? extends Annotation>,List<FrameworkField>> fieldsForAnnot...
void function ( ) { if ( latch . getCount ( ) > 0 ) { unloadDetected = true ; latch . countDown ( ) ; } }
function exposed to javascript to signal that a page unload event was fired . webdriver 's asynchronous script execution model does not permit new page loads . this method has public visibility for rhino and should never be called by code outside of rhino . concode_field_sep CountDownLatch latch concode_elem_sep boolea...
void function ( String arg0 ) { URL loc0 ; if ( MiscUtilities . isURL ( arg0 ) ) loc0 = new URL ( arg0 ) ; else { File loc1 = new File ( arg0 ) ; loc0 = loc1 . toURI ( ) . toURL ( ) ; } InputStream loc2 ; loc2 = loc0 . openStream ( ) ; indexStream ( loc2 , loc0 . toString ( ) ) ; }
reads the specified html file and adds all words defined therein to the index . concode_field_sep Occurrence[] occurrences concode_elem_sep Object IGNORE concode_elem_sep String file concode_elem_sep Map<String,Object> words concode_elem_sep int count concode_elem_sep List<HelpFile> files concode_elem_sep String title ...
String function ( ) { return getName ( ) + this . formatDuration ( mTotal ) + "srini_string" + mTotal / 1000 + "srini_string" ; }
returns a string representation of the data concode_field_sep UidInfo m_uidInfo concode_elem_sep long mTotal concode_elem_sep int mUid concode_elem_sep Drawable m_icon concode_elem_sep long serialVersionUID concode_field_sep void setTotal concode_elem_sep String getName concode_elem_sep String formatRatio concode_elem_...
String function ( String arg0 ) { if ( Lazy . savedProps . isEmpty ( ) ) throw new IllegalStateException ( "srini_string" ) ; return Lazy . savedProps . getProperty ( arg0 ) ; }
returns the system property of the specified key saved at system initialization time . this method should only be used for the system properties that are not changed during runtime . it accesses a private copy of the system properties so that user 's locking of the system properties object will not cause the library to...
ShippingInfoType function ( ) { return shippingInfo ; }
gets the value of the shippinginfo property . concode_field_sep HeaderInfoType headerInfo concode_elem_sep CardHolderInfoType cardholderInfo concode_elem_sep List<LineInfoType> lineInfo concode_elem_sep ShippingInfoType shippingInfo concode_elem_sep MetaTagsType metaTags concode_elem_sep long serialVersionUID concode_e...
boolean function ( InputStreamReader arg0 , String arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . length ( ) ; loc0 ++ ) { if ( ! findChar ( arg0 , arg1 . charAt ( loc0 ) ) ) { return false ; } } return true ; }
find the next given string in an html page move past it . concode_field_sep String label concode_elem_sep String url concode_field_sep String getNextUrl concode_elem_sep boolean findChar concode_elem_sep SuiteDownloadInfo getNextJadLink concode_elem_sep String getNextLabel concode_elem_sep Vector getDownloadInfoFromPag...
byte [ ] function ( byte [ ] arg0 ) { byte [ ] loc0 = new byte [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 [ loc1 ] = arg0 [ loc1 ] ; return loc0 ; }
makes a clone of a byte array concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep String asHex concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] update conc...
boolean function ( ) { return parsing ; }
whether the helper is currently performing a parsing operation . concode_field_sep PlayableSubtitle result concode_elem_sep RuntimeException runtimeError concode_elem_sep Handler handler concode_elem_sep long subtitleOffsetUs concode_elem_sep int MSG_SAMPLE concode_elem_sep boolean subtitlesAreRelative concode_elem_sep...
org . talend . mdm . webservice . WSSynchronizationPlanPK function ( ) { return wsSynchronizationPlanPK ; }
gets the wssynchronizationplanpk value for this wsgetsynchronizationplan . concode_field_sep org.talend.mdm.webservice.WSSynchronizationPlanPK wsSynchronizationPlanPK concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc con...
GoogleAnalyticsConfig function ( boolean arg0 ) { this . discoverRequestParameters = arg0 ; return this ; }
if true , derives the system properties user language , region , country , screen size , color depth , and file encoding and adds to the default request . this is initialization level configuration must be set while creating googleanalytics object . concode_field_sep boolean useHttps concode_elem_sep String httpsUrl co...
void function ( ) { throw new UnsupportedOperationException ( ) ; }
this is an optional operation , by default not supported . concode_field_sep T nextToken concode_field_sep T next concode_elem_sep boolean hasNext concode_elem_sep T getNext concode_elem_sep List<T> tokenize concode_elem_sep T peek
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
void function ( ) { System . out . println ( "srini_string" + facturacionActual + "srini_string" ) ; System . out . println ( "srini_string" ) ; visualizaDatosClientesEnCola ( ) ; System . out . println ( "srini_string" ) ; visualizaDatosClientesDespachados ( ) ; }
visualiza por pantalla los datos actuales de la bocateria : facturacion actual , clientes en cola y clientes despachados concode_field_sep int facturacionActual concode_elem_sep int PRECIO_BOCADILLO concode_elem_sep HashMap<Integer,Cliente> clientesDespachados concode_elem_sep Cliente primeraPersonaEnCola concode_field...
UserType function ( ByteBuffer arg0 ) { return types . get ( arg0 ) ; }
get the type with the specified name concode_field_sep String keyspace concode_elem_sep Types NONE concode_elem_sep Map<ByteBuffer,UserType> types concode_elem_sep List<CQL3Type.Raw> fieldTypes concode_elem_sep List<String> fieldNames concode_elem_sep String name concode_elem_sep ImmutableSortedMap.Builder<ByteBuffer,U...
void function ( ) { if ( writeStream == null ) { return ; } try { writeStream . close ( ) ; if ( ! writeFile . delete ( ) ) { throw new IOException ( RB . workfile_delete_fail . getString ( writeFile . getAbsolutePath ( ) ) ) ; } } finally { writeStream = null ; } }
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 ( final byte [ ] arg0 , final String arg1 ) { final OutputStream loc0 = outputStreamFor ( arg1 ) ; loc0 . write ( arg0 ) ; loc0 . flush ( ) ; loc0 . close ( ) ; }
writes a bunch of bytes to an output entry with the given name . concode_field_sep File outputDir concode_elem_sep LinkedList cache concode_elem_sep ClassSource _classSource concode_elem_sep String classpath concode_elem_sep Map openZipFiles concode_elem_sep boolean DEBUG concode_elem_sep boolean USE_SYSTEM_CLASSES con...
Reader function ( String arg0 ) { return utf8 ( inputStream ( arg0 ) ) ; }
build a reader for the uri . concode_field_sep PlaceHolder placeHolder concode_field_sep PrintStream systemDotErr concode_elem_sep InputStream inputStream concode_elem_sep Writer writer concode_elem_sep OutputStream outputStream concode_elem_sep PrintStream systemDotOut concode_elem_sep InputStream systemDotIn
int function ( ) { return longitud ; }
metodo que retorna la longitud de la lista concode_field_sep NodoSimple<T> primero concode_elem_sep int longitud concode_field_sep void print concode_elem_sep void eliminar concode_elem_sep T darElemento concode_elem_sep void limpiar concode_elem_sep void agregar concode_elem_sep void agregar concode_elem_sep boolean e...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.String xmlString concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSDataModelPK wsDataModelPK concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.md...
short function ( ) { return element . getDefaultXPathNamespace ( ) ; }
get the default xpath namespace , as a namespace code that can be looked up in the namepool concode_field_sep NamePool namePool concode_elem_sep StyleElement element concode_field_sep XSLStylesheet getXSLStylesheet concode_elem_sep String getSystemId concode_elem_sep XPathContext makeEarlyEvaluationContext concode_elem...
boolean function ( ) { return this . validatedTolerance ; }
getvalidtolerance returns whether the tolerance has been successfully validated for syntax a returns a real answer concode_field_sep Long sequence concode_elem_sep String decimalPlaces concode_elem_sep boolean validatedTolerance concode_elem_sep long serialVersionUID concode_elem_sep boolean validatedFormula concode_el...
void function ( Decompressor arg0 ) { if ( arg0 == null ) { return ; } if ( arg0 . getClass ( ) . isAnnotationPresent ( DoNotPool . class ) ) { return ; } arg0 . reset ( ) ; if ( payback ( decompressorPool , arg0 ) ) { updateLeaseCount ( decompressorCounts , arg0 , - 1 ) ; } }
return the decompressor to the pool . concode_field_sep Map<Class<Compressor>,Set<Compressor>> compressorPool concode_elem_sep Log LOG concode_elem_sep LoadingCache<Class<Compressor>,AtomicInteger> compressorCounts concode_elem_sep LoadingCache<Class<Decompressor>,AtomicInteger> decompressorCounts concode_elem_sep Map<...
void function ( RegistryService arg0 ) { Utils . arg0 = arg0 ; }
method to set the registry instance . concode_field_sep RegistryService registryService concode_field_sep RegistryService getRegistryService
void function ( ) { array = new Integer [ 100 ] ; for ( int loc0 = 0 ; loc0 < array . length ; loc0 ++ ) { array [ loc0 ] = loc0 * 5 ; } }
populates the array with elements in sorted order . concode_field_sep Sort shell concode_elem_sep Integer[] array concode_field_sep void twoDistinctValues concode_elem_sep void reverseOrderArrayTest concode_elem_sep void test concode_elem_sep void arrayOfSizeZero concode_elem_sep void populateSameElements concode_elem_...
void function ( String arg0 ) { this . checksum = arg0 ; }
sets the value of the checksum property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String checksumType concode_elem_sep String checksum concode_elem_sep String pid concode_elem_sep boolean force concode_elem_sep String mimeType concode_elem_...
void function ( String arg0 ) { this . mimeType = arg0 ; }
sets type of a media file . concode_field_sep long duration concode_elem_sep String subsUrl concode_elem_sep List<ImageInfo> allImages concode_elem_sep String description concode_elem_sep String mimeType concode_elem_sep String title concode_elem_sep String url concode_field_sep void setDuration concode_elem_sep String...
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 String name concode_elem_sep List<String> accessUrls concode_elem_sep String labelId concode_field_sep void setName concode_elem_sep String getName concode_elem_sep LabelDTO addAccessUrlsItem concode_elem_se...
int function ( ) { return errorCode ; }
accessor for the code concode_field_sep FormulaErrorCode NULL concode_elem_sep FormulaErrorCode NAME concode_elem_sep FormulaErrorCode NUM concode_elem_sep FormulaErrorCode VALUE concode_elem_sep FormulaErrorCode[] codes concode_elem_sep int errorCode concode_elem_sep String description concode_elem_sep FormulaErrorCod...
int function ( V arg0 ) { return outDegree ( arg0 ) ; }
returns the number of edges reaching vertex . this is the same result returned by outdegree concode_field_sep int numVertices concode_elem_sep int INITIAL_CAPACITY concode_elem_sep int numEdges concode_elem_sep ArrayList<V> vertices concode_elem_sep E[][] edgeMatrix concode_elem_sep float RESIZE_FACTOR concode_field_se...
void function ( BigInteger arg0 ) { this . key = arg0 ; }
sets the value of the key property . concode_field_sep ImportedFromType importedFrom concode_elem_sep SourceType source concode_elem_sep String type concode_elem_sep BigInteger key concode_field_sep void setSource concode_elem_sep BigInteger getKey concode_elem_sep String getType concode_elem_sep SourceType getSource c...
Boolean function ( ) { return unlockEligibleByFrontLineOverride ; }
gets the value of the unlockeligiblebyfrontlineoverride property . concode_field_sep BigInteger deviceLockPeriod concode_elem_sep XMLGregorianCalendar unlockEligibleEndDate concode_elem_sep Boolean unlockEligibleBySupplyChainOverride concode_elem_sep XMLGregorianCalendar unlockEligibleStartDate concode_elem_sep BigInte...
boolean function ( ) { return currentVersionIndex != savePosition ; }
returns whether something changed compared to the last safe . concode_field_sep int currentVersionIndex concode_elem_sep int savePosition concode_elem_sep List<Delta<String>> deltas concode_elem_sep String currentVersion concode_field_sep void doSave concode_elem_sep boolean canUndo concode_elem_sep void undo concode_e...
Map < String , Object > function ( ) { return httpParameters ; }
http client parameters , as a map from parameter name to value . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http co...
void function ( String arg0 ) { System . err . println ( getCurrentTime ( ) + "srini_string" + arg0 ) ; }
writes to system.err the specified message . concode_field_sep String DATE_TIME_FORMAT concode_field_sep String getCurrentTime concode_elem_sep void messageOut
CConstraint function ( ) { CConstraint loc0 = constraint ( ) ; loc0 = loc0 == null ? ConstraintManager . getConstraintSystem ( ) . makeCConstraint ( ) : loc0 . copy ( ) ; loc0 = loc0 . instantiateSelf ( term ( ) ) ; return loc0 ; }
return the constraint , instantiated with the term . concode_field_sep XTerm term concode_elem_sep CConstraint constraint concode_field_sep boolean entails concode_elem_sep XTerm term concode_elem_sep CConstraint constraint concode_elem_sep String toString concode_elem_sep XConstrainedTerm copy concode_elem_sep XConstr...
String function ( ) { return createdTime ; }
gets and sets the createdtime for a apidto concode_field_sep String createdTime concode_elem_sep String context concode_elem_sep List<APIEndpointURLsDTO> endpointURLs concode_elem_sep String lastUpdatedTime concode_elem_sep String id concode_elem_sep String status concode_elem_sep String version concode_elem_sep String...
String function ( ) { StringBuffer loc0 = new StringBuffer ( DATA_LENGTH * 2 ) ; for ( int loc1 = 0 ; loc1 < DATA_LENGTH ; loc1 ++ ) { int loc2 = digest [ loc1 ] ; loc0 . append ( HEX_DIGITS [ ( loc2 >> 4 ) & 0xf ] ) ; loc0 . append ( HEX_DIGITS [ loc2 & 0xf ] ) ; } return loc0 . toString ( ) ; }
returns a string representation of this object . concode_field_sep char[] HEX_DIGITS concode_elem_sep MessageDigest DIGESTER concode_elem_sep byte[] digest concode_elem_sep int DATA_LENGTH concode_elem_sep MD5HashComparator COMPARATOR concode_field_sep int compare concode_elem_sep void set concode_elem_sep Comparator<M...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef priceLevel concode_elem_sep java.lang.Double value concode_field_sep jav...
void function ( Document arg0 , Element arg1 , String arg2 , int arg3 ) { Element loc0 = arg0 . createElement ( arg2 ) ; loc0 . appendChild ( arg0 . createTextNode ( Integer . toString ( arg3 ) ) ) ; arg1 . appendChild ( loc0 ) ; }
append an new element to mazexml that carries the given name has a child node with the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep void storeMaze concode_elem_sep void store
String function ( ) { return displayNameTokenizer ( serverTimeZone . getDisplayName ( ) ) ; }
gets server time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_el...
void function ( Settings arg0 ) { }
perform the conversion . override this method if conversion should be performed before #process for other converters is invoked concode_field_sep PlaceHolder placeHolder concode_field_sep void process concode_elem_sep boolean isConversionNeeded concode_elem_sep void postProcess
E function ( ) { return null ; }
always returns null . concode_field_sep EmptyMutableObjectIterator<Object> INSTANCE concode_field_sep MutableObjectIterator<E> get
void function ( DimensionSwapper arg0 ) { arg0 . setOutputOrder ( NEW_ORDER ) ; assertEquals ( arg0 . getDimensionOrder ( ) . equals ( NEW_ORDER ) , true ) ; assertEquals ( arg0 . getSizeZ ( ) , SIZE_Z ) ; assertEquals ( arg0 . getSizeC ( ) , SIZE_C ) ; assertEquals ( arg0 . getSizeT ( ) , SIZE_T ) ; }
tests the results of setting the output order . concode_field_sep String TEST_FILE concode_elem_sep int SIZE_Z concode_elem_sep String NEW_ORDER concode_elem_sep String OUTPUT_ORDER concode_elem_sep int SIZE_T concode_elem_sep int SIZE_C concode_field_sep void testInputOrdering concode_elem_sep void testInputOutputOrde...
void function ( ) { if ( sorted || ! requiresSorting ) { return ; } if ( sorter != null ) { sorter . sort ( executables ) ; } else { Collections . sort ( executables ) ; } sorted = true ; }
sorts the list using the natural ordering or using the sorter if it 's not null . concode_field_sep Set<Serializable> querySpaces concode_elem_sep boolean sorted concode_elem_sep Sorter<E> sorter concode_elem_sep ArrayList<E> executables concode_elem_sep boolean requiresSorting concode_elem_sep int INIT_QUEUE_LIST_SIZE...
void function ( String arg0 ) { this . node = arg0 ; }
sets the node that triggered the event , usually a hostname or ip address . concode_field_sep String summary concode_elem_sep String node concode_elem_sep long msgID concode_elem_sep String details concode_elem_sep Date eventStamp concode_elem_sep String username concode_field_sep void setSummary concode_elem_sep Strin...
void function ( String arg0 , DefaultHandler arg1 ) { Reader loc0 = new StringReader ( arg0 ) ; processReader ( loc0 , arg1 ) ; loc0 . close ( ) ; }
process a string of xml using sax and a default handler concode_field_sep SAXParserFactory parserFactory concode_elem_sep Log M_log concode_field_sep String escapeSql concode_elem_sep String writeDocumentToString concode_elem_sep void writeDocument concode_elem_sep Document readDocumentFromString concode_elem_sep Docum...
boolean function ( Service . STATE arg0 , Service . STATE arg1 ) { boolean [ ] loc0 = statemap [ arg0 . getValue ( ) ] ; return loc0 [ arg1 . getValue ( ) ] ; }
is a state transition valid ? there are no checks for current == proposed as that is considered a non-transition . using an array kills off all branch misprediction costs , at the expense of cache line misses . concode_field_sep String name concode_elem_sep boolean[][] statemap concode_elem_sep Service.STATE state conc...
int function ( ) { return val ; }
gets the value of the val property . concode_field_sep int val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal
void function ( Clipboard arg0 , Transferable arg1 ) { }
called when ownership of the clipboard object is lost . concode_field_sep String data concode_elem_sep DataFlavor[] supported_flavors concode_field_sep boolean isDataFlavorSupported concode_elem_sep Object getTransferData concode_elem_sep DataFlavor[] getTransferDataFlavors
int function ( ) { return genf ; }
gets the generation number represented by this reference . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber
void function ( Terminal arg0 ) { }
prints additional help information , specific to the command concode_field_sep OptionSpec<Void> verboseOption concode_elem_sep OptionParser parser concode_elem_sep String description concode_elem_sep OptionSpec<Void> helpOption concode_elem_sep OptionSpec<Void> silentOption concode_field_sep void printHelp concode_elem...
void function ( String arg0 ) { Log . i ( TAG , "srini_string" + arg0 + "srini_string" ) ; }
called when the provider is enabled . concode_field_sep String TAG concode_elem_sep LocationManager locationManager concode_elem_sep long nativeObject concode_field_sep void nativeLocationChanged concode_elem_sep void onProviderDisabled concode_elem_sep void nativeProviderError concode_elem_sep void onStatusChanged con...
void function ( boolean arg0 ) { this . script = arg0 ; }
a switch to set scripting on the basis of type of statement executed . a method in database.jave sets this value to false before other methods are called to act on an sql statement , which may set this to true . afterwards the method reponsible for logging uses getscripting to determine if logging is required for the e...
boolean function ( Class < ? > arg0 ) { return arg0 . isAssignableFrom ( Double . class ) || arg0 . isAssignableFrom ( Float . class ) ; }
check if base type is double or float object type . concode_field_sep Class<V> target concode_elem_sep Class<?> base concode_field_sep String removeFractionalPart concode_elem_sep V[][] convertArray concode_elem_sep Object invokeMethod concode_elem_sep boolean isNotFractionalType
void function ( Boolean arg0 ) { this . allowCoreThreadTimeOut = arg0 ; }
sets whethre to allow core threads to timeout concode_field_sep Long keepAliveTime concode_elem_sep Integer maxQueueSize concode_elem_sep Boolean allowCoreThreadTimeOut concode_elem_sep Integer poolSize concode_elem_sep Boolean defaultProfile concode_elem_sep long serialVersionUID concode_elem_sep String id concode_ele...
NegativeSelector function ( SimpleSelector arg0 ) { throw new CSSException ( "srini_string" ) ; }
sac : implements org.w3c.css.sac.selectorfactory #createnegativeselector simpleselector . concode_field_sep SelectorFactory INSTANCE concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ getByteLength ( ) ] ; toBytes ( loc0 , 0 ) ; return loc0 ; }
returns the byte array resulting from converting this object to a structure usable by the system apis . concode_field_sep ValidationListAttribute[] attributes_ concode_field_sep ValidationListAttribute[] getAttributes concode_elem_sep int getByteLength concode_elem_sep void setAttributesData concode_elem_sep void setAt...
Context function ( ) { if ( SINGLETON == null ) { throw new SystemFailureException ( ) ; } return SINGLETON ; }
return the previously-configured context singleton instance . if no such context has been configured , this methodthrows a systemfailureexception . concode_field_sep SingletonInitialContext SINGLETON concode_field_sep Context getInitialContext concode_elem_sep void initialize concode_elem_sep void tearDown
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; if ( attributes . size ( ) > 0 ) loc0 . append ( attributes . get ( 0 ) ) ; for ( int loc1 = 1 ; loc1 < attributes . size ( ) ; loc1 ++ ) loc0 . append ( "srini_string" + attributes . get ( loc1 ) ) ; return loc0 . toString ( ) ; }
returns the string representation for this object . concode_field_sep ArrayList attributes concode_field_sep String getName concode_elem_sep List getValues concode_elem_sep Class getCategory concode_elem_sep void addValue
AssumeRoleResult function ( Credentials arg0 ) { setCredentials ( arg0 ) ; return this ; }
the temporary security credentials , which include an access key id , a secret access key , and a security or session token . note : the size of the security token that sts apis return is not fixed . we strongly recommend that you make no assumptions about the maximum size . as of this writing , the typical size is les...
int function ( String arg0 , int arg1 , int arg2 ) { return CMemoryImpl . getInstance ( ) . tie ( arg0 , arg1 , arg2 ) ; }
tie integer to index/key pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int getAddre...
void function ( ) { LOG . info ( "srini_string" ) ; getDatabaseManagerStore ( ) . test ( ) ; LOG . info ( "srini_string" ) ; }
test the database . concode_field_sep DatabaseManagerStore databaseManagerStore concode_elem_sep Logger LOG concode_elem_sep String DATABASE_MANAGER_STORE concode_elem_sep ThreadLocal<Boolean> STATE concode_field_sep void rollback concode_elem_sep boolean isOpened concode_elem_sep void commit concode_elem_sep void crea...