code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
RPCResponse . Status function ( ) { checkReady ( ) ; return mStatus ; } | gets the status of the response . make sure the message is ready before calling this method . concode_field_sep ByteBuffer mData concode_elem_sep int REQUEST_HEADER_LENGTH concode_elem_sep int RESPONSE_HEADER_LENGTH concode_elem_sep int ERROR_RESPONSE_HEADER_LENGTH concode_elem_sep long mOffset concode_elem_sep RPCResp... |
R function ( TypeDeclaration arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; return loc0 ; } | f0 - > classdeclaration | classextendsdeclaration concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( Map arg0 , String arg1 ) { writeMap ( arg0 , new FileOutputStream ( arg1 ) ) ; } | loads a map from a file . concode_field_sep LinkedList chunks concode_field_sep void setErrorStack concode_elem_sep String getFilter concode_elem_sep LinkedList findAllBlocks concode_elem_sep String getName concode_elem_sep void writeTileset concode_elem_sep void writeTileset concode_elem_sep String getPluginPackage co... |
void function ( ) { Path loc0 = touch ( sftpFs , name . getMethodName ( ) . toLowerCase ( ) ) ; assertTrue ( localFs . exists ( loc0 ) ) ; assertTrue ( sftpFs . delete ( loc0 , false ) ) ; assertFalse ( localFs . exists ( loc0 ) ) ; } | creates a file and deletes it . concode_field_sep FileSystem localFs concode_elem_sep TestName name concode_elem_sep Path localDir concode_elem_sep int port concode_elem_sep String connection concode_elem_sep String TEST_SFTP_DIR concode_elem_sep SshServer sshd concode_elem_sep String TEST_ROOT_DIR concode_elem_sep Fil... |
Object function ( String arg0 ) { return getModelAttributes ( ) == null ? null : getModelAttributes ( ) . get ( arg0 ) ; } | renamed from getattributes concode_field_sep String MODEL_ATTRIBUTES concode_elem_sep Parcelable.ClassLoaderCreator<Record> CREATOR concode_elem_sep String MODEL_VALUES concode_elem_sep Long _recordId concode_elem_sep Long _structureId concode_elem_sep Long _creatorUserId concode_elem_sep List<Field> _fields concode_el... |
CDouble function ( CDouble arg0 ) { return new CDouble ( real * arg0 . real - imag * arg0 . imag , imag * arg0 . real + real * arg0 . imag ) ; } | multiply two complex numbers together . concode_field_sep CDouble J concode_elem_sep double real concode_elem_sep double imag concode_elem_sep CDouble ONE concode_elem_sep CDouble ZERO concode_field_sep CDouble add concode_elem_sep double abs concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _folderLocalService . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep FolderLocalService _folderLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.mail.model.Folder ... |
boolean function ( ) { return m_XMLDocument . getValidating ( ) ; } | returns whether a validating parser is used . concode_field_sep String TAG_OPTION concode_elem_sep String TAG_OPTIONS concode_elem_sep String ATT_TYPE concode_elem_sep XMLDocument m_XMLDocument concode_elem_sep String VAL_TYPE_HYPHENS concode_elem_sep String ATT_VALUE concode_elem_sep String DOCTYPE concode_elem_sep St... |
java . util . List < com . liferay . social . networking . model . MeetupsEntry > function ( int arg0 , int arg1 ) { return _meetupsEntryLocalService . getMeetupsEntries ( arg0 , arg1 ) ; } | returns a range of all the meetups entries . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil ... |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start |
Collection < CloudDescriptor > function ( ) { return cc . getCores ( ) . stream ( ) . map ( ( core ) -> core . getCoreDescriptor ( ) . getCloudDescriptor ( ) ) . collect ( toList ( ) ) ; } | return cloud descriptors for all cores in this node concode_field_sep CoreContainer cc concode_elem_sep int totalReplicasInLiveNodes concode_elem_sep int totalReplicasInDownNodes concode_elem_sep Map<String,CountsForEachShard> shardsVsReplicaCounts concode_elem_sep int myReplicas concode_elem_sep CountsForEachShard zer... |
String function ( ) { if ( bufpos >= tokenBegin ) return new String ( buffer , tokenBegin , bufpos - tokenBegin + 1 ) ; else return new String ( buffer , tokenBegin , bufsize - tokenBegin ) + new String ( buffer , 0 , bufpos + 1 ) ; } | get token literal value . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int tabSize concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[]... |
XMLGregorianCalendar function ( ) { return tPlayTime ; } | gets the value of the tplaytime property . concode_field_sep String sScore concode_elem_sep ArrayOftGameCard cards concode_elem_sep int iId concode_elem_sep String sDescription concode_elem_sep TTeamInfo team1 concode_elem_sep TTeamInfo team2 concode_elem_sep boolean bChampion concode_elem_sep XMLGregorianCalendar tPla... |
boolean function ( ) { return true ; } | metodo validar concode_field_sep String m_strEMail concode_elem_sep String m_strNome concode_elem_sep String m_strAfiliacao concode_elem_sep Utilizador m_Utilizador concode_field_sep void setEMail concode_elem_sep boolean podeSerCorrespondente concode_elem_sep void setNome concode_elem_sep int hashCode concode_elem_sep... |
String function ( ) { return m_ipAddress ; } | getipaddress concode_field_sep int m_ipInterfaceId concode_elem_sep int m_ifIndex concode_elem_sep long serialVersionUID concode_elem_sep String m_serviceName concode_elem_sep String m_ipAddress concode_elem_sep String m_hostname concode_elem_sep int m_id concode_elem_sep int m_nodeId concode_elem_sep Set<String> m_app... |
String function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } else { int loc0 = arg0 . indexOf ( ' ' ) ; if ( loc0 != - 1 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } } return arg0 ; } | extracts the first word from a timezone displayname . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZo... |
void function ( ) { dateTimeContextHolder . remove ( ) ; } | reset the datetimecontext for the current thread . concode_field_sep ThreadLocal<DateTimeContext> dateTimeContextHolder concode_field_sep void setDateTimeContext concode_elem_sep DateTimeContext getDateTimeContext concode_elem_sep DateTimeFormatter getFormatter |
long function ( ) { return currentId ; } | returns the index that is appended to the typename to construct the fid . concode_field_sep StreamLogging streamLogger concode_elem_sep ReadableByteChannel readChannel concode_elem_sep long currentId concode_elem_sep long bufferStart concode_elem_sep long count concode_elem_sep String typeName concode_elem_sep int curr... |
void function ( ) { DefaultKeyedValues2D loc0 = new DefaultKeyedValues2D ( ) ; assertEquals ( 0 , loc0 . getColumnCount ( ) ) ; loc0 . addValue ( new Double ( 1.0 ) , "srini_string" , "srini_string" ) ; assertEquals ( 1 , loc0 . getColumnCount ( ) ) ; loc0 . addValue ( new Double ( 2.0 ) , "srini_string" , "srini_strin... | some basic checks for the getcolumncount method . concode_field_sep double EPSILON concode_field_sep void testGetValue2 concode_elem_sep void testRowCount concode_elem_sep void testSparsePopulation concode_elem_sep void testSerialization concode_elem_sep void testRemoveValueBug1690654 concode_elem_sep void testRemoveVa... |
void function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . electedLeader ( Message . getInstance ( ) . getLeaderPublishMessage ( ) ) ; System . out . println ( loc0 . getStatus ( ) ) ; System . out . println ( "srini_string" + arg0 ) ; } | this is the method used to send the leader publish message concode_field_sep PlaceHolder placeHolder concode_field_sep void registerListenerWithLeader concode_elem_sep void forwardReceivedUidMessage concode_elem_sep void sendPing concode_elem_sep void sendUidMessage concode_elem_sep void sendPulse concode_elem_sep Stri... |
Map < String , DataSource > function ( ) { return Collections . unmodifiableMap ( this . dataSources ) ; } | get the map of datasource datasources maintained by this object.the returned map is collections #unmodifiablemap java.util.map unmodifiable . concode_field_sep Map<String,DataSource> dataSources concode_field_sep void setDataSources concode_elem_sep DataSource getDataSource concode_elem_sep void addDataSource |
boolean function ( ) { if ( sg == null ) return false ; if ( sg . getAxisFoldType ( this . transformId ) > 1 ) return true ; return false ; } | tells whether this transformation is a rotation disregarding the translational component , i.e. either pure rotation or screw rotation , but not improper rotation . concode_field_sep Matrix4d IDENTITY concode_elem_sep SpaceGroup sg concode_elem_sep int transformId concode_elem_sep Point3i crystalTranslation concode_ele... |
Token function ( String arg0 ) { return nmTokens . get ( arg0 ) ; } | returns nmtoken , null if absent concode_field_sep ConcurrentHashMap<String,Token> nmTokens concode_elem_sep NMTokenCache NM_TOKEN_CACHE concode_field_sep void setToken concode_elem_sep void removeToken concode_elem_sep Token getNMToken concode_elem_sep void clearCache concode_elem_sep void setNMToken concode_elem_sep ... |
ArrayList < Interface > function ( ) { return this . interfaces ; } | returns an array of interfaces of this class . concode_field_sep int magic concode_elem_sep int accessFlags concode_elem_sep int thisClass concode_elem_sep ArrayList<Interface> interfaces concode_elem_sep int minor concode_elem_sep int major concode_elem_sep int superClass concode_elem_sep ArrayList<MethodInfo> methods... |
String function ( ) { return "srini_string" ; } | a name by which to distinguish this decoding . this only needs to be implemented if you want to support decoding the same blob content with more than one decoder . concode_field_sep Map<String,BlobContent> blobs concode_elem_sep BlobContent<T> blob concode_elem_sep CoreContainer coreContainer concode_elem_sep Random RA... |
InterpretableExecution function ( ) { return contextExecution ; } | returns the execution in which context this delegate is invoked . may be null concode_field_sep Object[] invocationParameters concode_elem_sep Object invocationResult concode_elem_sep InterpretableExecution contextExecution concode_field_sep Object getTarget concode_elem_sep void proceed concode_elem_sep Object[] getIn... |
ArrayList < String > function ( ) { return inverseModel_ . getDependencies ( ) ; } | get dependencies of inverse model concode_field_sep State targetState_ concode_elem_sep Signals signals_ concode_elem_sep TreeMap<String,RankedWeaver> sortedweavers_ concode_elem_sep boolean executing_ concode_elem_sep boolean newData_ concode_elem_sep Core core_ concode_elem_sep State currentState_ concode_elem_sep Lo... |
RandomRemoveResult < E > function ( Random arg0 , List < E > arg1 ) { int loc0 = arg1 . loc0 ( ) ; if ( loc0 == 0 ) return null ; if ( loc0 == 1 ) { E loc1 = arg1 . remove ( 0 ) ; return new RandomRemoveResult < E > ( loc1 , loc1 ) ; } int loc2 = arg0 . nextInt ( loc0 ) ; E loc3 = arg1 . get ( loc2 ) ; return new Rando... | removes random element from list by swapping with last element . o 1 moves . this method is useful with arraylist-alike containers with o 1 get index and o n remove index when keeping array order is not important . not synchronized even with synchronized containers ! . warning : amount of fetched random data is impleme... |
void function ( TreePath arg0 , int [ ] arg1 , Object [ ] arg2 ) { if ( ! listeners . isEmpty ( ) ) listeners . treeNodesRemoved ( new TreeModelEvent ( this , arg0 , arg1 , arg2 ) ) ; } | / notifies all added listeners that some nodes were removed . concode_field_sep TreeModelListenerList listeners concode_field_sep void treeStructureChanged concode_elem_sep void treeNodesChanged concode_elem_sep void addTreeModelListener concode_elem_sep void treeNodesInserted concode_elem_sep void removeTreeModelListe... |
ObjectObjectHashMap < K , V > function ( int arg0 ) { return new ObjectObjectHashMap < > ( arg0 ) ; } | returns a new map with the given number of expected elements . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectObjectHashMap<K,V> newNoNullKeysMap concode_elem_sep ObjectObjectHashMap<K,V> newNoNullKeysMap concode_elem_sep Iterable<T> intersection concode_elem_sep ObjectObjectHashMap<K,V> ensureNoNull... |
MathBenchmark function ( int arg0 ) { return new MathBenchmark ( benchmarkName , outputToConsole , measurementTimes , arg0 , tag , comments ) ; } | set optional warm-up times . concode_field_sep boolean outputToConsole concode_elem_sep String comments concode_elem_sep int measurementTimes concode_elem_sep int warmUpTimes concode_elem_sep String tag concode_elem_sep String benchmarkName concode_field_sep void writeResults concode_elem_sep void call concode_elem_sep... |
ElasticsearchAction function ( String arg0 ) { setId ( arg0 ) ; return this ; } | the unique identifier for the document you are storing . concode_field_sep String endpoint concode_elem_sep String roleArn concode_elem_sep String index concode_elem_sep String id concode_elem_sep String type concode_field_sep ElasticsearchAction withIndex concode_elem_sep String getIndex concode_elem_sep void setRoleA... |
void function ( ConnectionRunnable arg0 , Application arg1 ) { withTransaction ( "srini_string" , arg0 , arg1 ) ; } | execute a block of code , in the scope of a jdbc transaction . the connection and all created statements are automatically released . the transaction is automatically committed , unless an exception occurs . concode_field_sep PlaceHolder placeHolder concode_field_sep void withConnection concode_elem_sep void withConnec... |
void function ( ) { XYItemEntity loc0 = new XYItemEntity ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) , new TimeSeriesCollection ( ) , 1 , 9 , "srini_string" , "srini_string" ) ; XYItemEntity loc1 = ( XYItemEntity ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals |
int function ( ) { return interval ; } | returns the specified interval . concode_field_sep boolean valid concode_elem_sep String CONFIG_KEY_LONGITUDE concode_elem_sep String CONFIG_KEY_INTERVAL concode_elem_sep double latitude concode_elem_sep int interval concode_elem_sep String CONFIG_KEY_LATITUDE concode_elem_sep double longitude concode_field_sep Integer... |
String function ( ) { return this . name ; } | the name of the recorder . by default , aws config automatically assigns the name `` default '' when creating the configuration recorder . you can not change the assigned name . concode_field_sep RecordingGroup recordingGroup concode_elem_sep String roleARN concode_elem_sep String name concode_field_sep void setName co... |
double function ( double arg0 , boolean arg1 ) { return this . getPt ( ) + + 1 * this . getPl ( ) + - 10 * this . getNi ( ) * Math . log10 ( arg0 / this . getD0 ( ) ) + ( arg1 ? this . getRndData ( ) . nextGaussian ( 0 , this . getStddev ( ) ) : 0 ) + this . getConstant ( ) ; } | get gain from distance , should be inverse to getdistancefromrssi concode_field_sep double pt concode_elem_sep double pl concode_elem_sep double stddev concode_elem_sep double constant concode_elem_sep RandomData rndData concode_elem_sep double rms concode_elem_sep double d0 concode_elem_sep double ni concode_field_sep... |
int function ( long arg0 , int arg1 ) { assert arg1 >= 1 ; int loc0 = - 1 ; while ( ( arg0 != 0L ) && ( arg1 > 0 ) ) { int loc1 = Long . numberOfTrailingZeros ( arg0 ) ; arg0 >>>= ( loc1 + 1 ) ; loc0 += ( loc1 + 1 ) ; arg1 -= 1 ; } int loc2 = ( arg1 > 0 ) ? 72 : loc0 ; return loc2 ; } | naive implementation of #select long , int , using long #numberoftrailingzeros repetitively.works relatively fast for low ranks . concode_field_sep long L9_L concode_elem_sep long L16_L concode_elem_sep long H8_L concode_elem_sep long L8_L concode_elem_sep long H16_L concode_field_sep int select concode_elem_sep long n... |
Integer function ( Number ... arg0 ) { if ( arg0 == null || arg0 . length == 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } int loc0 = 0 ; for ( Number loc1 : arg0 ) { if ( loc1 != null && loc1 . doubleValue ( ) >= 0d ) { loc0 ++ ; } } return loc0 ; } | function which will return the count of zero or positive values among the given argument values . concode_field_sep String NAMESPACE concode_field_sep Double zing concode_elem_sep Object condition concode_elem_sep Double oizp concode_elem_sep Integer daysBetween |
IconDescriptor function ( @ NonNull String arg0 , int arg1 , String arg2 ) { return new IconDescriptor ( TYPE_TOUCHICON , arg0 , arg1 , arg2 ) ; } | create a touch icon located at the given url and with a known mime type and size . concode_field_sep int TYPE_BUNDLED_TILE concode_elem_sep int size concode_elem_sep int TYPE_LOOKUP concode_elem_sep int TYPE_GENERIC concode_elem_sep int TYPE_TOUCHICON concode_elem_sep int TYPE_FAVICON concode_elem_sep String mimeType c... |
void function ( Canvas arg0 , Paint arg1 ) { arg1 . setColor ( mColor ) ; arg0 . drawCircle ( mX , mY , mRadius , arg1 ) ; } | draw the marble . concode_field_sep int mLives concode_elem_sep int mColor concode_elem_sep int mRadius concode_elem_sep View mView concode_elem_sep int mX concode_elem_sep int mY concode_field_sep int getLives concode_elem_sep void init concode_elem_sep int getX concode_elem_sep int getY concode_elem_sep void death co... |
void function ( UserBusinessActivity arg0 ) { try { arg0 . cancel ( ) ; } catch ( Throwable loc0 ) { } } | cancels given activity if it 's active . concode_field_sep PlaceHolder placeHolder concode_field_sep TestService getClientWithoutFeature concode_elem_sep TestServiceBA getBAClientWithoutFeature concode_elem_sep TestService getClientWithFeature concode_elem_sep void cancelActivity concode_elem_sep TestServiceBA getBACli... |
long function ( long arg0 ) { if ( arg0 >= currValue ) { currValue = arg0 ; currValue += increment ; return arg0 ; } else { return arg0 ; } } | getter for a given value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep HsqlName getName concode_elem_sep String getSchemaName concode_elem_sep int getType co... |
void function ( String arg0 ) { try { FileOutputStream loc0 = new FileOutputStream ( arg0 ) ; save ( loc0 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | save the contents of the bookmark to the specified filename . concode_field_sep String AUTO_BMK concode_elem_sep String TAG concode_elem_sep String filename concode_elem_sep int nccIndex concode_elem_sep String BOOKMARKS_FILENAME concode_elem_sep String pathToBook concode_elem_sep int position concode_field_sep void se... |
void function ( ) { FileLocationOptions loc0 = FileLocationOptions . defaults ( ) ; long [ ] loc1 = { 100 , 110 , 150 , 200 } ; for ( long loc2 : loc1 ) { loc0 . setOffset ( loc2 ) ; Assert . assertEquals ( loc2 , loc0 . getOffset ( ) ) ; } } | tests getting and setting fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void defaults concode_elem_sep void equalsTest |
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . resetData ( ) ; } } | resets the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep SelectItem[] ch... |
void function ( Integer arg0 ) { this . id = arg0 ; } | sets the id . concode_field_sep BuildConfigurationSet buildConfigurationSet concode_elem_sep ProductVersion productVersion concode_elem_sep String SEQUENCE_NAME concode_elem_sep Date startTime concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Date endTime concode_elem_sep User user con... |
boolean function ( MacAddress arg0 ) { for ( Entry < String , MacAddress > loc0 : this . portToMac . entrySet ( ) ) { if ( loc0 . getValue ( ) . equals ( arg0 ) ) { this . portToMac . remove ( loc0 . getKey ( ) ) ; return true ; } } return false ; } | removes a host from this network record concode_field_sep String name concode_elem_sep String guid concode_elem_sep Map<String,MacAddress> portToMac concode_elem_sep String gateway concode_field_sep void setName concode_elem_sep void clearHosts concode_elem_sep void setGateway concode_elem_sep void addHost |
OutputStream function ( ) { return audio_output_stream ; } | gets the audio ouputstream 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 void print concode... |
void function ( java . lang . String arg0 ) { _resourceBlock . setPermissionsHash ( arg0 ) ; } | sets the permissions hash of this resource block . concode_field_sep ResourceBlock _resourceBlock concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribute... |
void function ( Object arg0 ) { if ( arg0 != null ) { System . loc0 . println ( this . toString ( ) ) ; Throwable loc0 = new Throwable ( ) ; loc0 . printStackTrace ( ) ; errorCount ++ ; } } | if the statement is null prints out an error message and increments errorcount . concode_field_sep int errorCount concode_field_sep void fail concode_elem_sep void assertTrue concode_elem_sep void assertFalse concode_elem_sep int testAll concode_elem_sep void assertEquals concode_elem_sep void assertEquals concode_elem... |
int function ( ) { return m_index ; } | get attachment index concode_field_sep int m_index concode_elem_sep String m_name concode_elem_sep long s_seed concode_elem_sep byte[] m_data concode_elem_sep Random s_random concode_elem_sep CLogger log concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setData concode_elem_sep boolea... |
String function ( ) { return this . accountQuotaName ; } | the name of the aws dms quota for this aws account . concode_field_sep String accountQuotaName concode_elem_sep Long max concode_elem_sep Long used concode_field_sep void setMax concode_elem_sep Long getUsed concode_elem_sep Long getMax concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Acco... |
void function ( String arg0 ) { } | note : no-op in this case concode_field_sep EhcacheHibernate ehcacheHibernate concode_elem_sep ObjectName cacheManagerObjectName concode_elem_sep Status status concode_elem_sep int MAX_MBEAN_REGISTRATION_RETRIES concode_elem_sep EhCacheMessageLogger LOG concode_field_sep void notifyCacheRemoved concode_elem_sep MBeanSe... |
void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; } | 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... |
double function ( Collection < Double > arg0 ) { double loc0 = 0.0 ; for ( Double loc1 : arg0 ) { loc0 += loc1 ; } return loc0 ; } | calculate the sum of a collection of doubles concode_field_sep Logger LOG concode_field_sep Map<String,Map<String,Double>> getBoltsResources concode_elem_sep void checkInitCPU concode_elem_sep double avg concode_elem_sep Map<String,Map<String,Double>> getSpoutsResources concode_elem_sep String printScheduling concode_e... |
List < Mapper > function ( ) { if ( mapper == null ) { mapper = new ArrayList < Mapper > ( ) ; } return this . mapper ; } | gets the value of the mapper 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 mapper property . for example , to add a new item , do as f... |
void function ( String arg0 ) { this . logStreamName = arg0 ; } | the name of the log stream this event belongs to . concode_field_sep String eventId concode_elem_sep Long ingestionTime concode_elem_sep String logStreamName concode_elem_sep String message concode_elem_sep Long timestamp concode_field_sep void setEventId concode_elem_sep FilteredLogEvent withTimestamp concode_elem_sep... |
String function ( ) { return "srini_string" ; } | provides the jdbc url to use to demonstrate the bug . the java.sql.connection that you use to demonstrate this bug will be provided by the getconnection method using this url . the default value is ` jdbc : mysql : / / / test ' concode_field_sep Connection conn concode_elem_sep Driver driver concode_field_sep Connectio... |
long function ( ) { long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 8 ; loc1 ++ ) { char loc2 = readChar ( ) ; loc0 <<= 8 ; loc0 |= loc2 ; } return loc0 ; } | read the next 64 bits from standard input and return as a 64-bit long . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int N concode_elem_sep BufferedInputStream in concode_field_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDouble concode_elem_sep boolean isEm... |
String function ( ) { return tagName ; } | tagname getter . concode_field_sep String tagClass concode_elem_sep String description concode_elem_sep ArrayList<AttributeElement> attributes concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep ArrayList<AttributeElement> getAttributes concode_elem_sep void addAttribute concode_elem_s... |
void function ( final byte [ ] arg0 ) { jpegData = arg0 ; } | jpegdata setter . concode_field_sep int PAYLOAD_ZERO concode_elem_sep int RET_VALUE concode_elem_sep HttpURLConnection mHttpConn concode_elem_sep byte[] jpegData concode_elem_sep int PAD_TO_INTEGER_STARTINDEX concode_elem_sep InputStream mInputStream concode_elem_sep int PAD_TO_INTEGER_COUNTER concode_elem_sep int PAYL... |
String function ( String arg0 ) { String loc0 = arg0 ; if ( loc0 . contains ( "srini_string" ) ) { loc0 = loc0 . substring ( loc0 . lastIndexOf ( '/' ) + 1 ) ; } if ( arg0 . contains ( "srini_string" ) ) { loc0 = loc0 . substring ( 0 , loc0 . lastIndexOf ( '.' ) ) ; } return loc0 ; } | extract name of drawable resource from path . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep Uri parse concode_elem_sep Bitmap ... |
void function ( final int arg0 ) { this . mByteBuffer . position ( arg0 * BYTES_PER_FLOAT ) ; this . mFloatBuffer . position ( arg0 ) ; this . mIntBuffer . position ( arg0 ) ; } | see floatbuffer #position int concode_field_sep ByteBuffer mByteBuffer concode_elem_sep SoftReference<int[]> sWeakIntArray concode_elem_sep FloatBuffer mFloatBuffer concode_elem_sep IntBuffer mIntBuffer concode_field_sep FloatBuffer slice concode_elem_sep int limit concode_elem_sep void clear concode_elem_sep int[] con... |
RealmParser function ( ) { return realmParser ; } | get the realmparser object to use . concode_field_sep Object encryptionCryptoProperties concode_elem_sep Bus bus concode_elem_sep Crypto signatureCrypto concode_elem_sep SignatureProperties signatureProperties concode_elem_sep Logger LOG concode_elem_sep String issuer concode_elem_sep EncryptionProperties encryptionPro... |
String function ( long arg0 ) { long loc0 = arg0 / 1000 ; Tick loc1 = _tick ; if ( loc1 != null && loc1 . _seconds == loc0 ) return loc1 . _string ; return formatTick ( arg0 ) . _string ; } | format a date according to our stored formatter . the passed time is expected to be close to the current time , so it is compared to the last value passed and if it is within the same second , the format is reused . otherwise a new cached format is created . concode_field_sep String _formatString concode_elem_sep Strin... |
void function ( ControllerListener arg0 ) { initialize ( ) ; getManager ( ) . removeListener ( arg0 ) ; } | removes a global controllerlistener . the method must be called on the rendering thread . concode_field_sep ObjectMap<Application,ControllerManager> managers concode_elem_sep String TAG concode_field_sep ControllerManager getManager concode_elem_sep Array<Controller> getControllers concode_elem_sep void initialize conc... |
Map < String , List < Pe >> function ( ) { return peMap ; } | gets the pe map . concode_field_sep List<? extends Pe> peList concode_elem_sep List<String> vmsMigratingIn concode_elem_sep double availableMips concode_elem_sep List<String> vmsMigratingOut concode_elem_sep Map<String,List<Pe>> peMap concode_elem_sep Map<String,List<Double>> mipsMap concode_field_sep List<T> getPeList... |
void function ( final AuthenticationMetaDataPopulator arg0 ) { addAuthenticationMetadataPopulator ( arg0 , 0 ) ; } | add authentication metadata populator . concode_field_sep ApplicationContext applicationContext concode_elem_sep Logger logger concode_field_sep ReloadableServicesManager getServicesManager concode_elem_sep void setApplicationContext concode_elem_sep void addServiceFactory concode_elem_sep void addServiceFactory concod... |
com . liferay . announcements . kernel . model . AnnouncementsFlag function ( long arg0 ) { return getService ( ) . createAnnouncementsFlag ( arg0 ) ; } | creates a new announcements flag with the primary key . does not add the announcements flag to the database . concode_field_sep AnnouncementsFlagLocalService _service concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem_sep java.lang.String getOSGiServiceIdentifie... |
double function ( ) { return constantTerm ; } | get the constant of the linear equation being optimized . concode_field_sep RealVector coefficients concode_elem_sep long serialVersionUID concode_elem_sep double constantTerm concode_field_sep double getValue concode_elem_sep double getValue concode_elem_sep int hashCode concode_elem_sep void writeObject concode_elem_... |
int function ( ClarionObject arg0 , int arg1 ) { throw new RuntimeException ( "srini_string" ) ; } | direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name for this identifier . concode_field_sep String namespace concode_elem_sep String name concode_field_sep String getName concode_elem_sep String getNamespace concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setNamespace |
int function ( ) { int loc0 = readUnsignedByte ( ) ; int loc1 = readUnsignedByte ( ) ; int loc2 = readUnsignedByte ( ) ; int loc3 = readUnsignedByte ( ) ; return ( loc0 << 21 ) | ( loc1 << 14 ) | ( loc2 << 7 ) | loc3 ; } | reads a synchsafe integer . synchsafe integers keep the highest bit of every byte zeroed . a 32 bit synchsafe integer can store 28 bits of information . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianI... |
PDAcroForm function ( ) { if ( cachedAcroForm == null ) { COSDictionary loc0 = ( COSDictionary ) root . getDictionaryObject ( COSName . ACRO_FORM ) ; cachedAcroForm = loc0 == null ? null : new PDAcroForm ( document , loc0 ) ; } return cachedAcroForm ; } | get the documents acroform . this will return null if no acroform is part of the document . concode_field_sep PDAcroForm cachedAcroForm concode_elem_sep COSDictionary root concode_elem_sep PDDocument document concode_field_sep PDViewerPreferences getViewerPreferences concode_elem_sep PDDocumentOutline getDocumentOutlin... |
WebArchive function ( ) { final WebArchive loc0 = ShrinkWrap . create ( WebArchive . class , WEBAPP_TEST_CONVERTER + "srini_string" ) ; loc0 . addClasses ( MyApplication . class , CurrencyConverterProvider . class ) ; loc0 . addAsWebInfResource ( EmptyAsset . INSTANCE , "srini_string" ) ; return loc0 ; } | creates @value #webapp_test_converter web application . concode_field_sep String WEBAPP_TEST_CONVERTER concode_elem_sep Logger LOGGER concode_elem_sep String WEBAPP_TEST_EXCEPTION_MAPPER concode_field_sep WebArchive deployMapperApp concode_elem_sep void testProvidersInTwoWars |
int function ( ) { return conf . getInt ( "srini_string" , 16 ) ; } | maximum number of retries when binding to a port before giving up . 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_IO_C... |
void function ( Object arg0 ) { dispatcher . cancel ( arg0 ) ; } | cancels all scheduled tasks tagged with tag . requests that are already in flight might not be canceled . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep ... |
void function ( boolean arg0 ) { mRing = arg0 ; } | set the ringtone kill switch . allow to disable ringtone without losing ringtone selection . concode_field_sep String mRingtoneUri concode_elem_sep boolean mRing concode_elem_sep boolean mLed concode_elem_sep int mVibratePattern concode_elem_sep boolean mVibrate concode_elem_sep int mVibrateTimes concode_elem_sep int m... |
boolean function ( String arg0 , String arg1 ) { boolean loc0 = false ; if ( ! RESERVED_PROPERTY_NAMES . contains ( arg0 ) && usesValidChars ( arg0 ) && usesValidChars ( arg1 ) ) { loc0 = true ; } return loc0 ; } | returns whether the property is a valid application property . the property is valid if it is not one of the reserved properties , only uses us-ascii printable chars , and does not contain : < > @ , ; :\ '' / ? ={ space horizontal tab . concode_field_sep String name concode_elem_sep Set<String> RESERVED_PROPERTY_NAMES ... |
void function ( Options arg0 , int arg1 ) { HelpFormatter loc0 = new HelpFormatter ( ) ; loc0 . printHelp ( "srini_string" , arg0 ) ; System . err . println ( "srini_string" ) ; System . exit ( arg1 ) ; } | print the help message concode_field_sep SimpleDateFormat dateFormatIn concode_elem_sep boolean verbose concode_elem_sep SimpleDateFormat dateFormatOutUID concode_elem_sep SimpleDateFormat dateFormatOut concode_elem_sep Context context concode_elem_sep boolean newEvents concode_elem_sep SimpleDateFormat dateFormatInUID... |
void function ( final ModelResource arg0 , final String arg1 , final Object arg2 ) { CoreArgCheck . isNotNull ( arg0 , "srini_string" ) ; CoreArgCheck . isNotNull ( arg1 , "srini_string" ) ; if ( arg2 == null ) { removeProperty ( arg0 , arg1 ) ; return ; } Annotation loc0 = getResourceAnnotation ( arg0 , true ) ; loc0 ... | sets the value of an object stored on an annotation in the tags map based on the input key concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPropertyValue concode_elem_sep String getNamespace concode_elem_sep Annotation getResourceAnnotation concode_elem_sep Properties getProperties concode_elem_sep... |
int function ( ) { return 2 ; } | get the maximal number of arguments needed . the command opcode is included in the number of arguments . if this method return -1 , the command can take any number of arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canExecute concode_elem_sep CmdType getType concode_elem_sep int getMinim... |
SortKey [ ] function ( ) { return sortKeys ; } | retrieves the sort keys for this sort order . concode_field_sep SortKey[] sortKeys concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void toString |
SignificantTermsAggregationBuilder function ( String arg0 ) { return new SignificantTermsAggregationBuilder ( arg0 , null ) ; } | create a new significantterms aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder... |
void function ( Instances arg0 ) { Capabilities loc0 = getCapabilities ( ) ; if ( ! loc0 . test ( arg0 ) ) throw new IllegalArgumentException ( loc0 . getFailReason ( ) ) ; if ( m_retrieval == INCREMENTAL ) { if ( setStructure ( arg0 ) == CANCEL ) cancel ( ) ; } else m_instances = arg0 ; } | sets instances that should be stored . concode_field_sep int CANCEL concode_elem_sep Instances m_instances concode_elem_sep int m_retrieval concode_elem_sep int STRUCTURE_READY concode_elem_sep int WRITE concode_elem_sep int WAIT concode_elem_sep int m_writeMode concode_field_sep void cancel concode_elem_sep Instances ... |
IntValueHashMap function ( ) { return rightsMap ; } | retrieves the map object that represents the rights that have been granted on database objects . the map has keys and values with the following interpretation : the keys are generally but not limited to objects having an attribute or value equal to the name of an actual database object . specifically , the keys act as ... |
Integer function ( ) { return code ; } | get code concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_s... |
HttpRequestFutureTask < T > function ( final HttpUriRequest arg0 , final HttpContext arg1 , final ResponseHandler < T > arg2 ) { return execute ( arg0 , arg1 , arg2 , null ) ; } | schedule a request for execution . concode_field_sep FutureRequestExecutionMetrics metrics concode_elem_sep ExecutorService executorService concode_elem_sep AtomicBoolean closed concode_elem_sep HttpClient httpclient concode_field_sep FutureRequestExecutionMetrics metrics concode_elem_sep void close |
boolean function ( Control arg0 ) { return ( arg0 != null ) && ( Display . getCurrent ( ) != null ) && ! arg0 . isDisposed ( ) ; } | tests is the control is not null and not disposed . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelControl concode_elem_sep void refresh concode_elem_sep boolean setFocus conco... |
int function ( PduPart arg0 ) { return mParts . indexOf ( arg0 ) ; } | get the index of the specified part . concode_field_sep Map<String,PduPart> mPartMapByContentLocation concode_elem_sep Map<String,PduPart> mPartMapByFileName concode_elem_sep Vector<PduPart> mParts concode_elem_sep Map<String,PduPart> mPartMapByContentId concode_elem_sep Map<String,PduPart> mPartMapByName concode_field... |
void function ( String arg0 ) { this . displayType = arg0 ; } | sets the value of the displaytype property . concode_field_sep String fileName concode_elem_sep String displayType concode_elem_sep long serialVersionUID concode_elem_sep byte[] content concode_field_sep void setFileName concode_elem_sep void setContent concode_elem_sep String getDisplayType concode_elem_sep byte[] get... |
void function ( EObject arg0 ) { } | default implementation does nothing , for those applications that do not support creation notifications . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLRe... |
long [ ] function ( Address arg0 ) { int loc0 = find ( arg0 ) ; if ( loc0 < 0 ) return null ; return new long [ ] { seqnos [ loc0 * 2 ] , seqnos [ loc0 * 2 + 1 ] } ; } | returns the highest delivered and received seqnos associated with a member . concode_field_sep long[] seqnos concode_elem_sep Address[] members concode_elem_sep Address member concode_elem_sep int index concode_elem_sep long hr concode_elem_sep long hd concode_field_sep void createArrays concode_elem_sep Entry next con... |
List < Node > function ( ) { return this . variables ; } | returns the list of variables over which this independence checker is capable of determinine independence relations -- that is , all the variables in the given graph or the given data set . concode_field_sep ICovarianceMatrix covMatrix concode_elem_sep List<Node> variables concode_elem_sep PartialCorrelationPdf pdf con... |
int function ( ) { return toSplitPoint ; } | returns the index of the the split point at which the token renderer should stop rendering the token sequence . concode_field_sep int rowHeight concode_elem_sep HashMap<Token,Rectangle2D> bounds concode_elem_sep int margin concode_elem_sep int baseline concode_elem_sep int width concode_elem_sep HashMap<Pair<Token,Inte... |
Bullet function ( ) { return this . bullet ; } | returns the bullet passed to frames . concode_field_sep Gold gold concode_elem_sep Cheat cheat concode_elem_sep int NUMBER_OF_STATES concode_elem_sep ArrayList<Enemy> enemies concode_elem_sep boolean isPlayingSurvival concode_elem_sep Bullet bullet concode_elem_sep int currentState concode_elem_sep Digger player concod... |
void function ( String arg0 ) { this . grade = arg0 ; } | current grade for this student in the format according to the gradebook 's grade entry type ie % , letter , points concode_field_sep String graderUid concode_elem_sep String studentUid concode_elem_sep Date dateRecorded concode_elem_sep int gradeEntryType concode_elem_sep String grade concode_elem_sep String gradeComme... |
void function ( FilterType arg0 ) { this . filter = arg0 ; } | sets the value of the filter property . concode_field_sep FilterType filter concode_elem_sep List<Extent> extent concode_elem_sep String featureTypeName concode_field_sep String getFeatureTypeName concode_elem_sep FilterType getFilter concode_elem_sep List<Extent> getExtent concode_elem_sep void setFeatureTypeName |
String function ( FacesContext arg0 ) { return ( String ) arg0 . getExternalContext ( ) . getRequestMap ( ) . get ( FocusController . class . getName ( ) ) ; } | get the element id the will receive focus during next update . concode_field_sep Pattern ClientIdPattern concode_field_sep void setFocus concode_elem_sep boolean isFocusSet concode_elem_sep String getReceivedFocus |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.