idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
22,700
returns a range with no lower bound up to the given endpoint , which may be either inclusive closed or exclusive open . concode_field_sep PlaceHolder placeHolder concode_field_sep Range<C> all concode_elem_sep Range<C> singleton concode_elem_sep Range<C> closedOpen concode_elem_sep Range<C> downTo concode_elem_sep Rang...
Range < C > function ( C arg0 , BoundType arg1 ) { switch ( arg1 ) { case OPEN : return lessThan ( arg0 ) ; case CLOSED : return atMost ( arg0 ) ; default : throw new AssertionError ( ) ; } }
22,701
returns the remote api class name . concode_field_sep String type concode_elem_sep String url concode_field_sep String getURL concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setURL
String function ( ) { return type ; }
22,702
hides the sheet . concode_field_sep int FAB_ARC_DEGREES concode_elem_sep float FAB_SCALE_FACTOR concode_elem_sep boolean isFabLaidOut concode_elem_sep FAB fab concode_elem_sep int SHOW_OVERLAY_ANIM_DURATION concode_elem_sep int ANIMATION_SPEED concode_elem_sep int SHOW_SHEET_COLOR_ANIM_DURATION concode_elem_sep int HID...
void function ( ) { hideSheet ( null ) ; }
22,703
this method should never be called . concode_field_sep int orientation concode_elem_sep long serialVersionUID concode_elem_sep int unitIncrement concode_elem_sep AdjustmentListener adjustmentListener concode_elem_sep boolean valueIsAdjusting concode_elem_sep int maximum concode_elem_sep int visibleAmount concode_elem_s...
void function ( int arg0 ) { throw new AWTError ( "srini_string" ) ; }
22,704
returns #ceylon_version_minor for those who do n't want javac to inline it at compile time concode_field_sep int V1_2_1_JS_BINARY_MINOR_VERSION concode_elem_sep String CEYLON_VERSION concode_elem_sep int V1_2_1_JVM_BINARY_MINOR_VERSION concode_elem_sep int V1_2_BINARY_MAJOR_VERSION concode_elem_sep int V1_2_1_JVM_BINAR...
int function ( ) { return CEYLON_VERSION_MINOR ; }
22,705
get the amount of noise to add . concode_field_sep int color concode_elem_sep boolean monochrome concode_elem_sep Random randomNumbers concode_elem_sep int radius concode_elem_sep float shine concode_elem_sep float amount concode_field_sep Point2D getPoint2D concode_elem_sep int mod concode_elem_sep void blur concode_e...
float function ( ) { return amount ; }
22,706
get the taskinfo for the given task-attempt . concode_field_sep State state concode_elem_sep TaskInfo taskInfo concode_field_sep State getRunState concode_elem_sep long getRuntime
TaskInfo function ( ) { return taskInfo ; }
22,707
sets the new light color , newcolor should be in srgb . concode_field_sep double[] color concode_field_sep double[][] getLightRow concode_elem_sep boolean isConstant concode_elem_sep double sRGBToLsRGB concode_elem_sep double[][][] getLightMap concode_elem_sep double[] getColor
void function ( Color arg0 ) { color = new double [ 3 ] ; color [ 0 ] = arg0 . getRed ( ) / 255. ; color [ 1 ] = arg0 . getGreen ( ) / 255. ; color [ 2 ] = arg0 . getBlue ( ) / 255. ; }
22,708
return the archive age . note : events created before this time are to be removed . concode_field_sep EventsArchiverConfigFactory m_singleton concode_elem_sep EventsArchiverConfiguration m_config concode_elem_sep boolean m_loaded concode_field_sep void init concode_elem_sep void reload concode_elem_sep String getSepara...
String function ( ) { return m_config . getArchiveAge ( ) ; }
22,709
return the last item of a list or null if the list is null concode_field_sep PlaceHolder placeHolder concode_field_sep String cut concode_elem_sep String capFirst concode_elem_sep String addSlashes concode_elem_sep boolean divisibleBy concode_elem_sep GPathResult asXml concode_elem_sep String urlEncode concode_elem_sep...
Object function ( List < ? > arg0 ) { return ( arg0 == null ) ? null : arg0 . get ( arg0 . size ( ) - 1 ) ; }
22,710
canceltoast concode_field_sep Toast sToast concode_field_sep void setToast concode_elem_sep void showText concode_elem_sep void showText
void function ( ) { if ( sToast != null ) { sToast . cancel ( ) ; } sToast = null ; }
22,711
sets a security subject for this event log . the name of the main user principal of the subject will be recorded in the log . concode_field_sep PlaceHolder placeHolder concode_field_sep List<EventLog> getEvents concode_elem_sep void warn concode_elem_sep void log concode_elem_sep EventLogger scope concode_elem_sep Even...
EventLogger function ( Subject arg0 ) { if ( arg0 != null ) { return this . who ( Security . getSubjectUserPrincipal ( arg0 ) ) ; } else { return this ; } }
22,712
return database concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep...
String function ( ) { return database ; }
22,713
enables the handler . concode_field_sep boolean registered concode_elem_sep GURLHandler INSTANCE concode_elem_sep boolean enabled concode_elem_sep String url concode_field_sep int RemoveEventHandler concode_elem_sep void callback concode_elem_sep void finalize concode_elem_sep GURLHandler getInstance concode_elem_sep i...
void function ( ) { this . enabled = true ; if ( url != null ) callback ( url ) ; this . url = null ; }
22,714
get all the nodes that currently exist as a child of the specified collection node . if the service does not support collection nodes then all nodes will be returned . to retrieve contents of the root collection node if it exists , or there is no root collection node , pass null as the nodeid . concode_field_sep Connec...
DiscoverItems function ( String arg0 ) { DiscoverItems loc0 = new DiscoverItems ( ) ; if ( arg0 != null ) loc0 . setNode ( arg0 ) ; loc0 . setTo ( to ) ; DiscoverItems loc1 = ( DiscoverItems ) SyncPacketSend . getReply ( con , loc0 ) ; return loc1 ; }
22,715
gets the value of the textlink property . concode_field_sep String macro concode_elem_sep Boolean fPublished concode_elem_sep CTShapeProperties spPr concode_elem_sep CTShapeStyle style concode_elem_sep CTTextBody txBody concode_elem_sep CTShapeNonVisual nvSpPr concode_elem_sep Boolean fLocksText concode_elem_sep String...
String function ( ) { return textlink ; }
22,716
subclass hook for set up before the test run . this methods should be used for setup that occurs after the testdata instance has been setup . concode_field_sep TestData testData concode_elem_sep Logger LOGGER concode_elem_sep TestSetupFrequency testSetupFrequency concode_elem_sep TestRule runSetup concode_elem_sep GeoS...
void function ( T arg0 ) { }
22,717
sets the value of ` body ' of an object of this class . concode_field_sep Set<Header> headers concode_elem_sep Long requestId concode_elem_sep String body concode_elem_sep Integer statusCode concode_field_sep void setHeaders concode_elem_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_sep Set...
void function ( String arg0 ) { this . body = arg0 ; }
22,718
sets the value of the label property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concod...
void function ( String arg0 ) { this . label = arg0 ; }
22,719
returns the user id of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel...
long function ( ) { return _foo . getUserId ( ) ; }
22,720
gets the value of the entitylogicalname property . concode_field_sep String entityLogicalName concode_elem_sep String attributeLogicalName concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep void setEntityLogicalName concode_elem_sep String getAttribut...
String function ( ) { return entityLogicalName ; }
22,721
adds the given list of items to the statistics . concode_field_sep int totalSize concode_elem_sep int largestSize concode_elem_sep HashMap<String,Data> dataMap concode_elem_sep String name concode_elem_sep int count concode_elem_sep int smallestSize concode_field_sep void add concode_elem_sep void add concode_elem_sep ...
void function ( Section arg0 ) { Collection < ? extends Item > loc0 = arg0 . loc0 ( ) ; for ( Item loc1 : loc0 ) { add ( loc1 ) ; } }
22,722
get a comparator for a writablecomparable implementation . concode_field_sep WritableComparable key1 concode_elem_sep ConcurrentHashMap<Class,WritableComparator> comparators concode_elem_sep WritableComparable key2 concode_elem_sep Class<? extends WritableComparable> keyClass concode_elem_sep Configuration conf concode...
WritableComparator function ( Class < ? extends WritableComparable > arg0 , Configuration arg1 ) { WritableComparator loc0 = comparators . get ( arg0 ) ; if ( loc0 == null ) { forceInit ( arg0 ) ; loc0 = comparators . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new WritableComparator ( arg0 , arg1 , true ) ; } } Reflec...
22,723
retrieve the qualified name for this object . this uses the prefix and local name stored in this object . concode_field_sep XmlName xmlName concode_elem_sep Logger log concode_elem_sep String DATE_FORMAT concode_elem_sep String[] DATE_FORMATS concode_field_sep SwordValidationInfo createValidAttributeInfo concode_elem_s...
String function ( ) { return getQualifiedName ( xmlName . getLocalName ( ) ) ; }
22,724
get propertyclass concode_field_sep Integer name concode_elem_sep String PropertyClass concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep Integer getName concode_elem_sep void setPropertyClass concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Model200Re...
String function ( ) { return PropertyClass ; }
22,725
gets the targetedmobiledevicesubmodels value for this mobiledevicesubmodeltargeting . concode_field_sep com.google.api.ads.dfp.axis.v201405.Technology[] targetedMobileDeviceSubmodels concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __...
com . google . api . ads . dfp . axis . v201405 . Technology [ ] function ( ) { return targetedMobileDeviceSubmodels ; }
22,726
logs a message at info level . concode_field_sep java.util.logging.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep b...
void function ( String arg0 ) { logger . info ( arg0 ) ; }
22,727
if the number of items that are returned is significantly large , this is an identifier that is also returned , which can be used in a subsequent call to this operation to return the next set of items in the list . concode_field_sep java.util.List<Project> projects concode_elem_sep String nextToken concode_field_sep ja...
String function ( ) { return this . nextToken ; }
22,728
create a new webconnection that will use a mockmvc instance if one of the specified webrequestmatcher instancesmatches . concode_field_sep List<WebRequestMatcher> requestMatchers concode_elem_sep String contextPath concode_elem_sep boolean alwaysUseMockMvc concode_elem_sep MockMvc mockMvc concode_field_sep T alwaysUseM...
WebConnection function ( WebClient arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return createConnection ( arg0 , arg0 . getWebConnection ( ) ) ; }
22,729
a new method that interrupts the worker thread . call this method to force the worker to stop what it 's doing . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object get...
void function ( ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 != null ) { loc0 . interrupt ( ) ; } threadVar . clear ( ) ; }
22,730
extract locationtagids from the list of locationtag objects provided . concode_field_sep SessionFactory sessionFactory concode_field_sep List<Location> getLocationsHavingAllTags concode_elem_sep List<Location> getRootLocations concode_elem_sep LocationAttributeType getLocationAttributeTypeByUuid concode_elem_sep Locati...
List < Integer > function ( List < LocationTag > arg0 ) { List < Integer > loc0 = new ArrayList < Integer > ( ) ; for ( LocationTag loc1 : arg0 ) { loc0 . add ( loc1 . getLocationTagId ( ) ) ; } return loc0 ; }
22,731
retrieves the special sys session . concode_field_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep boolean isUserActive concode_elem_sep Session getSysSessionForScript concode_elem_sep void removeSchemaReference ...
Session function ( String arg0 , User arg1 ) { sysSession . currentSchema = sysSession . database . schemaManager . getSchemaHsqlName ( arg0 ) ; sysSession . isProcessingScript = false ; sysSession . isProcessingLog = false ; sysSession . setUser ( arg1 ) ; return sysSession ; }
22,732
gets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ProductTemplate> results concode_field_sep void setTotalResultSetSize concode_elem_sep void setStartIndex concode_elem_sep List<ProductTemplate> getResults concode_elem_sep ...
Integer function ( ) { return startIndex ; }
22,733
returns true if queries should be lenient about unmapped fields . the default is true concode_field_sep List<Consumer<Settings>> updateListeners concode_elem_sep String nodeName concode_elem_sep Settings settings concode_elem_sep String defaultField concode_elem_sep boolean queryStringAllowLeadingWildcard concode_elem_...
boolean function ( ) { return defaultAllowUnmappedFields ; }
22,734
translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( SC_KEY_ADDRESS ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( SC_KEY_ADDRESS , SC_DEFAULT_ADDRESS ) ; } }
22,735
gets the y component of the translation concode_field_sep Listener mListener concode_elem_sep MultiPointerGestureDetector mDetector concode_field_sep void restartGesture concode_elem_sep boolean onTouchEvent concode_elem_sep float calcAverage concode_elem_sep float getRotation concode_elem_sep TransformGestureDetector ...
float function ( ) { return calcAverage ( mDetector . getCurrentY ( ) , mDetector . getCount ( ) ) - calcAverage ( mDetector . getStartY ( ) , mDetector . getCount ( ) ) ; }
22,736
returns the ratio of cache loading attempts which threw exceptions . this is defined as loadexceptioncount / loadsuccesscount + loadexceptioncount , or 0.0 when loadsuccesscount + loadexceptioncount == 0 . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitCount concode_el...
double function ( ) { long loc0 = loadSuccessCount + loadExceptionCount ; return ( loc0 == 0 ) ? 0.0 : ( double ) loadExceptionCount / loc0 ; }
22,737
check if an accident exist in the markers manager concode_field_sep List<Accident> accidentsList concode_elem_sep MainActivity mListenerActivity concode_elem_sep MarkersManager instance concode_elem_sep String LOG_TAG concode_elem_sep List<Discussion> discussionList concode_elem_sep boolean DO_NOT_RESET concode_elem_se...
boolean function ( Accident arg0 ) { if ( arg0 == null ) return false ; for ( Accident loc0 : accidentsList ) if ( loc0 . getId ( ) == arg0 . getId ( ) ) { return true ; } return false ; }
22,738
single-static-import import static classfqn.referencename ; shadows on-demand static imports , like describedjls 6.4.1 a single-static-import declaration d in a compilation unit c of package p that imports a member named n shadows the declaration of any static member named n imported by a static-import-on-demand declar...
boolean function ( @ NotNull PsiJavaFile arg0 , @ NotNull PsiClass arg1 , @ NotNull String arg2 ) { return false ; }
22,739
used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI...
void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; }
22,740
the string that you use in a subsequent request to get the next page of results in a paginated response . concode_field_sep com.amazonaws.internal.SdkInternalList<ResourceIdentifier> resourceIdentifiers concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep ...
String function ( ) { return this . nextToken ; }
22,741
returns a string representation of 2d array such that it can be used as java code concode_field_sep PlaceHolder placeHolder concode_field_sep double[] add concode_elem_sep String toPythonString concode_elem_sep double[] normalized concode_elem_sep double[] subtract concode_elem_sep double sum concode_elem_sep int numEl...
String function ( int [ ] [ ] arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( "srini_string" ) ; for ( int loc2 = 0 ; loc2 < arg0 [ loc1 ] . length ; loc2 ++ ) { loc0 . append ( arg0 [ loc1 ] [ loc2 ] + "sri...
22,742
this utility method converts string representation of hash function name to a symbolic constant . currently two function types are supported , `` jenkins '' and `` murmur '' . concode_field_sep int JENKINS_HASH concode_elem_sep int INVALID_HASH concode_elem_sep int MURMUR_HASH concode_field_sep int getHashType concode_...
int function ( String arg0 ) { if ( "srini_string" . equalsIgnoreCase ( arg0 ) ) { return JENKINS_HASH ; } else if ( "srini_string" . equalsIgnoreCase ( arg0 ) ) { return MURMUR_HASH ; } else { return INVALID_HASH ; } }
22,743
helper to produce the first bit of output for each instruction . concode_field_sep ParseObserver observer concode_elem_sep ByteArray bytes concode_field_sep void visitLiteralDouble concode_elem_sep void setPreviousOffset concode_elem_sep void visitNoArgs concode_elem_sep void visitInvalid concode_elem_sep void visitBra...
String function ( int arg0 ) { int loc0 = bytes . getUnsignedByte ( arg0 ) ; String loc1 = ByteOps . opName ( loc0 ) ; if ( loc0 == ByteOps . WIDE ) { loc0 = bytes . getUnsignedByte ( arg0 + 1 ) ; loc1 += "srini_string" + ByteOps . opName ( loc0 ) ; } return Hex . u2 ( arg0 ) + "srini_string" + loc1 ; }
22,744
information about the uploads . note : this method appends the values to the existing list if any . use #setuploads java.util.collection or #withuploads java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep java.util.List<Upload> uploads concode_field_sep ...
ListUploadsResult function ( Upload ... arg0 ) { if ( this . uploads == null ) { setUploads ( new java . util . ArrayList < Upload > ( arg0 . length ) ) ; } for ( Upload loc0 : arg0 ) { this . uploads . add ( loc0 ) ; } return this ; }
22,745
returns all flights that depart from origin and arrive at destination on the given date . concode_field_sep Infocentre info concode_elem_sep Client client concode_field_sep void uploadFlightInfo concode_elem_sep String getItineraries concode_elem_sep String getItinerariesSortedByTime concode_elem_sep void uploadClientI...
String function ( String arg0 , String arg1 , String arg2 ) { String loc0 = new String ( ) ; for ( Flight loc1 : info . searchFlights ( arg0 , arg1 , arg2 ) ) { loc0 += loc1 . toString ( ) + "srini_string" ; } return loc0 ; }
22,746
returns the bit depth , in bits per pixel . this may be bit_depth_multi . concode_field_sep int refreshRate concode_elem_sep int bitDepth concode_elem_sep int width concode_elem_sep int REFRESH_RATE_UNKNOWN concode_elem_sep int BIT_DEPTH_MULTI concode_elem_sep int height concode_field_sep int getRefreshRate concode_ele...
int function ( ) { return bitDepth ; }
22,747
sets pessimistic transactions log size . concode_field_sep TransactionConcurrency DFLT_TX_CONCURRENCY concode_elem_sep int pessimisticTxLogLinger concode_elem_sep Factory txManagerFactory concode_elem_sep TransactionIsolation DFLT_TX_ISOLATION concode_elem_sep boolean useJtaSync concode_elem_sep long serialVersionUID c...
void function ( int arg0 ) { this . pessimisticTxLogSize = arg0 ; }
22,748
returns a list of entity properties concode_field_sep EntityTreeNode parent concode_elem_sep Map<String,EntityProperty> properties concode_field_sep EntityProperty getProperty concode_elem_sep void setProperty concode_elem_sep String toString concode_elem_sep void setParent concode_elem_sep String getFullyQualifiedName
Map < String , EntityProperty > function ( ) { return properties ; }
22,749
show instance values in debug mode concode_field_sep long serialVersionUID concode_elem_sep int bin concode_elem_sep AutoExpandVector<AttributeClassObserver> attributeObservers concode_elem_sep int m_A concode_elem_sep int processorId concode_elem_sep int nBinForNumAtt concode_elem_sep int m_K concode_elem_sep Instance...
void function ( Instance arg0 ) { String loc0 = new String ( ) ; for ( int loc1 = 0 ; loc1 < this . m_A ; loc1 ++ ) { if ( loc1 == arg0 . classIndex ( ) ) { loc0 += "srini_string" + String . valueOf ( arg0 . classValue ( ) ) ; } else { loc0 += "srini_string" + String . valueOf ( arg0 . value ( loc1 ) ) ; } } logger . i...
22,750
sets the alias of the com.j2bugzilla.base.bug to be created by this bugfactory . note that by default , bugzilla limits aliases to 20 characters . concode_field_sep Class<T> bugClass concode_elem_sep Map<String,Object> properties concode_field_sep T createBug concode_elem_sep T createBug concode_elem_sep BugFactory<T> ...
BugFactory < T > function ( final String arg0 ) { if ( properties == null ) { throw new IllegalStateException ( "srini_string" ) ; } properties . put ( "srini_string" , arg0 ) ; return this ; }
22,751
create an instance of soctype concode_field_sep QName _Message_QNAME concode_elem_sep QName _EsiGetDeviceEligibilityResponse_QNAME concode_elem_sep QName _EsiGetDeviceEligibilityRequest_QNAME concode_field_sep InformationMessageListType createInformationMessageListType concode_elem_sep InformationalMessageType createIn...
SOCType function ( ) { return new SOCType ( ) ; }
22,752
makes the given area of the image transparent if it was previously completely opaque used to remove the outer layer of a skin around the head if it was saved all opaque ; this would be redundant so it 's assumed that the skin maker is just using an image editor without an alpha channel concode_field_sep int imageWidth ...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { if ( ! this . hasTransparency ( arg0 , arg1 , arg2 , arg3 ) ) { for ( int loc0 = arg0 ; loc0 < arg2 ; ++ loc0 ) { for ( int loc1 = arg1 ; loc1 < arg3 ; ++ loc1 ) { this . imageData [ loc0 + loc1 * this . imageWidth ] &= 16777215 ; } } } }
22,753
sets the professional value for this infoauthentication . concode_field_sep java.lang.String designator concode_elem_sep java.lang.String domain concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep org.apache.axis.description.Typ...
void function ( boolean arg0 ) { this . professional = arg0 ; }
22,754
the code for a country/region 's subdivision e.g. , a province of canada . a subdivision code is only valid with the appropriate country code . constraint : specifying subdivisioncode without countrycode returns an invalidinput error . concode_field_sep String countryCode concode_elem_sep String subdivisionCode concode...
void function ( String arg0 ) { this . subdivisionCode = arg0 ; }
22,755
associates memorycachekey with imageaware . then it helps to define image uri is loaded into view at exact moment . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderConfiguration configuration concode...
void function ( ImageAware arg0 , String arg1 ) { cacheKeysForImageAwares . put ( arg0 . getId ( ) , arg1 ) ; }
22,756
create an instance of contentresources concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_ele...
ContentResources function ( ) { return new ContentResources ( ) ; }
22,757
gets the first attributefield of a particular attribute name . 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...
AttributeField function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < media . size ( ) ; loc0 ++ ) { AttributeField loc1 = ( AttributeField ) av . elementAt ( loc0 ) ; if ( loc1 . getAttributeName ( ) . equals ( arg0 ) ) return loc1 ; } return null ; }
22,758
synchronizes on the old stream concode_field_sep AtomicBoolean handleReturned concode_elem_sep boolean handleFromPool concode_elem_sep Pointer bufferScalar concode_elem_sep cudaStream_t cublasStream concode_elem_sep cudaStream_t solverStream concode_elem_sep cublasHandle_t handle concode_elem_sep cudaStream_t specialSt...
void function ( ) { syncOldStream ( false ) ; }
22,759
test if all check items are contained in array . concode_field_sep Object[] EMPTY concode_elem_sep Object[] sCache concode_elem_sep int CACHE_SIZE concode_field_sep int[] removeInt concode_elem_sep int idealCharArraySize concode_elem_sep int idealFloatArraySize concode_elem_sep int idealByteArraySize concode_elem_sep b...
boolean function ( T [ ] arg0 , T [ ] arg1 ) { for ( T loc0 : arg1 ) { if ( ! contains ( arg0 , loc0 ) ) { return false ; } } return true ; }
22,760
gets the length of an array . it will return null under the following conditions : array is null . array is not an array . concode_field_sep PlaceHolder placeHolder concode_field_sep Object set concode_elem_sep Object get concode_elem_sep Object clone concode_elem_sep boolean isArray concode_elem_sep List list
Integer function ( Object arg0 ) { if ( ! this . isArray ( arg0 ) ) { return null ; } return new Integer ( Array . getLength ( arg0 ) ) ; }
22,761
gets the session value of session for this instance of messageproducerresources . concode_field_sep Session session concode_elem_sep MessageProducer messageProducer concode_elem_sep TransactionCommitStrategy commitStrategy concode_field_sep MessageProducer getMessageProducer concode_elem_sep TransactionCommitStrategy g...
Session function ( ) { return session ; }
22,762
print mean and variance of each state concode_field_sep String maryXmlDur concode_elem_sep double mcepMean[][] concode_elem_sep String maryXmlF0 concode_elem_sep int totalDur concode_elem_sep double strVariance[][] concode_elem_sep double lf0Variance[][] concode_elem_sep double strMean[][] concode_elem_sep int totalDur...
void function ( ) { printVectors ( lf0Mean , lf0Variance ) ; }
22,763
make the http response header . concode_field_sep int port concode_elem_sep Logger LOGGER concode_elem_sep int connectionCount concode_elem_sep int connectionNumber concode_elem_sep int ERROR_COULD_NOT_LISTEN_TO_PORT concode_elem_sep int SO_TIMEOUT concode_elem_sep boolean running concode_elem_sep TwitchClient client c...
String function ( boolean arg0 ) { String loc0 = "srini_string" ; if ( arg0 ) { loc0 += "srini_string" ; } else { loc0 += "srini_string" ; } loc0 += "srini_string" ; loc0 += "srini_string" ; return loc0 ; }
22,764
return the curator retry policy . concode_field_sep boolean running concode_elem_sep RetryPolicy retryPolicy concode_elem_sep String clientConnectString concode_elem_sep DelegatingConnectionStateListener connectionListener concode_elem_sep String namespace concode_elem_sep boolean autoStartup concode_elem_sep String DE...
RetryPolicy function ( ) { return this . retryPolicy ; }
22,765
sets the value of the name property . concode_field_sep String feature concode_elem_sep List<GadgetFeatureType.Param> param concode_elem_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep List<GadgetFeatureType.Param> getParam concode_elem_sep String getName concode_elem_se...
void function ( String arg0 ) { this . name = arg0 ; }
22,766
inserts the given element into the proper position . no balancing occurs . concode_field_sep BSTNode<E> root concode_elem_sep int size concode_elem_sep T data concode_elem_sep TRAVERSAL traversal concode_elem_sep BSTNode<T> left concode_elem_sep BSTNode<T> right concode_field_sep E getSuccessor concode_elem_sep String ...
void function ( E arg0 ) { size ++ ; root = insert ( arg0 , root ) ; }
22,767
add a principal mapping concode_field_sep String file concode_elem_sep boolean trace concode_elem_sep String[] defaultGroups concode_elem_sep String domain concode_elem_sep Map<String,String> groups concode_elem_sep Map<String,String> principals concode_elem_sep long serialVersionUID concode_elem_sep CoreLogger log con...
void function ( String arg0 , String arg1 ) { principals . put ( arg0 , arg1 ) ; }
22,768
retrieves the child properties for the given key . concode_field_sep PropertyElement next concode_elem_sep Map<String,PropertyType<?>> suffixes concode_elem_sep Map<Class<?>,PropertyType<?>> types concode_elem_sep String transparent concode_elem_sep Map<Class<?>,PropertyType<?>> instanceTypes concode_elem_sep String ch...
TreeProperties function ( String arg0 ) { return ( TreeProperties ) getProperty ( arg0 , "srini_string" + transparent , true ) ; }
22,769
returns whether the allocation happened in a child of the zygote process . concode_field_sep String BEGIN_STACKTRACE_KW concode_elem_sep int FLAG_MASK concode_elem_sep boolean mIsZygoteChild concode_elem_sep String TOTAL_SIZE_KW concode_elem_sep String END_STACKTRACE_KW concode_elem_sep ArrayList<NativeStackCallInfo> m...
boolean function ( ) { return mIsZygoteChild ; }
22,770
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
22,771
open and return the content of an object 's note . this method assumes the note is fairly small and can be accessed efficiently . larger notes should be accessed by streaming : objectid dataid = thismap.get id ; if dataid ! = null reader.open dataid . openstream ; concode_field_sep ObjectReader reader concode_elem_sep ...
byte [ ] function ( AnyObjectId arg0 , int arg1 ) { ObjectId loc0 = get ( arg0 ) ; if ( loc0 != null ) return reader . open ( loc0 ) . getCachedBytes ( arg1 ) ; else return null ; }
22,772
sets the value of the sourcecode property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep Stri...
void function ( SourceCode arg0 ) { this . sourceCode = arg0 ; }
22,773
set the date range this timeline covers concode_field_sep float outerRadius concode_elem_sep float unitsPerRev concode_elem_sep float radsPerSegment concode_elem_sep TimelineDate dateRange concode_elem_sep float RADS_PER_MESH concode_elem_sep int numSegments concode_elem_sep TimelineUnits units concode_elem_sep float p...
void function ( TimelineDate arg0 ) { this . dateRange = arg0 ; calculateNumSegments ( ) ; }
22,774
xewhen can build xml response . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { MatcherAssert . assertThat ( IOUtils . toString ( new RsXembly ( new XeAppend ( "srini_string" , new XeWhen ( true , new XeDate ( ) ) ) ) . body ( ) ) , XhtmlMatchers . hasXPaths ( "srini_string" ) ) ; }
22,775
performs the graph traversion with all elements which are contained in the specified iterator . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myE...
void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; }
22,776
gets the minimal x coordinate for a point that is inside the rect . concode_field_sep float miny concode_elem_sep float minx concode_elem_sep float maxy concode_elem_sep float maxx concode_field_sep float getHeight concode_elem_sep boolean contains concode_elem_sep FloatRectangle bigger concode_elem_sep int hashCode co...
float function ( ) { return minx ; }
22,777
returns the name of the method specified by identifier . concode_field_sep Method[] methods concode_elem_sep ClassMetaobject classmetaobject concode_elem_sep Metalevel baseobject concode_field_sep Object getObject concode_elem_sep Class getReturnType concode_elem_sep void writeObject concode_elem_sep Class[] getParamet...
String function ( int arg0 ) { String loc0 = methods [ arg0 ] . getName ( ) ; int loc1 = ClassMetaobject . methodPrefixLen ; for ( ; ; ) { char loc2 = loc0 . charAt ( loc1 ++ ) ; if ( loc2 < '0' || '9' < loc2 ) break ; } return loc0 . substring ( loc1 ) ; }
22,778
whether str is a authentication_info field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent con...
boolean function ( String arg0 ) { return same ( arg0 , Authentication_Info ) ; }
22,779
sets the id value for this userlistconversiontype . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.adwords.axis.v201409.rm.UserListConversionTypeCategory category concod...
void function ( java . lang . Long arg0 ) { this . id = arg0 ; }
22,780
apply css changes to the rendered componenent concode_field_sep String CSS_UPDATE_FIELD concode_elem_sep String cssString concode_elem_sep Logger log concode_elem_sep String DISPLAY_ON concode_elem_sep String DISPLAY_OFF concode_elem_sep String lastCssString concode_field_sep boolean equals concode_elem_sep String getL...
void function ( FacesContext arg0 , UIComponent arg1 ) { apply ( arg0 , arg1 , null , null , null ) ; }
22,781
returns the arithmetic mean of an array of doubles concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<T> randomSelection concode_elem_sep void convertLinkedListObject concode_elem_sep List<T> subList concode_elem_sep int checkForPositiveInteger concode_elem_sep LinkedList<Integer> convertArray concod...
double function ( double [ ] arg0 ) { if ( arg0 . length == 0 ) { return Double . NaN ; } int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += arg0 [ loc1 ] ; } return loc0 / arg0 . length ; }
22,782
is it currently o.k. to compile a method and insert instrumentation ? concode_field_sep boolean instrumentationEnabled concode_elem_sep InstrumentedEventCounterManager eventCounterManager concode_field_sep void enableInstrumentation concode_elem_sep void disableInstrumentation concode_elem_sep void boot
boolean function ( ) { return instrumentationEnabled ; }
22,783
the arn of the subscription , if the service was able to create a subscription immediately without requiring endpoint owner confirmation . concode_field_sep String subscriptionArn concode_field_sep String getSubscriptionArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SubscribeResult c...
void function ( String arg0 ) { this . subscriptionArn = arg0 ; }
22,784
remove the current transaction from the map key 'd by the calling thread . concode_field_sep TransactionTable tx_table concode_elem_sep Hashtable m_table concode_field_sep TransactionImpl getCurrentTransaction concode_elem_sep void abortExternalTx concode_elem_sep TransactionImpl get concode_elem_sep void configure con...
void function ( Object arg0 ) { tx_table . remove ( Thread . currentThread ( ) ) ; }
22,785
sets the number of seconds to use to filter the messages received during that time . in other words , only the messages received in the last `` x '' seconds will be included in the history . concode_field_sep String password concode_elem_sep int seconds concode_elem_sep int seconds concode_elem_sep Presence joinPresenc...
Builder function ( int arg0 ) { this . seconds = arg0 ; return this ; }
22,786
register the transportview mbean . concode_field_sep TransportView mbeanInstance concode_elem_sep Log log concode_elem_sep boolean enabled concode_elem_sep boolean registered concode_elem_sep ObjectName mbeanName concode_elem_sep MBeanServer mbs concode_field_sep void unregister concode_elem_sep ObjectName getMBeanName
void function ( ) { if ( enabled && ! registered ) { try { mbs . registerMBean ( mbeanInstance , mbeanName ) ; registered = true ; } catch ( Exception loc0 ) { log . warn ( "srini_string" + mbeanName + "srini_string" , loc0 ) ; enabled = false ; } } }
22,787
return the prefix to be applied to any code built by this resolver . returns an empty string in case of no prefix . concode_field_sep MessageCodeFormatter DEFAULT_FORMATTER concode_elem_sep String prefix concode_elem_sep MessageCodeFormatter formatter concode_elem_sep String CODE_SEPARATOR concode_field_sep void buildF...
String function ( ) { return this . prefix ; }
22,788
gets the height in user coordinate space . by convention , the usual height of a renderedimage is equal to 1.0 f. concode_field_sep ContextualRenderedImageFactory myCRIF concode_elem_sep Rectangle2D boundingBox concode_elem_sep ParameterBlock paramBlock concode_field_sep RenderedImage createRendering concode_elem_sep O...
float function ( ) { if ( boundingBox == null ) { boundingBox = myCRIF . getBounds2D ( paramBlock ) ; } return ( float ) boundingBox . getHeight ( ) ; }
22,789
drop the specified tables . concode_field_sep Log logger concode_field_sep int countRowsInTableWhere concode_elem_sep int deleteFromTableWhere concode_elem_sep int deleteFromTables concode_elem_sep String readScript concode_elem_sep String readScript concode_elem_sep boolean containsSqlScriptDelimiters concode_elem_sep...
void function ( JdbcTemplate arg0 , String ... arg1 ) { for ( String loc0 : arg1 ) { arg0 . execute ( "srini_string" + loc0 ) ; if ( logger . isInfoEnabled ( ) ) { logger . info ( "srini_string" + loc0 ) ; } } }
22,790
move into a terminal state . call drain anytime after . concode_field_sep Throwable exception concode_elem_sep BackpressureQueueCallback actual concode_elem_sep long requestedCount concode_elem_sep AtomicLongFieldUpdater<BackpressureDrainManager> REQUESTED_COUNT concode_elem_sep boolean emitting concode_elem_sep boolea...
void function ( ) { terminated = true ; }
22,791
read 2 bytes signed at position pos without changing current position . concode_field_sep int current concode_elem_sep byte[] file concode_elem_sep int fsize concode_field_sep void init concode_elem_sep byte read concode_elem_sep int getCurrentPos concode_elem_sep byte readTTFByte concode_elem_sep void skip concode_ele...
short function ( long arg0 ) { final long loc0 = getCurrentPos ( ) ; seekSet ( arg0 ) ; final short loc1 = readTTFShort ( ) ; seekSet ( loc0 ) ; return loc1 ; }
22,792
get the set of all alts mentioned by all atn configurations in this dfa state . concode_field_sep PredPrediction[] predicates concode_elem_sep int stateNumber concode_elem_sep SemanticContext pred concode_elem_sep DFAState[] edges concode_elem_sep int prediction concode_elem_sep int alt concode_elem_sep boolean isAccep...
Set < Integer > function ( ) { Set < Integer > loc0 = new HashSet < Integer > ( ) ; if ( configs != null ) { for ( ATNConfig loc1 : configs ) { loc0 . add ( loc1 . alt ) ; } } if ( loc0 . isEmpty ( ) ) return null ; return loc0 ; }
22,793
a time source renderer is a renderer that , when started , advances its own playback position . this means that #getcurrentpositionus will return increasing positions independentlyto increasing values being passed to #dosomework long , long . a player may have at most one time source renderer . if provided , the player...
boolean function ( ) { return false ; }
22,794
gets non-null user name as per the hadoop viewpoint . concode_field_sep String equalityKey concode_elem_sep String usr concode_elem_sep Configuration cfg concode_elem_sep URI uri concode_field_sep HadoopLazyConcurrentMap<FsCacheKey,FileSystem> createHadoopLazyConcurrentMap concode_elem_sep Configuration configuration c...
String function ( Configuration arg0 ) { String loc0 = arg0 . get ( MRJobConfig . USER_NAME ) ; if ( loc0 == null ) loc0 = IgniteHadoopFileSystem . getFsHadoopUser ( ) ; return loc0 ; }
22,795
the user id concode_field_sep boolean useJson concode_elem_sep int olderThan concode_elem_sep String accessToken concode_elem_sep int limit concode_elem_sep String userId concode_elem_sep ApiRequestor requestor concode_elem_sep String consumerSecret concode_elem_sep long delay concode_elem_sep int newerThan concode_ele...
void function ( String arg0 ) { this . userId = arg0 ; }
22,796
sets the latitude . concode_field_sep Integer updateInterval concode_elem_sep String language concode_elem_sep int DEFAULT_UPDATE_INTERVAL concode_elem_sep String locationId concode_elem_sep Double latitude concode_elem_sep String woeid concode_elem_sep String name concode_elem_sep ProviderName providerName concode_ele...
void function ( Double arg0 ) { this . latitude = arg0 ; }
22,797
encode the key in der form to the stream . concode_field_sep String NAME concode_elem_sep String KEY concode_elem_sep String IDENT concode_elem_sep PublicKey key concode_field_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElements concode_elem_sep Strin...
void function ( OutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; loc0 . write ( key . getEncoded ( ) ) ; arg0 . write ( loc0 . toByteArray ( ) ) ; }
22,798
closes the given object , ignoring ioexceptions . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeUnit> timeSuffixes concode_field_sep long timeStringAsSec concode_elem_sep void deleteRecursi...
void function ( Closeable arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( IOException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } }
22,799
adds the input . concode_field_sep Image image concode_elem_sep Logger LOG concode_elem_sep ColorScroll colorScroll concode_elem_sep String DEFAULT_BLINKENLIGHTS concode_elem_sep Textwriter textwriter concode_elem_sep String DEFAULT_IMAGE concode_elem_sep ColorFade colorFade concode_elem_sep String DEFAULT_TTF concode_...
void function ( Generator arg0 ) { allGenerators . add ( arg0 ) ; }