idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
23,100
returns an iterable whose iterator returns the given elements in order . the elements are copied out of the source collection at the time this method is called . concode_field_sep Iterator<E> iterator concode_field_sep Iterator<E> iterator concode_elem_sep MinimalIterable<E> of
MinimalIterable < E > function ( final Collection < E > arg0 ) { return ( MinimalIterable ) of ( arg0 . toArray ( ) ) ; }
23,101
allocate bytebuffer . concode_field_sep Log LOG concode_field_sep byte[] extractByteArrayLen concode_elem_sep void toHexString concode_elem_sep void toHexString concode_elem_sep void insertUInt concode_elem_sep String charsetToString concode_elem_sep String extractShortString concode_elem_sep boolean hasRemaining conco...
ByteBuffer function ( int arg0 , boolean arg1 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" ) ; return arg1 ? ByteBuffer . allocateDirect ( arg0 ) : ByteBuffer . allocate ( arg0 ) ; }
23,102
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int count concode_elem_sep com.marketo.www.mktows.LeadRecord[] leadRecordList concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Ser...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
23,103
get the newsgroup name . concode_field_sep int PROHIBITED_POSTING_PERMISSION concode_elem_sep int UNKNOWN_POSTING_PERMISSION concode_elem_sep long __lastArticle concode_elem_sep long __estimatedArticleCount concode_elem_sep int PERMITTED_POSTING_PERMISSION concode_elem_sep long __firstArticle concode_elem_sep int __pos...
String function ( ) { return __newsgroup ; }
23,104
returns a list of file in the snapshot concode_field_sep List<FileInfo> indexFiles concode_elem_sep Map<String,FileInfo> physicalFiles concode_elem_sep String snapshot concode_field_sep boolean containPhysicalIndexFile concode_elem_sep String snapshot concode_elem_sep FileInfo findPhysicalIndexFile
List < FileInfo > function ( ) { return indexFiles ; }
23,105
search a presence manager from a dedicated session concode_field_sep Map<String,Integer> presenceOrderMap concode_elem_sep MyUser myUser concode_elem_sep String LOG_TAG concode_elem_sep Handler mHandler concode_elem_sep int DELAY_TS concode_elem_sep HashMap<MXSession,MyPresenceManager> instances concode_elem_sep String...
MyPresenceManager function ( Context arg0 , MXSession arg1 ) { MyPresenceManager loc0 = instances . get ( arg1 ) ; if ( loc0 == null ) { loc0 = createInstance ( arg0 , arg1 ) ; } return loc0 ; }
23,106
notify listeners that the client turned left . concode_field_sep String name concode_elem_sep int type concode_elem_sep Maze maze concode_elem_sep Set listenerSet concode_elem_sep int LOCAL concode_elem_sep int REMOTE concode_elem_sep int ROBOT concode_field_sep Point getPoint concode_elem_sep boolean backup concode_el...
void function ( ) { notifyListeners ( ClientEvent . turnLeft ) ; }
23,107
gets the value of the delete property . concode_field_sep CTTextBody txPr concode_elem_sep CTExtensionList extLst concode_elem_sep CTUnsignedInt idx concode_elem_sep CTBoolean delete concode_field_sep CTExtensionList getExtLst concode_elem_sep void setTxPr concode_elem_sep void setExtLst concode_elem_sep void setIdx co...
CTBoolean function ( ) { return delete ; }
23,108
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
23,109
return the raw interface to the package manager . concode_field_sep PlaceHolder placeHolder concode_field_sep String getInitialPackage concode_elem_sep int getIntCoreSetting concode_elem_sep Application getInitialApplication
IPackageManager function ( ) { return ActivityThread . getPackageManager ( ) ; }
23,110
get a string from the buffer at the offset given . the method reads until it encounters a null value or reaches the maxlength given . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_el...
String function ( int arg0 , int arg1 ) { int loc0 = arg0 ; int loc1 = loc0 + arg1 ; while ( loc0 < loc1 && ( buffer [ loc0 ] != 0 ) ) { loc0 ++ ; } return new String ( buffer , arg0 , loc0 - arg0 , StandardCharsets . ISO_8859_1 ) ; }
23,111
method to set the source path . concode_field_sep String associationType concode_elem_sep String destinationPath concode_elem_sep String sourcePath concode_field_sep void setDestinationPath concode_elem_sep String getSourcePath concode_elem_sep String getAssociationType concode_elem_sep String getDestinationPath concod...
void function ( String arg0 ) { this . sourcePath = arg0 ; }
23,112
get servlet context . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem_sep void resetManagedBean concode_elem_sep void...
ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; }
23,113
increments the coordinate count number of coordinates/attributes looked at . concode_field_sep double m_MaxP concode_elem_sep double m_PointCount concode_elem_sep double m_CoordCount concode_elem_sep double m_SumP concode_elem_sep double m_SumC concode_elem_sep double m_SumSqC concode_elem_sep long serialVersionUID con...
void function ( ) { m_CoordCount ++ ; }
23,114
clears all views concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep View get...
void function ( ) { if ( items != null ) { items . clear ( ) ; } if ( emptyItems != null ) { emptyItems . clear ( ) ; } }
23,115
reload on hibernate.cfg.xml file modifications concode_field_sep AgentLogger LOGGER concode_elem_sep Scheduler scheduler concode_elem_sep String ENTITY_ANNOTATION concode_elem_sep Command reloadEntityManagerFactoryCommand concode_elem_sep Command invalidateHibernateValidatorCaches concode_elem_sep boolean hibernateEjb ...
void function ( ) { refresh ( 500 ) ; }
23,116
called when the cursor hotspot moves outside of a drop site which will accept the drag . this could also happen if the drop site is no longer active , or no longer accepts the drag . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragEnter concode_elem_sep void dragOver concode_elem_sep void dropActio...
void function ( DropTargetEvent arg0 ) { }
23,117
add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
23,118
throws an ioexception as writing is not supported . concode_field_sep ImageInputStream iis concode_field_sep void writeInt concode_elem_sep int read concode_elem_sep int length concode_elem_sep void writeFloat concode_elem_sep void seek concode_elem_sep int getByteOrdering concode_elem_sep long readUnsignedInt concode_...
void function ( int arg0 ) { throw new IOException ( "srini_string" ) ; }
23,119
returns the icon . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String description_ concode_elem_sep Icon icon32_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep AS400Message message_ concode_elem_sep Object S...
Icon function ( int arg0 , boolean arg1 ) { if ( arg0 == 32 ) return icon32_ ; else return icon16_ ; }
23,120
get the requestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep JobEnableHeaders withDataServiceId concode_elem_sep JobEnableHeaders withLastModified co...
String function ( ) { return this . requestId ; }
23,121
retrieve all the captured group information . used by hits . concode_field_sep BLSpans rootSpans concode_elem_sep int numberOfTimesGroupRegistered concode_elem_sep List<String> groupNames concode_field_sep int numberOfCapturedGroups concode_elem_sep void setSpans concode_elem_sep List<String> getCapturedGroupNames conc...
void function ( Span [ ] arg0 ) { rootSpans . getCapturedGroups ( arg0 ) ; }
23,122
set the ip address of the user concode_field_sep String password concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getLocation concode_elem_sep void setUsername concode_elem_s...
void function ( String arg0 ) { this . IPAddress = arg0 ; }
23,123
gets the username associated with this user . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String oldPassword concode_elem_sep String userPassword concode_elem_sep String newPassword concode_elem_sep String verifiedPassword concode_elem_sep Log log concode_elem_sep String company...
String function ( ) { return userName ; }
23,124
since messageheaders are immutable , the call to this method will result in unsupportedoperationexception . concode_field_sep String CONTENT_TYPE concode_elem_sep IdGenerator defaultIdGenerator concode_elem_sep Map<String,Object> headers concode_elem_sep String TIMESTAMP concode_elem_sep UUID ID_VALUE_NONE concode_elem...
void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
23,125
add other 's timings into this breakdown concode_field_sep T currentTimingType concode_elem_sep long[] counts concode_elem_sep T[] timingTypes concode_elem_sep long[] timings concode_elem_sep long scratch concode_field_sep long stopAndRecordTime concode_elem_sep void startTime concode_elem_sep Map<String,Long> toTiming...
void function ( AbstractProfileBreakdown < T > arg0 ) { assert ( timings . length == arg0 . timings . length ) ; for ( int loc0 = 0 ; loc0 < timings . length ; ++ loc0 ) { timings [ loc0 ] += arg0 . timings [ loc0 ] ; } assert ( counts . length == arg0 . counts . length ) ; for ( int loc0 = 0 ; loc0 < counts . length ;...
23,126
gets the current style . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE concode_elem_sep HashMap style...
String function ( ) { return currentStyle ; }
23,127
returns the number of rows matching the dynamic query . concode_field_sep VideoLocalService _videoLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_e...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _videoLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
23,128
creates a new physical connection to the underlying eis resource manager . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter c...
ManagedConnection function ( Subject arg0 , ConnectionRequestInfo arg1 ) { log . finest ( "srini_string" ) ; return new MultipleManagedConnection2 ( this ) ; }
23,129
check if this command has been canceled , and throw an exception if yes . concode_field_sep boolean cancel concode_elem_sep Trace trace concode_elem_sep Session session concode_elem_sep long startTime concode_elem_sep boolean canReuse concode_elem_sep String sql concode_field_sep void cancel concode_elem_sep void reuse...
void function ( ) { if ( cancel ) { cancel = false ; throw DbException . get ( ErrorCode . STATEMENT_WAS_CANCELED ) ; } }
23,130
performs a dynamic query on the database and returns an ordered range of the matching rows . 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
23,131
read items from head and tail of queue . concode_field_sep String queueName concode_elem_sep int RETRIES concode_elem_sep IgniteQueue<String> queue concode_elem_sep boolean put concode_field_sep IgniteQueue<String> initializeQueue concode_elem_sep void writeToQueue concode_elem_sep void clearAndRemoveQueue concode_elem...
void function ( Ignite arg0 ) { final String loc0 = queue . name ( ) ; arg0 . compute ( ) . broadcast ( new QueueClosure ( loc0 , false ) ) ; System . out . println ( "srini_string" + queue . size ( ) + ']' ) ; }
23,132
returns true , if the sat reveiver is in standby . concode_field_sep Logger logger concode_elem_sep String MESSAGE concode_elem_sep String POWERSTATE concode_elem_sep int CONNECTION_TIMEOUT concode_field_sep boolean isOff concode_elem_sep SimpleResult sendMessage concode_elem_sep T executeRequest
boolean function ( OpenWebIfConfig arg0 ) { String loc0 = new UrlBuilder ( arg0 , POWERSTATE ) . build ( ) ; PowerState loc1 = executeRequest ( arg0 , loc0 , PowerState . class ) ; return loc1 . isStandby ( ) ; }
23,133
returns a range of all the accounts . 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 #all_po...
java . util . List < com . liferay . mail . model . Account > function ( int arg0 , int arg1 ) { return getService ( ) . getAccounts ( arg0 , arg1 ) ; }
23,134
return the associated category this primitive objectinspector . concode_field_sep PrimitiveTypeInfo typeInfo concode_field_sep Class<?> getPrimitiveWritableClass concode_elem_sep Class<?> getJavaPrimitiveClass concode_elem_sep PrimitiveCategory getPrimitiveCategory concode_elem_sep int precision concode_elem_sep int sc...
Category function ( ) { return Category . PRIMITIVE ; }
23,135
default = etagsupportenum.disabled concode_field_sep FhirContext CTX concode_elem_sep UriInfo theUriInfo concode_elem_sep HttpHeaders theHeaders concode_field_sep void setHeaders concode_elem_sep HttpHeaders getHeaders concode_elem_sep AddProfileTagEnum getAddProfileTag concode_elem_sep Builder getRequest concode_elem_...
ETagSupportEnum function ( ) { return ETagSupportEnum . DISABLED ; }
23,136
sets the user name . concode_field_sep Perm perm concode_elem_sep LinkedHashMap<String,Perm> locals concode_elem_sep String name concode_elem_sep EnumMap<Algorithm,EnumMap<Code,String>> passwords concode_field_sep void password concode_elem_sep String code concode_elem_sep Perm perm concode_elem_sep void perm concode_e...
void function ( final String arg0 ) { name = arg0 ; }
23,137
returns the lower bound of the x-interval . concode_field_sep double xHigh concode_elem_sep double y concode_elem_sep double xLow concode_field_sep double getY concode_elem_sep boolean equals concode_elem_sep double getXHigh
double function ( ) { return this . xLow ; }
23,138
gets int value concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker c...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { return ( int ) getLong ( arg0 , arg1 , arg2 ) ; }
23,139
returns whether the plane is facing the direction vector . think of the direction vector as the direction a camera looks in . this method will return true if the front side of the plane determined by its normal faces the camera . concode_field_sep float d concode_elem_sep long serialVersionUID concode_elem_sep Vector3 ...
boolean function ( Vector3 arg0 ) { float loc0 = normal . loc0 ( arg0 ) ; return loc0 <= 0 ; }
23,140
sets the value of the roamingtax property . concode_field_sep BigDecimal misc1Tax concode_elem_sep BigDecimal federalTax concode_elem_sep BigDecimal countyTax concode_elem_sep BigDecimal misc2Tax concode_elem_sep BigDecimal roamingTax concode_elem_sep BigDecimal cityCustTax concode_elem_sep BigDecimal chargeAmount conc...
void function ( BigDecimal arg0 ) { this . roamingTax = arg0 ; }
23,141
check if targeted column value in the row indexed i is less than the search target object . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add ...
boolean function ( int arg0 ) { return targetSearchValue > data [ targetSearchColumn ] [ arg0 ] ; }
23,142
formats an int as a 2-byte signed hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String u8 concode_elem_sep String s8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 conco...
String function ( int arg0 ) { char [ ] loc0 = new char [ 5 ] ; if ( arg0 < 0 ) { loc0 [ 0 ] = '-' ; arg0 = - arg0 ; } else { loc0 [ 0 ] = '+' ; } for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { loc0 [ 4 - loc1 ] = Character . forDigit ( arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; }
23,143
restores the folder with the primary key from the trash portlet . concode_field_sep DLTrashService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.repository.model.Folder moveFolderFromTrash concode_elem_sep com.liferay.portal.kernel.repository.model.Folde...
void function ( long arg0 ) { getService ( ) . restoreFolderFromTrash ( arg0 ) ; }
23,144
tests coloring of an example track using the default color . concode_field_sep PlaceHolder placeHolder concode_field_sep void testTicket12312 concode_elem_sep void setUpBeforeClass concode_elem_sep void testVelocity concode_elem_sep void testDirection concode_elem_sep List<String> calculateColors concode_elem_sep void ...
void function ( ) { final List < String > loc0 = calculateColors ( "srini_string" , "srini_string" , 10 ) ; assertEquals ( "srini_string" , loc0 . toString ( ) ) ; }
23,145
gets whether or not this time zone uses daylight time . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getLocation concode_elem_sep boolean isRelevantComponentId concode_elem_sep String getDisplay...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; }
23,146
returns the mean reciprocal rank over the queries or rr for a single query . reciprocal rank is defined as 1/r where r is the rank of the first correct result , or 0 if there are no correct results within the top 5 results . this follows the definition in question answering - cnlp at the trec-10 question answering trac...
double function ( ) { return mrr ; }
23,147
test method for org.dspace.authenticate.ipmatcher #match java.lang.string . concode_field_sep IPMatcher ip6FullMatcher concode_elem_sep String IP6_FULL_ADDRESS2 concode_elem_sep IPMatcher ip6MaskedMatcher concode_elem_sep int increment concode_elem_sep String IP6_FULL_ADDRESS1 concode_elem_sep String IP6_MASKED_ADDRESS...
void function ( ) { assertFalse ( "srini_string" , ip6FullMatcher . match ( IP6_FULL_ADDRESS2 ) ) ; }
23,148
checks if the operator of this indexexpression is a contains operator . concode_field_sep ByteBuffer column concode_elem_sep ByteBuffer value concode_elem_sep Operator operator concode_field_sep void writeTo concode_elem_sep IndexExpression readFrom concode_elem_sep int hashCode concode_elem_sep boolean equals concode_...
boolean function ( ) { return Operator . CONTAINS == operator ; }
23,149
whether the user can use ssh . concode_field_sep String level concode_elem_sep String stackId concode_elem_sep Boolean allowSudo concode_elem_sep String iamUserArn concode_elem_sep Boolean allowSsh concode_field_sep Boolean isAllowSsh concode_elem_sep void setStackId concode_elem_sep Permission withAllowSsh concode_ele...
void function ( Boolean arg0 ) { this . allowSsh = arg0 ; }
23,150
to set batch status . concode_field_sep BigInteger duration concode_elem_sep long identifier concode_elem_sep String batchInstanceId concode_elem_sep ReportData reportData concode_elem_sep Date startTime concode_elem_sep Date endTime concode_elem_sep String userName concode_elem_sep String batchStatus concode_field_sep...
void function ( String arg0 ) { this . batchStatus = arg0 ; }
23,151
if the emitter needs output query result set . concode_field_sep String pagination concode_elem_sep Boolean outputDisplayNone concode_elem_sep int overridePriority concode_elem_sep String format concode_elem_sep String icon concode_elem_sep String mimeType concode_elem_sep Boolean isHidden concode_elem_sep String fileE...
boolean function ( ) { return needOutputResultSet ; }
23,152
action . concode_field_sep ContextUtil cu concode_elem_sep Logger log concode_field_sep placeholderType placeHolder
void function ( ActionEvent arg0 ) { TotalScoresBean loc0 = ( TotalScoresBean ) cu . lookupBean ( "srini_string" ) ; loc0 . setAssessmentGradingList ( new ArrayList ( ) ) ; }
23,153
gets the names of the fields in this tuple . concode_field_sep com.twitter.heron.api.tuple.Tuple delegate concode_field_sep Byte getByte concode_elem_sep List<Object> select concode_elem_sep Double getDouble concode_elem_sep Integer getInteger concode_elem_sep Boolean getBooleanByField concode_elem_sep com.twitter.hero...
Fields function ( ) { return new Fields ( delegate . getFields ( ) ) ; }
23,154
multiplies two positive longs and caps the result at long.max _ value . concode_field_sep PlaceHolder placeHolder concode_field_sep long getAndAddRequest concode_elem_sep long getAndAddRequest concode_elem_sep long addCap
long function ( long arg0 , long arg1 ) { long loc0 = arg0 * arg1 ; if ( ( ( arg0 | arg1 ) >>> 31 ) != 0 ) { if ( arg1 != 0L && ( loc0 / arg1 != arg0 ) ) { loc0 = Long . MAX_VALUE ; } } return loc0 ; }
23,155
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep EcorePerPlatformResourcePackage modelPackage concode_field_sep T caseExtendsResourceEObject concode_elem_sep T defaultCase
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
23,156
gets the next smallest element , with respect to the definition of order implied by the typeserializer provided to this iterator . concode_field_sep E head concode_elem_sep TypeComparator<E> comparator concode_elem_sep MutableObjectIterator<E> iterator concode_elem_sep PartialOrderPriorityQueue<HeadStream<E>> heap conc...
E function ( ) { if ( this . heap . size ( ) > 0 ) { final HeadStream < E > loc0 = this . heap . peek ( ) ; E loc1 = loc0 . getHead ( ) ; if ( ! loc0 . nextHead ( ) ) { this . heap . poll ( ) ; } else { this . heap . adjustTop ( ) ; } return loc1 ; } else { return null ; } }
23,157
get the container artifacts . concode_field_sep boolean extract concode_elem_sep Configuration dynamicConfiguration concode_elem_sep long serialVersionUID concode_elem_sep Path source concode_elem_sep Path dest concode_elem_sep boolean executable concode_elem_sep Configuration systemProperties concode_elem_sep boolean ...
List < Artifact > function ( ) { return artifacts ; }
23,158
creates an uninitializedmessageexception for messagetype . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom...
UninitializedMessageException function ( MessageType arg0 ) { if ( arg0 instanceof AbstractMessageLite ) { return ( ( AbstractMessageLite ) arg0 ) . newUninitializedMessageException ( ) ; } return new UninitializedMessageException ( arg0 ) ; }
23,159
the changetoken that you used to submit the deletebytematchset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep String changeToken concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getChang...
void function ( String arg0 ) { this . changeToken = arg0 ; }
23,160
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep DcPackage modelPackage concode_field_sep T caseBounds concode_elem_sep T caseFont concode_elem_sep T caseDocumentRoot concode_elem_sep T casePoint concode_elem_sep T defaultCase
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } }
23,161
returns the line number for the frame concode_field_sep HashMap handles concode_elem_sep Context context concode_elem_sep FunctionSource function concode_elem_sep Long id concode_elem_sep Scriptable activation concode_elem_sep int lineNumber concode_elem_sep ContextData contextData concode_elem_sep ScriptSource script ...
Integer function ( ) { return new Integer ( lineNumber ) ; }
23,162
get _ byte concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_elem_sep byte[] binary concode_elem...
byte [ ] function ( ) { return _byte ; }
23,163
sets the glyphstartindex . concode_field_sep int glyphStartIndex concode_elem_sep int unicodeEnd concode_elem_sep int unicodeStart concode_field_sep int getUnicodeEnd concode_elem_sep boolean equals concode_elem_sep int getGlyphStartIndex concode_elem_sep int getUnicodeStart concode_elem_sep void setUnicodeEnd concode_...
void function ( int arg0 ) { this . glyphStartIndex = arg0 ; }
23,164
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
23,165
receives a marketposition message , representing our commitments on the wholesale market concode_field_sep BrokerPropertiesService propertiesService concode_elem_sep double[] marketPrice concode_elem_sep double buyLimitPriceMax concode_elem_sep double meanMarketPrice concode_elem_sep double buyLimitPriceMin concode_ele...
void function ( MarketPosition arg0 ) { broker . getBroker ( ) . addMarketPosition ( arg0 , arg0 . getTimeslotIndex ( ) ) ; }
23,166
put a float . concode_field_sep int MAX_REUSE_CAPACITY concode_elem_sep ByteBuffer reuse concode_elem_sep int MIN_GROW concode_elem_sep ByteBuffer buff concode_field_sep WriteBuffer putStringData concode_elem_sep void grow concode_elem_sep ByteBuffer getBuffer concode_elem_sep WriteBuffer putInt concode_elem_sep WriteB...
WriteBuffer function ( float arg0 ) { ensureCapacity ( 4 ) . putFloat ( arg0 ) ; return this ; }
23,167
method declaration concode_field_sep Database dDatabase concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly concode_el...
void function ( ) { uUser . checkAdmin ( ) ; }
23,168
return the user 's chronology calendar system , if any . concode_field_sep Chronology chronology concode_elem_sep ZoneId timeZone concode_field_sep ZoneId getTimeZone concode_elem_sep void setTimeZone concode_elem_sep void setChronology concode_elem_sep DateTimeFormatter getFormatter
Chronology function ( ) { return this . chronology ; }
23,169
get status in readable human format . concode_field_sep int NULL concode_elem_sep SnmpAgentConfig m_agent concode_elem_sep int UP concode_elem_sep String m_value[] concode_elem_sep int nodeid concode_elem_sep int DOWN concode_elem_sep int TESTING concode_elem_sep String snmpObjectId concode_field_sep boolean isIfAdminS...
String function ( int arg0 ) { return m_value [ arg0 ] ; }
23,170
converts page number to string for display method testing concode_field_sep int pageAge concode_elem_sep int pageNum concode_field_sep void setRecUsed concode_elem_sep void setRecUsed concode_elem_sep int getPageNum concode_elem_sep int getRecUsed
String function ( ) { return Integer . toString ( pageNum ) ; }
23,171
get instance of the contacts class . note : this is left over from the days when we needed to have sdk-specific code to access the contacts . concode_field_sep int NAME_INDEX concode_elem_sep String SORT_ORDER concode_elem_sep int CONTACT_ID_INDEX concode_elem_sep ContentResolver mContentResolver concode_elem_sep Strin...
Contacts function ( Context arg0 ) { return new Contacts ( arg0 ) ; }
23,172
alias name . constraints : length : 1 - 128 pattern : ?! ^ 0-9 + $ a-za-z0-9 - _ + concode_field_sep String aliasArn concode_elem_sep String functionVersion concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep UpdateAliasResult withFunctionVersion concode_elem...
String function ( ) { return name ; }
23,173
get the block in which a given state is contained . concode_field_sep ArrayList<HashSet<Integer>> stateToBlock concode_elem_sep HashSet<HashSet<Integer>> blocks concode_elem_sep PriorityQueue<HashSet<Integer>> mayChange concode_elem_sep MutablePMC pmc concode_elem_sep HashSet<HashSet<Integer>> mayChangeHash concode_ele...
HashSet < Integer > function ( int arg0 ) { return stateToBlock . get ( arg0 ) ; }
23,174
creates a new ewma which is equivalent to the unix one minute load average and which expects to be ticked every 5 seconds . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncounted ...
ExpWeightedMovingAverage function ( ) { return new ExpWeightedMovingAverage ( M1_ALPHA , 5 , TimeUnit . SECONDS ) ; }
23,175
interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
23,176
setup modules and libraries for the selected roots concode_field_sep DirectoryProcessingResult SKIP_CHILDREN concode_elem_sep ExtensionPointName<ProjectStructureDetector> EP_NAME concode_elem_sep boolean myProcessChildren concode_elem_sep File myParentToSkip concode_elem_sep DirectoryProcessingResult PROCESS_CHILDREN c...
void function ( @ NotNull Collection < DetectedProjectRoot > arg0 , @ NotNull ProjectDescriptor arg1 , @ NotNull ProjectFromSourcesBuilder arg2 ) { }
23,177
returns the dbfile that can be used to read the contents of the specified table . concode_field_sep Map<String,Integer> name2id concode_elem_sep Map<Integer,String> id2name concode_elem_sep Map<Integer,TupleDesc> id2tupledesc concode_elem_sep Map<Integer,DbFile> id2table concode_elem_sep Map<Integer,String> pkey concod...
DbFile function ( int arg0 ) { return id2table . get ( arg0 ) ; }
23,178
get / account/sessions - > get the current open sessions . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<S...
ResponseEntity < List < PersistentToken >> function ( ) { return userRepository . findOneByLogin ( SecurityUtils . getCurrentUser ( ) . getUsername ( ) ) . map ( user -> new ResponseEntity < > ( persistentTokenRepository . findByUser ( user ) , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERN...
23,179
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { DateTick loc0 = new DateTick ( new Date ( 0L ) , "srini_string" , TextAnchor . CENTER , TextAnchor . CENTER , 10.0 ) ; DateTick loc1 = ( DateTick ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
23,180
output serialized data of array element . outputs the byte representation of a i to out . the format string line_start must contain at most one integer conversion.it is printed with the index before the data . concode_field_sep PlaceHolder placeHolder concode_field_sep void array_to concode_elem_sep void array_from con...
void function ( PrintWriter arg0 , String arg1 , APDU_Serializable [ ] arg2 , int arg3 ) { arg0 . format ( arg1 , arg3 ) ; short loc0 = arg2 [ arg3 ] . loc0 ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg2 [ arg3 ] . to_byte_array ( loc0 , ( short ) 0 , loc1 , ( short ) 0 ) ; arg0 . println ( Misc_host . to_byte_hex_stri...
23,181
test of move constructor , of class move . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown concode_elem_sep void testEquals
void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = Position . getSquare ( 4 , 1 ) ; int loc1 = Position . getSquare ( 4 , 3 ) ; int loc2 = Piece . WROOK ; Move loc3 = new Move ( loc0 , loc1 , loc2 ) ; assertEquals ( loc3 . from , loc0 ) ; assertEquals ( loc3 . to , loc1 ) ; assertEquals ( loc3 ....
23,182
sets the data size . concode_field_sep int dataSize concode_field_sep EdgeInit clone concode_elem_sep int getDataSize
void function ( final int arg0 ) { this . dataSize = arg0 ; }
23,183
enable the depth capture of the kinect 2 concode_field_sep int colorHeight concode_elem_sep PApplet parent concode_elem_sep int colorWidth concode_elem_sep int depthWidth concode_elem_sep PImage colorImg concode_elem_sep PImage irImg concode_elem_sep PImage undistortedImg concode_elem_sep IntBuffer registeredColorBuffe...
void function ( ) { jniEnableDepth ( true ) ; }
23,184
determine if any errors are reported concode_field_sep ChecksumResultsCollector collector concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep ChecksumHistoryService checksumHistoryService concode_elem_sep Date processStartDate concode_elem_sep Logger LOG concode_elem_sep Context context concode_elem_sep Mo...
boolean function ( ) { return reportVerbose ; }
23,185
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[]...
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 ) ; }
23,186
compare this artist to another instance of tunesartist to determine their sort order . concode_field_sep String ARTIST concode_elem_sep ArrayList<TunesAlbum> albumsByYear concode_elem_sep String sortArtist concode_elem_sep DefaultMutableTreeNode anomalyNode concode_elem_sep String artist concode_elem_sep TunesCommonNam...
int function ( TunesArtist arg0 ) { return commonName . compareTo ( arg0 . getCommonName ( ) ) ; }
23,187
returns the number of feeds . concode_field_sep FeedPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep Feed updat...
int function ( ) { return getPersistence ( ) . countAll ( ) ; }
23,188
appends files with recursion starting from given parent directory . concode_field_sep File m_file concode_field_sep InputStream getResourceAsStream concode_elem_sep void dispose concode_elem_sep String getRelativePath
void function ( List < String > arg0 , File arg1 , File arg2 ) { File [ ] loc0 = arg2 . listFiles ( ) ; if ( loc0 != null ) { for ( File loc1 : loc0 ) { if ( loc1 . isDirectory ( ) ) { appendFiles ( arg0 , arg1 , loc1 ) ; } else { arg0 . add ( getRelativePath ( arg1 , loc1 ) ) ; } } } }
23,189
add a table to the font concode_field_sep SortedMap<String,Object> tables concode_elem_sep int type concode_field_sep byte[] writeFont concode_elem_sep int calculateChecksum concode_elem_sep void main concode_elem_sep short getSearchRange concode_elem_sep short getEntrySelector concode_elem_sep TrueTypeFont parseFont c...
void function ( String arg0 , ByteBuffer arg1 ) { this . tables . put ( arg0 , arg1 ) ; }
23,190
gets the currently selected destination , if none then the home destination is returned by default . concode_field_sep String BEAN_NAME concode_elem_sep Destination selectedDestination concode_elem_sep ExampleImpl selectedExample concode_elem_sep Destination DESTINATION_SPLASH concode_elem_sep Destination DESTINATION_M...
Destination function ( ) { if ( selectedDestination != null ) { return selectedDestination ; } else { return DESTINATION_SPLASH ; } }
23,191
indicates whether some other name object is `` equal to '' this one concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep String toString
boolean function ( Object arg0 ) { if ( arg0 == null ) return false ; if ( arg0 instanceof Name ) return name . equals ( ( ( Name ) arg0 ) . getName ( ) ) ; return arg0 instanceof String && name . equals ( arg0 ) ; }
23,192
the name of the replaceable item . concode_field_sep String name concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ReplaceableAttribute> attributes concode_field_sep void setName concode_elem_sep ReplaceableItem withAttributes concode_elem_sep ReplaceableItem withAttributes concode_elem_sep java.util.Li...
String function ( ) { return name ; }
23,193
validates the state of the level when it is started then stopped . concode_field_sep Board board concode_elem_sep CollisionMap collisions concode_elem_sep Level level concode_elem_sep NPC ghost concode_elem_sep Square square1 concode_elem_sep Square square2 concode_field_sep void stop concode_elem_sep void registerSeco...
void function ( ) { level . start ( ) ; level . stop ( ) ; assertFalse ( level . isInProgress ( ) ) ; }
23,194
if getgenerateencodeparam is true , this method may be called after decoding has completed , and will return an instance of pngencodeparam containing information about the contents of the png file just decoded . concode_field_sep boolean suppressAlpha concode_elem_sep boolean expandPalette concode_elem_sep boolean perf...
PNGEncodeParam function ( ) { return encodeParam ; }
23,195
returns the set of keys with non-default values concode_field_sep long serialVersionUID concode_elem_sep Map<K,V> backingStore concode_elem_sep Class<K> keyclass concode_field_sep Object readResolve concode_elem_sep Set<java.util.Map.Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<...
Set < K > function ( ) { if ( keyclass . isEnum ( ) ) return new HashSet < K > ( Arrays . asList ( keyclass . getEnumConstants ( ) ) ) ; return backingStore . keySet ( ) ; }
23,196
rewrites this query builder into its primitive form . by default this method return the builder itself . if the builder did not change the identity reference must be returned otherwise the builder will be rewritten infinitely . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep ...
QueryBuilder function ( QueryRewriteContext arg0 ) { return this ; }
23,197
gets the measure with the given index at the staff with the givenglobal index . concode_field_sep Score score concode_elem_sep List<BarlineGroup> barlineGroups concode_elem_sep List<Staff> staves concode_elem_sep List<Part> parts concode_elem_sep List<BracketGroup> bracketGroups concode_field_sep Staff getStaff concode...
Measure function ( MP arg0 ) { return getStaff ( arg0 ) . getMeasure ( arg0 ) ; }
23,198
rearranges the array items in random order using the default java.util.random generator . operation is in-place , no copy is created . concode_field_sep PlaceHolder placeHolder concode_field_sep float[] normalizeFloatArray concode_elem_sep ArrayList<T> arrayToList concode_elem_sep int indexInArray concode_elem_sep int ...
void function ( T [ ] arg0 ) { shuffle ( arg0 , new Random ( ) ) ; }
23,199
asynchronous decoding is not supported . concode_field_sep Kryo kryo concode_elem_sep Map<Class<?>,Serializer> serializerMap concode_field_sep CachedData encode concode_elem_sep Kryo getKryo concode_elem_sep int getMaxSize concode_elem_sep void setSerializerMap concode_elem_sep void initialize concode_elem_sep Object d...
boolean function ( final CachedData arg0 ) { return false ; }