code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )... | calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle |
Serializable function ( ) { return Column . deserialize ( data ) ; } | this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int getBytesLength concode_elem_sep... |
int function ( long [ ] arg0 , int arg1 , int arg2 , long arg3 ) { int loc0 = arg1 ; int loc1 = arg2 - 1 ; while ( loc0 <= loc1 ) { int loc2 = ( loc0 + loc1 ) >>> 1 ; long loc3 = arg0 [ loc2 ] ; if ( loc3 < arg3 ) { loc0 = loc2 + 1 ; } else if ( loc3 > arg3 ) { loc1 = loc2 - 1 ; } else { return loc2 ; } } return - ( lo... | like public version , but without range checks . concode_field_sep PlaceHolder placeHolder concode_field_sep void rangeCheck concode_elem_sep int binarySearch |
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 org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer canonicalParentId concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_... |
NativeDatagramPacket [ ] function ( ) { return packets ; } | returns an array with #count nativedatagrampacket s filled . concode_field_sep int scopeId concode_elem_sep long memoryAddress concode_elem_sep int port concode_elem_sep FastThreadLocal<NativeDatagramPacketArray> ARRAY concode_elem_sep int count concode_elem_sep IovArray array concode_elem_sep byte[] addr concode_elem_... |
void function ( ) { this . modus = INIT ; } | resets the modus to init . concode_field_sep int ITERATE_WITHOUT_MAPPING concode_elem_sep ChronoIterator chronoIterator concode_elem_sep RevisionIterator revisionIterator concode_elem_sep int currentArticleID concode_elem_sep int maxRevision concode_elem_sep int ITERATE_WITH_MAPPING concode_elem_sep int MAX_NUMBER_RESU... |
long function ( ) { return bw ; } | gets the bw . concode_field_sep long availableBw concode_elem_sep long bw concode_field_sep void setBw concode_elem_sep boolean allocateBwForVm concode_elem_sep boolean isSuitableForVm concode_elem_sep long getAvailableBw concode_elem_sep void setAvailableBw concode_elem_sep long getUsedBw concode_elem_sep long getAllo... |
void function ( String arg0 ) { this . address = arg0 ; } | sets the address of the jinglenodes . concode_field_sep String JN_IS_RELAY_SUPPORTED concode_elem_sep String JN_ADDRESS concode_elem_sep String address concode_elem_sep boolean relaySupported concode_elem_sep String JN_PREFIX concode_elem_sep int MAX_JN_RELAY_COUNT concode_field_sep boolean isRelaySupported concode_ele... |
R function ( StmtList arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; return loc0 ; } | f0 - > label ? stmt concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( ActivationLimitUsagesType arg0 ) { this . activationLimitUsages = arg0 ; } | sets the value of the activationlimitusages property . concode_field_sep ActivationLimitUsagesType activationLimitUsages concode_elem_sep ActivationLimitSessionType activationLimitSession concode_elem_sep ActivationLimitDurationType activationLimitDuration concode_field_sep ActivationLimitDurationType getActivationLimi... |
void function ( Class arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . targetType = arg0 ; } | set the type to convert to . only necessary for manipulating a registered value , for example in beanfactorypostprocessors . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep Object source concode_elem_sep String value concode_field_sep Class... |
void function ( String arg0 ) { this . indentString = arg0 ; } | sets the string to print for each level of indentation . the default is a tab . the value must not be null . set this to the empty string to achieve no indentation note that #setcompact true removes indentation and newlines . concode_field_sep Vector tagStack concode_elem_sep String indentString concode_elem_sep boolea... |
void function ( ) { if ( ! closed ) { sqsMessageConsumerPrefetch . stop ( ) ; } } | this stops the prefetching concode_field_sep SQSSessionCallbackScheduler sqsSessionRunnable concode_elem_sep NegativeAcknowledger negativeAcknowledger concode_elem_sep SQSMessageConsumerPrefetch sqsMessageConsumerPrefetch concode_elem_sep int PREFETCH_EXECUTOR_GRACEFUL_SHUTDOWN_TIME concode_elem_sep Acknowledger acknow... |
CordovaResourceApi . OpenForReadResult function ( Uri arg0 ) { throw new FileNotFoundException ( "srini_string" + arg0 ) ; } | called to handle cordovaresourceapi.openforread calls for a cdvplugin : / / pluginid / url . should never return null . added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName co... |
Text function ( Object ... arg0 ) { return subdued ( Text . of ( arg0 ) ) ; } | returns content formatted as a subdued message concode_field_sep String namespace concode_field_sep Text subduedHeading concode_elem_sep Text subduedHeading concode_elem_sep Text heading concode_elem_sep Text heading concode_elem_sep Text success concode_elem_sep Text success concode_elem_sep Text error concode_elem_se... |
boolean function ( ) { return this . isWorldTypeVersioned ; } | returns true if this world type has a version associated with it . concode_field_sep String worldType concode_elem_sep WorldType DEBUG_WORLD concode_elem_sep int worldTypeId concode_elem_sep WorldType FLAT concode_elem_sep WorldType DEFAULT_1_1 concode_elem_sep boolean isWorldTypeVersioned concode_elem_sep WorldType DE... |
void function ( Boolean arg0 ) { this . i = arg0 ; } | sets the value of the i property . concode_field_sep byte[] bc concode_elem_sep Boolean st concode_elem_sep Object parent concode_elem_sep Boolean b concode_elem_sep String c concode_elem_sep Long in concode_elem_sep Boolean f concode_elem_sep Boolean i concode_elem_sep Long cp concode_elem_sep List<CTTuples> tpls conc... |
String function ( String arg0 , Struct arg1 ) { GatewayPro loc0 = getGateway ( arg0 ) ; if ( loc0 . getState ( ) != GatewayPro . RUNNING ) throw new GatewayException ( "srini_string" + arg0 + "srini_string" ) ; return loc0 . sendMessage ( arg1 ) ; } | send the message to the gateway concode_field_sep Log log concode_elem_sep Map<String,Component> persistentRemoteCFC concode_elem_sep Collection.Key AMF_FORWARD concode_elem_sep ConfigWeb config concode_elem_sep Object OBJ concode_elem_sep Map<String,GatewayEntry> entries concode_field_sep void log concode_elem_sep voi... |
int function ( ) { return methodId ; } | get the method identifier set in this message header concode_field_sep int DEC_REF_CALL concode_elem_sep int OBJECT_ALIVE_CALL concode_elem_sep int requestType concode_elem_sep int BIND_STATUS_CALL concode_elem_sep int GET_ENCODING_CALL concode_elem_sep int methodId concode_elem_sep int semantics concode_elem_sep int A... |
boolean function ( Object arg0 ) { if ( arg0 instanceof Double ) return ( value == ( ( Double ) arg0 ) . doubleValue ( ) ) ; else return false ; } | comparisson method for doubles . concode_field_sep double value concode_field_sep placeholderType placeHolder |
Properties function ( ) { return headers ; } | returns the headers used while handshaking . these properties are not necessarily the ones set by #addheader string , string or #socketio string , properties but the ones used for thehandshake . concode_field_sep Properties headers concode_elem_sep String namespace concode_elem_sep IOCallback callback concode_elem_sep ... |
boolean function ( Object arg0 , Object arg1 ) { if ( arg0 == null ) { return arg1 == null ; } return arg0 . equals ( arg1 ) ; } | check if two objects are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep Boolean contains concode_elem_sep Object set concode_elem_sep Integer size concode_elem_sep Boolean arrayContains concode_elem_sep Object get concode_elem_sep Object setToArray concode_elem_sep Boolean isEmpty concode_elem_sep ... |
void function ( int arg0 ) { this . sequenceId = arg0 ; } | set the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f... |
int function ( int arg0 ) { if ( isEmpty ( ) ) throw new NoSuchElementException ( "srini_string" ) ; int loc0 = heap [ arg0 ] ; heap [ arg0 ] = heap [ heapSize - 1 ] ; heapSize -- ; heapifyDown ( arg0 ) ; return loc0 ; } | function to delete element at an index concode_field_sep int d concode_elem_sep int heapSize concode_elem_sep int[] heap concode_field_sep int parent concode_elem_sep void printHeap concode_elem_sep boolean isEmpty concode_elem_sep void heapifyDown concode_elem_sep void insert concode_elem_sep void main concode_elem_se... |
Entry function ( Object arg0 ) { if ( size ( ) != 0 ) { for ( int loc0 = 0 ; loc0 < size ( ) ; loc0 ++ ) { if ( equals ( entries . get ( loc0 ) . getKey ( ) , arg0 ) ) { return entries . get ( loc0 ) ; } } } return null ; } | returns the entry that contains the target key , or null if there is none . concode_field_sep List<Entry> entries concode_elem_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep Set<Map.Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<V> values concode_el... |
Relation function ( int arg0 , int arg1 , float arg2 ) { return generate ( arg0 , arg1 , arg2 , true ) ; } | generates a new relation with random items concode_field_sep PlaceHolder placeHolder concode_field_sep String attributeString concode_elem_sep String objectString |
String function ( int arg0 ) { return NotifyStatus . statusNames [ arg0 ] ; } | returns the textual representation for the notification type concode_field_sep PlaceHolder placeHolder concode_field_sep void onNotify concode_elem_sep String getActionName |
void function ( String arg0 ) { this . password = arg0 ; } | sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName |
List < Node > function ( final Node arg0 , final String ... arg1 ) { return getChildNodes ( arg0 , false , arg1 ) ; } | scans a node for directly related child nodes of a particular type . this method will not scan for nodes that are n't a child of the parent node . concode_field_sep RegExp ROOT_ELE_RE concode_elem_sep RegExp CDATA_START_HANGING_RE concode_elem_sep RegExp ENTITY_RE concode_elem_sep RegExp PREAMBLE_RE concode_elem_sep Re... |
void function ( Parameter arg0 , String arg1 ) { if ( arg0 instanceof ListParameter ) { ListParameter loc0 = ( ListParameter ) arg0 ; String [ ] loc1 = arg1 . split ( "srini_string" ) ; loc0 . setValues ( loc1 ) ; if ( loc1 . length > 0 ) { loc0 . setValue ( loc1 [ 0 ] ) ; } } else { arg0 . setValue ( arg1 ) ; } } | qzhang comment method `` setdefaultvalue '' . concode_field_sep String PARAMETER_TYPE_LONG concode_elem_sep String PARAMETER_TYPE_STRING concode_elem_sep String PARAMETER_TYPE_LIST concode_elem_sep String PARAMETER_TYPE_BOOLEAN concode_elem_sep String PARAMETER_TYPE_REGEX concode_elem_sep String PARAMETER_TYPE_CHAR con... |
boolean function ( ) { return isSuccessful ; } | returns whether the dry-run was successful . concode_field_sep DryRunSupportedRequest<X> originalRequest concode_elem_sep boolean isSuccessful concode_elem_sep String message concode_elem_sep AmazonServiceException dryRunResponse concode_field_sep AmazonServiceException getDryRunResponse concode_elem_sep DryRunSupporte... |
void function ( IConfigurationElement arg0 , String arg1 , Object arg2 ) { if ( arg2 instanceof Hashtable ) { Hashtable loc0 = ( Hashtable ) arg2 ; fg = ( String ) loc0 . get ( "srini_string" ) ; bg1 = ( String ) loc0 . get ( "srini_string" ) ; bg2 = ( String ) loc0 . get ( "srini_string" ) ; } } | this executable extension requires parameters to be explicitly declared via the second method described in the iexecutableextension documentation . this class expects that there will be three parameters , foreground , background1 and background2 , that describe the two colors to be blended . these values may either be ... |
String function ( Object arg0 ) { return TokenProviderUtils . extractAddressFromParticipantsEPR ( arg0 ) ; } | extract an address from a participants epr dom element concode_field_sep Logger LOG concode_elem_sep long DEFAULT_MAX_LIFETIME concode_elem_sep boolean acceptClientLifetime concode_elem_sep long lifetime concode_elem_sep long maxLifetime concode_elem_sep boolean failLifetimeExceedance concode_elem_sep long futureTimeTo... |
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( engineGetDigestLength ( ) > arg2 ) throw new DigestException ( "srini_string" ) ; byte [ ] loc0 = engineDigest ( ) ; if ( loc0 . length > arg2 ) throw new DigestException ( "srini_string" ) ; System . arraycopy ( loc0 , 0 , arg0 , arg1 , loc0 . length ) ; retu... | computes the final digest of the stored bytes and returns them . it performs any necessary padding . the message digest should reset sensitive data after performing the digest . this method is left concrete for backwards compatibility with jdk1 .1 message digest classes . concode_field_sep PlaceHolder placeHolder conco... |
String function ( Message arg0 ) { try { return new String ( arg0 . getJMSCorrelationIDAsBytes ( ) ) ; } catch ( Exception loc0 ) { } return null ; } | gets the jmscorrelationidasbytes from the message . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getProperty concode_elem_sep void setCorrelationId concode_elem_sep boolean isQueuePrefix concode_elem_sep String normalizeDestinationName concode_elem_sep String normalizeDestinationName concode_elem_... |
com . amazon . ec2 . AssociateRouteTableType function ( ) { return localAssociateRouteTable ; } | auto generated getter method concode_field_sep com.amazon.ec2.AssociateRouteTableType localAssociateRouteTable concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void setAssociateRouteTable concode_elem_sep void serialize concode_elem_sep void serializ... |
void function ( com . google . api . ads . dfa . axis . v1_20 . SpotlightActivityGroup [ ] arg0 ) { this . records = arg0 ; } | sets the records value for this spotlightactivitygrouprecordset . concode_field_sep com.google.api.ads.dfa.axis.v1_20.SpotlightActivityGroup[] records concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep o... |
void function ( long arg0 ) { if ( getCurrentDeadline ( ) == null ) { setCurrentDeadline ( new Deadline ( arg0 ) ) ; } } | register a deadline threadlocal object to current thread . concode_field_sep Logger LOG concode_elem_sep ThreadLocal<Deadline> DEADLINE_THREAD_LOCAL concode_elem_sep String method concode_elem_sep long timeoutNanos concode_elem_sep long startTime concode_elem_sep long NO_DEADLINE concode_field_sep void setCurrentDeadli... |
void function ( java . lang . String arg0 ) { _kaleoNode . setMetadata ( arg0 ) ; } | sets the metadata of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_elem_se... |
ResponsePacket function ( ) { return new ResponsePacket ( ) ; } | create an instance of responsepacket concode_field_sep PlaceHolder placeHolder concode_field_sep KID createKID concode_elem_sep TestCaseType.Result.ResponseResult createTestCaseTypeResultResponseResult concode_elem_sep KIC createKIC concode_elem_sep CardProfile createCardProfile concode_elem_sep ResponsePacketHeader cr... |
ResourceBundle function ( Class < ? > arg0 , String arg1 ) { try { return ResourceBundle . getBundle ( getBundleName ( arg0 , arg1 ) , Locale . getDefault ( ) , arg0 . getClassLoader ( ) ) ; } catch ( MissingResourceException loc0 ) { return ResourceBundle . getBundle ( getBundleName ( arg0 , arg1 ) , Locale . getDefau... | encapsulates the logic related to locating the resource bundle with the given relative name for a class . concode_field_sep String MESSAGE_BUNDLE concode_field_sep String getFormattedString concode_elem_sep String getBundleName concode_elem_sep String getBundleName |
void function ( Context arg0 , @ NonNull String arg1 ) { create ( arg0 , 0 , false , null , arg1 , null ) ; } | displays success message with default type : snackbar concode_field_sep int TYPE_TOAST concode_elem_sep int TYPE_DIALOG_NO_TITLE concode_field_sep void create concode_elem_sep void error concode_elem_sep void error |
void function ( String arg0 ) { this . providerId = arg0 ; } | the name of the cloud provider that provides the target service e.g. aws-s3 or aws_ec2 . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_sep Strin... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext |
Object function ( String arg0 , boolean arg1 ) { return ( arg1 ? chartDataset . getInputDataset ( ) : filler . getMainDataset ( ) ) . getFieldValue ( arg0 ) ; } | returns the value of a report or input dataset field . the input dataset differs from the report dataset when the chart uses a sub dataset as input . concode_field_sep JRFillChartDataset chartDataset concode_elem_sep JRBaseFiller filler concode_field_sep void init concode_elem_sep Object getParameterValue concode_elem_... |
void function ( ReportdConfigurationDao arg0 ) { m_configDao = arg0 ; } | setconfigdao concode_field_sep String JOB_GROUP concode_elem_sep ReportdConfigurationDao m_configDao concode_elem_sep Scheduler m_scheduler concode_elem_sep JobFactory m_reportJobFactory concode_elem_sep Object m_lock concode_field_sep void printCurrentSchedule concode_elem_sep ReportdConfigurationDao getConfigDao conc... |
void function ( final Node arg0 , final DijkstraNodeData arg1 , final RouterPriorityQueue < Node > arg2 , final double arg3 , final double arg4 , final Link arg5 ) { arg2 . remove ( arg0 ) ; arg1 . visit ( arg5 , arg4 , arg3 , getIterationId ( ) ) ; arg2 . add ( arg0 , getPriority ( arg1 ) ) ; } | changes the position of the given node n in the pendingnodes queue and updates its time and cost information . concode_field_sep double initialTime concode_elem_sep TransitTravelDisutility costFunction concode_elem_sep HashMap<Id<Node>,DijkstraNodeData> nodeData concode_elem_sep Vehicle vehicle concode_elem_sep CustomD... |
String function ( ) { return signature ; } | this is in `` external '' format , i.e. having ' . ' as separator rather than ' / ' concode_field_sep String signature concode_elem_sep String name concode_elem_sep int slot concode_elem_sep int modifiers concode_field_sep String name concode_elem_sep boolean isPublic concode_elem_sep int slot concode_elem_sep int modi... |
List < String > function ( ) { return indices ; } | returns indices that were included into this snapshot concode_field_sep String reason concode_elem_sep XContentBuilderString VERSION_ID concode_elem_sep XContentBuilderString NAME concode_elem_sep XContentBuilderString STATE concode_elem_sep List<SnapshotShardFailure> shardFailures concode_elem_sep XContentBuilderStrin... |
List < EnvEntry > function ( ) { if ( envEntry == null ) { envEntry = new ArrayList < EnvEntry > ( ) ; } return this . envEntry ; } | gets the value of the enventry 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 enventry property . for example , to add a new item , do ... |
void function ( Simulator arg0 , Object ... arg1 ) { for ( final Object loc0 : arg1 ) { arg0 . register ( loc0 ) ; } } | shorthand for registering objects in the simulator . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
DataSource function ( final String arg0 ) { return getDataSource ( getContext ( ) , arg0 ) ; } | returns a datasource matching the name from context . concode_field_sep Logger LOGGER concode_elem_sep String DEFAULT_DATASOURCE_NAME concode_elem_sep String MSG_CHECKING_POOL concode_elem_sep Context context concode_elem_sep String PREFIX_DB concode_elem_sep List<BasicDataSource> localDataSources concode_elem_sep Data... |
boolean function ( ) { if ( null == this . pendingUtc_ ) { this . fetchNext ( ) ; } return null != this . pendingUtc_ ; } | are there more dates in this recurrence ? concode_field_sep Predicate<? super DateValue> condition_ concode_elem_sep DateValue lastUtc_ concode_elem_sep Generator instanceGenerator_ concode_elem_sep TimeZone tzid_ concode_elem_sep DateValue dtStart_ concode_elem_sep boolean done_ concode_elem_sep Generator monthGenerat... |
int function ( final Object arg0 , final Object arg1 ) { return ( arg0 == null ? 0 : arg0 . hashCode ( ) ) * 1319 + ( arg1 == null ? 0 : arg1 . hashCode ( ) ) ; } | calculate the combined hash code of two objects . concode_field_sep A a concode_elem_sep B b concode_elem_sep long serialVersionUID concode_elem_sep Externalizer instance concode_elem_sep int hashCode concode_elem_sep FieldSetter setter concode_elem_sep long serialVersionUID concode_field_sep void writeExternal concode... |
void function ( DateTimeFieldType arg0 , int arg1 , int arg2 , int arg3 ) { if ( ( arg1 < arg2 ) || ( arg1 > arg3 ) ) { throw new IllegalFieldValueException ( arg0 , Integer . valueOf ( arg1 ) , Integer . valueOf ( arg2 ) , Integer . valueOf ( arg3 ) ) ; } } | verify that input values are within specified bounds . concode_field_sep PlaceHolder placeHolder concode_field_sep int safeMultiplyToInt concode_elem_sep long safeSubtract concode_elem_sep boolean equals concode_elem_sep int safeAdd concode_elem_sep long safeAdd concode_elem_sep int safeMultiply concode_elem_sep long s... |
String function ( ) { return this . ID ; } | get id value concode_field_sep int LOCAL_CACHE_SIZE concode_elem_sep TableData data concode_elem_sep List<List<TempMetadataID>> keys concode_elem_sep long lastDataModification concode_elem_sep Class<?> type concode_elem_sep boolean accessed concode_elem_sep int cardinality concode_elem_sep long cacheHintUpdated concode... |
java . util . List < LaunchPermission > function ( ) { if ( remove == null ) { remove = new com . amazonaws . internal . ListWithAutoConstructFlag < LaunchPermission > ( ) ; remove . setAutoConstruct ( true ) ; } return remove ; } | the aws account id to remove from the list of launch permissions for the ami . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<LaunchPermission> add concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<LaunchPermission> remove concode_field_sep void setRemove concode_elem_sep java.util.L... |
void function ( String arg0 ) { Activator . getDefault ( ) . getLog ( ) . log ( new Status ( Status . INFO , Activator . PLUGIN_ID , arg0 ) ) ; if ( isDebug ( ) ) System . out . println ( "srini_string" + arg0 ) ; } | log info . this will print the message if in debug mode concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isDebug concode_elem_sep void LogError concode_elem_sep void LogError |
Builder function ( Exception arg0 ) { return down ( ) . withException ( arg0 ) ; } | create a new builder instance with an status #down status an thespecified exception details . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_s... |
boolean function ( String arg0 , BeanDefinition arg1 , ConfigurableBeanFactory arg2 ) { return ( arg1 . getRole ( ) != BeanDefinition . ROLE_INFRASTRUCTURE && ( ! arg1 . isLazyInit ( ) || arg2 . containsSingleton ( arg0 ) ) ) ; } | determine whether the specified bean is eligible for inclusion in the livebeansview json snapshot . concode_field_sep ConfigurableApplicationContext applicationContext concode_elem_sep String MBEAN_DOMAIN_PROPERTY_NAME concode_elem_sep Set<ConfigurableApplicationContext> applicationContexts concode_elem_sep String MBEA... |
double function ( ) { return 180.0 / Math . PI * latRadians ; } | returns the latitude of this point as degrees . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng sub concode_elem_sep S2LatLng mul concode_elem_sep S2LatLng normalized concode_elem_sep S1Angle l... |
long function ( long arg0 ) { return arg0 & ( ~ HdfsServerConstants . BLOCK_GROUP_INDEX_MASK ) ; } | the last 4 bits of hdfsconstants.block _ group_index_mask 15 is 1111 , so the last 4 bits of ~ hdfsconstants.block _ group_index_mask is 0000 and the other 60 bits are 1 . group id is the first 60 bits of any data/parity block id in the same striped block group . concode_field_sep GenerationStamp legacyGenerationStamp ... |
List < Protocol > function ( ) { return protocols ; } | returns the protocols the client supports . this method always returns a non-null list that contains minimally protocol #http_1_1 . concode_field_sep ProxySelector proxySelector concode_elem_sep Proxy proxy concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep SocketFactory socketFactory concode_elem_sep ... |
boolean function ( Object arg0 ) { HashtableEntry loc0 ; HashtableEntry loc1 [ ] = table ; int loc2 = arg0 . hashCode ( ) ; int loc3 = ( loc2 & 0x7FFFFFFF ) % loc1 . length ; for ( loc0 = loc1 [ loc3 ] ; loc0 != null ; loc0 = loc0 . next ) if ( ( loc0 . loc2 == loc2 ) && loc0 . arg0 . equals ( arg0 ) ) return true ; re... | tests if the specified object is a key in this hashtable . concode_field_sep HashtableEntry next concode_elem_sep HashtableEntry table[] concode_elem_sep HashtableEntry entry concode_elem_sep float loadFactor concode_elem_sep boolean keys concode_elem_sep int count concode_elem_sep int index concode_elem_sep int thresh... |
Selector function ( ) { return serviceSelector ; } | gets the value of the serviceselector property . concode_field_sep Selector serviceSelector concode_field_sep void setServiceSelector |
DescribeLoadBalancersResult function ( String arg0 ) { this . nextMarker = arg0 ; return this ; } | the marker to use when requesting the next set of results . if there are no additional results , the string is empty . returns a reference to this object so that method calls can be chained together . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<LoadBalancerDescr... |
OrientationEnum function ( ) { return orientationValue ; } | returns the page orientation . concode_field_sep List<JRPrintPage> pages concode_elem_sep Integer leftMargin concode_elem_sep int PSEUDO_SERIAL_VERSION_UID concode_elem_sep byte orientation concode_elem_sep JRStyle defaultStyle concode_elem_sep String PROPERTIES_PRINT_TRANSFER_PREFIX concode_elem_sep String timeZoneId ... |
ReadersEntry function ( ) { final AtomicInteger loc0 = new AtomicInteger ( STATE_NOT_READING ) ; final ReadersEntry loc1 = new ReadersEntry ( loc0 ) ; entry . set ( loc1 ) ; readersStateList . add ( loc0 ) ; readersStateArrayRef . set ( null ) ; return loc1 ; } | creates a new readersentry instance for the current thread and its associated atomicinteger to store the state of the reader concode_field_sep int STATE_READING concode_elem_sep ThreadLocal<ReadersEntry> entry concode_elem_sep boolean isStampLocked concode_elem_sep AtomicInteger[] dummyArray concode_elem_sep AtomicRefe... |
List < GeographicPoint > function ( GeographicPoint arg0 , GeographicPoint arg1 , Consumer < GeographicPoint > arg2 ) { return null ; } | find the path from start to goal using dijkstra 's algorithm concode_field_sep PlaceHolder placeHolder concode_field_sep int getNumEdges concode_elem_sep Set<GeographicPoint> getVertices concode_elem_sep List<GeographicPoint> aStarSearch concode_elem_sep List<GeographicPoint> aStarSearch concode_elem_sep void main conc... |
Path function ( ) { return workflowCorePipelineTestSnpTable ; } | gets an example output snp table . concode_field_sep String workflowCorePipelineTestId concode_elem_sep String invalidWorkflowId concode_elem_sep Path workflowCorePipelineTestTree concode_elem_sep String workflowSleepLabel concode_elem_sep String workflowFilterId concode_elem_sep String workflowCorePipelineTestMatrixNa... |
Object function ( final K1 arg0 , final K2 arg1 , final V arg2 ) { HashMap < K2 , V > loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashMap < K2 , V > ( ) ; map . put ( arg0 , loc0 ) ; } return loc0 . put ( arg1 , arg2 ) ; } | insert a value concode_field_sep HashMap<K1,HashMap<K2,V>> map concode_field_sep int size concode_elem_sep int size concode_elem_sep boolean containsKey concode_elem_sep V get concode_elem_sep Set<K1> keySet |
int function ( ) { return objf * 1000 + genf ; } | creates a unique hash code for this reference object . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int getGenerationNumber concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber |
void function ( @ ArquillianResource URL arg0 ) { checkTestProperty ( arg0 , HttpServletResponse . SC_INTERNAL_SERVER_ERROR ) ; } | check as defined standalone.xml property access in application , where not all propertypermissions are granted . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY concode_elem_... |
CommonStatsFlags function ( ) { flags = EnumSet . allOf ( Flag . class ) ; types = null ; groups = null ; fieldDataFields = null ; completionDataFields = null ; return this ; } | sets all flags to return all stats . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<Flag> flags concode_elem_sep CommonStatsFlags NONE concode_elem_sep String[] types concode_elem_s... |
String function ( ) { return fileName ; } | get the file name of the found class . concode_field_sep String fileName concode_elem_sep ClasspathEntry classpathEntry concode_field_sep ClasspathEntry getClasspathEntry |
void function ( Integer arg0 ) { this . topicId = arg0 ; } | sets the topic id . concode_field_sep String mode concode_elem_sep Integer topicId concode_elem_sep Logger LOGGER concode_elem_sep Integer retryCount concode_elem_sep HttpAgent httpAgentImpl concode_elem_sep String topic concode_elem_sep String callbackUrl concode_elem_sep Long retryInterval concode_elem_sep HubSubscri... |
String function ( ) { return unit ; } | returns the unit of the property . concode_field_sep String unit concode_elem_sep String name concode_elem_sep List<String> supportedValues concode_elem_sep boolean writeable concode_elem_sep Ability ability concode_elem_sep String value concode_elem_sep Date timestamp concode_field_sep String getValue concode_elem_sep... |
void function ( ) { popupMenu . closePopup ( ) ; } | close opened popup menu . concode_field_sep MenuResources.Css css concode_elem_sep boolean pressed concode_elem_sep ActionSelectedHandler actionSelectedHandler concode_elem_sep boolean enabled concode_elem_sep KeyBindingAgent keyBindingAgent concode_elem_sep PopupMenu popupMenu concode_elem_sep String title concode_ele... |
void function ( int arg0 ) { if ( arg0 < 1 ) throw new IndexOutOfBoundsException ( "srini_string" ) ; maxCoordinatesPerLine = arg0 ; } | sets the number of coordinates printed per line . concode_field_sep String[] customElements concode_elem_sep int startingIndentIndex concode_elem_sep String namespace concode_elem_sep String coordinateSeparator concode_elem_sep boolean emitNamespace concode_elem_sep String tupleSeparator concode_elem_sep String srsName... |
void function ( ) { SecurityConfiguration . getTrustStoreType ( ) ; } | test method for org.jboss.security.config.securityconfiguration #gettruststoretype . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_elem_sep void testGe... |
Uri function ( ) { return linkUri ; } | getter for the link of the profile . concode_field_sep String MIDDLE_NAME_KEY concode_elem_sep String lastName concode_elem_sep String NAME_KEY concode_elem_sep Parcelable.Creator<Profile> CREATOR concode_elem_sep String FIRST_NAME_KEY concode_elem_sep String firstName concode_elem_sep String ID_KEY concode_elem_sep St... |
ArrayList < Entry > function ( File arg0 , File arg1 ) { if ( ! arg0 . exists ( ) ) throw new IllegalArgumentException ( "srini_string" + arg0 . getAbsolutePath ( ) ) ; if ( arg0 . isFile ( ) ) return process ( new File [ ] { arg0 } , arg1 ) ; else return process ( arg0 . listFiles ( ) , arg1 ) ; } | processes the specified input file or directory . concode_field_sep String outputSuffix concode_elem_sep File inputFile concode_elem_sep File outputDir concode_elem_sep File outputFile concode_elem_sep Comparator<File> comparator concode_elem_sep int depth concode_elem_sep FilenameFilter inputFilter concode_elem_sep bo... |
FormElementContainer function ( ) { return elementContainer ; } | get the formelementcontainer object . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep void setElementContainer concode_elem_sep String reset |
List < Products > function ( CategoryChild arg0 , String arg1 ) { return ProductDAO . lstProductPaid ( arg0 , arg1 ) ; } | get list products in categorychildid concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deleteProducts concode_elem_sep List<ProductsView> getAllProductByUser concode_elem_sep boolean updateProducts concode_elem_sep List<Products> getListProductByCategoryMax concode_elem_sep List<Products> lstProduct_P... |
String function ( ) { buffer . append ( buffer . substring ( 0 , 1 ) ) ; buffer . delete ( 0 , 1 ) ; buffer . setLength ( LENGTH ) ; return buffer . toString ( ) ; } | scrolls the text to the right with one character concode_field_sep int LENGTH concode_elem_sep StringBuilder buffer concode_elem_sep char[] FILLER concode_field_sep String scrollToRight concode_elem_sep String toString |
long function ( ) { return _jiraProject . getJiraProjectId ( ) ; } | returns the jira project id of this j i r a project . concode_field_sep JIRAProject _jiraProject concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes... |
void function ( Long arg0 ) { this . videoCompletionsDelivered = arg0 ; } | sets the value of the videocompletionsdelivered property . concode_field_sep Long impressionsDelivered concode_elem_sep Long videoStartsDelivered concode_elem_sep Long clicksDelivered concode_elem_sep Long videoCompletionsDelivered concode_field_sep Long getClicksDelivered concode_elem_sep void setImpressionsDelivered ... |
boolean function ( long arg0 , long arg1 ) { return arg0 > - 1 && arg1 > - 1 && System . currentTimeMillis ( ) > arg1 + arg0 ; } | make sure this is not invoked in a loop , if so use #isexpiredmortal long , long , long insteadand reuse the result of system #currenttimemillis multiple times concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isExpiredTransient concode_elem_sep boolean isExpiredTransient concode_elem_sep boolean isEx... |
int function ( long arg0 , long arg1 ) { return Math . max ( 1 , ( int ) Math . round ( ( double ) arg1 / arg0 * Math . log ( 2 ) ) ) ; } | compute the optimal hash function number with given input entries and bits size , which would make the false positive probability lowest . concode_field_sep int expectedEntries concode_elem_sep int offset concode_elem_sep int LONG_POSITION_MASK concode_elem_sep int numHashFunctions concode_elem_sep int length concode_e... |
boolean function ( ) { LeafEntry < K , V > loc0 = btree . getFirstEntry ( ) ; if ( loc0 != null ) { btree . lockEntry ( loc0 ) ; if ( entry != null ) { btree . unlockEntry ( entry ) ; } entry = loc0 ; return true ; } entry = null ; beforeFirst = true ; return false ; } | move the cursor to the first . concode_field_sep LeafEntry<K,V> entry concode_elem_sep boolean beforeFirst concode_elem_sep BTree<K,V> btree concode_field_sep LeafEntry<K,V> getNextEntry concode_elem_sep boolean next concode_elem_sep K getKey concode_elem_sep int getTotalKeys concode_elem_sep boolean last concode_elem_... |
boolean function ( ) { return dummy . next ( ) == dummy ; } | returns true if the queue is empty , and false otherwise . concode_field_sep InternalJob dummy concode_elem_sep boolean allowPriorityOvertaking concode_elem_sep boolean allowConflictOvertaking concode_field_sep void enqueue concode_elem_sep Iterator iterator concode_elem_sep boolean canOvertake concode_elem_sep Interna... |
void function ( java . lang . Integer arg0 ) { this . nivel = arg0 ; } | sets the nivel value for this usuario . concode_field_sep java.lang.String senha concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep java.lang.Integer nivel concode_... |
void function ( List < TimelineEvent > arg0 ) { this . events . addAll ( arg0 ) ; } | add a list of events related to the entity to the existing event list concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_el... |
boolean function ( JsonObject arg0 , String arg1 , boolean arg2 ) { final JsonValue loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) { return arg2 ; } else { return loc0 . asBoolean ( ) ; } } | returns a field in a json object as a boolean . concode_field_sep PlaceHolder placeHolder concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep JsonObject getObject concode_elem_sep JsonObject getObject concode_elem_sep double getDouble con... |
void function ( ) { source_line . close ( ) ; } | closes the static system audio output line concode_field_sep int INTERNAL_BUFFER_SIZE concode_elem_sep boolean DEBUG concode_elem_sep SourceDataLine source_line concode_elem_sep AudioOutputStream audio_output_stream concode_field_sep void play concode_elem_sep void init concode_elem_sep void println concode_elem_sep vo... |
String function ( ) { return filterId ; } | get filter identifier concode_field_sep String filterId concode_elem_sep List<String> productIds concode_elem_sep long serialVersionUID concode_field_sep List<String> getProductIds concode_elem_sep void setFilterId concode_elem_sep void setProductIds |
ObjectDescription function ( ) { try { final AbstractObjectDescription loc0 = ( AbstractObjectDescription ) super . clone ( ) ; loc0 . parameters = ( HashMap ) this . parameters . clone ( ) ; return loc0 ; } catch ( Exception loc0 ) { throw new IllegalStateException ( "srini_string" ) ; } } | returns a cloned instance of the object description . the contents of the parameter objects collection are cloned too , so that any already defined parameter value is copied to the new instance . parameter definitions are not cloned , as they are considered read-only . the newly instantiated object description is not c... |
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; } | creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI... |
void function ( Any arg0 , DynAnyFactory arg1 ) { arg0 . insert_Object ( arg1 ) ; } | insert the dynanyfactory into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep DynAnyFactory extract concode_elem_sep DynAnyFactory read concode_elem_sep DynAnyFactory narrow concode_elem_sep String id concode_elem_sep String not_applicable concode_elem_sep TypeCode type concode_elem_sep void... |
int function ( ) { return nConverted ; } | the total number of entities converted during eager evolution . concode_field_sep int nRead concode_elem_sep int nConverted concode_field_sep void add concode_elem_sep int getNRead |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.