code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( long arg0 ) { _resourceAction . setBitwiseValue ( arg0 ) ; }
sets the bitwise value of this resource action . concode_field_sep ResourceAction _resourceAction concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribute...
void function ( boolean arg0 ) { m_values [ m_index ] = arg0 ; }
set the item at the top of this stack concode_field_sep int m_allocatedSize concode_elem_sep boolean m_values[] concode_elem_sep int m_index concode_field_sep boolean pop concode_elem_sep boolean peekOrTrue concode_elem_sep void grow concode_elem_sep int size concode_elem_sep boolean peekOrFalse concode_elem_sep void c...
String function ( ) { return color ; }
gets the color . concode_field_sep String date concode_elem_sep String noValue concode_elem_sep String condition concode_elem_sep String color concode_elem_sep double discountedPrice concode_elem_sep double price concode_elem_sep double discount concode_elem_sep String photo concode_elem_sep String description concode_...
Map < String , String > function ( HierarchicalStreamReader arg0 ) { return readValidatedAttributes ( arg0 , this . validationMaskTemplate ) ; }
reads , validates and returns all attributes of a node associated with the specified reader as key-value map . concode_field_sep Map<String,Boolean> validationMaskTemplate concode_field_sep placeholderType placeHolder
void function ( ServletRequest arg0 , ServletResponse arg1 , FilterChain arg2 ) { if ( ignore || ( arg0 . getCharacterEncoding ( ) == null ) ) { String loc0 = selectEncoding ( arg0 ) ; if ( loc0 != null ) arg0 . setCharacterEncoding ( loc0 ) ; } arg2 . doFilter ( arg0 , arg1 ) ; }
select and set if specified the character encoding to be used to interpret request parameters for this request . concode_field_sep String encoding concode_elem_sep FilterConfig filterConfig concode_elem_sep boolean ignore concode_field_sep void init concode_elem_sep void destroy concode_elem_sep String selectEncoding
void function ( ) { if ( main . hasAdvancedGUI ( ) ) { this . jStatePanel . setBackground ( new Color ( 0x92FC9B ) ) ; this . jStateLabel . setText ( _ ( "srini_string" ) ) ; } }
sets the quest state panel to success mode concode_field_sep ErrorTable errorMap concode_elem_sep JLabel jStateLabel concode_elem_sep JEditorPane errorDesc concode_elem_sep GUIdebugPanel debugPanel concode_elem_sep JPanel errorPanel concode_elem_sep GUImain main concode_elem_sep JPanel jStatePanel concode_elem_sep Prof...
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0...
determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath
DatanodeDescriptor function ( final FSNamesystem arg0 , DatanodeID arg1 ) { arg0 . readLock ( ) ; try { return arg0 . getBlockManager ( ) . getDatanodeManager ( ) . getDatanode ( arg1 ) ; } finally { arg0 . readUnlock ( ) ; } }
return the datanode descriptor for the given datanode . concode_field_sep PlaceHolder placeHolder concode_field_sep LocatedBlocks getBlockLocations concode_elem_sep long[] getStats concode_elem_sep NamenodeCommand startCheckpoint concode_elem_sep Server getRpcServer concode_elem_sep FSImage spyOnFsImage concode_elem_se...
void function ( int [ ] arg0 , int arg1 , boolean arg2 ) { int loc0 = arg1 >> 5 ; int loc1 = 1 << ( arg1 & 0x1f ) ; if ( arg2 ) { arg0 [ loc0 ] |= loc1 ; } else { arg0 [ loc0 ] &= ~ loc1 ; } }
sets the given bit to the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void or concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep String toHuman concode_elem_sep int bitCoun...
void function ( final double [ ] arg0 ) { mNeuralNetwork . setWeights ( arg0 ) ; }
sets all the weights in the neural network . concode_field_sep int mNumSteps concode_elem_sep double mTotalBias concode_elem_sep double mEpisodeBias concode_elem_sep NeuralNetwork<?> mNeuralNetwork concode_elem_sep int mNumEpisodes concode_elem_sep double mAccumulatedReward concode_elem_sep double mEpisodeReward concod...
void function ( ) { free ( ptr ) ; }
deletes the native counterpart of this chilitags3d object . concode_field_sep long ptr concode_field_sep void setPerformancePresetImpl concode_elem_sep ObjectTransform[] estimateImpl concode_elem_sep CVSize readCalibration concode_elem_sep void readTagConfigurationImpl concode_elem_sep void setCalibrationImpl concode_e...
int function ( ) { return saturation ; }
return saturation of bulb concode_field_sep boolean isReachable concode_elem_sep boolean isOn concode_elem_sep int colorTemperature concode_elem_sep int saturation concode_elem_sep int deviceNumber concode_elem_sep HueBridge bridge concode_elem_sep Client client concode_elem_sep int hue concode_elem_sep int brightness ...
int function ( ) { float loc0 = ( float ) getNrOfElements ( ) / getPageSize ( ) ; return ( int ) ( ( loc0 > ( int ) loc0 || loc0 == 0.0 ) ? loc0 + 1 : loc0 ) ; }
return the number of pages for the current source list . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_el...
short function ( int arg0 ) { return ( short ) m_extendedTypes [ arg0 ] . getNodeType ( ) ; }
given an expanded-name id , return the local name id . concode_field_sep int CDATA_SECTION concode_elem_sep HashEntry next concode_elem_sep int PROCESSING_INSTRUCTION concode_elem_sep int ENTITY_REFERENCE concode_elem_sep int ELEMENT concode_elem_sep int m_nextType concode_elem_sep HashEntry[] m_table concode_elem_sep ...
void function ( PrintStream arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { arg0 . print ( "srini_string" ) ; } }
generate the indentation concode_field_sep OntModel m_model concode_elem_sep Map<AnonId,String> m_anonIDs concode_elem_sep int m_anonCount concode_field_sep void showHierarchy concode_elem_sep void renderRestriction concode_elem_sep void renderURI concode_elem_sep void showClass concode_elem_sep void renderClassDescrip...
boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { return arg0 [ 0 ] == arg1 [ 0 ] && arg0 [ 1 ] == arg1 [ 1 ] ; }
checks if two addresses have a common prefix first 2 bytes . example : 192.168 . ??? . ??? works also with ipv6 , but accepts probably too many addresses concode_field_sep Logger LOG concode_elem_sep int timeout concode_field_sep InetAddress resolveAddress concode_elem_sep boolean tryToConnect concode_elem_sep int getA...
void function ( Long arg0 ) { if ( newerThan != null ) { throw new UnsupportedOperationException ( "srini_string" ) ; } this . olderThan = arg0 ; }
set the ` olderthan ' queue id . concode_field_sep String searchString concode_elem_sep long nextBuildNumber concode_elem_sep HistoryWidget widget concode_elem_sep Long olderThan concode_elem_sep List<HistoryPageEntry<Queue.Item>> queueItems concode_elem_sep Long newerThan concode_elem_sep long oldestOnPage concode_ele...
MUCAffiliation function ( ) { return affiliation ; }
returns the affiliation of the afffiliated user . possible affiliations are : `` owner '' , `` admin '' , `` member '' , `` outcast '' . this information will always be available . concode_field_sep Resourcepart nick concode_elem_sep MUCRole role concode_elem_sep Jid jid concode_elem_sep MUCAffiliation affiliation conc...
int function ( ) { return asDaysAndNanos ( ) . hashCode ( ) ; }
computes a hash code for this file time . the hash code is based upon the value represented , and satisfies the general contract of the object #hashcode method . concode_field_sep long C2 concode_elem_sep long C6 concode_elem_sep String valueAsString concode_elem_sep DaysAndNanos daysAndNanos concode_elem_sep long C5 c...
String function ( ) { return host ( ) + "srini_string" + REST_PREFIX + "srini_string" ; }
odhlaseni z aplikace concode_field_sep HttpServletRequest request concode_elem_sep String REST_PREFIX concode_field_sep String centreHours concode_elem_sep String facilityType concode_elem_sep String facilityType concode_elem_sep String host concode_elem_sep String reservation concode_elem_sep String reservation concod...
ValidationResult function ( ) { return FeatureSupported . deviceCustomProperties ( version ) ? ValidationResult . VALID : new ValidationResult ( VdcBllMessages . ACTION_TYPE_FAILED_EXTERNAL_NETWORK_NOT_SUPPORTED ) ; }
make sure the external network attachment is supported for the version . concode_field_sep NetworkCluster networkCluster concode_elem_sep String NETWORK_NAME_REPLACEMENT concode_elem_sep Version version concode_field_sep ValidationResult migrationPropertySupported concode_elem_sep ValidationResult externalNetworkNotReq...
void function ( String arg0 , Object arg1 ) { if ( logger . isInfoEnabled ( ) ) { logger . info ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } this . boundObjects . put ( arg0 , arg1 ) ; }
bind the given object under the given name , for all naming contexts that this context builder will generate . concode_field_sep Object initializationLock concode_elem_sep Log logger concode_elem_sep Hashtable<String,Object> boundObjects concode_elem_sep boolean initialized concode_elem_sep SimpleNamingContextBuilder a...
void function ( java . lang . String arg0 ) { _emailAddress . setUserUuid ( arg0 ) ; }
sets the user uuid of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode...
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...
TransitionLabel function ( TransitionLabel arg0 , TransitionLabel arg1 ) { if ( arg0 != arg1 ) { return arg0 . intersect ( arg1 ) ; } return arg0 ; }
porownanie dwoch transitiolabel ; aktualnie prymitywne , bo moze byc tylko chartransitionlabel . concode_field_sep List<StateSet> listOfSets concode_field_sep boolean addTrToSet concode_elem_sep StateSet existsSet concode_elem_sep void determinize
void function ( Shipping arg0 ) { this . shipping = arg0 ; }
sets the shipping information concode_field_sep Item item concode_elem_sep Shipping shipping concode_elem_sep Long orderId concode_elem_sep BazaarAccount bidder concode_elem_sep OrderStatus orderStatus concode_elem_sep CreditCard creditCard concode_elem_sep Billing billing concode_field_sep BazaarAccount getBidder conc...
void function ( AbstractComponent arg0 ) { updateDiffState ( arg0 ) ; arg0 . getUI ( ) . getConnectorTracker ( ) . markClean ( arg0 ) ; }
perform operations on the component similar to what would be done when the component state is communicated to the client , e.g. update diff state and mark as clean . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateDiffState concode_elem_sep boolean isDirty concode_elem_sep void assertEncodedState...
void function ( String arg0 ) { this . href = arg0 ; }
sets the value of the href property . concode_field_sep String role concode_elem_sep MDUsageType mdUsage concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String ...
Queue < E > function ( Queue < E > arg0 ) { return Synchronized . arg0 ( arg0 , null ) ; }
returns a synchronized thread-safe queue backed by the specified queue . in order to guarantee serial access , it is critical that all access to the backing queue is accomplished through the returned queue . it is imperative that the user manually synchronize on the returned queue when accessing the queue 's iterator :...
int function ( ) { return count ; }
get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast
boolean function ( K arg0 ) { return this . remove ( arg0 ) ; }
like #remove object , but does not notify listeners . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean remove
void function ( SignedInfoType arg0 ) { this . signedInfo = arg0 ; }
sets the value of the signedinfo property . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep List<ObjectType> object concode_elem_sep SignatureValueType signatureValue concode_field_sep SignatureValueType getSignatureValue concode_elem_sep List...
TextEncryptor function ( CharSequence arg0 , CharSequence arg1 ) { return new HexEncodingTextEncryptor ( new AesBytesEncryptor ( arg0 . toString ( ) , arg1 ) ) ; }
creates an encryptor for queryable text strings that uses standard password-based encryption . uses a 16-byte all-zero initialization vector so encrypting the same data results in the same encryption result . this is done to allow encrypted data to be queried against . encrypted text is hex-encoded . concode_field_sep ...
void function ( ) { }
method : approvetask string userid , long taskid concode_field_sep ILeaveAppService leaveAppService concode_field_sep void testListTasksByUserId concode_elem_sep void before concode_elem_sep void testAddTask concode_elem_sep void after concode_elem_sep void testApply
ExtensionOnlyType function ( ) { return http ; }
gets the value of the http property . concode_field_sep ExtensionOnlyType mobileNetworkNoEncryption concode_elem_sep ExtensionOnlyType ipSec concode_elem_sep ExtensionOnlyType adsl concode_elem_sep List<ExtensionType> extension concode_elem_sep ExtensionOnlyType wtls concode_elem_sep ExtensionOnlyType isdn concode_elem...
URI function ( final String arg0 ) { return relatedServiceDocuments . get ( arg0 ) ; }
gets uri of the given related service documents . concode_field_sep Map<String,URI> relatedServiceDocuments concode_elem_sep Map<String,URI> singletons concode_elem_sep Map<String,URI> functionImports concode_elem_sep Map<String,URI> entitySets concode_field_sep Collection<String> getSingletonNames concode_elem_sep URI...
SingleFieldBuilder < MType , BType , IType > function ( MType arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } this . message = arg0 ; if ( builder != null ) { builder . dispose ( ) ; builder = null ; } onChanged ( ) ; return this ; }
sets a message for the field replacing any existing value . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_elem_sep void onChanged concode_elem_sep void markDirty concode_el...
JAXBElement < UserBo > function ( UserBo arg0 ) { return new JAXBElement < UserBo > ( _UpdateUserDetailsInOut_QNAME , UserBo . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _UpdateUserDetailsInOut_QNAME concode_elem_sep QName _UpdateUserDetailsInOutResponse_QNAME concode_field_sep JAXBElement<UserBo> createUpdateUserDetailsInOutResponse concode_elem_sep UserBo createUserBo
Class < ? > [ ] function ( MBeanParameterInfo [ ] arg0 ) { return parameterInfoToTypes ( arg0 , ClassUtils . getDefaultClassLoader ( ) ) ; }
convert an array of mbeanparameterinfo into an array of class instances corresponding to the parameters . concode_field_sep Log logger concode_elem_sep String MBEAN_SUFFIX concode_elem_sep String IDENTITY_OBJECT_NAME_KEY concode_field_sep Class<?> getMBeanInterface concode_elem_sep String[] getMethodSignature concode_e...
void function ( float [ ] arg0 , int arg1 ) { while ( arg1 > 1 && arg0 [ arg1 / 2 ] < arg0 [ arg1 ] ) { swap ( arg0 , arg1 , arg1 / 2 ) ; arg1 = arg1 / 2 ; } }
to restore the max-heap condition when a node 's priority is increased . we move up the heap , exchaning the node at position k with its parent at postion k/2 if necessary , continuing as long as a k/2 < a k or until we reach the top of the heap . concode_field_sep PlaceHolder placeHolder concode_field_sep void siftDow...
void function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; bits [ loc0 ] |= 1 << ( arg0 & 0x1f ) ; }
sets the given bit to true . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep int getHeight concode_elem_sep int[] getTopLeftOnBit concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep...
void function ( ) { for ( int loc0 = 0 ; loc0 < dictionaries . length ; loc0 ++ ) { CarbonUtil . clearDictionaryCache ( dictionaries [ loc0 ] ) ; } }
this method iwll be used to clear the dictionary cache and update access count for each column involved which will be used during eviction of columns from lru cache if memory reaches threshold concode_field_sep DataType[] dataTypes concode_elem_sep CarbonColumn[] carbonColumns concode_elem_sep Dictionary[] dictionaries...
boolean function ( Node arg0 ) { Preconditions . checkArgument ( arg0 . isNew ( ) , "srini_string" , Token . name ( arg0 . getType ( ) ) ) ; if ( ! NodeUtil . constructorCallHasSideEffects ( arg0 ) ) { return true ; } accumulator . keepSubTree ( arg0 ) ; return false ; }
processes a new expression . concode_field_sep Set<Integer> FORBIDDEN_TYPES concode_elem_sep SideEffectAccumulator accumulator concode_elem_sep List<Node> replacements concode_elem_sep AbstractCompiler compiler concode_field_sep boolean classDefiningCallsHaveSideEffects concode_elem_sep boolean classDefiningCallsHaveSi...
Complex function ( ) { return new Complex ( Math . sin ( re ) * Math . cosh ( im ) , Math . cos ( re ) * Math . sinh ( im ) ) ; }
returns the complex sine of this complex number . concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep Complex tan concode_elem_sep Complex minus concode_elem_sep double im concode_elem_sep Complex cos concode_elem_sep Complex scale concode_elem_sep Complex reciprocal c...
String function ( Random arg0 , int arg1 , int arg2 ) { int loc0 = arg0 . nextInt ( arg2 - arg1 + 1 ) + arg1 ; char [ ] loc1 = new char [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc1 [ loc2 ] = ( char ) ( arg0 . nextInt ( 0x7fff ) + 1 ) ; } return new String ( loc1 ) ; }
creates a random string with a length within the given interval . the string contains only characters that can be represented as a single code point . concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String showControlCharacters concode_elem_sep String escapeHtml concode...
void function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { path . curveTo ( arg0 , arg1 , xCenter = arg2 , yCenter = arg3 , currentX = arg4 , currentY = arg5 ) ; }
implements pathhandler #curvetocubicabs float , float , float , float , float , float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape create...
boolean function ( FacesContext arg0 , ResourceDependency arg1 ) { Set < ResourceDependency > loc0 = ( Set < ResourceDependency > ) RequestStateManager . get ( arg0 , RequestStateManager . PROCESSED_RESOURCE_DEPENDENCIES ) ; return ( ( loc0 != null ) && loc0 . contains ( arg1 ) ) ; }
determines of the specified resourcedependency has already beenpreviously processed . concode_field_sep ValueExpression targetExpression concode_elem_sep String library concode_elem_sep Map<ResourceDependency,Expressions> expressionsMap concode_elem_sep ValueExpression libraryExpression concode_elem_sep String name con...
List < Integer > function ( int arg0 ) { return sequence . get ( arg0 + firstItemset ) ; }
get the itemset at a given position concode_field_sep Sequence sequence concode_elem_sep int firstItemset concode_elem_sep int firstItem concode_field_sep boolean isFirstItemset concode_elem_sep int indexOfBis concode_elem_sep Integer getItemAtInItemsetAt concode_elem_sep boolean isLastItemset concode_elem_sep int getI...
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...
void function ( java . lang . String arg0 ) { _ratingsEntry . setUuid ( arg0 ) ; }
sets the uuid of this ratings entry . concode_field_sep RatingsEntry _ratingsEntry concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem...
void function ( String arg0 ) { this . suspendReasonCode = arg0 ; }
sets the value of the suspendreasoncode property . concode_field_sep XMLGregorianCalendar suspendDate concode_elem_sep String userMemoText concode_elem_sep XMLGregorianCalendar cancelDate concode_elem_sep Boolean extendContract concode_elem_sep List<SuspendSubscriberInfo.SuspendMSISDN> suspendMSISDN concode_elem_sep St...
Builder function ( final Class < ? > arg0 , final String arg1 ) { injections . add ( ControlsInjectionUtil . createLatch ( arg0 , arg1 ) ) ; return this ; }
adds a count down latch to the controls builder with the given parameters . concode_field_sep List<String> injections concode_elem_sep String EMPTY_CONTROLS concode_field_sep Builder addExceptionOnBit concode_elem_sep Builder addExceptionOnBit concode_elem_sep Builder addPauseOnBit concode_elem_sep Builder addPauseOnBi...
JAXBContext function ( Class arg0 ) { if ( getContextMap ( ) . containsKey ( arg0 . getName ( ) ) ) { return getContextMap ( ) . get ( arg0 . getName ( ) ) ; } else { JAXBContext loc0 = JAXBContext . loc0 ( arg0 ) ; getContextMap ( ) . put ( arg0 . getName ( ) , loc0 ) ; } return getContextMap ( ) . get ( arg0 . getNam...
gets jaxb context for class . concode_field_sep JAXBContextHandler jaxbContextHandler concode_elem_sep Map<String,JAXBContext> contextMap concode_field_sep Map<String,JAXBContext> getContextMap concode_elem_sep void setContextMap concode_elem_sep JAXBContextHandler getInstance
A function ( A arg0 ) { return Lambda . max ( getInner ( ) , arg0 ) ; }
finds the maximum item in this iterable defined by the given argument . concode_field_sep Iterator<? extends T> innerIterator concode_elem_sep Iterable<? extends T> innerIterable concode_field_sep boolean all concode_elem_sep T forEach concode_elem_sep T forEach concode_elem_sep LambdaMap<A,T> index concode_elem_sep A ...
Resourcepart function ( ) { return nick ; }
returns the current nickname of the occupant in the room . if this information was extracted from a presence then the answer will be null . concode_field_sep Resourcepart nick concode_elem_sep Logger LOGGER concode_elem_sep MUCRole role concode_elem_sep Jid jid concode_elem_sep MUCAffiliation affiliation concode_field_...
void function ( ) { hashCode = 19 ; for ( int loc0 = 0 ; loc0 < values . length ; loc0 ++ ) { hashCode = hashCode * 37 + values [ loc0 ] . hashCode ( ) ; } }
computes the hash code for this instance . concode_field_sep int hashCode concode_elem_sep String[] values concode_field_sep int hashCode concode_elem_sep boolean equals
Row function ( Table arg0 , Object arg1 [ ] ) { if ( arg0 . isText ( ) ) { return new CachedDataRow ( arg0 , arg1 ) ; } else if ( arg0 . isCached ( ) ) { return new CachedRow ( arg0 , arg1 ) ; } else { return new Row ( arg0 , arg1 ) ; } }
factory method instantiates a row based on table type . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row getUpdatedRow concode_elem_sep boolean isDeleted concode_elem_sep Node getNextNode concode_elem_sep Node getNode concode_elem_sep void delete concode_elem_sep Object[] getDat...
void function ( ) { start = partial = System . nanoTime ( ) ; events = new LinkedHashMap ( ) ; }
reset timers concode_field_sep long duration concode_elem_sep long totalDuration concode_elem_sep int TO_MILLIS concode_elem_sep long start concode_elem_sep String eventName concode_elem_sep long partial concode_elem_sep LinkedHashMap events concode_field_sep long getPartial concode_elem_sep void setTotalDurationInNano...
void function ( String arg0 ) { this . id = arg0 ; }
method to set the instance identifier . concode_field_sep String trustedPwd concode_elem_sep String cacheEnabled concode_elem_sep String registryRoot concode_elem_sep String readOnly concode_elem_sep String id concode_elem_sep String trustedUser concode_elem_sep String type concode_elem_sep String dbConfig concode_elem...
void function ( java . lang . String arg0 ) { this . customLabel = arg0 ; }
sets the customlabel value for this searchcolumncustomfield . concode_field_sep java.lang.String internalId concode_elem_sep java.lang.String scriptId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep ja...
SpRL2013Document function ( ) { return new SpRL2013Document ( ) ; }
create an instance of sprl2013document concode_field_sep PlaceHolder placeHolder concode_field_sep TRAJECTOR createTRAJECTOR concode_elem_sep DIRECTION createDIRECTION concode_elem_sep SPATIALINDICATOR createSPATIALINDICATOR concode_elem_sep MOTIONINDICATOR createMOTIONINDICATOR concode_elem_sep RELATION createRELATION...
boolean function ( ) { return hasOuterCorner ( ) && ( getPreBorderWidth ( ) >= 0 ) && ( getPostBorderWidth ( ) >= 0 ) && ( getOuterCornerRadius ( ) > getPreBorderWidth ( ) ) && ( getOuterCornerRadius ( ) > getPostBorderWidth ( ) ) ; }
tell whether this corner has a rounded inner corner . if a corner has a rounded inner corner , it has an outer corner as well . concode_field_sep float mPreBorderWidth concode_elem_sep float mPostBorderWidth concode_elem_sep float SWEEP_ANGLE concode_elem_sep RectF mBorderBox concode_elem_sep float mCornerRadius concod...
int function ( byte [ ] arg0 ) { int loc0 = arg0 . length ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { if ( arg0 [ loc2 ] > b [ kicks + loc2 ] ) { loc1 = - ( loc2 + 1 ) ; break ; } else if ( arg0 [ loc2 ] < b [ kicks + loc2 ] ) { loc1 = loc2 + 1 ; break ; } } kicks = kicks + loc0 ; return loc1 ; }
compare to specified bytes , if > orig , return integer t , e.g. 5 means that the 5th byte is > orig . concode_field_sep int val concode_elem_sep byte[] b concode_elem_sep int kicks concode_elem_sep int remains concode_field_sep BigInteger getBigInteger concode_elem_sep byte[] reverseBytesOrder concode_elem_sep byte ge...
String function ( final InputSource arg0 ) { try { return getText ( new BoilerpipeSAXInput ( arg0 ) . getTextDocument ( ) ) ; } catch ( SAXException loc0 ) { throw new BoilerpipeProcessingException ( loc0 ) ; } }
extracts text from the html code available from the given inputsource . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
debug 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 setLogLevel concode_elem_sep void setLogLevel concod...
RESTSession function ( final Command arg0 ) { cmds . add ( arg0 ) ; return this ; }
adds a command to be executed . concode_field_sep ArrayList<Command> cmds concode_elem_sep Context context concode_elem_sep HTTPContext http concode_field_sep placeholderType placeHolder
Object function ( Object arg0 ) { return this . dataConverter . convert ( arg0 ) ; }
convert the given data into json . concode_field_sep Environment environment concode_elem_sep DataConverter dataConverter concode_elem_sep Boolean enabled concode_field_sep void setEnabled concode_elem_sep String getIdentity concode_elem_sep boolean isEnabled concode_elem_sep Environment getEnvironment concode_elem_sep...
void function ( OutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; id . encode ( loc0 , DerValue . createTag ( DerValue . TAG_CONTEXT , false , ( byte ) 1 ) ) ; arg0 . write ( loc0 . toByteArray ( ) ) ; }
encode the identity in der form to the stream . concode_field_sep String IDENT concode_elem_sep String ID concode_elem_sep UniqueIdentity id concode_elem_sep String NAME concode_field_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElements concode_elem_s...
void function ( String arg0 ) { this . titleX = arg0 ; }
sets the title of the x-axis . concode_field_sep String chart concode_elem_sep String DEFAULT_STRING concode_elem_sep String clickedValue concode_elem_sep boolean pie3D concode_elem_sep boolean axis concode_elem_sep Chart chartObject concode_elem_sep boolean horizontal concode_elem_sep boolean pie concode_elem_sep Stri...
void function ( ) { StandardCategorySeriesLabelGenerator loc0 = new StandardCategorySeriesLabelGenerator ( ) ; StandardCategorySeriesLabelGenerator loc1 = new StandardCategorySeriesLabelGenerator ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc0 . hashCode ( ) == loc1 . hashCode ( ) ) ; }
simple check that hashcode is implemented . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testGenerateLabel concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals
VinaParams function ( ) { return vinaParams ; }
gets the value of the vinaparams property . concode_field_sep Integer jobID concode_elem_sep String pointerToReceptor concode_elem_sep VinaParams vinaParams concode_elem_sep String pointerToMolecule concode_elem_sep Integer workUnitID concode_elem_sep String ownerID concode_field_sep void setVinaParams concode_elem_sep...
List < String > function ( ) { return outer ; }
variables used by this function that are declared in another function . concode_field_sep int last concode_elem_sep int line concode_elem_sep List<String> labels concode_elem_sep List<String> params concode_elem_sep List<String> closure concode_elem_sep List<String> outer concode_elem_sep List<String> closures concode_...
Float function ( ) { return _float ; }
get _ float minimum : 54.3 maximum : 987.6 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep ...
Throwable function ( ) { return cause ; }
returns the underlying exception , if any ; or null otherwise . concode_field_sep ProgressListener listener concode_elem_sep Throwable cause concode_elem_sep ProgressListener NOOP concode_elem_sep boolean syncCallSafe concode_field_sep void throwExceptionIfAny concode_elem_sep void progressChanged concode_elem_sep void...
List < Source > function ( ) { return changed ; }
return a collection of sources that have been changed . concode_field_sep ArrayList<Source> added concode_elem_sep ArrayList<Source> removed concode_elem_sep ArrayList<SourceContainer> removedContainers concode_elem_sep ArrayList<Source> changed concode_field_sep void removed concode_elem_sep void added concode_elem_se...
void function ( ResizableWidget arg0 ) { widgets . remove ( arg0 ) ; }
remove a resizablewidget from the collection . concode_field_sep boolean resizeCheckingEnabled concode_elem_sep int curHeight concode_elem_sep int DEFAULT_RESIZE_CHECK_DELAY concode_elem_sep Map<ResizableWidget,ResizableWidgetInfo> widgets concode_elem_sep int windowHeight concode_elem_sep ResizableWidgetCollection sta...
ArrayList < String > function ( final String arg0 ) { return this . bundle . getStringArrayList ( arg0 ) ; }
gets an array of string values out of the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDou...
void function ( SeasonName arg0 ) { this . name = arg0 ; }
sets the current season name . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_elem_sep SeasonName getName concode_elem_s...
void function ( ) { }
this method resets the outgoing events . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep void s...
String function ( UnflavoredBuildTarget arg0 , String arg1 ) { return generateBuildConfigDotJava ( arg0 , arg1 , false , BuildConfigFields . empty ( ) ) ; }
generates the source code for an android buildconfig.java file with the default set offields specified by #getdefaultbuildconfigfields . concode_field_sep String IS_EXO_CONSTANT concode_elem_sep String DEBUG_CONSTANT concode_elem_sep String EXOPACKAGE_FLAGS concode_elem_sep BuildConfigFields DEFAULT_BUILD_CONFIG_CONSTA...
Point function ( float arg0 , float arg1 ) { return this . set ( this . x + arg0 , this . y + arg1 ) ; }
adds the given amount to this point . concode_field_sep float x concode_elem_sep float y concode_field_sep Point rotate concode_elem_sep Point set concode_elem_sep Point set concode_elem_sep Point scale concode_elem_sep Point scale concode_elem_sep String toString concode_elem_sep Point copy
ArrayList < Object > function ( ) { if ( cachedList == null ) { cachedList = new ArrayList < Object > ( ) ; } else { cachedList . clear ( ) ; } for ( int loc0 = 0 ; loc0 < fieldInfoList . length ; loc0 ++ ) { cachedList . add ( fieldInfoList [ loc0 ] . uncheckedGetField ( ) ) ; } return cachedList ; }
get the values of the fields as an arraylist . concode_field_sep ArrayList<Object> cachedList concode_elem_sep FieldInfo[] fieldInfoList concode_elem_sep BytesRefWritable rawBytesField concode_elem_sep boolean inited concode_elem_sep LazyObjectBase field concode_elem_sep ByteArrayRef cachedByteArrayRef concode_elem_sep...
void function ( SootMethod arg0 ) { unitToRead = new ConcurrentHashMap < > ( ) ; unitToWrite = new ConcurrentHashMap < > ( ) ; localToReachingObjects = new ConcurrentHashMap < > ( ) ; currentMethod = arg0 ; sea . findNTRWSets ( currentMethod ) ; }
call this when starting to analyze a new method to setup the cache . concode_field_sep Map<Local,PointsToSet> localToReachingObjects concode_elem_sep PointsToAnalysis pa concode_elem_sep Map<Unit,RWSet> unitToWrite concode_elem_sep Map<Unit,RWSet> unitToRead concode_elem_sep SootMethod currentMethod concode_elem_sep Si...
void function ( Locale arg0 , String arg1 , Object ... arg2 ) { print ( String . arg1 ( arg0 , arg1 , arg2 ) ) ; }
prints a formatted string using the specified locale , 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 getCurr...
void function ( ) { position = items . size ( ) ; }
sets the positional pointer of this list to the end . concode_field_sep List<T> items concode_elem_sep boolean addEmpty concode_elem_sep int position concode_elem_sep int capacity concode_elem_sep T empty concode_field_sep boolean add concode_elem_sep T getPrevious concode_elem_sep boolean isEmpty concode_elem_sep void...
String function ( ) { return createUser ; }
gets the value of the createuser property . concode_field_sep Integer sequenceNumber concode_elem_sep Integer codeTypeObjectId concode_elem_sep String color concode_elem_sep String codeTypeName concode_elem_sep Date lastUpdateDate concode_elem_sep String description concode_elem_sep String codeValue concode_elem_sep In...
boolean function ( Transition arg0 ) { Effect loc0 = arg0 . getEffect ( ) ; if ( loc0 instanceof ReactionEffect ) { ReactionEffect loc1 = ( ReactionEffect ) loc0 ; EList < Expression > loc2 = loc1 . getActions ( ) ; return ! loc2 . isEmpty ( ) ; } return false ; }
checks if the effect definition of a transition contains at least one action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasEx...
LibCommMessage function ( JAXBContext arg0 , InputStream arg1 ) { Unmarshaller loc0 = arg0 . createUnmarshaller ( ) ; libCommMessage = ( LibCommMessage ) loc0 . unmarshal ( arg1 ) ; return libCommMessage ; }
unmarshall message from xml to object concode_field_sep ModsCollection modsCollection concode_elem_sep LibCommMessage libCommMessage concode_elem_sep IProcessor processor concode_elem_sep Logger log concode_field_sep void setProcessor concode_elem_sep IProcessor getProcessor concode_elem_sep void process concode_elem_s...
void function ( String arg0 ) { queryName = arg0 ; }
set the query name to delete all records for this index concode_field_sep Logger log concode_elem_sep String queryName concode_elem_sep String dirPath concode_field_sep boolean deleteIndexPath concode_elem_sep void deleteQuery concode_elem_sep void setDirPath concode_elem_sep String getDirPath concode_elem_sep void mai...
void function ( int [ ] arg0 , int arg1 ) { dataRef = arg0 ; internalSetData ( arg0 , arg1 ) ; }
attach image data to this ximage concode_field_sep int XYBITMAP_FORMAT concode_elem_sep RawData structure concode_elem_sep int LEAST_SIGNIFICANT_B_FIRST_ORDER concode_elem_sep int ZPIXMAP_FORMAT concode_elem_sep int MOST_SIGNIFICANT_B_FIRST_ORDER concode_elem_sep boolean ownsData concode_elem_sep int XYPIXMAP_FORMAT co...
void function ( List < SubfieldatafieldType > arg0 ) { this . subfield = arg0 ; }
sets subfield . concode_field_sep String ind2 concode_elem_sep List<SubfieldatafieldType> subfield concode_elem_sep String ind1 concode_elem_sep String id concode_elem_sep String tag concode_field_sep List<SubfieldatafieldType> getSubfield concode_elem_sep String getInd1 concode_elem_sep void setId concode_elem_sep Str...
State function ( ) { return state ; }
getter for state object concode_field_sep String cityName concode_elem_sep State state concode_elem_sep int cityID concode_field_sep String getCityName concode_elem_sep void setCityID concode_elem_sep int getCityID concode_elem_sep void setState concode_elem_sep void setCityName
void function ( long arg0 ) { _svnRepository . setSvnRepositoryId ( arg0 ) ; }
sets the svn repository id of this s v n repository . concode_field_sep SVNRepository _svnRepository concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lan...
void function ( ) { printWelcomeMessage ( ) ; jlineObj = new JLineHelper ( "srini_string" ) ; processInput ( ) ; }
run . concode_field_sep boolean _verbose concode_elem_sep List<String> _tableNames concode_elem_sep String _database concode_elem_sep String _password concode_elem_sep SchemaGenerator schemaGenerator concode_elem_sep String _userName concode_elem_sep String _databasehost concode_elem_sep List<String> _userFields concod...
String function ( ) { return "srini_string" + label . replaceAll ( "srini_string" , "srini_string" ) ; }
globally unique identifier of the voice . concode_field_sep String label concode_elem_sep Locale locale concode_field_sep String getLabel concode_elem_sep Locale getLocale
int function ( ) { return 0 ; }
implement the parcelable interface concode_field_sep int mMcc concode_elem_sep int mCi concode_elem_sep String LOG_TAG concode_elem_sep Creator<CellIdentityLte> CREATOR concode_elem_sep boolean DBG concode_elem_sep int mMnc concode_elem_sep int mPci concode_elem_sep int mTac concode_field_sep int getMnc concode_elem_se...
String function ( RealmService arg0 , int arg1 ) { String loc0 [ ] = getNames ( arg0 , arg1 ) ; return loc0 [ 1 ] ; }
gets last name concode_field_sep Log log concode_field_sep String getAdminUserNameFromTenantId concode_elem_sep String getLastNamefromUserStoreManager concode_elem_sep String[] getNames concode_elem_sep String getClaimfromUserStoreManager concode_elem_sep String getFirstName concode_elem_sep String[] getNamesfromFullNa...
TextDrawer function ( GLDrawContext arg0 , EFontSize arg1 ) { if ( textDrawerFactory != null ) { return textDrawerFactory . getTextDrawer ( arg0 , arg1 ) ; } else { return arg0 . getTextDrawer ( arg1 ) ; } }
gets the text drawer to use . concode_field_sep ITextDrawerFactory textDrawerFactory concode_field_sep void setTextDrawerFactory
void function ( Integer arg0 ) { this . shadowDepth = arg0 ; }
set the number of stroke passes rendered by this shadow . effects width in turn with offset . concode_field_sep Integer xAxis concode_elem_sep List<Object> data concode_elem_sep String color concode_elem_sep Boolean shadow concode_elem_sep String fillAxis concode_elem_sep Boolean show concode_elem_sep String fillToValu...
HsqlName function ( String arg0 ) { return newAutoName ( arg0 , null ) ; }
auto names are used for autogenerated indexes or anonymous constraints . also the name of a pseudo-column is the autoname '' '' concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode conc...