code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; }
sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_s...
void function ( ) { if ( ! loadLibraries ( ) ) { throw mLinkError ; } }
loads libraries if not loaded yet , throws on failure concode_field_sep Boolean mLoadLibraries concode_elem_sep boolean mLibrariesLoaded concode_elem_sep UnsatisfiedLinkError mLinkError concode_elem_sep String TAG concode_elem_sep Object mLock concode_elem_sep List<String> mLibraryNames concode_field_sep UnsatisfiedLin...
float function ( BlockCoordinates arg0 ) { return this . getDistanceSquared ( arg0 . x , arg0 . y , arg0 . z ) ; }
return the squared distance between this coordinates and the chunkcoordinates given as argument . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep void writeNBT concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep float getDistan...
void function ( final Activity arg0 , final int arg1 ) { if ( arg0 == null ) return ; show ( arg0 , arg0 . getString ( arg1 ) ) ; }
show the message with the given resource id in a toast this method may be called from any thread concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( Element arg0 ) { if ( elements . remove ( arg0 ) ) { } }
removes the element from the element selection and adds its bound to the ` dirty ' region . concode_field_sep Color elementOverlayStrokeColor concode_elem_sep JSVGCanvas canvas concode_elem_sep Overlay elementOverlay concode_elem_sep ElementOverlayController controller concode_elem_sep ArrayList elements concode_elem_s...
String function ( int arg0 ) { switch ( arg0 ) { case 0 : return roomNameNorth ; case 1 : return roomNameEast ; case 2 : return roomNameSouth ; default : return roomNameWest ; } }
gets the name of the room in the given direction . direction is defined as integer , starting with 0 in the north , clockwise . concode_field_sep String imageName concode_elem_sep String roomNameWest concode_elem_sep Gold gold concode_elem_sep boolean flagKilledCreature concode_elem_sep String roomNameNorth concode_ele...
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep List<Object> content concode_elem_sep String id concode_elem_sep String target concode_field_sep String getTarget concode_elem_sep List<Object> getContent concode_elem_sep void setTarget concode_elem_sep void setId
double [ ] [ ] function ( ) { return coordinates ; }
returns the coordinates of projected data . concode_field_sep double[][] coordinates concode_elem_sep int[] index concode_elem_sep Graph graph concode_field_sep int[] getIndex concode_elem_sep Graph getNearestNeighborGraph
void function ( final String arg0 ) { this . username = arg0 ; }
sets the user-name to be used . concode_field_sep String password concode_elem_sep int commitSize concode_elem_sep String PROP_MAXPOOLSIZE concode_elem_sep String username concode_elem_sep String driver concode_elem_sep String url concode_field_sep void applyToHibernateBuilder concode_elem_sep void applyToHibernateBuil...
boolean function ( ) { return paused ; }
tests whether this executor has been paused . concode_field_sep boolean paused concode_elem_sep double completeness concode_elem_sep ArrayList listeners concode_elem_sep Thread thread concode_elem_sep boolean stopped concode_elem_sep String guid concode_elem_sep TaskExecutor myself concode_elem_sep String message conco...
Graph function ( ) { throw new UnsupportedOperationException ( ) ; }
this invariant is not used during refinement or coarsening , so ltl has been left undefined concode_field_sep List<EventType> tail concode_elem_sep Set<EventType> following concode_elem_sep String relations concode_elem_sep Map<List<EventType>,KTailInvariant> tails concode_field_sep List<EventType> getTailEvents concod...
void function ( ) { System . out . println ( "srini_string" ) ; DoubleHeapSelect loc0 = new DoubleHeapSelect ( 10 ) ; for ( int loc1 = 0 ; loc1 < 100000000 ; loc1 ++ ) { loc0 . add ( Math . random ( ) ) ; } for ( int loc1 = 0 ; loc1 < 10 ; loc1 ++ ) { System . out . println ( loc0 . get ( loc1 ) ) ; } }
test of get method , of class heapselect . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSelectBig concode_elem_sep void setUpClass concode_elem_sep void testSelectInt concode_elem_sep void testSelectDouble concode_elem_sep void testFloatSelectBig concode_elem_sep void setUp concode_elem_sep void...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con...
MessageType function ( MessageType arg0 , String arg1 ) { if ( arg1 == null ) return arg0 ; MessageType loc0 = MessageTypeParser . parseMessageType ( arg1 ) ; return getSchemaForRead ( arg0 , loc0 ) ; }
attempts to validate and construct a messagetype from a read projection schema concode_field_sep Map<String,String> readSupportMetadata concode_elem_sep String PARQUET_READ_SCHEMA concode_elem_sep MessageType requestedSchema concode_field_sep ReadContext init concode_elem_sep ReadContext init concode_elem_sep Map<Strin...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAttachment ( ) != null ) loc0 . append ( "srini_string" + getAttachment ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep VolumeAttachment attachment concode_field_sep VolumeAttachment getAttachment concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DetachVolumeResult clone concode_elem_sep void setAttachment c...
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } }
notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit...
void function ( Connection arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( Exception loc0 ) { } } }
close the given jdbc connection and ignore any thrown exception . this is useful for typical finally blocks in manual jdbc code . concode_field_sep byte[] Hexhars concode_field_sep String readClob concode_elem_sep byte[] readBlob concode_elem_sep T getResultSetValue concode_elem_sep T getResultSetValue concode_elem_sep...
Properties function ( ) { return properties ; }
returns the jet-specific configuration properties . concode_field_sep int DEFAULT_JET_MULTICAST_PORT concode_elem_sep EdgeConfig defaultEdgeConfig concode_elem_sep Properties properties concode_elem_sep Config hazelcastConfig concode_elem_sep InstanceConfig instanceConfig concode_field_sep JetConfig setInstanceConfig c...
String function ( ) { return getTarget ( ) . getSourceUserScreenName ( ) ; }
returns the source user screen name concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep Relationship target concode_field_sep boolean isSourceBlockingTarget concode_elem_sep long getTargetUserId concode_elem_sep boolean isTargetFollowingSource concode_elem_sep boolean isSourceMuti...
String function ( int arg0 ) { int loc0 ; int loc1 ; checkRange ( arg0 ) ; return Types . getTypeName ( types [ -- arg0 ] ) ; }
retrieves the designated parameter 's database-specific type name . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames conc...
Node function ( Node arg0 ) { if ( arg0 . right != null ) { return minimum ( arg0 . right ) ; } Node loc0 = arg0 . parent ; while ( loc0 != null && arg0 . equals ( loc0 . right ) ) { arg0 = loc0 ; loc0 = loc0 . parent ; } return loc0 ; }
get the smallest value greater than the one stored in a node x. concode_field_sep Node right concode_elem_sep Node root concode_elem_sep int size concode_elem_sep T key concode_elem_sep Node parent concode_elem_sep boolean allowSameElementMultipleTimes concode_elem_sep Node left concode_field_sep void add concode_elem_...
void function ( TreeNode arg0 ) { if ( children != null ) children . remove ( arg0 ) ; }
remove a child node from this node , if it is one . 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 concode_elem_sep String findAttribute concode_elem_sep String getNa...
boolean function ( Unit arg0 ) { return getPhiExpr ( arg0 ) != null ; }
returns true if the unit is a phi node , false otherwise . concode_field_sep String IFALIAS concode_elem_sep String PHASE concode_elem_sep String PI concode_elem_sep String PHI concode_elem_sep String MAYMODIFY concode_field_sep PhiExpr newPhiExpr concode_elem_sep PhiExpr newPhiExpr concode_elem_sep Local getLhsLocal c...
EntityListIterator function ( Delegator arg0 , ModelEntity arg1 , EntityCondition arg2 , EntityCondition arg3 , Collection < String > arg4 , List < String > arg5 , EntityFindOptions arg6 ) { return genericDAO . selectListIteratorByCondition ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; }
finds genericvalues by the conditions specified in the entitycondition object , the the entitycondition javadoc for more details . concode_field_sep String module concode_elem_sep GenericDAO genericDAO concode_elem_sep GenericHelperInfo helperInfo concode_field_sep GenericValue findByPrimaryKeyPartial concode_elem_sep ...
String function ( ) { if ( name == null ) { return "srini_string" ; } else { return name ; } }
gets the value of the name property . concode_field_sep String styleLbl concode_elem_sep STChildOrderType chOrder concode_elem_sep String name concode_elem_sep List<Object> algOrShapeOrPresOf concode_elem_sep String moveWith concode_field_sep List<Object> getAlgOrShapeOrPresOf concode_elem_sep void setName concode_elem...
InvokeKenanNRC function ( ) { return new InvokeKenanNRC ( ) ; }
create an instance of invokekenannrc concode_field_sep PlaceHolder placeHolder concode_field_sep GetDailyBurnRateResponse createGetDailyBurnRateResponse concode_elem_sep InvokeKenanNRCResponse createInvokeKenanNRCResponse concode_elem_sep GetBalanceResponse createGetBalanceResponse concode_elem_sep GetBalance createGet...
boolean function ( char arg0 ) { return ( arg0 >= 'a' && arg0 <= 'z' ) || ( arg0 >= 0xDF && arg0 <= 0xF6 ) || ( arg0 >= 0xF8 && arg0 <= 0xFF ) ; }
determines if the specified character is a lowercase character . the default case converter in cldc only supports the iso latin-1 range of characters . of the iso latin-1 characters character codes 0x0000 through 0x00ff , the following are lowercase : a b c d e f g h i j k l m n o p q r s t u v w x y z &#92; u00df &#92...
Object function ( Stage arg0 ) { return insert ( size ( ) , arg0 ) ; }
adds to the end of the current chain , a designated stage . concode_field_sep Direction wired concode_elem_sep HashMap stages concode_elem_sep String DIRECTION concode_elem_sep LinkedList stageKeys concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep boolean selfTest concode_elem_sep int size con...
Object function ( Class < T > arg0 , T arg1 , Map < String , RetryPolicy > arg2 ) { return create ( arg0 , new DefaultFailoverProxyProvider < T > ( arg0 , arg1 ) , arg2 , RetryPolicies . TRY_ONCE_THEN_FAIL ) ; }
create a proxy for an interface of an implementation class using the a set of retry policies specified by method name . if no retry policy is defined for a method then a default of retrypolicies #try_once_then_fail is used . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( Object arg0 , FacesContext arg1 ) { Map loc0 = arg1 . getExternalContext ( ) . getSessionMap ( ) ; if ( loc0 . get ( CACHE_KEY ) == null ) { loc0 . put ( CACHE_KEY , new HashMap ( ) ) ; } Map loc1 = ( Map ) loc0 . get ( CACHE_KEY ) ; String loc2 = KEY_START + loc1 . size ( ) + KEY_END ; loc1 . put ( l...
add a value to the cache concode_field_sep String KEY_START concode_elem_sep String CACHE_CLEARED concode_elem_sep String KEY_END concode_elem_sep String CACHE_KEY concode_elem_sep Logger log concode_field_sep Object get
float function ( ) { return fps ; }
get the frames per second of this effect concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay ...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201405.UserTeamAssociation[] results concode_elem_sep org....
void function ( String arg0 ) { WebElement loc0 = driver . findElement ( By . xpath ( "srini_string" + this . properties . get ( "srini_string" ) + "srini_string" ) ) ; loc0 . sendKeys ( arg0 ) ; }
enters a value for height in single view . concode_field_sep String databasesFields concode_elem_sep RemoteWebDriver driver concode_elem_sep Map<String,String> properties concode_field_sep void selectCreateNewMenuField concode_elem_sep void selectCreateNewTextareaField concode_elem_sep void enterForcedName concode_elem...
void function ( String arg0 , String [ ] arg1 ) { Class loc0 ; Method loc1 ; Class [ ] loc2 = { emptyStringArray . getClass ( ) } ; Object [ ] loc3 = { ( arg1 == null ) ? emptyStringArray : arg1 } ; loc0 = Class . forName ( arg0 ) ; loc1 = loc0 . getMethod ( "srini_string" , loc2 ) ; loc1 . invoke ( null , loc3 ) ; }
invokes the static main string method from each specified class . concode_field_sep String LS concode_elem_sep String SYNTAX_MSG concode_elem_sep String[] emptyStringArray concode_field_sep void syntaxFailure concode_elem_sep void main
int function ( int arg0 , int arg1 ) { return next ( arg0 , arg0 , arg1 ) ; }
by the nature of the stateless traversal , the context node can not be returned or the iteration will go into an infinate loop . so to traverse an axis , the first function must be used to get the first node . this method needs to be overloaded only by those axis that process the self node . concode_field_sep PlaceHold...
void function ( int arg0 ) { }
remove an indexed property . this method should n't even be called since we define all properties as permanent . concode_field_sep Scriptable parent concode_elem_sep int dim concode_elem_sep List<Object> list concode_elem_sep Scriptable prototype concode_field_sep Scriptable getPrototype concode_elem_sep void setProtot...
Launcher function ( final Redirect arg0 ) { outputDestination = arg0 ; return this ; }
redirects the output of the process to the destination provided . concode_field_sep File workingDirectory concode_elem_sep Redirect errorDestination concode_elem_sep CommandBuilder builder concode_elem_sep Redirect outputDestination concode_elem_sep Map<String,String> env concode_elem_sep boolean redirectErrorStream co...
void function ( boolean arg0 ) { this . isLiteral = arg0 ; }
sets the value of the isliteral property . concode_field_sep boolean isLiteral concode_elem_sep String datatype concode_elem_sep String pid concode_elem_sep String relationship concode_elem_sep String object concode_field_sep String getDatatype concode_elem_sep String getObject concode_elem_sep void setDatatype concode...
Provider function ( ) { return provider ; }
returns the security provider . concode_field_sep Engine ENGINE concode_elem_sep CertStoreParameters certStoreParams concode_elem_sep Provider provider concode_elem_sep String PROPERTY_NAME concode_elem_sep CertStoreSpi spiImpl concode_elem_sep String SERVICE concode_elem_sep String DEFAULT_PROPERTY concode_elem_sep St...
Vector < AttributeField > function ( ) { Vector < AttributeField > loc0 = new Vector < AttributeField > ( av . size ( ) ) ; for ( int loc1 = 0 ; loc1 < av . size ( ) ; loc1 ++ ) loc0 . addElement ( av . elementAt ( loc1 ) ) ; return loc0 ; }
gets a vector of attribute values . concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void init concod...
Object function ( ) { Object loc0 = null ; LinkedNode loc1 = head_ . next ; if ( loc1 != null ) { loc0 = loc1 . value ; loc1 . value = null ; head_ = loc1 ; count_ -- ; } return loc0 ; }
main mechanics for take/poll concode_field_sep int count_ concode_elem_sep int waitingForTake_ concode_elem_sep LinkedNode last_ concode_elem_sep LinkedNode head_ concode_elem_sep Object lastMonitor_ concode_elem_sep LinkedNode next concode_elem_sep Object value concode_field_sep boolean offer concode_elem_sep Object t...
void function ( Queue ... arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . queues . clear ( ) ; this . queues . addAll ( Arrays . asList ( arg0 ) ) ; }
set the queues to use . either the queue instances or thequeue names should be provided , but not both . concode_field_sep BeanExpressionResolver resolver concode_elem_sep BeanFactory beanFactory concode_elem_sep boolean exclusive concode_elem_sep RabbitAdmin admin concode_elem_sep BeanExpressionContext expressionConte...
void function ( int arg0 ) { this . mismatch = arg0 ; }
set the mismatch on this objectmatch . the objectmatch can not be immutable anymore at least in the current design -- because the same mismatch object must be maintained through recursive processing to properly handle circular references detection concode_field_sep ObjectMatch NO_MATCH concode_elem_sep ObjectMatch OKAY...
void function ( String arg0 ) { this . username = arg0 ; }
set the username . concode_field_sep String password concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getLocation concode_elem_sep void setLocation concode_elem_sep String ge...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( List . class , arg0 ) ; }
returns a type modelling a list whose elements are of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Gen...
String function ( String arg0 ) { String loc0 ; int loc1 = arg0 . lastIndexOf ( '.' ) ; if ( loc1 < 0 ) loc0 = "srini_string" + arg0 + "srini_string" ; else loc0 = arg0 . substring ( 0 , loc1 + 1 ) + "srini_string" + arg0 . substring ( loc1 + 1 ) + "srini_string" ; return loc0 ; }
get the stub class name for the name , representing the given interface . concode_field_sep PlaceHolder placeHolder concode_field_sep void unexportObject concode_elem_sep void exportObject concode_elem_sep Object narrow concode_elem_sep Remote toStub concode_elem_sep void connect
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep String code concode_elem_sep Boolean documentation concode_elem_sep String name concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Descriptions descriptions concode_elem_sep Actions actions concode_elem_sep Views views concode_fie...
void function ( Session arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( HibernateException loc0 ) { logger . debug ( "srini_string" , loc0 ) ; } catch ( Throwable loc0 ) { logger . debug ( "srini_string" , loc0 ) ; } } }
perform actual closing of the hibernate session , catching and logging any cleanup exceptions thrown . concode_field_sep Method getConnectionProviderMethod concode_elem_sep Log logger concode_elem_sep int SESSION_SYNCHRONIZATION_ORDER concode_field_sep DataSource getDataSource concode_elem_sep DataAccessException conve...
boolean function ( Class < ? > arg0 ) { return true ; }
subclasses can override this for greater filtering and performance . concode_field_sep int evaluations concode_elem_sep String methodName concode_elem_sep Class<?> clazz concode_field_sep MethodMatcher getMethodMatcher concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ClassFilter getClassFi...
void function ( String arg0 , Object ... arg1 ) { print ( String . arg0 ( arg0 , arg1 ) ) ; }
prints a formatted string using the specified format string and arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep void setCurrentOutput concode_elem_sep void print concode_elem_sep void println concode_elem_sep void println concode_elem_sep void clearOutput concode_elem_sep String getCurrentOutput
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . exists ( ) ; }
return true or false based on whether the named file exists . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStream openInputStrea...
void function ( int arg0 ) { m_Port = arg0 ; }
sets the destination port of this udpmasterconnection . the default is defined as modbus.default _ port . concode_field_sep InetAddress m_Address concode_elem_sep UDPMasterTerminal m_Terminal concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep boolean m_Connected concode_field_sep void setTimeou...
String function ( Result arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( MISSING_RESULT ) ; } try { return mapper . writeValueAsString ( arg0 ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } }
formats a result object as a json string . concode_field_sep String MISSING_RESULT concode_elem_sep String MISSING_PREFERENCES concode_elem_sep String MISSING_EDITOR concode_elem_sep String MISSING_BUNDLE concode_elem_sep String BUNDLE_NAME concode_elem_sep String MISSING_CONTEXT concode_elem_sep String BUNDLE_LOGCAT_I...
void function ( boolean arg0 ) { this . filterMessage = arg0 ; }
sets wheather the receiver allows or denies incoming messages or not . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep String SUBSCRIPTION_NONE concode_elem_sep boolean filterPresence_in concode_elem_sep boolean fi...
int function ( ) { return hashes . size ( ) ; }
number of lines concode_field_sep SetMultimap<String,Integer> lineByHash concode_elem_sep List<String> hashes concode_field_sep Set<Integer> getLinesForHash concode_elem_sep LineHashSequence createForLines concode_elem_sep boolean hasLine concode_elem_sep List<String> getHashes concode_elem_sep String getHashForLine
void function ( String arg0 , String arg1 ) { properties . put ( arg0 , arg1 ) ; }
adds a property to the map of experiment properties . concode_field_sep AbstractProject project concode_elem_sep Long id concode_elem_sep String title concode_elem_sep Date creationDate concode_elem_sep Map<String,String> properties concode_field_sep Map<String,String> getProperties concode_elem_sep boolean hasSearchRe...
int function ( ) { if ( length > 0 ) return ( data [ 0 ] & 0xff ) ; else return 0 ; }
get the status byte of the midi message as an int concode_field_sep int length concode_elem_sep byte data[] concode_field_sep Object clone concode_elem_sep byte[] getMessage concode_elem_sep int getLength concode_elem_sep void setMessage
TransformsType function ( ) { return transforms ; }
gets the value of the transforms property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep void setDigestValue concode_elem_sep byte[] get...
ZNode function ( File arg0 ) { ZNode loc0 = new ZNode ( ) ; loc0 . setParentFile ( arg0 ) ; loc0 . setName ( arg0 . getName ( ) ) ; loc0 . setExtension ( "srini_string" ) ; loc0 . setNodeType ( ZNodeType . MODULE ) ; loc0 . getSubmodules ( ) . addAll ( loadPackages ( arg0 ) ) ; return loc0 ; }
load directory as a module . concode_field_sep CodeFormatter codeFormatter concode_elem_sep DependencyManager dependencyManager concode_elem_sep LanguageParser languageParser concode_elem_sep Logger log concode_elem_sep Set<String> ignore concode_field_sep Collection<? extends ZNode> loadClassFiles concode_elem_sep ZNo...
long function ( K arg0 ) { return getAndAdd ( arg0 , - 1 ) ; }
decrements by one the value currently associated with key , and returns the old value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep Map<K,Long> createAsMap concode_elem_sep Map<K,Lo...
Settings function ( ) { return settings ; }
returns the settings for this index . these settings contain the node and index level settings where settings that are specified on both index and node level are overwritten by the index settings . concode_field_sep List<Consumer<Settings>> updateListeners concode_elem_sep String nodeName concode_elem_sep Settings sett...
String function ( ) { return getPluginInformation ( ) . getId ( ) ; }
returns plugin id . concode_field_sep PluginManager<T> pluginManager concode_elem_sep InitializationStrategy initializationStrategy concode_elem_sep boolean enabled concode_elem_sep DetectedPlugin<T> detectedPlugin concode_field_sep void setDetectedPlugin concode_elem_sep PluginVersion getVersion concode_elem_sep Strin...
void function ( String arg0 ) { this . userId = arg0 ; }
set userid . concode_field_sep String userId concode_elem_sep String connDt concode_elem_sep String connIp concode_elem_sep int connCnt concode_field_sep String getConnDt concode_elem_sep void setConnDt concode_elem_sep int getConnCnt concode_elem_sep void setConnCnt concode_elem_sep String toString concode_elem_sep St...
void function ( ) { refCount . incrementAndGet ( ) ; }
increments the reference count . calls to this method must be matched with calls to #decref . concode_field_sep AtomicInteger refCount concode_elem_sep T object concode_field_sep void decRef concode_elem_sep void release concode_elem_sep T get concode_elem_sep int getRefCount
void function ( ) { if ( fLabel != null ) { fLabel . setEnabled ( fEnabled ) ; } }
called when the enable state changed . to be extended by dialog field implementors . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelControl concode_elem_sep boolean isOkToUse c...
boolean function ( ) { Class < ? > loc0 = getClass ( ) ; Map < Class < ? > , Boolean > loc1 = InternalThreadLocalMap . get ( ) . handlerSharableCache ( ) ; Boolean loc2 = loc1 . get ( loc0 ) ; if ( loc2 == null ) { loc2 = loc0 . isAnnotationPresent ( Sharable . class ) ; loc1 . put ( loc0 , loc2 ) ; } return loc2 ; }
return true if the implementation is sharable and so can be addedto different channelpipeline s. concode_field_sep boolean added concode_field_sep void disconnect concode_elem_sep void channelReadComplete concode_elem_sep void read concode_elem_sep void deregister concode_elem_sep void exceptionCaught concode_elem_sep ...
boolean function ( ) { return true ; }
unused concode_field_sep Arc next concode_elem_sep int ARC_BOTTOM concode_elem_sep BezierArc bezierArc concode_elem_sep long BEZIER_TAG concode_elem_sep Arc prev concode_elem_sep int ARC_LEFT concode_elem_sep Arc link concode_elem_sep int ARC_RIGHT concode_elem_sep long type concode_elem_sep PwlArc pwlArc concode_elem_...
int function ( int arg0 ) { int loc0 = 0 ; while ( loc0 < BOARD_SIZE_Y ) { if ( board [ arg0 - 1 ] [ loc0 ] == 0 ) { return loc0 + 1 ; } loc0 ++ ; } throw new IndexOutOfBoundsException ( ) ; }
provides the next available row in a column 1 spot above the highest game piece concode_field_sep String hashString concode_elem_sep int BOARD_SIZE_Y concode_elem_sep int BOARD_SIZE_X concode_elem_sep int SCORING_Y concode_elem_sep int SCORING_Z concode_elem_sep int[][] board concode_elem_sep int SCORING_X concode_fiel...
IndexedLambda function ( ) { return lambda ; }
returns the indexed lambda to match . concode_field_sep IndexedLambda lambda concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Type type
Map < TierDataConstraint , Component > function ( ) { return Collections . unmodifiableMap ( componentMap ) ; }
get the constraint - > component map for this layout . the returned map is not modifiable . concode_field_sep int DEFAULT_TIER_LABEL_WIDTH concode_elem_sep Map<TierDataConstraint,Component> componentMap concode_elem_sep TierDataLayoutProvider layoutProvider concode_elem_sep TierDataLayoutType layoutType concode_elem_se...
String function ( ) { return storeLicenseNum ; }
gets the value of the storelicensenum property . concode_field_sep String storeAddress1 concode_elem_sep String storeAddress2 concode_elem_sep String storeLicenseNum concode_elem_sep String storeZipCode concode_elem_sep String storeFax concode_elem_sep String storePhone concode_elem_sep String storeName concode_elem_se...
List function ( AlertVO arg0 , int arg1 , int arg2 ) { return dao . searchAlert ( arg0 , arg1 , arg2 ) ; }
this method is used to call a method of dao class to search alert concode_field_sep AlertDAO dao concode_field_sep Date getSql concode_elem_sep List searchAlertRetailer concode_elem_sep AlertVO viewAlert concode_elem_sep List<AlertVO> getCircleNames concode_elem_sep String getDDMMYYYY concode_elem_sep AlertVO viewAlert...
void function ( String arg0 , String arg1 ) { this . parameters . setString ( arg0 , arg1 ) ; }
sets a stub parameters in the configuration of this contract . the stub parameters are accessible by the user code at runtime . parameters that the user code needs to access at runtime to configure its behavior are typically stored as stub parameters . concode_field_sep int parallelism concode_elem_sep OperatorInformat...
Source < Integer > function ( final int arg0 ) { return between ( startInclusive , arg0 - 1 ) ; }
generates integers within the interval specified with an inclusive lower bound and exclusive upper bound . the source is weighted so it is likely to generate the upper and lower limits of the domain one or more times . concode_field_sep int startInclusive concode_field_sep Source<Integer> all concode_elem_sep Source<In...
String function ( ) { return iban ; }
gets the value of the iban property . concode_field_sep boolean bankSortCodeRequired concode_elem_sep ExtensionRef postCodeExtension concode_elem_sep String code concode_elem_sep String alternativeCode concode_elem_sep String language concode_elem_sep String tax concode_elem_sep short timeStamp concode_elem_sep String ...
void function ( Transition arg0 ) { arg0 . setParent ( this ) ; ArrayList < Transition > loc0 = transitions . get ( arg0 . getSource ( ) ) ; loc0 . add ( arg0 ) ; numTransitions ++ ; }
add a previously created transition to the pta . concode_field_sep Transition next concode_elem_sep ArrayList<Object> locationNames concode_elem_sep PTAParser parser concode_elem_sep List<String> alphabet concode_elem_sep Iterator<Transition> it concode_elem_sep ArrayList<ArrayList<Transition>> transitions concode_elem...
long function ( InputStream arg0 , OutputStream arg1 , boolean arg2 ) { return copy ( arg0 , arg1 , arg2 , new byte [ DEFAULT_BUFFER_SIZE ] ) ; }
copies the contents of the given inputstream to the given outputstream . shortcut for copy pinputstream , poutputstream , new byte 8192 ; concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep String asString concode_elem_sep String asString
String function ( String arg0 ) { if ( arg0 . length ( ) > 150 ) { arg0 = ( arg0 . substring ( 0 , 150 ) + "srini_string" ) ; } return arg0 ; }
method to trim the user message after it exceeds a maximum length the length cap is 150 characters concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String ...
boolean function ( ) { return settings . getBoolean ( Keys . web . debugMode , false ) ; }
is gitblit running in debug mode ? concode_field_sep IStoredSettings settings concode_elem_sep ServerStatus serverStatus concode_elem_sep Logger logger concode_elem_sep File baseFolder concode_elem_sep TimeZone timezone concode_elem_sep ServerSettings settingsModel concode_field_sep boolean isServingRepositories concod...
StartEvent function ( final StartEvent arg0 , final Diagram arg1 ) { StartEvent loc0 = Bpmn2Factory . eINSTANCE . createStartEvent ( ) ; loc0 . setId ( ActivitiUiUtil . getNextId ( loc0 . getClass ( ) , CreateStartEventFeature . FEATURE_ID_KEY , arg1 ) ) ; loc0 . setName ( arg0 . getName ( ) ) ; arg1 . eResource ( ) . ...
clones a startevent . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
SheetImpl function ( ) { return sheet ; }
accessor for the sheet concode_field_sep Date date concode_elem_sep int utcOffsetDays concode_elem_sep TimeZone gmtZone concode_elem_sep long msInASecond concode_elem_sep int column concode_elem_sep DateFormat format concode_elem_sep FormattingRecords formattingRecords concode_elem_sep long secondsInADay concode_elem_s...
PlatformDotNetSessionData function ( UUID arg0 , long arg1 , Timestamp arg2 ) { assert ! isLocked ( ) ; PlatformDotNetSessionData loc0 = copyWithoutLockInfo ( ) ; loc0 . arg1 = arg1 ; loc0 . arg0 = arg0 ; loc0 . arg2 = arg2 ; return loc0 ; }
locks the session state data . concode_field_sep long lockId concode_elem_sep UUID lockNodeId concode_elem_sep Timestamp lockTime concode_elem_sep byte[] staticObjects concode_elem_sep Map<String,byte[]> items concode_elem_sep int timeout concode_field_sep PlatformDotNetSessionData unlock concode_elem_sep void readBina...
double function ( double arg0 , AttenuationType arg1 , AttenuationRetrievalMode arg2 ) { if ( arg2 . equals ( AttenuationRetrievalMode . ONLINE_RETRIEVAL ) ) { return density * OnlineMassAttenuationDB . getMassAttenuationData ( comp , arg0 / 1000 , arg1 ) ; } else { return density * LocalMassAttenuationCalculator . get...
retrieve the energy dependent attenuation of material . concode_field_sep String name concode_elem_sep double CTValue concode_elem_sep WeightedAtomicComposition comp concode_elem_sep long serialVersionUID concode_elem_sep double density concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int...
String function ( ) { return selectedRobots ; }
gets the selectedrobots . concode_field_sep String BATTLEFIELD_HEIGHT concode_elem_sep String BATTLE_INITIAL_POSITIONS concode_elem_sep String selectedRobots concode_elem_sep String BATTLE_RULES_INACTIVITYTIME concode_elem_sep int numRounds concode_elem_sep String initialPositions concode_elem_sep long inactivityTime c...
void function ( String arg0 ) { classInfoIndex ( pool . addUtf8Info ( arg0 ) ) ; }
writes tag and class_info_index in member_value . concode_field_sep OutputStream output concode_elem_sep ConstPool pool concode_field_sep void annotation concode_elem_sep void annotation concode_elem_sep void memberValuePair concode_elem_sep void memberValuePair concode_elem_sep ConstPool getConstPool concode_elem_sep ...
URL function ( ) { return url ; }
returns the url which was queried . if there was redirection event , this url will hold new location . concode_field_sep URL url concode_field_sep DiscoveryResult discover concode_elem_sep void redirectedTo
int function ( int arg0 ) { mLeftMPTTMarker = arg0 ; if ( mLeft != null ) { arg0 = mLeft . applyMPTTLabel ( arg0 += 1 ) ; } if ( mRight != null ) { arg0 = mRight . applyMPTTLabel ( arg0 += 1 ) ; } ++ arg0 ; mRightMPTTMarker = arg0 ; return arg0 ; }
this applies the mptt labeling to the subtree of which this node is the root node . for a description on mptt see : http://www.sitepoint.com/hierarchical-data-database-2/ concode_field_sep ConditionsTreeNode mLeft concode_elem_sep ConditionsTreeNode mParent concode_elem_sep Parcelable.Creator<ConditionsTreeNode> CREATO...
boolean function ( ) { return noOp ; }
get the no-op state . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep boolea...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = arg2 + arg1 ; for ( int loc1 = arg1 ; loc1 < loc0 ; loc1 ++ ) { if ( end <= start ) { return loc1 - arg1 ; } arg0 [ loc1 ] = buf [ ( start ++ ) & mask ] ; } return arg2 ; }
fills a portion of a byte array by reading the fifo concode_field_sep byte[] buf concode_elem_sep int mask concode_elem_sep byte[] emptyArray concode_elem_sep int end concode_elem_sep int start concode_field_sep void trim concode_elem_sep byte[] toByteArray concode_elem_sep int nextPow2 concode_elem_sep long skip conco...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPreset ( ) != null ) loc0 . append ( "srini_string" + getPreset ( ) + "srini_string" ) ; if ( getWarning ( ) != null ) loc0 . append ( "srini_string" + getWarning ( ) ) ; loc0 . append ( "srini_string" ) ; retu...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String warning concode_elem_sep Preset preset concode_field_sep void setPreset concode_elem_sep String getWarning concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreatePresetResult clone ...
Query function ( Query arg0 ) { return new BooleanQuery . Builder ( ) . add ( new MatchAllDocsQuery ( ) , Occur . MUST ) . add ( arg0 , Occur . MUST_NOT ) . build ( ) ; }
return a query that matches all documents but those that match the given query . concode_field_sep Pattern spaceAroundLessThanPattern concode_elem_sep Pattern lessThanPattern concode_elem_sep Pattern spacePattern concode_field_sep Query newNestedFilter concode_elem_sep BooleanQuery filtered concode_elem_sep Query apply...
boolean function ( ) { return mProperties . mSupportsSpeed ; }
returns true if the provider is able to provide speed information , false otherwise . a provider that reports speed under most circumstances but may occassionally not report it should return true . concode_field_sep int AVAILABLE concode_elem_sep int OUT_OF_SERVICE concode_elem_sep int TEMPORARILY_UNAVAILABLE concode_e...
void function ( String arg0 ) { set ( LOGIN , arg0 ) ; }
set the login header . applies to the connect frame . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep Strin...
String function ( int arg0 , int arg1 ) { String loc0 = "srini_string" ; intValue = ( arg0 + ( arg1 * rows ) ) ; if ( intValue <= NUMBER_OF_ITEMS ) { loc0 = getCharacter ( intValue ) ; } return loc0 ; }
retrieves a character from the alphabet for display in the ui . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep ...
void function ( String arg0 ) { this . status = arg0 ; }
the membership status in the cache security group . the status changes when a cache security group is modified , or when the cache security groups assigned to a cache cluster are modified . concode_field_sep String cacheSecurityGroupName concode_elem_sep String status concode_field_sep CacheSecurityGroupMembership with...
SocketChannel function ( ) { return this . channel ; }
returns the channel . concode_field_sep SocketChannel channel concode_elem_sep SessionRequestImpl sessionRequest concode_field_sep Object getAttachment concode_elem_sep SessionRequestImpl getSessionRequest
BeanInfo function ( Class < ? > arg0 ) { return new DefaultBeanInfo ( DeploymentReflectionIndex . create ( ) , arg0 ) ; }
get temp bean info . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ConfigVisitorNode> getChildren concode_elem_sep Class<?> getType concode_elem_sep Class<?> getType concode_elem_sep Type getComponentType concode_elem_sep void addChildren concode_elem_sep void visit
Connection function ( ) { return this . connection ; }
returns the connection this manager is communicating on . this method can not return null concode_field_sep Connection connection concode_elem_sep IOException disconnectedException concode_elem_sep Thread partnerThread concode_field_sep void disconnect concode_elem_sep void disconnect concode_elem_sep void setPartnerTh...
org . apache . spark . sql . catalyst . expressions . AttributeSet function ( scala . Function1 < org . apache . spark . sql . catalyst . expressions . Attribute , java . lang . Object > arg0 ) { throw new RuntimeException ( ) ; }
returns a new attributeset contain only the attribute attributes where f evaluates totrue . concode_field_sep PlaceHolder placeHolder concode_field_sep void foreach concode_elem_sep boolean contains concode_elem_sep scala.collection.Iterator<org.apache.spark.sql.catalyst.expressions.Attribute> iterator concode_elem_sep...
Long function ( ) { return height ; }
gets the value of the height property . concode_field_sep Long width concode_elem_sep List<DisplayAdSpecActivationOption> activationOptionFilter concode_elem_sep Long height concode_field_sep List<DisplayAdSpecActivationOption> getActivationOptionFilter concode_elem_sep Long getWidth concode_elem_sep void setWidth conc...