code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return activationCode ; }
gets the value of the activationcode property . concode_field_sep String sim concode_elem_sep String imei concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String activationCode concode_elem_sep String oldIMEI concode_elem_sep String mac concode_field_sep void setIMEI concode_e...
void function ( final HttpRequest arg0 ) { this . httpRequest = arg0 ; }
sets the http request message of this transaction to the specified httprequest . concode_field_sep HttpRequest httpRequest concode_elem_sep HttpResponse httpResponse concode_field_sep HttpRequest getHttpRequest concode_elem_sep HttpResponse getHttpResponse concode_elem_sep boolean hasHttpResponse concode_elem_sep void ...
void function ( ) { double [ ] loc0 = new double [ 2 ] ; transform . inverseTransform ( TEST_POINT_DST , 0 , loc0 , 0 , 1 ) ; assertEquals ( loc0 [ 0 ] , TEST_POINT_SRC [ 0 ] , TOLERANCE ) ; assertEquals ( loc0 [ 1 ] , TEST_POINT_SRC [ 1 ] , TOLERANCE ) ; }
test method for org.geotools.referencing.operation.transform.nadcontransform #inversetransform double , int , double , int , int . concode_field_sep double TOLERANCE concode_elem_sep NADCONTransform transform concode_elem_sep double[] TEST_POINT_DST concode_elem_sep String STPAUL_LAS concode_elem_sep double[] TEST_POIN...
void function ( BitArray arg0 ) { assert data . length == arg0 . data . length : "srini_string" ; long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < data . length ; loc1 ++ ) { data [ loc1 ] |= arg0 . data [ loc1 ] ; loc0 += Long . loc0 ( data [ loc1 ] ) ; } this . bitCount = loc0 ; }
combines the two bitarrays using bitwise or . concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep boolean equa...
long function ( ) { return this . shutdownGracePeriod ; }
determines grace period in milliseconds the i/o reactors are expected to block waiting for individual worker threads to terminate cleanly . default : 500 milliseconds . concode_field_sep long selectInterval concode_elem_sep long shutdownGracePeriod concode_elem_sep boolean soReuseAddress concode_elem_sep int ioThreadCo...
void function ( ) { Enumeration loc0 ; loc0 = macros . keys ( ) ; while ( loc0 . hasMoreElements ( ) ) { String loc1 = ( String ) loc0 . nextElement ( ) ; if ( isUsed ( loc1 ) ) macros . put ( loc1 , expandMacro ( loc1 , getDefinition ( loc1 ) ) ) ; } }
expands all stored macros , so that getdefinition always returns a defintion that does n't contain any macro usages . concode_field_sep Hashtable macros concode_elem_sep Hashtable used concode_field_sep RegExp getDefinition concode_elem_sep RegExp expandMacro concode_elem_sep boolean insert concode_elem_sep Enumeration...
void function ( int arg0 ) { this . incomingPort = arg0 ; }
sets the incomingport number used to connect ot the mail server . concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String outgoingHost concode_elem_sep String incomingHost concode_elem_sep String userName concode_elem_sep int incomingPort concode_elem_sep boolean selected conc...
int function ( ) { return getDeviceId ( mName ) ; }
returns a unique integer id for the device . this is a convenience for clients that want to use an integer to represent the device , rather than the device name . ids are not persistent across usb disconnects . concode_field_sep int mVendorId concode_elem_sep int mProductId concode_elem_sep String TAG concode_elem_sep ...
void function ( String [ ] arg0 ) { this . help = arg0 ; }
sets the help text for this expression concode_field_sep String[] usage concode_elem_sep FindOptions options concode_elem_sep LinkedList<String> arguments concode_elem_sep Configuration conf concode_elem_sep String[] help concode_elem_sep LinkedList<Expression> children concode_field_sep void prepare concode_elem_sep v...
AbstractOption function ( String arg0 ) { return map . get ( arg0 ) ; }
gets the option . concode_field_sep Map<String,AbstractOption> map concode_field_sep AbstractOption[] all concode_elem_sep void help concode_elem_sep boolean isOption
long function ( long arg0 , TimeZone arg1 ) { DateTimeValue loc0 = timeFromSecsSinceEpoch ( arg0 ) ; Calendar loc1 = new GregorianCalendar ( arg1 ) ; loc1 . clear ( ) ; loc1 . setTimeZone ( arg1 ) ; loc1 . set ( loc0 . year ( ) , loc0 . month ( ) - 1 , loc0 . day ( ) , loc0 . hour ( ) , loc0 . minute ( ) , loc0 . secon...
get a `` time_t '' in millis given a number of seconds since dershowitz/reingold epoch relative to a given timezone . concode_field_sep TimeZone ZULU concode_elem_sep long SECS_PER_DAY concode_elem_sep Pattern UTC_TZID concode_elem_sep TimeZone BOGUS_TIMEZONE concode_elem_sep int[] MONTH_START_TO_DOY concode_field_sep ...
int function ( ) { for ( int loc0 = n - 2 ; loc0 >= 0 ; loc0 -- ) { if ( index [ loc0 ] < index [ loc0 + 1 ] ) { return loc0 ; } } return - 1 ; }
get the index of the first element from the right that is less than its neighbor on the right . concode_field_sep T[] in concode_elem_sep int[] index concode_elem_sep int m concode_elem_sep int n concode_elem_sep T[] out concode_elem_sep boolean hasNext concode_field_sep boolean next concode_elem_sep void moveIndex con...
boolean function ( ) { return hasProps ; }
returns if the entry has properties managed by subversion . concode_field_sep long lastChangedRevision concode_elem_sep int size concode_elem_sep int all concode_elem_sep boolean hasProps concode_elem_sep String absPath concode_elem_sep long lastChanged concode_elem_sep long serialVersionUID concode_elem_sep int lastCh...
void function ( int arg0 ) { if ( ( arg0 <= 0 ) || ( arg0 & ( arg0 - 1 ) ) != 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
validates an alignment . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getAlignment concode_elem_sep int getFileOffset concode_elem_sep void throwIfPrepared concode_elem_sep void prepare ...
boolean function ( ) { return twoWheeler ; }
checks if is two wheeler . concode_field_sep String serviceProvidertiming concode_elem_sep double serviceProviderLatitude concode_elem_sep double serviceProviderLongitude concode_elem_sep double rating concode_elem_sep long serialVersionUID concode_elem_sep String serviceProviderName concode_elem_sep ServiceTypeDTO ser...
List < StringPlusAuthorityClient > function ( ) { return frequency ; }
gets the frequency . concode_field_sep List<DateTypeClient> dateIssued concode_elem_sep String xmlLang concode_elem_sep List<String> edition concode_elem_sep List<DateTypeClient> dateModified concode_elem_sep List<DateOtherTypeClient> dateOther concode_elem_sep List<DateTypeClient> dateValid concode_elem_sep String scr...
DroneContext function ( Class < ? > arg0 , Class < ? extends Annotation > arg1 , T arg2 ) { cache . put ( new QualifiedKey ( arg0 , arg1 ) , arg2 ) ; return this ; }
adds object under given key and given qualifier concode_field_sep Class<? extends Annotation> qualifier concode_elem_sep Map<QualifiedKey,Object> cache concode_elem_sep Class<?> key concode_field_sep int hashCode concode_elem_sep T get concode_elem_sep T get concode_elem_sep boolean equals concode_elem_sep String toStr...
E function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return ( E ) mValues [ arg0 ] . get ( ) ; }
given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED_REF concode_elem_sep WeakReference<?> DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep WeakRe...
String function ( ) { return directoryName ; }
return the directory name under s3 bucket concode_field_sep String bucketName concode_elem_sep String secretKey concode_elem_sep READER_MODE readerMode concode_elem_sep String tableName concode_elem_sep String emrClusterId concode_elem_sep String redshiftDelimiter concode_elem_sep JdbcTransactionalStore store concode_e...
void function ( int arg0 ) { this . maxCacheEntries = arg0 ; }
sets the maximum number of cache entries the cache will retain . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem...
ItemType function ( TypeHierarchy arg0 ) { return AnyNodeTest . getInstance ( ) ; }
get the type from which this item type is derived by restriction . this is the supertype in the xpath type heirarchy , as distinct from the schema base type : this means that the supertype of xs : boolean is xdt : anyatomictype , whose supertype is item rather than xs : anysimpletype . in fact the concept of `` superty...
Builder function ( ) { return new Builder ( ) ; }
creates a new builder . calling this method is identical to calling the empty builder constructor . concode_field_sep LinkedResources metadataLinks concode_elem_sep MetadataSet metadata concode_elem_sep LinkedResources resources concode_elem_sep Set<String> roles concode_elem_sep ResourceCollections.Builder collections...
java . lang . String function ( ) { return displayName ; }
gets the displayname value for this theme . concode_field_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_s...
void function ( String arg0 ) { this . commonID = arg0 ; }
sets the value of the commonid property . concode_field_sep List<ListOfIDXRefDataType.IdXRef> idXRef concode_elem_sep List<ListOfIDXRefDataType.IdXRef.AppInstance.AppID> appID concode_elem_sep String name concode_elem_sep String commonID concode_elem_sep long serialVersionUID concode_elem_sep List<ListOfIDXRefDataType....
void function ( final MappedByteBuffer arg0 ) { if ( null != arg0 ) { try { UNMAP_BUFFER . invoke ( null , arg0 ) ; } catch ( final Exception loc0 ) { LangUtil . rethrowUnchecked ( loc0 ) ; } } }
unmap a mappedbytebuffer without waiting for the next gc cycle . concode_field_sep Method UNMAP_BUFFER concode_elem_sep int MAP_READ_WRITE concode_elem_sep int BLOCK_SIZE concode_elem_sep Method MAP_ADDRESS concode_elem_sep int MAP_PRIVATE concode_elem_sep int MAP_READ_ONLY concode_elem_sep Method UNMAP_ADDRESS concode...
String function ( ) { return "srini_string" ; }
returns this name service type `` dns '' `` nis '' etc concode_field_sep PlaceHolder placeHolder concode_field_sep NameService createNameService concode_elem_sep String getProviderName
List < DescribeSoftphoneScreenPopOptionType > function ( ) { if ( this . screenPopOptions == null ) { this . screenPopOptions = new ArrayList < DescribeSoftphoneScreenPopOptionType > ( ) ; } return this . screenPopOptions ; }
gets the value of the screenpopoptions property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the screenpopoptions property . for example , to add ...
Object function ( ) { return nextLine ( ) ; }
returns the next line in the wrapped reader . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void closeQuietly concode_elem_sep v...
void function ( RuleDocumentationAttribute arg0 ) { attributes . add ( arg0 ) ; }
adds a rule documentation attribute to this rule documentation . concode_field_sep String fileName concode_elem_sep Map<String,String> docVariables concode_elem_sep ConfiguredRuleClassProvider ruleClassProvider concode_elem_sep RuleType ruleType concode_elem_sep ImmutableSet<String> flags concode_elem_sep String ruleNa...
int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY , 1 ) ; }
number of concurrent connections between two nodes for fetching data . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK_I...
Map function ( ) { return Collections . unmodifiableMap ( attributeMap ) ; }
returns the attribute map name , value of this descriptor . note that the returned map is not modifiable . concode_field_sep Map attributeMap concode_elem_sep long serialVersionUID concode_field_sep String getAttribute concode_elem_sep String getAttribute concode_elem_sep void addAttribute concode_elem_sep String[] get...
void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; }
sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval
void function ( Mat arg0 , Bitmap arg1 ) { matToBitmap ( arg0 , arg1 , false ) ; }
short form of the mattobitmap mat , bmp , premultiplyalpha = false concode_field_sep PlaceHolder placeHolder concode_field_sep Mat loadResource concode_elem_sep Mat loadResource concode_elem_sep String exportResource concode_elem_sep String exportResource concode_elem_sep void nMatToBitmap2 concode_elem_sep void bitmap...
void function ( PrintWriter arg0 ) { if ( newLine ) arg0 . print ( eol ) ; arg0 . print ( indent ) ; }
print the indent concode_field_sep boolean newLine concode_elem_sep String eol concode_elem_sep int level concode_elem_sep char[] indent concode_elem_sep int increment concode_elem_sep Indent PRETTY concode_elem_sep Indent NONE concode_field_sep Indent next
boolean function ( ) { return myIsFileLevelAnnotation ; }
file level annotations are visualized differently than lesser range annotations by showing a title bar on top of the editor rather than applying text attributes to the text range . concode_field_sep ProblemHighlightType myHighlightType concode_elem_sep String myTooltip concode_elem_sep IntentionAction quickFix concode_...
int function ( ) { return jniGetChildCount ( addr ) ; }
get the number of child primitives . concode_field_sep long addr concode_field_sep void jniSetRadius concode_elem_sep int jniGetType concode_elem_sep void jniDispose concode_elem_sep Type getType concode_elem_sep float jniGetRadius concode_elem_sep void dispose concode_elem_sep int jniGetChildCount concode_elem_sep flo...
int function ( ) { return binCallbackPort ; }
returns the callback host port . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep int DEFAULT_PORT_GROUP concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCO...
Logger function ( ) { return loggerContext . getLogger ( testClassName ) ; }
gets a named logger using the test class 's name from this loggercontext . concode_field_sep Class<? extends ContextSelector> contextSelectorClass concode_elem_sep String testClassName concode_elem_sep String SYS_PROP_KEY_CLASS_NAME concode_elem_sep String SYS_PROP_KEY_DISPLAY_NAME concode_elem_sep long shutdownTimeout...
void function ( ) { this . hitCount = 0 ; this . missCount = 0 ; }
clears hit and miss count statistics for the cache i.e. , resets counters to zero . concode_field_sep int hitCount concode_elem_sep Map<MergedContextConfiguration,ApplicationContext> contextMap concode_elem_sep int missCount concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep int getMissCount ...
void function ( ) { expectedException . expect ( IOException . class ) ; conf . set ( BigQueryConfiguration . OUTPUT_PROJECT_ID_KEY , TEST_PROJECT_ID ) ; conf . set ( BigQueryConfiguration . OUTPUT_DATASET_ID_KEY , TEST_DATASET_ID ) ; BigQueryOutputConfiguration . getTableReference ( conf ) ; }
test the gettable throws an exception when a key is missing . concode_field_sep JobID mockJobID concode_elem_sep String TEST_BAD_TABLE_SCHEMA_STRING concode_elem_sep Configuration conf concode_elem_sep String TEST_PROJECT_ID concode_elem_sep String TEST_TABLE_SCHEMA_STRING concode_elem_sep String TEST_OUTPUT_PATH_STRIN...
ManagerOverrideDetail function ( ) { return new ManagerOverrideDetail ( ) ; }
create an instance of manageroverridedetail concode_field_sep QName _UpdateDeviceValidationDataResponse_QNAME concode_elem_sep QName _UpdateDeviceValidationDataRequest_QNAME concode_field_sep AssessmentQuestionDetails createAssessmentQuestionDetails concode_elem_sep DeviceValidationData createDeviceValidationData conco...
Builder function ( float arg0 , float arg1 , float arg2 ) { rotationDegrees = arg0 ; rotationPivotX = arg1 ; rotationPivotY = arg2 ; hasRotationPivot = true ; return this ; }
rotate the image by the specified degrees around a pivot point . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep int resourceId concode_elem_sep int targetHeight concode_elem_sep boolean hasRotationPivot concode_elem_sep List<Transforma...
String function ( String arg0 , String [ ] arg1 ) { ResourceLoader loc0 = new ResourceLoader ( "srini_string" ) ; return loc0 . getFormattedMessage ( arg0 , arg1 ) ; }
gets a localized message from the message bundle and formats it using the parameter array . concode_field_sep Log log concode_elem_sep String ISO_8601_DATE_FORMAT concode_elem_sep String TIME_PATTERN_LONG concode_elem_sep String TIME_PATTERN_DISPLAY concode_elem_sep String TIME_PATTERN_SHORT concode_field_sep String ge...
String function ( int arg0 ) { return _words . get ( arg0 ) ; }
returns the word at index i on this line . concode_field_sep boolean isFirstParagraph concode_elem_sep boolean _justify concode_elem_sep String _currentWord concode_elem_sep boolean _fill concode_elem_sep int _textWidth concode_elem_sep int _indentation concode_elem_sep Line _currentLine concode_elem_sep PageAssembler ...
void function ( int [ ] arg0 ) { readArrayHeader ( TYPE_INT_ARRAY , arg0 . length * SIZEOF_INT ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) arg0 [ loc0 ] = input . readInt ( ) ; }
read a serialized integer array from the input stream . expects the message to be prepended with the standard array header giving the correct data type and length . concode_field_sep int SIZEOF_BYTE concode_elem_sep byte TYPE_BYTE concode_elem_sep String ERROR_NO_OUTPUT concode_elem_sep int BUF_SIZE concode_elem_sep in...
void function ( ) { }
printout some debug info . concode_field_sep ContainerController controller concode_elem_sep Map<String,String> NODE_TO_CONTAINER concode_elem_sep RoutingSupport routing concode_elem_sep Map<String,String> NODE_TO_DEPLOYMENT concode_elem_sep Deployer deployer concode_elem_sep Logger log concode_field_sep String[] getCo...
AuditProperty < Object > function ( String arg0 ) { return new AuditProperty < Object > ( new EntityPropertyName ( arg0 ) ) ; }
create restrictions , projections and specify order for a property of an audited entity . concode_field_sep PlaceHolder placeHolder concode_field_sep AuditProperty<Object> revisionProperty concode_elem_sep AuditProperty<RevisionType> revisionType concode_elem_sep AuditCriterion not concode_elem_sep AuditCriterion or co...
boolean function ( CheckedOutMedia arg0 ) { return true ; }
this method allows people to search the checked out media allowing the patron to view borrowing history concode_field_sep ArrayList<CheckedOutMedia> checkmedia concode_field_sep boolean searchCheckedOutMedia concode_elem_sep boolean sendLateNotificaton concode_elem_sep boolean sendDueDateNotification concode_elem_sep A...
int function ( ) { return items [ -- size ] ; }
removes and returns the last item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep int[] items concode_field_sep void add concode_elem_sep void set concode_elem_sep void swap concode_elem_sep void shrink concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep int removeIn...
void function ( Vec2 arg0 ) { this . position = arg0 ; }
the world position of the body . avoid creating bodies at the origin since this can lead to many overlapping shapes . concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_sep float linearDamping concode_elem_sep float angularDamping concode_elem_sep boolean active concode_elem_sep boolean ...
T function ( ) { return null ; }
called once per thread on the first invocation of get , if set was not already called . the default implementation returns null . often , this method is overridden to create the appropriate initial object for the current thread 's view of the threadlocal . concode_field_sep int nextHashBase concode_elem_sep gnu.gcj.Raw...
List < String > function ( ) { WPTreeNode loc0 = this ; List < String > loc1 = new LinkedList < String > ( ) ; while ( loc0 != null ) { loc1 . add ( 0 , loc0 . getWord ( ) ) ; loc0 = loc0 . parent ; } return loc1 ; }
allows you to build a path from the root node to the calling object concode_field_sep WPTreeNode parent concode_elem_sep List<WPTreeNode> children concode_elem_sep WPTreeNode root concode_elem_sep NearbyWords nw concode_elem_sep String word concode_field_sep List<WPTreeNode> getChildren concode_elem_sep boolean isVisit...
Collection function ( ) { return ( m_edges ) ; }
returns the edges belonging to the graph being built . concode_field_sep HashSet m_edges concode_elem_sep Graph m_graph concode_elem_sep HashSet m_nodes concode_field_sep Graph buildGraph concode_elem_sep void removeNodes concode_elem_sep void addNode concode_elem_sep Collection getNodes concode_elem_sep Graph getGraph...
java . lang . String function ( ) { return businessPartnerId ; }
gets the businesspartnerid value for this contact . concode_field_sep long serialVersionUID concode_elem_sep java.lang.String lastName concode_elem_sep java.lang.String businessPartnerId concode_elem_sep java.lang.String clientId concode_elem_sep java.lang.String phone2 concode_elem_sep boolean __hashCodeCalc concode_e...
long function ( OperatorContext arg0 ) { return arg0 . getValue ( DAGContext . STREAMING_WINDOW_SIZE_MILLIS ) . longValue ( ) * arg0 . getValue ( OperatorContext . APPLICATION_WINDOW_COUNT ) . longValue ( ) ; }
computes the duration of an operator 's application window in milliseconds . concode_field_sep Logger LOG concode_field_sep long msToAppWindowCount concode_elem_sep long tpsToTpw
void function ( LogReaderService arg0 ) { logReaderMap . remove ( arg0 ) ; }
this method is called by the osgi ds whenever a service becomes unavailable . concode_field_sep Map<LogReaderService,NLogListener> logReaderMap concode_field_sep void addLogReaderService concode_elem_sep void logged concode_elem_sep void activate concode_elem_sep void deactivate
Movie function ( ReadableByteChannel arg0 ) { IsoFile loc0 = new IsoFile ( arg0 ) ; Movie loc1 = new Movie ( ) ; List < TrackBox > loc2 = loc0 . getMovieBox ( ) . getBoxes ( TrackBox . class ) ; for ( TrackBox loc3 : loc2 ) { loc1 . addTrack ( new Mp4TrackImpl ( loc3 ) ) ; } return loc1 ; }
creates movie object from a readablebytechannel . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep java.lang.String password concode_elem_sep java.lang.Boolean sendEmail concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef role concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef contact concode_elem_sep java.lang.Object __equalsCalc con...
Rectangle function ( ) { return row . getBounds ( columnIndex ) ; }
get the bounds of the cell . concode_field_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int ABOVE concode_elem_sep int BELOW concode_elem_sep int columnIndex concode_elem_sep ViewerRow row concode_elem_sep Object element concode_field_sep Rectangle getImageBounds concode_elem_sep void setStyleRanges concode...
void function ( NetworkObserver arg0 ) { getInstance ( ) . addNetworkObserverInternal ( arg0 ) ; }
adds an observer for any connection type changes . concode_field_sep ArrayList<Long> nativeNetworkObservers concode_elem_sep NetworkMonitor instance concode_elem_sep String TAG concode_elem_sep ArrayList<NetworkObserver> networkObservers concode_elem_sep ConnectionType currentConnectionType concode_elem_sep NetworkMoni...
AbstractFacetBuilder function ( String arg0 ) { this . nested = arg0 ; return this ; }
sets the nested path the facet will execute on . a match root object will then cause all the nested objects matching the path to be computed into the facet . concode_field_sep String scope concode_elem_sep String name concode_elem_sep String nested concode_elem_sep FilterBuilder facetFilter concode_field_sep void addFi...
List < NodeAllocationResult > function ( ) { checkDecisionState ( ) ; return nodeDecisions ; }
gets the sorted list of individual node-level decisions that went into making the ultimate decision whether to allocate or move the shard . if #isdecisiontaken returns false , then invoking this method will throw an illegalstateexception . concode_field_sep List<NodeAllocationResult> nodeDecisions concode_elem_sep Disc...
void function ( ) { event = new Event ( ) ; Assert . assertNull ( event . getIndexId ( ) ) ; event = index . addEvent ( event ) ; Assert . assertNotNull ( event . getIndexId ( ) ) ; }
insert a dummy event into the database . check the event indexid after adding it to the database and it should be not null . concode_field_sep Event event concode_elem_sep BigDecimal TEST_SUMMARY_DENORMALIZED_LONGITUDE concode_elem_sep ProductSummary summary concode_elem_sep JDBCProductIndex index concode_elem_sep Prod...
float function ( ) { return getInternal ( ) ; }
returns progress in this node . get would give overall progress of the root node not just given current node . concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep ArrayList<Float> progressWeightagesForPhases concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases conc...
T function ( BalanceAccount arg0 ) { return null ; }
returns the result of interpretting the object as an instance of ` balance account ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep AccountingPackage modelPackage concode_field_sep T caseReportGroup concode_elem_sep T doSwitch concode_elem_sep T doSwitch c...
com . liferay . mail . model . Account function ( long arg0 ) { return getService ( ) . deleteAccount ( arg0 ) ; }
deletes the account with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AccountLocalService _service concode_field_sep com.liferay.mail.model.Account updateFolders concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel...
UsbAccessory function ( Intent arg0 ) { android . hardware . usb . UsbAccessory loc0 = arg0 . getParcelableExtra ( android . hardware . usb . UsbManager . EXTRA_ACCESSORY ) ; if ( loc0 == null ) { return null ; } else { return new UsbAccessory ( loc0 ) ; } }
returns the com.google.android.usb.usbaccessory fora #action_usb_accessory_attached or #action_usb_accessory_attached broadcast intent . this can also be used to retrieve the accessory from the result of a call to #requestpermission . concode_field_sep String ACTION_USB_ACCESSORY_ATTACHED concode_elem_sep String ACTION...
ContentHandler function ( ) { if ( docRest == null ) return docFirst ; if ( docFirst == null ) return docRest ; return this ; }
returns the content handler being used . concode_field_sep EventConsumer rest concode_elem_sep DeclHandler declFirst concode_elem_sep LexicalHandler lexFirst concode_elem_sep ContentHandler docFirst concode_elem_sep DeclHandler declRest concode_elem_sep EventConsumer first concode_elem_sep ContentHandler docRest concod...
ListAttachedGroupPoliciesResult function ( AttachedPolicy ... arg0 ) { if ( this . attachedPolicies == null ) { setAttachedPolicies ( new com . amazonaws . internal . SdkInternalList < AttachedPolicy > ( arg0 . length ) ) ; } for ( AttachedPolicy loc0 : arg0 ) { this . attachedPolicies . add ( loc0 ) ; } return this ; ...
a list of the attached policies . note : this method appends the values to the existing list if any . use #setattachedpolicies java.util.collection or #withattachedpolicies java.util.collection if you want tooverride the existing values . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem...
void function ( String arg0 ) { this . willMessage = arg0 ; }
sets the will message concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep Stri...
String function ( ) { if ( m_filterConfig == null ) return ( "srini_string" ) ; StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( m_filterConfig ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; }
return a string representation of this object . concode_field_sep boolean m_timing concode_elem_sep CLogger log concode_elem_sep FilterConfig m_filterConfig concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep void destroy
JSONBuilder function ( ) { return new JSONBuilder ( ) ; }
makes a new instance of jsonbuilder . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder ent...
InfoboxTypeType function ( ) { return infoboxType ; }
gets the value of the infoboxtype property . concode_field_sep AccessAuthorizationType updateAccessAuthorization concode_elem_sep String creator concode_elem_sep AccessAuthorizationType readAccessAuthorization concode_elem_sep InfoboxTypeType infoboxType concode_elem_sep String purpose concode_elem_sep UserConfirmation...
Insn function ( ) { return withRegisterOffset ( 0 ) ; }
returns an exact copy of this insn concode_field_sep RegisterSpec result concode_elem_sep RegisterSpecList sources concode_elem_sep SourcePosition position concode_elem_sep Rop opcode concode_field_sep String toHumanWithInline concode_elem_sep Insn withRegisterOffset concode_elem_sep boolean equalsHandleNulls concode_e...
boolean function ( ) { return spdyConnection != null ; }
returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . DAY_OF_MONTH ) ; }
get day 1-31 based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year concode_elem_sep int today concode_elem_sep int clock concode_elem_sep String age concode_elem_sep long clarionDateToEpoch con...
String function ( ) { return "srini_string" + a . pos + "srini_string" + a . pos + "srini_string" ; }
returns the string representation of this edge concode_field_sep Vertex a concode_elem_sep Vertex b concode_field_sep boolean equals concode_elem_sep boolean equalsPresicion
GeoHashGridBuilder function ( String arg0 ) { return new GeoHashGridBuilder ( arg0 ) ; }
create a new geohashgrid aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_el...
void function ( HttpParams arg0 , HttpHost arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( DEFAULT_PROXY , arg1 ) ; }
sets the connroutepnames #default_proxy default_proxy parameter value . concode_field_sep HttpHost NO_HOST concode_elem_sep HttpRoute NO_ROUTE concode_field_sep void setLocalAddress concode_elem_sep HttpRoute getForcedRoute concode_elem_sep void setForcedRoute concode_elem_sep InetAddress getLocalAddress concode_elem_s...
Layout function ( ) { return layout ; }
gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String params concode_elem_sep St...
int function ( ) { return sliderValue ; }
returns the slider value concode_field_sep MapdustRelevanceValue LOW concode_elem_sep int sliderValue concode_elem_sep MapdustRelevanceValue HIGH concode_elem_sep java.util.HashMap<MapdustRelevance,Integer> map concode_elem_sep MapdustRelevanceValue MID_LOW concode_elem_sep MapdustRelevanceValue MEDIUM concode_elem_sep...
void function ( InternalLoggerFactory arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } InternalLoggerFactory . arg0 = arg0 ; }
changes the default factory . concode_field_sep InternalLoggerFactory defaultFactory concode_field_sep InternalLoggerFactory newDefaultFactory concode_elem_sep InternalLoggerFactory getDefaultFactory concode_elem_sep InternalLogger newInstance concode_elem_sep InternalLogger getInstance concode_elem_sep InternalLogger ...
SP800SecureRandom function ( Mac arg0 , byte [ ] arg1 , boolean arg2 ) { return new SP800SecureRandom ( random , entropySourceProvider . get ( entropyBitsRequired ) , new HMacDRBGProvider ( arg0 , arg1 , personalizationString , securityStrength ) , arg2 ) ; }
build a securerandom based on a sp 800-90a hmac drbg . concode_field_sep SecureRandom random concode_elem_sep byte[] personalizationString concode_elem_sep int securityStrength concode_elem_sep int securityStrength concode_elem_sep Mac hMac concode_elem_sep Digest digest concode_elem_sep int entropyBitsRequired concode...
SignerInformation function ( SignerId arg0 ) { Collection loc0 = getSigners ( arg0 ) ; return loc0 . size ( ) == 0 ? null : ( SignerInformation ) loc0 . iterator ( ) . next ( ) ; }
return the first signerinformation object that matches the passed in selector . null if there are no matches . concode_field_sep List all concode_elem_sep Map table concode_field_sep int size concode_elem_sep Collection getSigners concode_elem_sep Collection getSigners
JobProfile function ( org . apache . hadoop . mapred . JobID arg0 ) { return cnx . getJobProfile ( arg0 ) ; }
grab a handle to a job that is already known to the jobtracker . concode_field_sep JobSubmissionProtocol cnx concode_field_sep org.apache.hadoop.mapred.JobStatus getJobStatus concode_elem_sep void killJob concode_elem_sep void killJobs concode_elem_sep InetSocketAddress getAddress concode_elem_sep org.apache.hadoop.map...
double function ( ) { return Math . sqrt ( x * x + y * y + z * z ) ; }
returns the 2 norm of this vector . this is the square root of the sum of the squares of the elements . concode_field_sep double DOUBLE_PREC concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void ...
JSBundleLoader function ( final String arg0 , final String arg1 ) { return new JSBundleLoader ( ) { @ Override public void loadScript ( ReactBridge arg2 ) { arg2 . loadScriptFromFile ( arg1 , arg0 ) ; } @ Override public String getSourceUrl ( ) { return arg0 ; } } ; }
this loader is used when bundle gets reloaded from dev server . in that case loader expect js bundle to be prefetched and stored in local file . we do that to avoid passing large strings between java and native code and avoid allocating memory in java to fit whole js bundle in it . providing correct @param sourceurl of...
void function ( ) { PeriodAxis loc0 = new PeriodAxis ( "srini_string" ) ; PeriodAxis loc1 = ( PeriodAxis ) TestUtilities . serialised ( loc0 ) ; boolean loc2 = loc0 . equals ( loc1 ) ; assertTrue ( loc2 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_elem_sep AxisChangeEvent lastEvent concode_field_sep void axisChanged concode_elem_sep void testCloning concode_elem_sep void test1932146 concode_elem_sep void testHashCode concode_elem_sep void testEqualsWithLocale c...
boolean function ( ) { List < FlowNode > loc0 = getCurrentHeads ( ) ; return loc0 . size ( ) == 1 && loc0 . get ( 0 ) instanceof FlowEndNode ; }
checks whether this flow execution has finished executing completely . concode_field_sep PlaceHolder placeHolder concode_field_sep String getUrl concode_elem_sep Authentication getAuthentication concode_elem_sep Throwable getCauseOfFailure concode_elem_sep ListenableFuture<List<StepExecution>> getCurrentExecutions conc...
String function ( final File arg0 ) { }
reads a file to a string . concode_field_sep PlaceHolder placeHolder concode_field_sep void write
SSLSocketFactory function ( ) { return contextSpi . engineGetSocketFactory ( ) ; }
returns a socketfactory object for this context . concode_field_sep String protocol concode_elem_sep Provider provider concode_elem_sep SSLContextSpi contextSpi concode_field_sep SSLServerSocketFactory getServerSocketFactory concode_elem_sep void init concode_elem_sep Provider getProvider concode_elem_sep String getPro...
long function ( JsonObject arg0 , String arg1 , long arg2 ) { final JsonValue loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) { return arg2 ; } else { return loc0 . asLong ( ) ; } }
returns a field in a json object as a long . concode_field_sep PlaceHolder placeHolder concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep JsonObject getObject concode_elem_sep JsonObject getObject concode_elem_sep double getDouble concode_elem_sep double getDouble concode_elem_sep JsonArray getAr...
void function ( String arg0 ) { this . billType = arg0 ; }
sets the value of the billtype property . concode_field_sep List<String> note concode_elem_sep String billingCycleStartDescription concode_elem_sep String billType concode_elem_sep String platformType concode_elem_sep long serialVersionUID concode_elem_sep String mapInfoDisclaimer concode_elem_sep byte[] coverageMapIma...
BeanDefinitionBuilder function ( int arg0 ) { this . beanDefinition . setRole ( arg0 ) ; return this ; }
set the role of this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder addConstructorArgReference conco...
List < String > function ( String arg0 ) { return this . attributeManager . getListAttribute ( arg0 ) ; }
gets a related `` list '' of data representing the contextual data associated with this particular service request concode_field_sep String service concode_elem_sep AttributeManager attributeManager concode_field_sep void setAttribute concode_elem_sep String getAttribute concode_elem_sep String[] getValues concode_elem...
ServicesType function ( ) { return new ServicesType ( ) ; }
create an instance of servicestype concode_field_sep QName _SCL_QNAME concode_elem_sep QName _DATypeVal_QNAME concode_elem_sep QName _LNTypeDOI_QNAME concode_field_sep ConfLogControlType createConfLogControlType concode_elem_sep JAXBElement<String> createDAITypeVal concode_elem_sep EnumTypeType createEnumTypeType conco...
String function ( String arg0 ) { arg0 = arg0 . trim ( ) ; arg0 = arg0 . replace ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; if ( ! arg0 . equals ( SEPARATOR ) && ! arg0 . matches ( "srini_string" ) && arg0 . endsWith ( SEPARATOR ) ) { arg0 = arg0 . substring ( 0...
normalizes a path string . concode_field_sep char SEPARATOR_CHAR concode_elem_sep String SEPARATOR concode_elem_sep String CUR_DIR concode_elem_sep long serialVersionUID concode_elem_sep URI uri concode_field_sep Path getParent concode_elem_sep String getName concode_elem_sep void read concode_elem_sep URI toUri concod...
MapStoreConfig function ( String arg0 ) { this . className = arg0 ; return this ; }
sets the name for the mapstore implementation class concode_field_sep int DEFAULT_WRITE_BATCH_SIZE concode_elem_sep boolean enabled concode_elem_sep Object implementation concode_elem_sep String className concode_elem_sep MapStoreConfigReadOnly readOnly concode_elem_sep String factoryClassName concode_elem_sep int writ...
void function ( @ NotNull TurdParser . EmptyListContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitHaltStatement concode_elem_sep void enterValue concode_elem_sep void exitDeclareStatement concode_elem_sep void enterVariable concode_elem_sep void exitEveryRule concode_elem_sep void enterLabelStatement conco...
HTable function ( JobConf arg0 ) { String loc0 = arg0 . get ( HBaseSerDe . HBASE_TABLE_NAME ) ; return new HTable ( HBaseConfiguration . create ( arg0 ) , Bytes . toBytes ( loc0 ) ) ; }
parse jobconf to create the target htable instance . concode_field_sep PlaceHolder placeHolder concode_field_sep Scan getScan concode_elem_sep boolean getStorageFormatOfKey concode_elem_sep Map<String,List<IndexSearchCondition>> decompose