code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( int arg0 , boolean arg1 ) { if ( arg1 ) { set ( arg0 ) ; } else { clear ( arg0 ) ; } }
sets the bit at the specified index to the specified value . concode_field_sep int ADDRESS_BITS_PER_WORD concode_elem_sep int BITS_PER_WORD concode_elem_sep AtomicReferenceArray<AtomicLongArray> arrays concode_elem_sep long WORD_MASK concode_field_sep int nextClearBit concode_elem_sep long[] toLongArray concode_elem_se...
void function ( ) { DebugPlugin loc0 = DebugPlugin . getDefault ( ) ; loc0 . removeDebugEventListener ( this ) ; }
de-registers this event handler from the debug model . concode_field_sep AbstractDebugView fView concode_field_sep boolean isAvailable concode_elem_sep Viewer getViewer concode_elem_sep void selectAndReveal concode_elem_sep TreeViewer getTreeViewer concode_elem_sep void insert concode_elem_sep void refresh concode_elem...
int function ( FileChannel arg0 , ByteBuffer arg1 ) { int loc0 = arg0 . read ( arg1 ) ; if ( loc0 < 0 ) { return loc0 ; } while ( arg1 . remaining ( ) > 0 ) { int loc1 = arg0 . read ( arg1 ) ; if ( loc1 < 0 ) { return loc0 ; } loc0 += loc1 ; } return loc0 ; }
reads bytes into a buffer until eof or the buffer 's limit is reached concode_field_sep long length concode_elem_sep MappedByteBuffer mmap concode_field_sep MappableBlock load concode_elem_sep long getLength concode_elem_sep void verifyChecksum concode_elem_sep void close
int function ( ) { return green ; }
returns the value of green concode_field_sep int GREEN_OFF concode_elem_sep int YELLOW_LOW concode_elem_sep int RED_MEDIUM concode_elem_sep int green concode_elem_sep int RED_LOW concode_elem_sep int GREEN_HIGH concode_elem_sep int YELLOW_OFF concode_elem_sep int YELLOW_HIGH concode_elem_sep int NORMAL concode_elem_sep...
void function ( ) { UserRole loc0 = new UserRole ( "srini_string" ) ; assertFalse ( loc0 . equals ( null ) ) ; }
test inequality with null . concode_field_sep PlaceHolder placeHolder concode_field_sep void invalidConstructor concode_elem_sep void equalityForSameObject concode_elem_sep void equalsWhenNamesAreEqual concode_elem_sep void inequalityWhenNotSameClass concode_elem_sep void testHashCode
void function ( StopEvent arg0 ) { }
server stop event . executed after the root handler stops accepting requests and before the server closes the channel and thread pool . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void onStart concode_elem_sep Service startup concode_elem_sep Service shutdown
void function ( OrganisationUnit arg0 ) { this . organisationUnit = arg0 ; }
sets the organisation . concode_field_sep long serialVersionUID concode_elem_sep OrganisationUnit organisationUnit concode_elem_sep Date endDate concode_elem_sep Project project concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep Date startDate concode_elem_sep Double fraction concode_field_sep Da...
Object function ( Supplier arg0 ) { return null ; }
returns the result of interpretting the object as an instance of ` supplier ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep SimplefeaturemapPackage modelPackage concode_field_sep Object doSwitch concode_elem_sep Object doSwitch concode_elem_sep Object doS...
int function ( ) { return which ; }
returns the type of terminator . concode_field_sep int which concode_field_sep Node[] getChildren concode_elem_sep String getSemanticRepresentation concode_elem_sep void addChild concode_elem_sep String[] translate
void function ( java . util . List arg0 ) { this . tickValues = new double [ arg0 . size ( ) ] ; for ( int loc0 = 0 ; loc0 < this . tickValues . length ; loc0 ++ ) { this . tickValues [ loc0 ] = ( ( ValueTick ) arg0 . get ( loc0 ) ) . getValue ( ) ; } }
store ticks . required when doing stepped axis concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVers...
boolean function ( String arg0 ) { try { String loc0 = RemoveResourceMap . NAME_ROOM . replace ( "srini_string" , arg0 ) ; return ( BrowserManager . getDriver ( ) . findElement ( By . loc0 ( loc0 ) ) != null ) ? true : false ; } catch ( Exception loc0 ) { return false ; } }
this function is to verify if an association is displayed concode_field_sep WebElement cancelButton concode_elem_sep WebElement closeButton concode_elem_sep WebElement removeButton concode_field_sep ResourcePage clickOnCancelButton concode_elem_sep boolean verifyFormToRemoveResource concode_elem_sep boolean verifyResou...
void function ( ) { }
subclasses can override this for custom initialization behavior . gets called after population of this instance 's bean properties . concode_field_sep JmsTemplate jmsTemplate concode_elem_sep Log logger concode_field_sep JmsTemplate getJmsTemplate concode_elem_sep void afterPropertiesSet concode_elem_sep JmsTemplate cr...
void function ( ) { RandomValuesUtilities loc0 = RandomValuesUtilities . createRandomValuesUtilities ( ) ; final String loc1 = loc0 . generateConfirmationCode ( ) ; assertThat ( loc1 , validCodeFormat ( ) ) ; }
confirmation code should have a2b3 format concode_field_sep PropertyConfigurationService propertyConfigurationService concode_elem_sep long PREFIX_MULTIPLIER concode_elem_sep Logger LOGGER concode_field_sep void should_be_able_to_generate_many_cardnumbers concode_elem_sep void given_vota_prefix_generateUniqueCardNumber...
String function ( int [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 8 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( arg1 )...
builds a csv list from the specified int , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . concode_field_sep PlaceHolder placeHolder concode_fiel...
void function ( IHM arg0 ) { this . ihm = arg0 ; }
setter concode_field_sep IMoteurEdition mMoteurEdition concode_elem_sep IHM ihm concode_field_sep IMoteurEdition getmMoteurEdition concode_elem_sep IHM getIhm concode_elem_sep void execute concode_elem_sep void setmMoteurEdition
boolean function ( ) { return amIActive ; }
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ...
Map < String , List < String >> function ( ) { return customHeaders ; }
returns custom headers that have been added , or null if none have been set . concode_field_sep Map<String,List<String>> customHeaders concode_field_sep void addHeader concode_elem_sep void copyHeaders concode_elem_sep String contentType concode_elem_sep BytesReference content concode_elem_sep RestStatus status
double function ( double arg0 ) { return arg0 * SLUG_TO_KILOGRAM ; }
converts slugs to kilograms . concode_field_sep double FOOT_POUND_TO_NEWTON_METER concode_elem_sep double NEWTON_METER_TO_FOOT_POUND concode_elem_sep double SLUG_TO_KILOGRAM concode_elem_sep double NEWTON_TO_POUND concode_elem_sep double KILOGRAM_TO_SLUG concode_elem_sep double METER_TO_FOOT concode_elem_sep double KIL...
void function ( DropTargetEvent arg0 ) { drop ( fTarget , arg0 ) ; }
the actual drop has occurred . calls drop object target , droptargetevent event . concode_field_sep int fRequestedOperation concode_elem_sep int ITEM_MARGIN_LEFT concode_elem_sep boolean fShowInsertionFeedback concode_elem_sep boolean fFullWidthMatchesItem concode_elem_sep int LOCATION_EPSILON concode_elem_sep int LOCA...
void function ( ) { if ( mState . getZoom ( ) < MIN_ZOOM ) { mState . setZoom ( MIN_ZOOM ) ; } else if ( mState . getZoom ( ) > MAX_ZOOM ) { mState . setZoom ( MAX_ZOOM ) ; } }
force zoom to stay within limits concode_field_sep float PAN_OUTSIDE_SNAP_FACTOR concode_elem_sep SpringDynamics mPanDynamicsX concode_elem_sep ZoomState mState concode_elem_sep Handler mHandler concode_elem_sep float MIN_ZOOM concode_elem_sep int FPS concode_elem_sep float mPanMaxY concode_elem_sep float mPanMaxX conc...
void function ( ) { }
creates a new instance of the ejb concode_field_sep javax.ejb.SessionContext mySessionCtx concode_field_sep void ejbPassivate concode_elem_sep void setSessionContext concode_elem_sep void ejbActivate concode_elem_sep javax.ejb.SessionContext getSessionContext concode_elem_sep void ejbRemove
double function ( ) { return atraso1 . getDeviationN ( ) ; }
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_field_sep double getMeanAtraso1 concode_elem_sep double getMeanNAtraso2 concode_elem_sep double getMeanAtraso2 concode_elem_sep double getMeanNAtraso1 concode...
String function ( ) { return id ; }
gets the timezone location used to identify this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep Strin...
boolean function ( ) { return matchingBytes == Long . MAX_VALUE ; }
returns true if the shard copy has a matching sync id with the primary shard.returns false if the shard copy does not have a matching sync id with the primaryshard , or this explanation pertains to the allocation of a primary shard , in which case matching sync ids are irrelevant . concode_field_sep DiscoveryNode node ...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
a valid entry should have 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 concode_fi...
int function ( int arg0 , int arg1 ) { return ( arg1 + ( 1 << arg0 - 1 ) ) & - ( 1 << arg0 ) ; }
returns the ceiling value of a fixed point value a with the n digits . concode_field_sep PlaceHolder placeHolder concode_field_sep int div concode_elem_sep int trunc concode_elem_sep int round concode_elem_sep int mul concode_elem_sep int intValue concode_elem_sep int fixedValue concode_elem_sep int fixedValue concode_...
String function ( ) { return uid ; }
get unique string identificator of the vm . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler c...
RelOptPlanner function ( ) { return planner ; }
returns the planner . concode_field_sep int nextId concode_elem_sep Map<RelNode,List<RelNode>> nodeInputs concode_elem_sep RelOptRule rule concode_elem_sep int id concode_elem_sep RelOptRuleOperand operand0 concode_elem_sep RelOptPlanner planner concode_elem_sep Logger LOGGER concode_elem_sep RelNode[] rels concode_ele...
float [ ] [ ] function ( ) { float [ ] [ ] loc0 = new float [ 2 ] [ 1000 ] ; for ( int loc1 = 0 ; loc1 < loc0 [ 0 ] . length ; loc1 ++ ) { float loc2 = ( float ) loc1 + 100 ; loc0 [ 0 ] [ loc1 ] = loc2 ; loc0 [ 1 ] [ loc1 ] = 100 + ( float ) Math . random ( ) * 1000 ; } return loc0 ; }
populates the data array with random values . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals2 concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testEquals
int function ( ) { return filesize ; }
returns total filesize of a document concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep void setInlineScriptSize concode_elem_sep void setFile...
void function ( String arg0 ) { this . _return = arg0 ; }
sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn
void function ( String arg0 , String arg1 , String arg2 ) { Publisher loc0 = new Publisher ( ) ; loc0 . setPublisherName ( arg0 ) ; loc0 . setPublisherAddress ( arg1 ) ; loc0 . setPublisherPhone ( arg2 ) ; int loc2 = 0 ; try { loc2 = admin . createService ( loc0 ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace (...
add publisher information . concode_field_sep Logger logger concode_elem_sep AdministratorService admin concode_elem_sep LibrarianService libs concode_field_sep String deleteBook concode_elem_sep String editBook concode_elem_sep String book concode_elem_sep String viewBooks concode_elem_sep void addAuthor concode_elem_...
Value < org . spongepowered . api . data . type . SkeletonType > function ( ) { return getValue ( Keys . SKELETON_TYPE ) . get ( ) ; }
gets the current value value of org.spongepowered.api.data.type.skeletontype for this skeleton . concode_field_sep PlaceHolder placeHolder concode_field_sep org.spongepowered.api.data.manipulator.mutable.entity.SkeletonData getSkeletonData
void function ( String arg0 , String arg1 , Object arg2 ) { if ( SysProperties . TRACE_IO ) { System . out . println ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 ) ; } }
trace input or output operations if enabled . concode_field_sep PlaceHolder placeHolder concode_field_sep long copyAndClose concode_elem_sep Reader getReader concode_elem_sep byte[] readBytesAndClose concode_elem_sep Writer getBufferedWriter concode_elem_sep void skipFully concode_elem_sep void skipFully concode_elem_s...
void function ( String arg0 ) { this . createdOn = arg0 ; }
to set created on . concode_field_sep String batchName concode_elem_sep String batchClassName concode_elem_sep int priority concode_elem_sep boolean remote concode_elem_sep String createdOn concode_elem_sep String currentUser concode_elem_sep String uploadedOn concode_elem_sep String noOfPages concode_elem_sep String e...
IFolder function ( IContainer arg0 , String arg1 ) { return arg0 . getFolder ( new Path ( arg1 ) ) ; }
creates a folder resource handle for the folder with the given name . this method does not create the folder resource ; this is the responsibility of createfolder . concode_field_sep IContainer container concode_elem_sep IPath containerFullPath concode_field_sep IProject createProject concode_elem_sep IProject createPr...
StratosMemberActivatedListener function ( ) { return stratosMemberActivatedListener ; }
get the singleton instance concode_field_sep StratosMemberActivatedListener stratosMemberActivatedListener concode_elem_sep Log log concode_elem_sep JDBCApplicationDAO applicationDao concode_elem_sep TopologyEventReceiver topologyEventReceiver concode_field_sep String getActivePublicIp concode_elem_sep void activate co...
Customer function ( ) { return caller ; }
get the customer who initiated this connection concode_field_sep int DROPPED concode_elem_sep Customer caller concode_elem_sep Customer receiver concode_elem_sep int PENDING concode_elem_sep int state concode_elem_sep int COMPLETE concode_field_sep void drop concode_elem_sep int getState concode_elem_sep Customer getRe...
VirtualFile function ( ) { return LocalFileSystem . getInstance ( ) . refreshAndFindFileByIoFile ( myFile ) ; }
refreshes localfilesystem and looks for virtualfile concode_field_sep File myFile concode_field_sep boolean exists concode_elem_sep File getFile
void function ( List < ViewInfo > arg0 ) { if ( arg0 != null ) { mChildren = Collections . unmodifiableList ( arg0 ) ; } else { mChildren = Collections . emptyList ( ) ; } }
sets the list of children viewinfo . concode_field_sep int mBottom concode_elem_sep Object mViewObject concode_elem_sep int mLeft concode_elem_sep List<ViewInfo> mChildren concode_elem_sep int mBaseLine concode_elem_sep Object mLayoutParamsObject concode_elem_sep int mRightMargin concode_elem_sep int mTopMargin concode...
Set < ModelClass > function ( String arg0 , Object ... arg1 ) { return set ( ) . conditionClause ( arg0 , arg1 ) ; }
begins a set piece of this query with a string clause with args concode_field_sep ConflictAction mConflictAction concode_elem_sep Class<ModelClass> mTable concode_field_sep Update orFail concode_elem_sep Update orAbort concode_elem_sep Update orReplace concode_elem_sep Update orRollback concode_elem_sep Update conflict...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
void function ( String arg0 , String arg1 , int arg2 ) { beginType ( arg0 , arg1 , arg2 , null ) ; }
emits a type declaration . concode_field_sep String packagePrefix concode_elem_sep Pattern TYPE_PATTERN concode_elem_sep List<Scope> scopes concode_elem_sep Map<String,String> importedTypes concode_elem_sep String INDENT concode_elem_sep Writer out concode_field_sep void annotation concode_elem_sep void annotation conc...
long function ( ) { return missCount ; }
returns the number of times cache lookup methods have returned an uncached newlyloaded value , or null . multiple concurrent calls to cache lookup methods on an absentvalue can result in multiple misses , all returning the results of a single cache load operation . concode_field_sep long totalLoadTime concode_elem_sep ...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; }
gets the state of daylight time in this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevantCompone...
void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; }
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( ) { sampleHolder = new SampleHolder ( SampleHolder . BUFFER_REPLACEMENT_MODE_NORMAL ) ; parsing = false ; result = null ; error = null ; runtimeError = null ; }
flushes the helper , canceling the current parsing operation , if there is one . 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 ...
ResourceGroupFilter function ( String arg0 ) { this . tagValue = arg0 ; return this ; }
set the tagvalue value . concode_field_sep String tagValue concode_elem_sep String tagName concode_field_sep ResourceGroupFilter withTagName concode_elem_sep String tagValue concode_elem_sep String tagName
void function ( long arg0 ) { this . maxRequestSize = arg0 ; }
sets the maximum size allowed in bytes for multipart/form-data requests . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setLocation concode_elem_sep long parseSize concode_elem_sep void setMaxFileSiz...
T function ( final long arg0 ) { this . size = arg0 ; return ( T ) this ; }
add the `` size '' parameter . concode_field_sep String fileName concode_elem_sep Date modificationDate concode_elem_sep long size concode_elem_sep Date readDate concode_elem_sep String type concode_elem_sep Date creationDate concode_elem_sep Map<String,String> parameters concode_elem_sep long size concode_field_sep vo...
Connection function ( ) { return conn ; }
for applications that use a persistent jdbc connection , this class can be used to encapsulate that connection . just strip out the sqlfile stuff if you do n't need that . concode_field_sep Connection conn concode_field_sep void main concode_elem_sep void executeFiles
Map < String , InterceptorProperty > function ( ) { return properties ; }
returns the properties configured for this interceptor concode_field_sep String TOSTRING_VAL concode_elem_sep boolean useEquals concode_elem_sep String CLOSE_VAL concode_elem_sep String HASHCODE_VAL concode_elem_sep String GETCONNECTION_VAL concode_elem_sep String UNWRAP_VAL concode_elem_sep String EQUALS_VAL concode_e...
Property function ( String arg0 ) { for ( Property loc0 : properties ) { if ( loc0 . internalName . equals ( arg0 ) ) { return loc0 ; } } return null ; }
gets the property with the name matching , or null if one is not found concode_field_sep Property physTicks concode_elem_sep Property udpBuff concode_elem_sep File file concode_elem_sep Property vSync concode_elem_sep Property tcpBuff concode_elem_sep Property tickRate concode_elem_sep Property frameRate concode_elem_s...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDevice ( ) != null ) loc0 . append ( "srini_string" + getDevice ( ) + "srini_string" ) ; if ( getVolumeId ( ) != null ) loc0 . append ( "srini_string" + getVolumeId ( ) ) ; loc0 . append ( "srini_string" ) ; re...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String volumeId concode_elem_sep String device concode_field_sep EbsVolume withVolumeId concode_elem_sep int hashCode concode_elem_sep void setVolumeId concode_elem_sep boolean equals concode_elem_sep EbsVolume clone c...
boolean function ( Double arg0 ) { array = Arrays . copyOf ( array , array . length + 1 ) ; array [ array . length - 1 ] = arg0 ; return true ; }
inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions . concode_field_sep Double[] array concode_field_sep String toString concode_elem_sep Double poll concode_elem_sep Double peek
Component function ( final String arg0 ) { return of ( arg0 , false , false ) ; }
get a component that does not have to occur at terminals . if the corresponding component has already been registered , return that one . concode_field_sep Set<Component> components concode_elem_sep boolean isCTerminal concode_elem_sep Map<Set<String>,Component> nonTerminalComps concode_elem_sep Set<String> pdbccIds co...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco...
void function ( IN arg0 ) { if ( ! initDone ) { initialize ( ) ; } OUT loc0 = serialize ( arg0 ) ; KeyedMessage < Integer , OUT > loc1 = new KeyedMessage < Integer , OUT > ( topicId , loc0 ) ; if ( ! closeWithoutSend ) { producer . send ( loc1 ) ; } if ( sendAndClose ) { producer . close ( ) ; } }
called when new data arrives to the sink , and forwards it to kafka . concode_field_sep boolean initDone concode_elem_sep String topicId concode_elem_sep boolean closeWithoutSend concode_elem_sep String brokerAddr concode_elem_sep kafka.javaapi.producer.Producer<Integer,OUT> producer concode_elem_sep long serialVersion...
void function ( int [ ] arg0 , int [ ] arg1 ) { nativeRecordTileTypeMetrics ( mNativeMostVisitedSitesBridge , arg0 , arg1 ) ; }
records metrics about which types of tiles are displayed . concode_field_sep long mNativeMostVisitedSitesBridge concode_field_sep long nativeInit concode_elem_sep void onIconMadeAvailable concode_elem_sep void destroy concode_elem_sep void nativeDestroy concode_elem_sep void nativeRecordOpenedMostVisitedItem concode_el...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
add error message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAtt...
void function ( String arg0 ) { this . path = arg0 ; }
the full path for this resource . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep GetResourceResult withPath concode_elem_sep java.util.Map<String,Method> getResourc...
boolean function ( ) { return ( this . beanName == null ) ; }
return whether this beanwiringinfo indicates autowiring . concode_field_sep int AUTOWIRE_BY_TYPE concode_elem_sep String beanName concode_elem_sep boolean isDefaultBeanName concode_elem_sep int autowireMode concode_elem_sep boolean dependencyCheck concode_elem_sep int AUTOWIRE_BY_NAME concode_field_sep String getBeanNa...
AggregateRegistry function ( int arg0 , int arg1 , boolean arg2 , ScriptContext arg3 ) { AggrRegistry loc0 = new AggrRegistry ( arg0 , arg1 , arg2 , arg3 ) ; loc0 . prepare ( groupDefns , scope , baseQuery , aggrExprInfoList ) ; return loc0 ; }
returns an implementation of the aggregateregistry interface used by expressioncompiler , to register aggregate expressions at the specified grouping level concode_field_sep BaseQuery baseQuery concode_elem_sep List aggrExprInfoList concode_elem_sep List groupDefns concode_elem_sep Scriptable scope concode_elem_sep Log...
List < Integer > function ( Notification . Type arg0 ) { List < Notification > loc0 = getAll ( ) ; ArrayList < Integer > loc1 = new ArrayList < Integer > ( ) ; for ( Notification loc2 : loc0 ) { if ( loc2 . getType ( ) == arg0 ) { loc1 . add ( loc2 . getId ( ) ) ; } } return loc1 ; }
all local notification ids for given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObject> ge...
void function ( URL arg0 , ResourceBundle arg1 ) { pname . setCellValueFactory ( new PropertyValueFactory < Product , String > ( "srini_string" ) ) ; pprice . setCellValueFactory ( new PropertyValueFactory < Product , Double > ( "srini_string" ) ) ; productTableView . getItems ( ) . setAll ( admin . getProductCatalogue...
initializes the product list when opening the admin panel . concode_field_sep TableView<Product> productTableView concode_elem_sep TextField price concode_elem_sep TableColumn<Product,String> pname concode_elem_sep TableColumn<Product,Double> pprice concode_elem_sep Admin admin concode_elem_sep TextField productName co...
Document function ( float arg0 , float arg1 ) { DOMImplementation loc0 = SVGDOMImplementation . getDOMImplementation ( ) ; Document loc1 = loc0 . createDocument ( SVG_NS , "srini_string" , null ) ; Element loc2 = loc1 . getDocumentElement ( ) ; loc2 . setAttributeNS ( null , "srini_string" , "srini_string" + arg0 ) ; l...
create a new svg document with batik . concode_field_sep String SVG_NS concode_field_sep Rectangle2D getStringBounds concode_elem_sep Element createImage concode_elem_sep float getStringWidth concode_elem_sep Element createG concode_elem_sep Element createText concode_elem_sep Element createLine concode_elem_sep Elemen...
void function ( ) { OHLCItem loc0 = new OHLCItem ( new Year ( 2006 ) , 2.0 , 4.0 , 1.0 , 3.0 ) ; OHLCItem loc1 = ( OHLCItem ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
some checks for the clone method . concode_field_sep double EPSILON concode_field_sep void testConstructor1 concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals
int function ( ) { return eventCode ; }
returns the unique event code that identifies what type of specific type of event this object represents . concode_field_sep int eventCode concode_elem_sep int PART_FAILED_EVENT_CODE concode_elem_sep int CANCELED_EVENT_CODE concode_elem_sep int bytesTransfered concode_elem_sep int COMPLETED_EVENT_CODE concode_elem_sep ...
void function ( CTEffectExtent arg0 ) { this . effectExtent = arg0 ; }
sets the value of the effectextent property . concode_field_sep CTPositiveSize2D extent concode_elem_sep Object parent concode_elem_sep CTNonVisualGraphicFrameProperties cNvGraphicFramePr concode_elem_sep CTEffectExtent effectExtent concode_elem_sep Long distL concode_elem_sep Long distT concode_elem_sep Graphic graphi...
void function ( float arg0 ) { checkTime ( ) ; physicsWorld . step ( arg0 , 8 , 3 ) ; if ( newWave ) { createWave ( ) ; newWave = false ; } removeObjects ( ) ; }
update the physics engine and create new waves concode_field_sep NewWaveDetector wavePoint concode_elem_sep float spawnPoint concode_elem_sep boolean newWave concode_elem_sep boolean permadeath concode_elem_sep Body skyBody concode_elem_sep float scale concode_elem_sep boolean gameOver concode_elem_sep float BOUNDARY_W...
CloseableListIterator < E > function ( ) { return new LazyIterator ( 0 , true ) ; }
closes this list 's cursor once the iterator is fully iterated through . concode_field_sep Cursor cursor concode_elem_sep int size concode_elem_sep List<E> entities concode_elem_sep int index concode_elem_sep ReentrantLock lock concode_elem_sep InternalQueryDaoAccess<E> daoAccess concode_elem_sep boolean closeWhenDone ...
boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; }
queries whether i have been cancelled , by cancellation of my progress monitor . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep void catchException concode_elem_sep IClipboardSupport getClipb...
int function ( ) { return this . name . hashCode ( ) ; }
returns a hash code for this instance . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep PlotOrientation HORIZONTAL concode_elem_sep PlotOrientation VERTICAL concode_field_sep Object readResolve concode_elem_sep boolean isVertical concode_elem_sep boolean equals concode_elem_sep Str...
String function ( ByteBuffer arg0 ) { return Unpooled . wrappedBuffer ( arg0 ) . toString ( StandardCharsets . UTF_8 ) ; }
convert the given byte buffer to a string . the resulting string can be converted back to the same byte buffer through #stringtobytes string . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,Time...
void function ( List < Edge > arg0 ) { this . incidentEdges = arg0 ; }
defines the edges in relationship with the edge . concode_field_sep boolean border concode_elem_sep Vertex eV concode_elem_sep List<Edge> incidentEdges concode_elem_sep Vertex oV concode_elem_sep LineSegment geometry concode_elem_sep int id concode_elem_sep List<Triangle> triangles concode_field_sep Vertex getOV concod...
Builder function ( short arg0 ) { this . srcPort = arg0 ; return this ; }
sets the source port . concode_field_sep String srcIp concode_elem_sep short dstPort concode_elem_sep String tunnelId concode_elem_sep String ipProto concode_elem_sep String id concode_elem_sep String dstIp concode_elem_sep short srcPort concode_elem_sep Type type concode_elem_sep int priority concode_field_sep String ...
int function ( ) { if ( _expectedSize != _hash . size ( ) ) { throw new ConcurrentModificationException ( ) ; } byte [ ] loc0 = _hash . _states ; int loc1 = _index ; while ( loc1 -- > 0 && ( loc0 [ loc1 ] != TPrimitiveHash . FULL ) ) { ; } return loc1 ; }
returns the index of the next value in the data structure or a negative value if the iterator is exhausted . concode_field_sep int _index concode_elem_sep TPrimitiveHash _hash concode_elem_sep int _expectedSize concode_field_sep void moveToNextIndex concode_elem_sep boolean hasNext concode_elem_sep void remove
void function ( String arg0 ) { dspaceBitstream . setName ( arg0 ) ; }
set the name of the bitstream . concode_field_sep String checksumCheckResult concode_elem_sep boolean infoFound concode_elem_sep boolean deleted concode_elem_sep boolean toBeProcessed concode_elem_sep Date processEndDate concode_elem_sep DSpaceBitstreamInfo dspaceBitstream concode_elem_sep boolean bitstreamFound concod...
String function ( ) { return username ; }
returns the credentials ' username . concode_field_sep String password concode_elem_sep String username concode_field_sep String getPassword concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
Integer function ( ) { return resCodesId ; }
getter method for rescodesid concode_field_sep String resCodesName concode_elem_sep Integer resCodeStatus concode_elem_sep Integer resCodesId concode_elem_sep Integer subsubCatId concode_elem_sep String resCodesDesc concode_elem_sep long serialVersionUID concode_field_sep void setResCodesDesc concode_elem_sep String ge...
Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; }
locates and decodes a data matrix code in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_field_sep void reset concode_elem_sep int moduleSize concode_elem_sep BitMatrix extractPureBits
Boolean function ( String arg0 ) { return null ; }
hook for blocking the loading of external resources . this will be called when the webview 's shouldinterceptrequest wants to know whether to open a connection to an external resource . return false to block the request : if any plugin returns false , cordova will block the request . if all plugins return null , the de...
IStatus function ( final Job arg0 , final DelegatingProgressMonitor arg1 , final IWizardContainer arg2 ) { return runInWizard ( arg0 , arg1 , arg2 , NO_TIMEOUT ) ; }
runs the given job in the given wizard container . in order to have the wizard displaying a progress bar , you need to set wizard #setneedsprogressmonitor to true . concode_field_sep int NO_TIMEOUT concode_elem_sep long THREAD_SLEEP concode_field_sep WizardDialog createWizardDialog concode_elem_sep void waitForFuture c...
void function ( java . io . InputStream arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; }
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
Iterator function ( ) { if ( attributes == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( attributes . keySet ( ) . iterator ( ) ) ; }
return an iterator of the attribute names of this node . if there are no attributes , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild c...
Color function ( ) { return failureColor ; }
getter for property failurecolor . concode_field_sep JComponent component concode_elem_sep Color failureColor concode_elem_sep java.awt.Color originalColor concode_field_sep void resetJComponentColor concode_elem_sep void errorInJComponent concode_elem_sep void setOriginalColor concode_elem_sep void setFailureColor con...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_elem_sep LongKeyIntValueHashMap useMap concode_field_sep Statement compile concode_elem_sep voi...
void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
implements the cleartouchpoints method of the drt event sender object . concode_field_sep int PRESSED concode_elem_sep int META concode_elem_sep boolean dragMode concode_elem_sep int ALT concode_elem_sep WebPage webPage concode_elem_sep long timeOffset concode_elem_sep int modifiers concode_elem_sep boolean mousePresse...
ArraySerde < T > function ( Serde < T > arg0 ) { return new ArraySerde < T > ( Preconditions . checkNotNull ( arg0 ) ) ; }
serializer and deserializer need different constructor , so use static factory method to wrap . the arrayserde returned by newserializer can only used for serialization concode_field_sep Class<T> itemType concode_elem_sep Serde<T> itemSerde concode_field_sep void serialize concode_elem_sep Serde<T> getItemSerde concode...
boolean function ( Interval arg0 ) { return startsBeforeDisjoint ( arg0 ) || startsAfterDisjoint ( arg0 ) ; }
are both ranges disjoint ? i.e. , no overlap ? concode_field_sep int creates concode_elem_sep int a concode_elem_sep int b concode_elem_sep int misses concode_elem_sep int hits concode_elem_sep int outOfRange concode_elem_sep Interval INVALID concode_elem_sep Interval[] cache concode_elem_sep int INTERVAL_POOL_MAX_VALU...
CommandInfo [ ] function ( ) { CommandMap loc0 = getCommandMap ( ) ; return loc0 . getPreferredCommands ( getShortType ( ) ) ; }
returns the preferred commands for this type of data . concode_field_sep CommandMap currentCommandMap concode_elem_sep String objectMimeType concode_elem_sep String shortType concode_elem_sep DataContentHandler dch concode_elem_sep String mimeType concode_elem_sep DataContentHandler dataContentHandler concode_elem_sep ...
int function ( ) { return ++ runningNodes ; }
generate new node number . concode_field_sep File TEST_CONF_DIR concode_elem_sep int runningNodes concode_elem_sep File TEST_CONFIGURATION_FILE concode_elem_sep File CLIENT_NODE_CONFIGURATION concode_elem_sep int srvNodes concode_elem_sep int threadsPerClient concode_elem_sep int clientNodes concode_elem_sep long submi...
DataType function ( Object arg0 ) { logger . debug ( "srini_string" , arg0 ) ; if ( arg0 == null ) { return UNKNOWN ; } for ( int loc0 = 0 ; loc0 < TYPES . length ; loc0 ++ ) { Class loc1 = TYPES [ loc0 ] . getTypeClass ( ) ; if ( loc1 . isInstance ( arg0 ) ) { return TYPES [ loc0 ] ; } } return UNKNOWN ; }
returns the datatype corresponding to the specified value runtime class . this method returns datatype.unknown if the value is null or runtime class not recognized . concode_field_sep DataType DECIMAL concode_elem_sep DataType BLOB concode_elem_sep DataType CHAR concode_elem_sep DataType BINARY concode_elem_sep DataTyp...
int function ( Boolean arg0 ) { return value == arg0 . value ? 0 : ( value ? 1 : - 1 ) ; }
compares this boolean to another . concode_field_sep Boolean FALSE concode_elem_sep Class<Boolean> TYPE concode_elem_sep Boolean TRUE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep Boolean valueOf concode_elem_sep Boolean valueOf concode_elem_sep int hashCode concode_elem_sep bo...
ArrayList < Plugin > function ( ) { return plugins ; }
created at initialization by private method getpluginclasses concode_field_sep ArrayList<String> jarPaths concode_elem_sep ArrayList<Plugin> plugins concode_elem_sep ArrayList<Class> classes concode_elem_sep ArrayList<String> classPaths concode_field_sep ArrayList<String> getJarPaths concode_elem_sep ArrayList<String> ...
void function ( Writer arg0 ) { this . writer = arg0 ; }
set the writer to write the csv file to . concode_field_sep Writer writer concode_elem_sep CSVConfig config concode_field_sep String writeValue concode_elem_sep void writeRecord concode_elem_sep CSVConfig getConfig concode_elem_sep void setConfig
ClusterParameterGroupStatus function ( String arg0 ) { this . parameterGroupName = arg0 ; return this ; }
the name of the cluster parameter group . returns a reference to this object so that method calls can be chained together . concode_field_sep String parameterGroupName concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ClusterParameterStatus> clusterParameterStatusList concode_elem_sep String parameterAp...
boolean function ( char arg0 ) { return Character . getType ( arg0 ) == Character . CONTROL ; }
returns true if a character is a control character , and false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSymbol concode_elem_sep boolean isPunctuation concode_elem_sep Character getCharacter concode_elem_sep String unicodeBlockStringOf concode_elem_sep Character[] asCharacterArra...
void function ( String arg0 ) { this . description = arg0 ; }
sets the description attribute of the data source . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep Prin...
MembersInjectorImpl < T > function ( TypeLiteral < T > arg0 , Errors arg1 ) { return ( MembersInjectorImpl < T > ) cache . get ( arg0 , arg1 ) ; }
returns a new complete members injector with injection listeners registered . concode_field_sep FailableCache<TypeLiteral<?>,MembersInjectorImpl<?>> cache concode_elem_sep InjectorImpl injector concode_elem_sep ImmutableList<TypeListenerBinding> typeListenerBindings concode_field_sep MembersInjectorImpl<T> createWithLi...