idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
8,600
reset the text to a new value , and reset all state concode_field_sep boolean hasFinalPossessive concode_elem_sep boolean stemEnglishPossessive concode_elem_sep boolean splitOnCaseChange concode_elem_sep byte[] DEFAULT_WORD_DELIM_TABLE concode_elem_sep int length concode_elem_sep byte[] charTypeTable concode_elem_sep i...
void function ( char arg0 [ ] , int arg1 ) { this . text = arg0 ; this . length = this . endBounds = arg1 ; current = startBounds = end = 0 ; skipPossessive = hasFinalPossessive = false ; setBounds ( ) ; }
8,601
sends the obd-ii request and deals with the response . this method can be overriden in fake commands . concode_field_sep Long responseDelayInMs concode_elem_sep ArrayList<Integer> buffer concode_elem_sep Pattern DIGITS_LETTERS_PATTERN concode_elem_sep String cmd concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_...
void function ( InputStream arg0 , OutputStream arg1 ) { synchronized ( ObdCommand . class ) { start = System . currentTimeMillis ( ) ; sendCommand ( arg1 ) ; readResult ( arg0 ) ; end = System . currentTimeMillis ( ) ; } }
8,602
sets the value of the querytype property . concode_field_sep String path concode_elem_sep List<Param> param concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<String> type concode_elem_sep List<Object> any concode_elem_sep List<Object> meth...
void function ( String arg0 ) { this . queryType = arg0 ; }
8,603
merges the field from another field . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_elem_sep void onChanged concode_elem_sep void markDirty concode_elem_sep MType build con...
SingleFieldBuilder < MType , BType , IType > function ( MType arg0 ) { if ( builder == null && message == message . getDefaultInstanceForType ( ) ) { message = arg0 ; } else { getBuilder ( ) . mergeFrom ( arg0 ) ; } onChanged ( ) ; return this ; }
8,604
unsupported operation . concode_field_sep PlaceHolder placeHolder concode_field_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_elem_sep String getXMLParserClassName concode_elem_sep void checkLoadScript concode_elem_sep void setTextSelection concode_el...
void function ( Thread arg0 ) { }
8,605
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testGenerateLabel concode_elem_sep void testPublicCloneable concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { StandardXYSeriesLabelGenerator loc0 = new StandardXYSeriesLabelGenerator ( "srini_string" ) ; StandardXYSeriesLabelGenerator loc1 = ( StandardXYSeriesLabelGenerator ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
8,606
check if path is composed from a single tile . at this moment first tile is popped to 'til eheadingto ' . concode_field_sep TilesEventsHandler tilesEventsHandler concode_elem_sep float tweenSpeed concode_elem_sep TilePath path concode_elem_sep TilePathGuideHelper helper concode_elem_sep WorldObject wanderer concode_ele...
boolean function ( ) { return ( path . isEmpty ( ) ) ; }
8,607
adds a named node with a specified progress weightage to the tree . concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep ArrayList<Float> progressWeightagesForPhases concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases concode_elem_sep float progress concode_elem_se...
Progress function ( String arg0 , float arg1 ) { Progress loc0 = addPhase ( arg1 ) ; loc0 . setStatus ( arg0 ) ; return loc0 ; }
8,608
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { DeviationRenderer loc0 = new DeviationRenderer ( ) ; DeviationRenderer loc1 = new DeviationRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
8,609
get icon resource for button . concode_field_sep ImageButton button concode_elem_sep int longClickDialog concode_elem_sep UIAction mainAction concode_elem_sep ArrayList<UIAction> menuActions concode_elem_sep int menuTitle concode_elem_sep String name concode_elem_sep int maxMenuActions concode_field_sep ArrayList<UIAct...
int function ( ) { int loc0 = - 1 ; if ( mainAction != null ) loc0 = mainAction . getIcon ( ) ; if ( loc0 == - 1 ) loc0 = R . raw . custom ; return loc0 ; }
8,610
decodes a jbig2 image from a string path concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JBI...
void function ( String arg0 ) { decodeJBIG2 ( new FileInputStream ( arg0 ) ) ; }
8,611
timestamp which tells the last updated time for the entity . concode_field_sep java.util.Date updateDate concode_elem_sep Integer updateVersion concode_elem_sep String state concode_elem_sep java.util.Date creationDate concode_elem_sep Boolean pendingDeletion concode_field_sep OptionStatus withCreationDate concode_elem...
OptionStatus function ( java . util . Date arg0 ) { setUpdateDate ( arg0 ) ; return this ; }
8,612
establish a session concode_field_sep ConnectionPool connections concode_elem_sep URI url concode_field_sep void close
Session function ( ) { return new StandardSession ( connections . acquire ( url ) ) ; }
8,613
getter method for the editcapability concode_field_sep String faultCodeID concode_elem_sep String subCategory concode_elem_sep String paramSubCategoryID concode_elem_sep String paramSubSubCategoryID concode_elem_sep boolean editCapability concode_elem_sep List displayDetails concode_elem_sep String description concode_...
boolean function ( ) { return editCapability ; }
8,614
another candidate key is the postcode and the house number of the address . this should therefore return only one address . concode_field_sep TestData testdata concode_field_sep void updateAddress concode_elem_sep Address findByCustomerId concode_elem_sep Address createNewAddress concode_elem_sep void deleteAddress con...
Address function ( String arg0 , int arg1 ) { for ( Address loc0 : testdata . getAddresses ( ) ) { if ( ( loc0 . getPostcode ( ) . equals ( arg0 ) ) && ( loc0 . getHouseNumber ( ) == arg1 ) ) { return loc0 ; } } return null ; }
8,615
sets the value of the id property . concode_field_sep SignedInfoType signedInfo concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep SignatureValueType signatureValue concode_elem_sep List<ObjectType> object concode_field_sep SignatureValueType getSigna...
void function ( String arg0 ) { this . id = arg0 ; }
8,616
return this as a fielddeclaration or throw an unsupportedoperationexception concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterDeclaration asParameter concode_elem_sep boolean hasName concode_elem_sep String getName concode_elem_sep boolean isParameter concode_elem_sep boolean isField concode_elem_sep...
FieldDeclaration function ( ) { throw new UnsupportedOperationException ( String . format ( "srini_string" , this ) ) ; }
8,617
provides the customer-specified description for this db parameter group . concode_field_sep String dBParameterGroupFamily concode_elem_sep String dBParameterGroupName concode_elem_sep String description concode_field_sep String getDBParameterGroupName concode_elem_sep void setDBParameterGroupFamily concode_elem_sep Str...
void function ( String arg0 ) { this . description = arg0 ; }
8,618
invokes the static main string method from each specified class . concode_field_sep String LS concode_elem_sep String SYNTAX_MSG concode_elem_sep String[] emptyStringArray concode_field_sep void syntaxFailure concode_elem_sep void main
void function ( String arg0 , String [ ] arg1 ) { Class loc0 ; Method loc1 ; Class [ ] loc2 = { emptyStringArray . getClass ( ) } ; Object [ ] loc3 = { ( arg1 == null ) ? emptyStringArray : arg1 } ; loc0 = Class . forName ( arg0 ) ; loc1 = loc0 . getMethod ( "srini_string" , loc2 ) ; loc1 . invoke ( null , loc3 ) ; }
8,619
called by the map pane when it has started rendering features concode_field_sep PlaceHolder placeHolder concode_field_sep void onDisplayAreaChanged concode_elem_sep void onNewContext concode_elem_sep void onRenderingStopped concode_elem_sep void onResized concode_elem_sep void onRenderingProgress concode_elem_sep void ...
void function ( MapPaneEvent arg0 ) { }
8,620
get lastname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U...
String function ( ) { return lastName ; }
8,621
returns the sequence sender . concode_field_sep Sequence<Element<E>> sequence concode_elem_sep Timer timer concode_elem_sep Element<E> lastDelivered concode_elem_sep SequenceSender<E> sequenceSender concode_elem_sep long timeout concode_elem_sep Boolean rejectOld concode_field_sep E getLastDelivered concode_elem_sep bo...
SequenceSender < E > function ( ) { return sequenceSender ; }
8,622
sets the cadomainparameterinfos . concode_field_sep int caiIndex concode_elem_sep List<CAInfo> caiList concode_elem_sep int cadpiIndex concode_elem_sep List<CADomainParameterInfo> cadpiList concode_field_sep CADomainParameterInfo getCADomainParameterInfo concode_elem_sep void addCADomainParameterInfo concode_elem_sep v...
void function ( List < CADomainParameterInfo > arg0 ) { this . cadpiList = arg0 ; }
8,623
triggers a change in game state from menu to game , triggers graphicsmain to change its content pane concode_field_sep KeyboardListener kl concode_elem_sep int DEAD_STATE concode_elem_sep String msg2 concode_elem_sep boolean isNew concode_elem_sep int INFO_STATE concode_elem_sep Update update concode_elem_sep String ms...
void function ( ) { appState = GAME_STATE ; gMain . gameStart ( ) ; try { Main . main ( null ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
8,624
returns the reference to a new instance of filesystem created with different user name concode_field_sep ThreadLocal<Random> RANDOM concode_elem_sep Random SEED concode_elem_sep long seed concode_elem_sep int BLOCK_SIZE concode_elem_sep int NUM_BLOCKS concode_elem_sep int FILE_SIZE concode_elem_sep Log LOG concode_elem...
FileSystem function ( final Configuration arg0 ) { String loc0 = UserGroupInformation . getCurrentUser ( ) . getShortUserName ( ) + "srini_string" ; UserGroupInformation loc1 = UserGroupInformation . createUserForTesting ( loc0 , new String [ ] { "srini_string" } ) ; return DFSTestUtil . getFileSystemAs ( loc1 , arg0 )...
8,625
returns true if the given . java file contains a valid @author javadoc tag concode_field_sep PrintStream systemOut concode_elem_sep boolean setUpDone concode_elem_sep InputStream systemIn concode_elem_sep ByteArrayOutputStream out concode_field_sep String getCapturedOutput concode_elem_sep int checkCompleteOutput conco...
boolean function ( String arg0 ) { return checkAuthorship ( arg0 , null ) ; }
8,626
met a jour l'email de la personne . concode_field_sep String mp concode_elem_sep String dateNaissance concode_elem_sep String siteWeb concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String groupe concode_elem_sep String nom concode_elem_sep String prenom concode_elem_sep String email co...
void function ( String arg0 ) { this . email = arg0 ; }
8,627
send a string to all connected clients concode_field_sep int port concode_elem_sep boolean keepAlive concode_elem_sep CopyOnWriteArrayList<Client> clients concode_elem_sep Thread listenThread concode_elem_sep HashSet<ServerListener> listeners concode_elem_sep ServerSocket serverSocket concode_field_sep int getClientCou...
void function ( String arg0 ) { for ( Client loc0 : clients ) loc0 . send ( arg0 ) ; }
8,628
returns name of the user associated with the managedconnection instance concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getEISProductName
String function ( ) { log . finest ( "srini_string" ) ; return null ; }
8,629
the name of the pipeline . this is a user-specified value . pipeline names must be unique across all pipeline names under an amazon web services account . concode_field_sep String pipelineName concode_elem_sep StageContext stage concode_elem_sep ActionContext action concode_field_sep StageContext getStage concode_elem_...
void function ( String arg0 ) { this . pipelineName = arg0 ; }
8,630
add a factory for instantiating a node renderer done when rendering . this allows to override the rendering of node types or define rendering for custom node types . if multiple node renderers for the same node type are created , the one from the factory that was added first `` wins '' . this is how the rendering for c...
Builder function ( HtmlNodeRendererFactory arg0 ) { this . nodeRendererFactories . add ( arg0 ) ; return this ; }
8,631
for javadoc of icustomcode2 and itestexecutionservices interfaces , select ` help contents ' in the help menu and select ` extending rational performance tester functionality ' - > ` extending test execution with custom code ' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ITestExecutionServices arg0 , String [ ] arg1 ) { JOptionPane . showMessageDialog ( null , "srini_string" ) ; return null ; }
8,632
returns true if the loader is set to ignore consistency problems concode_field_sep Set<JRElementDataset> groupBoundDatasets concode_elem_sep Map<XmlGroupReference,XmlLoaderReportContext> groupReferences concode_elem_sep List<Exception> errors concode_elem_sep boolean ignoreConsistencyProblems concode_elem_sep LinkedLis...
boolean function ( ) { return ignoreConsistencyProblems ; }
8,633
stops the debug sessions and disconnects the send / receive managers concode_field_sep PacketReceiveManager packetReceiveManager concode_elem_sep PacketSendManager packetSendManager concode_field_sep EventPacket receiveEvent concode_elem_sep Response receiveResponse concode_elem_sep Request receiveRequest concode_elem_...
void function ( ) { packetReceiveManager . disconnect ( ) ; packetSendManager . disconnect ( ) ; }
8,634
see #sharetext activity , charsequence , charsequence , charsequence , charsequence , charsequence -- same , but uses default english labels . concode_field_sep String DEFAULT_TITLE concode_elem_sep String ALL_CODE_TYPES concode_elem_sep String DEFAULT_YES concode_elem_sep String ONE_D_CODE_TYPES concode_elem_sep Strin...
void function ( Activity arg0 , CharSequence arg1 ) { shareText ( arg0 , arg1 , DEFAULT_TITLE , DEFAULT_MESSAGE , DEFAULT_YES , DEFAULT_NO ) ; }
8,635
returns always the error severity . concode_field_sep String pluginID concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStat...
int function ( ) { return fSeverity ; }
8,636
sets the value of the for property . concode_field_sep String generalType concode_elem_sep String absoluteValue concode_elem_sep String rcc8Value concode_elem_sep String directionId concode_elem_sep String specificType concode_elem_sep String foR concode_elem_sep String qualitativeValue concode_elem_sep String pathId c...
void function ( String arg0 ) { this . foR = arg0 ; }
8,637
saves the states to disk . concode_field_sep long endTime concode_elem_sep List<StepEvent> events concode_elem_sep long startTime concode_elem_sep ProcessFlow processFlow concode_elem_sep Map<String,Status> statusMap concode_elem_sep File storeFile concode_elem_sep File logDir concode_field_sep void add concode_elem_se...
void function ( ) { try { PropertiesConfiguration loc0 = new PropertiesConfiguration ( storeFile ) ; events . forEach ( event -> loc0 . setProperty ( "srini_string" + event . time ( ) , event . toString ( ) ) ) ; loc0 . save ( ) ; } catch ( ConfigurationException loc0 ) { print ( "srini_string" , storeFile ) ; } }
8,638
finds the label attribute 's index concode_field_sep int CATEGORICAL_RANGE concode_field_sep Data randomData concode_elem_sep char[] randomTokens concode_elem_sep String randomDescriptor concode_elem_sep void writeDataToFile concode_elem_sep double[] randomVector concode_elem_sep double[][] randomDoubles concode_elem_s...
int function ( CharSequence arg0 ) { Attribute [ ] loc0 = DescriptorUtils . parseDescriptor ( arg0 ) ; return ArrayUtils . indexOf ( loc0 , Attribute . LABEL ) ; }
8,639
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
8,640
create new type-class pair . concode_field_sep Class<?> rawClass concode_elem_sep Type type concode_field_sep Class<?> rawClass concode_elem_sep Type type
ClassTypePair function ( Class < ? > arg0 , Type arg1 ) { return new ClassTypePair ( arg0 , arg1 ) ; }
8,641
for internal use only concode_field_sep ExitListener exitListener concode_elem_sep MonitoredProcess xServerProcess concode_elem_sep String displayName concode_elem_sep X11WindowManager wm concode_elem_sep int displayNum concode_elem_sep int minDisplayNum concode_elem_sep X11WindowManager.WindowTitleListener wtl concode...
void function ( ) { AppXrw . logger . severe ( "srini_string" + appInstanceName ) ; wm . removeExitListener ( this ) ; cleanup ( ) ; }
8,642
assert that each element of an array is equal to an expected value . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( T [ ] arg0 , T [ ] arg1 ) { assertEquals ( arg0 . length , arg1 . length , "srini_string" ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; ++ loc0 ) { assertEquals ( arg0 [ loc0 ] , arg1 [ loc0 ] , "srini_string" + loc0 + "srini_string" ) ; } }
8,643
sets the input text value . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void linkButtonListener concode_elem_sep void imageButtonListener concode_elem_sep String getClicked concode_elem_sep String getInputText concode_elem_sep void submitButtonListener
void function ( String arg0 ) { inputText = arg0 ; }
8,644
sets the value of the totalamount property . concode_field_sep BigDecimal totalAmount concode_elem_sep BigDecimal amount concode_elem_sep BigDecimal tax concode_elem_sep long serialVersionUID concode_field_sep BigDecimal getTotalAmount concode_elem_sep void setTax concode_elem_sep void setAmount concode_elem_sep BigDec...
void function ( BigDecimal arg0 ) { this . totalAmount = arg0 ; }
8,645
gets the value of the grandtotals property . concode_field_sep TendersDetails tendersDetails concode_elem_sep PrePurchasedCoupons prePurchasedCoupons concode_elem_sep ReceiptFeatures receiptFeatures concode_elem_sep Subscribers subscribers concode_elem_sep long serialVersionUID concode_elem_sep Signatures signatures co...
GrandTotals function ( ) { return grandTotals ; }
8,646
return the joda datetime object that corresponds to thistimestamp . concode_field_sep DateTime joda concode_elem_sep long microseconds concode_field_sep int hashCode concode_elem_sep Timestamp fromJoda concode_elem_sep Timestamp now concode_elem_sep Timestamp now concode_elem_sep Timestamp now concode_elem_sep boolean ...
DateTime function ( ) { return joda ; }
8,647
todo . . concode_field_sep char delimiter concode_elem_sep boolean fixedWidth concode_elem_sep char fillChar concode_elem_sep boolean ignoreValueDelimiter concode_elem_sep boolean ignoreDelimiter concode_elem_sep int fill concode_elem_sep int FILLNONE concode_elem_sep int FILLRIGHT concode_elem_sep int FILLLEFT concode...
boolean function ( Object arg0 ) { if ( arg0 == null && ! ( arg0 instanceof CSVConfig ) ) { return false ; } return super . equals ( arg0 ) ; }
8,648
returns the number of rows matching the dynamic query . concode_field_sep AppLocalService _appLocalService concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _appLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
8,649
sets the backing threadfactory for new threads created with thisthreadfactory . threads will be created by invoking #newthread runnable on this backing threadfactory . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler uncaughtExceptionHandler concode_elem_sep Integer priority concode_elem_sep S...
ThreadFactoryBuilder function ( ThreadFactory arg0 ) { this . backingThreadFactory = checkNotNull ( arg0 ) ; return this ; }
8,650
setnodedao concode_field_sep NodeDao m_nodeDao concode_field_sep Long getParentNode
void function ( final NodeDao arg0 ) { m_nodeDao = arg0 ; }
8,651
turns a long into hex octets . concode_field_sep char[] DIGITS concode_field_sep long parseLong concode_elem_sep short parseShort
Appendable function ( Appendable arg0 , long arg1 ) { return append ( arg0 , arg1 , 16 ) ; }
8,652
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
8,653
reads 8 bit integer from current buffer position , and then increments position . note : if structured reading is enabled , additional padding bytes may be skipped automatically . concode_field_sep int structIndex concode_elem_sep MemoryLayout memLayout concode_elem_sep DataType[] structure concode_elem_sep ByteBuffer ...
byte function ( ) { byte loc0 = bbuf . get ( ) ; skipPaddingBytesFor ( DataType . INT8 ) ; return loc0 ; }
8,654
undo the last state change . only possible if there are items in the undo history list . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep boolean isUndo concode_elem_sep void redo concode_elem_sep v...
void function ( ) { if ( isUndo ( ) ) { cursor = cursor - 1 ; Memento loc0 = mementoStateHistory . get ( cursor ) ; loc0 . restore ( ) ; } }
8,655
sets the layout id of this journal content search . concode_field_sep JournalContentSearch _journalContentSearch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_...
void function ( long arg0 ) { _journalContentSearch . setLayoutId ( arg0 ) ; }
8,656
creates the respond for the onbwdone message concode_field_sep byte END_OBJECT concode_elem_sep byte STRING concode_elem_sep byte NULL concode_elem_sep byte NUMBER concode_elem_sep byte OBJECT concode_field_sep byte[] netConnectionResult concode_elem_sep void newObject concode_elem_sep void addNumber concode_elem_sep b...
byte [ ] function ( ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; DataOutputStream loc1 = new DataOutputStream ( loc0 ) ; addString ( loc1 , "srini_string" , true ) ; addNumber ( loc1 , 0 ) ; addNULL ( loc1 ) ; return loc0 . toByteArray ( ) ; }
8,657
the url for the created sqs queue . concode_field_sep String queueUrl concode_field_sep CreateQueueResult withQueueUrl concode_elem_sep String getQueueUrl concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
void function ( String arg0 ) { this . queueUrl = arg0 ; }
8,658
called when the activity receives a new intent . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,Plugi...
void function ( Intent arg0 ) { for ( CordovaPlugin loc0 : this . pluginMap . values ( ) ) { loc0 . onNewIntent ( arg0 ) ; } }
8,659
adjusts a constraint in the range of 0 . .1 concode_field_sep double CENTIMETERS_PER_INCHES concode_elem_sep double screenCoordinatesPerCm concode_field_sep List<Element> nodeListTags concode_elem_sep Element nodeListTag concode_elem_sep Element nodeListTagIndexed concode_elem_sep double conversionFactor concode_elem_s...
mxPoint function ( mxPoint arg0 ) { arg0 . setX ( Math . max ( 0 , arg0 . getX ( ) ) ) ; arg0 . setY ( Math . max ( 0 , arg0 . getY ( ) ) ) ; arg0 . setX ( Math . min ( 1 , arg0 . getX ( ) ) ) ; arg0 . setY ( Math . min ( 1 , arg0 . getY ( ) ) ) ; return arg0 ; }
8,660
check if the server is a cloud foundry-based server concode_field_sep PlaceHolder placeHolder concode_field_sep List<CloudFoundryServer> getCloudServers concode_elem_sep boolean isCloudFoundryServerType concode_elem_sep CloudFoundryServer getCloudServer
boolean function ( IServer arg0 ) { if ( arg0 != null ) { return isCloudFoundryServerType ( arg0 . getServerType ( ) ) ; } return false ; }
8,661
this method notify observer if language changed , but not initialized . concode_field_sep String qualification concode_elem_sep LanguageObserver observer concode_elem_sep Role role concode_elem_sep String language concode_elem_sep int id concode_field_sep String getLanguage concode_elem_sep void setRole concode_elem_se...
void function ( String arg0 ) { if ( arg0 != null ) { if ( ! arg0 . equals ( language ) ) { observer . handle ( new LanguageEvent ( this ) ) ; } } }
8,662
the maximum number of locks at any one time . note that if there is more than one partition , this is the sum of the maximum across all partitions . concode_field_sep int st_objectsteals concode_elem_sep int st_hash_len concode_elem_sep int st_cur_maxid concode_elem_sep int st_maxobjects concode_elem_sep int st_maxlste...
int function ( ) { return st_maxnlocks ; }
8,663
sets the value of the unit property . concode_field_sep String unit concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal value concode_field_sep BigDecimal getValue concode_elem_sep void setValue concode_elem_sep String getUnit
void function ( String arg0 ) { this . unit = arg0 ; }
8,664
returns the character at position pos from the matched text . it is equivalent to yytext . charat pos , but faster concode_field_sep int ZZ_NO_MATCH concode_elem_sep String[] ZZ_ERROR_MSG concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_...
char function ( int arg0 ) { return zzBuffer . charAt ( zzStartRead + arg0 ) ; }
8,665
shuffles the collection of cards in this object . concode_field_sep String MSG_DECK_EMPTY concode_elem_sep int count concode_elem_sep String handNotation concode_elem_sep String pokerNotation concode_elem_sep String wikiSyntax concode_elem_sep List<Card> deck concode_field_sep Card drawTopCard concode_elem_sep String g...
String function ( ) { return getHandNotation ( ) ; }
8,666
get the atlas height . concode_field_sep float mHeight concode_elem_sep float mWidth concode_elem_sep Bitmap[] mPages concode_elem_sep boolean mUsesCompression concode_elem_sep Tile[] mTiles concode_field_sep void setPages concode_elem_sep boolean getUsesCompression concode_elem_sep float getWidth concode_elem_sep Bitm...
float function ( ) { return mHeight ; }
8,667
sets the country/region of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_s...
void function ( java . lang . String arg0 ) { _location . setCountry ( arg0 ) ; }
8,668
converts a time date value into a string . concode_field_sep PlaceHolder placeHolder concode_field_sep java.util.Date parseDateTime concode_elem_sep java.util.Date parseDate concode_elem_sep String printDate concode_elem_sep String printDateTime concode_elem_sep java.util.Date parseTime
String function ( final java . util . Date arg0 ) { final Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; return javax . xml . bind . DatatypeConverter . printTime ( loc0 ) ; }
8,669
gets a hexadecimal stringbuffer representation of this object 's data , which is converted to hexadecimal form . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_s...
StringBuilder function ( ) { return stringToHex ( stringData ) ; }
8,670
set the name this texture is stored against in the cache concode_field_sep int texWidth concode_elem_sep float widthRatio concode_elem_sep SGL GL concode_elem_sep Texture lastBind concode_elem_sep ByteBuffer textureBuffer concode_elem_sep int textureID concode_elem_sep int texHeight concode_elem_sep int srcPixelFormat ...
void function ( String arg0 ) { this . cacheName = arg0 ; }
8,671
sends additional info that might be useful for statistics generation , including information about channel and device type . this string is partially sanitized for dashboard viewing and because people randomly set these strings when building their own custom android roms . concode_field_sep Context mApplicationContext ...
String function ( ) { String loc0 = StringSanitizer . sanitize ( BuildInfo . getPackageLabel ( mApplicationContext ) ) ; String loc1 = StringSanitizer . sanitize ( Build . BRAND ) ; String loc2 = StringSanitizer . sanitize ( Build . MODEL ) ; return loc0 + "srini_string" + loc1 + "srini_string" + loc2 ; }
8,672
does nothing , not used concode_field_sep PlaceHolder placeHolder concode_field_sep boolean loadLibrary concode_elem_sep void save concode_elem_sep void open
void function ( ) { }
8,673
returns the number of shopping carts . concode_field_sep ServiceTracker<ShoppingCartLocalService,ShoppingCartLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao...
int function ( ) { return getService ( ) . getShoppingCartsCount ( ) ; }
8,674
sets the name . concode_field_sep Integer updateInterval concode_elem_sep String language concode_elem_sep String locationId concode_elem_sep Double latitude concode_elem_sep String name concode_elem_sep ProviderName providerName concode_elem_sep Double longitude concode_field_sep void setProviderName concode_elem_sep ...
void function ( String arg0 ) { this . name = arg0 ; }
8,675
load score screen . concode_field_sep Level10Resource _level10Resource concode_elem_sep ScoreSceneResource _scoreSceneResource concode_elem_sep Level11Resource _level11Resource concode_elem_sep MainMenuSceneResource _mainMenuSceneResource concode_elem_sep Level09Resource _level09Resource concode_elem_sep ResourcesManag...
void function ( ) { _scoreSceneResource = new ScoreSceneResource ( ) ; _scoreSceneResource . load ( ) ; }
8,676
a shortcut for calling #setidgenerator org.springframework.util.idgenerator with an id generation strategy to disable id generation completely . concode_field_sep IdGenerator idGenerator concode_elem_sep IdGenerator ID_VALUE_NONE_GENERATOR concode_elem_sep boolean enableTimestamp concode_field_sep IdGenerator getIdGene...
void function ( ) { this . idGenerator = ID_VALUE_NONE_GENERATOR ; }
8,677
add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void addErrorMessage conco...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
8,678
returns the length of the array . concode_field_sep AtomicLongArray longs concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep void writeObject concode_elem_sep double get concode_elem_sep void lazySet concod...
int function ( ) { return longs . length ( ) ; }
8,679
sets the profile for validating the signer certificate . concode_field_sep PKIProfile certificateValidationProfile concode_elem_sep boolean checkSecurityLayerManifest concode_elem_sep boolean permitFileURIs concode_elem_sep List transformationSupplements concode_elem_sep boolean includeReferenceInputData concode_elem_s...
void function ( PKIProfile arg0 ) { this . certificateValidationProfile = arg0 ; }
8,680
determines whether a paired of samrecord matches this filter concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( final SAMRecord arg0 , final SAMRecord arg1 ) { return ( filterOut ( arg0 ) || filterOut ( arg1 ) ) ; }
8,681
obtains a class file by getresourceasstream . concode_field_sep Class thisClass concode_field_sep URL find concode_elem_sep String toString concode_elem_sep void close
InputStream function ( String arg0 ) { String loc0 = "srini_string" + arg0 . replace ( '.' , '/' ) + "srini_string" ; return thisClass . getResourceAsStream ( loc0 ) ; }
8,682
add to the most recent list . concode_field_sep int MAX_HISTORY concode_elem_sep ArrayList recent concode_elem_sep int count concode_elem_sep Entry[] list concode_elem_sep String uri concode_elem_sep int current concode_field_sep Entry[] recentList concode_elem_sep boolean isBackEnabled concode_elem_sep boolean isUpEna...
void function ( Entry arg0 ) { int loc0 = recentIndexOf ( arg0 . uri ) ; if ( loc0 < 0 ) { if ( recent . size ( ) >= MAX_HISTORY ) recent . remove ( recent . size ( ) - 1 ) ; } else { recent . remove ( loc0 ) ; } recent . add ( 0 , arg0 ) ; }
8,683
returns a string representation of the network location where a remote endpoint can get the class-definition of the given class . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> loadClass concode_elem_sep Class<?> loadClass concode_elem_sep Class<?> loadClass concode_elem_sep Class<?> loadClass con...
String function ( Class < ? > arg0 ) { RMIClassLoaderSpi loc0 = getProviderInstance ( ) ; if ( loc0 == null ) loc0 = getDefaultProviderInstance ( ) ; return loc0 . getClassAnnotation ( arg0 ) ; }
8,684
increment the pending message count in a slot concode_field_sep boolean isAnOverlappingSlot concode_elem_sep long messageCount concode_elem_sep List<SlotState> slotStates concode_elem_sep String destinationOfMessagesInSlot concode_elem_sep String storageQueueName concode_elem_sep AtomicInteger pendingMessageCount conco...
void function ( int arg0 ) { pendingMessageCount . addAndGet ( arg0 ) ; }
8,685
sets endpc of the n-th entry . concode_field_sep ArrayList entries concode_elem_sep ConstPool constPool concode_elem_sep int catchType concode_elem_sep int endPc concode_elem_sep int startPc concode_elem_sep int handlerPc concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep vo...
void function ( int arg0 , int arg1 ) { ExceptionTableEntry loc0 = ( ExceptionTableEntry ) entries . get ( arg0 ) ; loc0 . endPc = arg1 ; }
8,686
is there the entire assessment on one page ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean unlimi...
void function ( boolean arg0 ) { this . formatByAssessment = arg0 ; }
8,687
lengthsquared calculates the squared value of the magnitude of the vector . concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep float length concode_elem_sep Vector3f divide
float function ( ) { return x * x + y * y + z * z ; }
8,688
sets the primary key of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMo...
void function ( long arg0 ) { _mbThreadFlag . setPrimaryKey ( arg0 ) ; }
8,689
defines a field in the index , including its name , type , and the source of its data . the indexfieldtype indicates which of the options will be present . it is invalid to specify options for a type other than the indexfieldtype . returns a reference to this object so that method calls can be chained together . concod...
IndexFieldStatus function ( IndexField arg0 ) { this . options = arg0 ; return this ; }
8,690
sets the value of the mobilenumber property . concode_field_sep BigDecimal upgradeOrderFee concode_elem_sep XMLGregorianCalendar fullUpgradeEligibilityDate concode_elem_sep String mobileNumber concode_elem_sep Boolean upgradePromotionsAvailable concode_elem_sep List<Integer> eligibleTerm concode_elem_sep long serialVer...
void function ( String arg0 ) { this . mobileNumber = arg0 ; }
8,691
set an effect listener . some effects may report state changes back to the host , if a listener is set . consult the individual effect documentation for more details . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void apply concode_elem_sep void release concode_elem_sep vo...
void function ( EffectUpdateListener arg0 ) { }
8,692
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
8,693
inserts new entries into the sequence at the start position . there are length new entries each having the specified value . concode_field_sep int[] sizes concode_field_sep void setSizes concode_elem_sep int getSize concode_elem_sep void setSize concode_elem_sep int getPosition concode_elem_sep int getIndex concode_ele...
void function ( int arg0 , int arg1 , int arg2 ) { int [ ] loc0 = new int [ sizes . arg1 + arg1 ] ; System . arraycopy ( sizes , 0 , loc0 , 0 , arg0 ) ; for ( int loc1 = arg0 ; loc1 < arg0 + arg1 ; loc1 ++ ) loc0 [ loc1 ] = arg2 ; System . arraycopy ( sizes , arg0 , loc0 , arg0 + arg1 , sizes . arg1 - arg0 ) ; sizes = ...
8,694
it checks whether the specified character is choseong . concode_field_sep int ENCODING_UNICODE concode_elem_sep char[] JONGSEONG_LIST concode_elem_sep int JAMO_JONGSEONG concode_elem_sep int ENCODING_TRIPLE concode_elem_sep char HANGUL_FILLER concode_elem_sep byte[] CHOSEONG_LIST_REV concode_elem_sep byte[] JONGSEONG_L...
boolean function ( char arg0 ) { if ( arg0 >= 0x1100 && arg0 <= 0x1112 ) { return true ; } else { return false ; } }
8,695
returns the standalone arguments concode_field_sep String stMandatory concode_elem_sep String stOptional concode_elem_sep String[] aArgs concode_elem_sep String stOptions concode_elem_sep int iOptional concode_elem_sep int iUnknown concode_elem_sep int iMandatory concode_elem_sep String[] aOptions concode_elem_sep Vect...
String [ ] function ( ) { String [ ] loc0 = new String [ vArgs . size ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] = vArgs . get ( loc1 ) ; return loc0 ; }
8,696
get the access token . concode_field_sep byte[] accessTokenSecret concode_elem_sep String token concode_field_sep String getAccessTokenSecret concode_elem_sep byte[] getAccessTokenSecretAsByteArray concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return token ; }
8,697
get the extension with this alias . concode_field_sep Hashtable<String,Extension> map concode_elem_sep boolean unsupportedCritExt concode_elem_sep Class[] PARAMS concode_field_sep void encode concode_elem_sep void init concode_elem_sep void parseExtension concode_elem_sep void set concode_elem_sep Collection<Extension>...
Extension function ( String arg0 ) { X509AttributeName loc0 = new X509AttributeName ( arg0 ) ; String loc1 ; String loc2 = loc0 . getPrefix ( ) ; if ( loc2 . equalsIgnoreCase ( X509CertImpl . NAME ) ) { int loc3 = arg0 . lastIndexOf ( "srini_string" ) ; loc1 = arg0 . substring ( loc3 + 1 ) ; } else loc1 = arg0 ; return...
8,698
converts millipoints mpt to pixels px concode_field_sep float IN2CM concode_elem_sep int IN2PT concode_elem_sep float IN2MM concode_field_sep AffineTransform mptToPt concode_elem_sep double pt2mm concode_elem_sep double mm2pt concode_elem_sep double mm2in concode_elem_sep double mpt2in concode_elem_sep double mm2mpt co...
double function ( double arg0 , int arg1 ) { return org . apache . xmlgraphics . util . UnitConv . mpt2px ( arg0 , arg1 ) ; }
8,699
sets the value of the horizontaldpi property . concode_field_sep Boolean usePrinterDefaults concode_elem_sep Object parent concode_elem_sep STOrientation orientation concode_elem_sep Long verticalDpi concode_elem_sep Boolean blackAndWhite concode_elem_sep Long paperSize concode_elem_sep Long firstPageNumber concode_ele...
void function ( Long arg0 ) { this . horizontalDpi = arg0 ; }