idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
18,800
this method resets the outgoing events . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setX concode_el...
void function ( ) { }
18,801
event handler for the east border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend...
void function ( ValueChangeEvent arg0 ) { setRenderEast ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
18,802
gwt editor contract methods concode_field_sep ValueBoxEditor<Character> quoteChar concode_elem_sep ValueBoxEditor<Character> escapeChar concode_elem_sep View view concode_elem_sep ValueBoxEditor<String> numberPattern concode_elem_sep ValueBoxEditor<String> datePattern concode_elem_sep FileUploadEditor filePath concode_...
ValueBoxEditor < String > function ( ) { return fileURL ; }
18,803
create a new missing 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 range co...
MissingAggregationBuilder function ( String arg0 ) { return new MissingAggregationBuilder ( arg0 , null ) ; }
18,804
send a json message for a script event concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep LinkedList frames concode_elem_sep Long contextId concode_elem_sep StackFrame stepFrame concode_elem_sep int STEP_IN concode_elem_sep Long threadId concode_elem_sep int STEP_CONTINUE concode_elem_sep int STEP_NEXT conco...
boolean function ( ScriptSource arg0 ) { EventPacket loc0 = new EventPacket ( JSONConstants . SCRIPT ) ; Map loc1 = loc0 . getBody ( ) ; loc1 . put ( JSONConstants . THREAD_ID , threadId ) ; loc1 . put ( JSONConstants . CONTEXT_ID , contextId ) ; loc1 . put ( JSONConstants . SCRIPT_ID , arg0 . getId ( ) ) ; return debu...
18,805
returns the number of empty squares starting from a1 . for example if this has occupied squares c2 and h5 , then since a1-h1 , a2 , and b2 are empty , the result would be 10 . if a1 is occupied the result is 0 . concode_field_sep long data concode_field_sep Bitboard bitboardFromFile concode_elem_sep void updateUnion co...
int function ( ) { return Long . numberOfTrailingZeros ( this . data ) ; }
18,806
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 ; }
18,807
set the parameters of the function type with a specially-formatted node . concode_field_sep String name concode_elem_sep Node sourceNode concode_elem_sep JSTypeRegistry registry concode_elem_sep boolean isNativeType concode_elem_sep boolean inferredReturnType concode_elem_sep JSType returnType concode_elem_sep boolean ...
FunctionBuilder function ( Node arg0 ) { this . parametersNode = arg0 ; return this ; }
18,808
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.marketo.www.mktows.LeadKey leadKey concode_field_sep com.marketo.www.mktows.LeadKey getLeadKey concode_elem_sep org.apache.axi...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
18,809
returns a renderedimage that contains the decoded contents of the seekablestream associated with this imagedecoder . only the first page of a multi-page image is decoded . concode_field_sep SeekableStream input concode_elem_sep ImageDecodeParam param concode_field_sep ImageDecodeParam getParam concode_elem_sep void set...
RenderedImage function ( ) { return decodeAsRenderedImage ( 0 ) ; }
18,810
get the message in current locale with subsytem : id prefix . concode_field_sep Object[] args concode_elem_sep String FORMAT_PREFIX concode_elem_sep Level level concode_elem_sep Logger logger concode_elem_sep Throwable thrown concode_elem_sep String id concode_field_sep String getMessageBody concode_elem_sep String get...
String function ( ) { return getMessage ( true , true ) ; }
18,811
get a particular value from the sideeffects of the traverser . concode_field_sep String HALT concode_field_sep Admin<T> asAdmin concode_elem_sep S sack concode_elem_sep void sack concode_elem_sep void set concode_elem_sep void setFuture concode_elem_sep boolean isHalted concode_elem_sep void resetLoops concode_elem_sep...
A function ( final String arg0 ) { return this . sideEffects ( ) . get ( arg0 ) ; }
18,812
get the item . concode_field_sep List<Item> items concode_elem_sep String orderid concode_elem_sep String person concode_elem_sep ShipTo shipto concode_field_sep String getPerson concode_elem_sep void addItem concode_elem_sep void removeItem concode_elem_sep Item removeItem concode_elem_sep ShipTo getShipto concode_ele...
List < Item > function ( ) { return items ; }
18,813
returns the notes username e.g. to be used for evaluating @usernameslist concode_field_sep Document m_documentContextAsLegacyDoc concode_elem_sep Writer m_stdOut concode_elem_sep boolean m_reopenDbAsSigner concode_elem_sep NotesNote m_documentContextAsNote concode_elem_sep List<String> m_userNameAsStringList concode_el...
String function ( ) { return m_userName ; }
18,814
salesforce account password concode_field_sep String password concode_elem_sep String clientId concode_elem_sep boolean lazyLogin concode_elem_sep String loginUrl concode_elem_sep String DEFAULT_LOGIN_URL concode_elem_sep String clientSecret concode_elem_sep String userName concode_field_sep void setClientSecret concod...
void function ( String arg0 ) { this . password = arg0 ; }
18,815
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 ; }
18,816
removes a notification from a given type . concode_field_sep Map<NotificationType,List<String>> mTypeToMessageMap concode_field_sep List<String> getNotificationsForType concode_elem_sep String getFormattedSummary concode_elem_sep String getStringForResourceId concode_elem_sep boolean removeNotificationsForType concode_...
boolean function ( NotificationType arg0 , String arg1 ) { return getNotificationsForType ( arg0 ) . remove ( arg1 ) ; }
18,817
gets the value of the formaturi property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String pid concode_elem_sep boolean versionable concode_elem_sep String mimeType concode_elem_sep String dsLabel concode_elem_sep String formatURI concode_el...
String function ( ) { return formatURI ; }
18,818
get icon path concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName concode_elem_sep String...
String function ( ) { return iconPath ; }
18,819
returns the error handler instance that stores the errors and warnings found . concode_field_sep Log LOG concode_elem_sep CmsXmlContentErrorHandler m_errorHandler concode_elem_sep CmsObject m_cms concode_field_sep void visit
CmsXmlContentErrorHandler function ( ) { return m_errorHandler ; }
18,820
starts the background initialization . with this method the initializer becomes active and invokes the #initialize method in abackground task . a backgroundinitializer can be started exactlyonce . the return value of this method determines whether the start was successful : only the first invocation of this method retu...
boolean function ( ) { if ( ! isStarted ( ) ) { ExecutorService loc0 ; executor = getExternalExecutor ( ) ; if ( executor == null ) { executor = loc0 = createExecutor ( ) ; } else { loc0 = null ; } future = executor . submit ( createTask ( loc0 ) ) ; return true ; } return false ; }
18,821
set this to include an optional encoding/decoding handler concode_field_sep RequestStorage requestStorage concode_elem_sep EntityBroker entityBroker concode_elem_sep String USER_BASE concode_elem_sep EntityBrokerManager entityBrokerManager concode_elem_sep Map<String,Transcoder> transcoders concode_elem_sep String CURR...
void function ( EntityRESTProvider arg0 ) { if ( arg0 != null ) { this . entityRESTProviderWeak = new WeakReference < EntityRESTProvider > ( arg0 ) ; } else { this . entityRESTProviderWeak = null ; } }
18,822
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encoding.Serializer getSerializer concode_ele...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
18,823
sets the raw message . when this record is formatted by a logger that has a localization resource bundle that contains an entry for message , then the raw message is replaced with its localized version . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId con...
void function ( String arg0 ) { this . message = arg0 ; }
18,824
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 ( Table arg0 , Object arg1 [ ] ) { if ( ! bAutoCommit ) { Transaction loc0 = new Transaction ( false , arg0 , arg1 ) ; tTransaction . addElement ( loc0 ) ; } }
18,825
send a message to all plugins . 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,PluginEntry> entryMap ...
Object function ( String arg0 , Object arg1 ) { Object loc0 = this . ctx . onMessage ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } for ( CordovaPlugin loc1 : this . pluginMap . values ( ) ) { loc0 = loc1 . onMessage ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } } return null ; }
18,826
returns true if any required field is missing . jaxb does not enforce required = true without a given xml schema . since we do most of our validation using the data class constructors , the only extra logic we need is to ensure that every xml element in the document is present . jaxb sets missing elements as null , so ...
boolean function ( ) { return Utils . isAnyNull ( tagName ) ; }
18,827
defines the component that should be drawn . concode_field_sep Rectangle2D area concode_elem_sep Log logger concode_elem_sep Graphics2D graphics concode_elem_sep JPanel contentPane concode_elem_sep Dimension retval concode_elem_sep boolean allowOwnPeer concode_elem_sep Component component concode_elem_sep PainterRunnab...
void function ( final Component arg0 ) { this . component = arg0 ; prepareComponent ( arg0 ) ; }
18,828
gets the metadata information for this connection 's underlying eis resource manager instance . concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep PrintWriter logWriter concode_elem_sep Object connection concode_elem_sep Logger log concode_...
ManagedConnectionMetaData function ( ) { return new HelloWorldManagedConnectionMetaData ( ) ; }
18,829
all the registered build choosers that are applicable to the specified item . concode_field_sep GitSCM gitSCM concode_elem_sep long serialVersionUID concode_field_sep Collection<Revision> getCandidateRevisions concode_elem_sep Collection<Revision> getCandidateRevisions concode_elem_sep Collection<Revision> getCandidate...
List < BuildChooserDescriptor > function ( Item arg0 ) { List < BuildChooserDescriptor > loc0 = new ArrayList < BuildChooserDescriptor > ( ) ; for ( BuildChooserDescriptor loc1 : all ( ) ) { if ( loc1 . isApplicable ( arg0 . getClass ( ) ) ) loc0 . add ( loc1 ) ; } return loc0 ; }
18,830
shorthand that returns string.format s , args . concode_field_sep PlaceHolder placeHolder concode_field_sep Pattern mkPatn concode_elem_sep DBException error
String function ( String arg0 , Object ... arg1 ) { return String . format ( arg0 , arg1 ) ; }
18,831
gets property ldrid . concode_field_sep byte[] resTopicBytes concode_elem_sep Collection<UUID> nodeIds concode_elem_sep Object resTopic concode_elem_sep IgniteUuid ldrId concode_elem_sep long serialVersionUID concode_elem_sep boolean isUndeploy concode_elem_sep String rsrcName concode_field_sep Collection<UUID> nodeIds...
IgniteUuid function ( ) { return ldrId ; }
18,832
rename the file . concode_field_sep String PROXY_TYPE_HTTP concode_elem_sep ChannelSftp c concode_elem_sep String PREFERRED_AUTH_CONFIG_NAME concode_elem_sep String SOCKS5_DEFAULT_PORT concode_elem_sep String PREFERRED_AUTH_DEFAULT concode_elem_sep String COMPRESSION_S2C concode_elem_sep int serverPort concode_elem_sep...
void function ( String arg0 , String arg1 ) { try { c . rename ( arg0 , arg1 ) ; } catch ( SftpException loc0 ) { throw new KettleJobException ( loc0 ) ; } }
18,833
returns the querytype with the specified integer value . concode_field_sep QueryType POSITION concode_elem_sep QueryType SEGMENT concode_elem_sep QueryType JITTER concode_elem_sep QueryType SEEKING concode_elem_sep QueryType DURATION concode_elem_sep QueryType CONVERT concode_elem_sep API gst concode_elem_sep QueryType...
QueryType function ( int arg0 ) { if ( arg0 >= 0 && arg0 < cache . size ( ) ) { return cache . get ( arg0 ) ; } return new QueryType ( arg0 ) ; }
18,834
is my byte array a bundle ? concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep int lengthOfCurrentString concode_elem_sep OSCMessageOut convertMessage concode_elem_sep String readString concode_elem_sep char[] readTypes concode_elem_sep Object readInteg...
boolean function ( ) { String loc0 = new String ( bytes , 0 , 7 ) ; return loc0 . startsWith ( "srini_string" ) ; }
18,835
allows retrieving of component 's additional data concode_field_sep String name concode_elem_sep HashMap<String,Object> cmpData concode_elem_sep String cls concode_elem_sep String title concode_elem_sep String version concode_field_sep Element toElement concode_elem_sep String getName concode_elem_sep String getCompone...
HashMap < String , Object > function ( ) { return cmpData ; }
18,836
returns the numeric comparator concode_field_sep SGNode node concode_elem_sep int comparator concode_field_sep SGNode getValue concode_elem_sep String realise concode_elem_sep String realise concode_elem_sep void setComparator concode_elem_sep String getPresentationRealisation concode_elem_sep void setValue concode_ele...
int function ( ) { return comparator ; }
18,837
send a debug log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void setLogLevel concode_elem_sep void e concod...
void function ( String arg0 , String arg1 ) { if ( sLevel > LEVEL_DEBUG ) { return ; } Log . d ( arg0 , arg1 ) ; }
18,838
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
18,839
stops generating random data . concode_field_sep AtomicBoolean threadRunning concode_elem_sep int updateInterval concode_elem_sep ISubscriptionMachineAdapter adapter concode_elem_sep String name concode_elem_sep List<IDataSubscriptionListener> listeners concode_elem_sep UUID uuid concode_field_sep int getUpdateInterval...
void function ( ) { if ( this . threadRunning . get ( ) ) { this . threadRunning . set ( false ) ; for ( IDataSubscriptionListener loc0 : this . listeners ) { loc0 . onSubscriptionDelete ( this . adapter , this . uuid ) ; } } }
18,840
returns the port of the origin server ; typically 80 or 443 . unlike may getport accessors , this method never returns -1 . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVer...
int function ( ) { return uriPort ; }
18,841
returns the color manager which is used to manage any java-specific colors needed for such things like syntax highlighting . clients which are only interested in the color manager of the javascript ui plug-in should use org.eclipse.wst.jsdt.ui.javascriptui #getcolormanager . concode_field_sep String[] LEGAL_CONTENT_TYP...
IColorManager function ( ) { return fColorManager ; }
18,842
adds any mailboxes represented by this address into the given arraylist . note that this method has default package access , so a doaddmailboxesto method is needed to allow the behavior to be overridden by subclasses . concode_field_sep PlaceHolder placeHolder concode_field_sep void doAddMailboxesTo
void function ( ArrayList arg0 ) { doAddMailboxesTo ( arg0 ) ; }
18,843
resets the stopwatch . stops it if need be . this method clears the internal values to allow the object to be reused . concode_field_sep long NANO_2_MILLIS concode_elem_sep State runningState concode_elem_sep long startTimeMillis concode_elem_sep long startTime concode_elem_sep long stopTime concode_elem_sep SplitState...
void function ( ) { this . runningState = State . UNSTARTED ; this . splitState = SplitState . UNSPLIT ; }
18,844
the column whose value is used to differentiate between different physical shards . concode_field_sep String database concode_elem_sep String column concode_elem_sep String table concode_field_sep String getDatabase concode_elem_sep String getTable
String function ( ) { return this . column ; }
18,845
visits `` public '' package of module . concode_field_sep IResourcesProvider m_resourcesProvider concode_field_sep boolean visitModule concode_elem_sep IResourcesProvider getResourcesProvider concode_elem_sep void visitSourcePackage concode_elem_sep void visitSourcePackage concode_elem_sep void endVisitModule concode_e...
void function ( ModuleElement arg0 , String arg1 ) { }
18,846
obtains the clipboard support object that i rely on to make decisions about copy/paste semantics . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void cat...
IClipboardSupport function ( ) { return clipboardSupport ; }
18,847
sets the value of the name property . concode_field_sep JavaIdentifier name concode_elem_sep FacesConfigFlowDefinitionParameterValue value concode_field_sep FacesConfigFlowDefinitionParameterValue getValue concode_elem_sep JavaIdentifier getName concode_elem_sep void setValue
void function ( final JavaIdentifier arg0 ) { this . name = arg0 ; }
18,848
return a localized , comma-separated string representing all states in the set . this is in arbitrary order . concode_field_sep Vector states concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep void addAll concode_elem_sep void clear concode_elem_sep AccessibleState[] toArray concode_elem_s...
String function ( ) { int loc0 = states . size ( ) ; if ( loc0 == 0 ) return "srini_string" ; StringBuffer loc1 = new StringBuffer ( loc0 * 10 ) ; while ( -- loc0 >= 0 ) loc1 . append ( states . get ( loc0 ) ) . append ( ',' ) ; return loc1 . substring ( 0 , loc1 . length ( ) - 1 ) ; }
18,849
sets the value of the lineitemname property . concode_field_sep String notes concode_elem_sep DeliveryRateType deliveryRateType concode_elem_sep String lineItemName concode_elem_sep CreativeRotationType creativeRotationType concode_elem_sep Boolean isDefault concode_elem_sep LineItemType lineItemType concode_elem_sep S...
void function ( String arg0 ) { this . lineItemName = arg0 ; }
18,850
verify that the power distribution channel number is within limits . channel numbers are 1-based . concode_field_sep int kSystemClockTicksPerMicrosecond concode_elem_sep int kAnalogOutputChannels concode_elem_sep int m_defaultSolenoidModule concode_elem_sep int kDigitalChannels concode_elem_sep int kPDPChannels concode...
void function ( final int arg0 ) { if ( arg0 < 0 || arg0 >= kPDPChannels ) { throw new IndexOutOfBoundsException ( "srini_string" ) ; } }
18,851
retrieve a particular factory as identified by name from a list of named factories . returns the first match . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep T create concode_elem_sep T create concode_elem_sep List<String> getNames
Named < T > function ( List < Named < T >> arg0 , String arg1 ) { if ( arg0 != null ) { for ( Named < T > loc0 : arg0 ) if ( loc0 . getName ( ) . equals ( arg1 ) ) return loc0 ; } return null ; }
18,852
use older android apis to put data in the same relative directory location as the 2.2 api . when device upgrades to 2.2 , data will auto-delete with app uninstall . concode_field_sep StringBuilder sStoragePath concode_elem_sep String ALTERNATE_SDCARD_MOUNTS[] concode_elem_sep String EXT_STORAGE_ROOT_PREFIX concode_elem...
File function ( Context arg0 , File arg1 , String arg2 ) { sStoragePath . setLength ( 0 ) ; sStoragePath . append ( EXT_STORAGE_ROOT_PREFIX ) ; sStoragePath . append ( arg0 . getPackageName ( ) ) ; sStoragePath . append ( EXT_STORAGE_ROOT_SUFFIX ) ; sStoragePath . append ( arg2 ) ; return new File ( arg1 , sStoragePath...
18,853
get the model name in source concode_field_sep String modelDescription concode_elem_sep String modelName concode_elem_sep String modelNameInSource concode_elem_sep String modelSubType concode_elem_sep String extensionPackage concode_elem_sep String modelType concode_elem_sep String locationPath concode_field_sep String...
String function ( ) { return modelNameInSource ; }
18,854
this method is needed because of the dynamic nature of constructing enum resolvers . concode_field_sep Class<Enum<?>> _enumClass concode_elem_sep HashMap<String,Enum<?>> _enumsById concode_elem_sep long serialVersionUID concode_elem_sep Enum<?>[] _enums concode_field_sep CompactStringObjectMap constructLookup concode_e...
EnumResolver function ( Class < ? > arg0 , AnnotationIntrospector arg1 ) { Class < Enum < ? >> loc0 = ( Class < Enum < ? >> ) arg0 ; return constructFor ( loc0 , arg1 ) ; }
18,855
returns the memory mode , memorymode #on_heap or memorymode #off_heap . concode_field_sep MemoryMode mode concode_elem_sep TaskMemoryManager taskMemoryManager concode_elem_sep long pageSize concode_elem_sep long used concode_field_sep long getUsed concode_elem_sep void spill concode_elem_sep long spill concode_elem_sep...
MemoryMode function ( ) { return mode ; }
18,856
sets chm directory listing entry list concode_field_sep List<DirectoryListingEntry> dlel concode_elem_sep boolean isNotControlDataFound concode_elem_sep long dataOffset concode_elem_sep byte[] data concode_elem_sep ChmPmglHeader PMGLheader concode_elem_sep int resetTableIndex concode_elem_sep int placeHolder concode_el...
void function ( List < DirectoryListingEntry > arg0 ) { this . dlel = arg0 ; }
18,857
computes the optimal k number of hashes per item inserted in bloom filter , given the expected insertions and total number of bits in the bloom filter . see http://en.wikipedia.org/wiki/file:bloom_filter_fp_probability.svg for the formula . concode_field_sep double DEFAULT_FPP concode_elem_sep int versionNumber concode...
int function ( long arg0 , long arg1 ) { return Math . max ( 1 , ( int ) Math . round ( ( double ) arg1 / arg0 * Math . log ( 2 ) ) ) ; }
18,858
look up the value of the constant with the given name . concode_field_sep Hashtable _table concode_elem_sep TreeMap _types concode_field_sep void add concode_elem_sep void _putProperty concode_elem_sep TreeMap types concode_elem_sep RecordToken constants concode_elem_sep void remove
ptolemy . data . Token function ( String arg0 ) { return ( ptolemy . data . Token ) _table . get ( arg0 ) ; }
18,859
this is called during the activation of a message endpoint . concode_field_sep ModeShapeEngine engine concode_elem_sep XAResource[] xaResources concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_field_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation conco...
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { }
18,860
returns the item 's status concode_field_sep int mAddedBy concode_elem_sep String mItemName concode_elem_sep double mAskingPrice concode_elem_sep String mStatus concode_elem_sep int mSeller concode_elem_sep String mTrackingNum concode_elem_sep String mCategory concode_elem_sep String mDescription concode_elem_sep Compa...
String function ( ) { return mStatus ; }
18,861
returns compiled source in jsonml format . concode_field_sep String COMPILATION_ALREADY_COMPLETED_MSG concode_elem_sep JsonMLAst sourceAst concode_elem_sep boolean success concode_elem_sep JsonMLError[] warnings concode_elem_sep CompilerOptions options concode_elem_sep Report report concode_elem_sep String COMPILATION_...
JsonML function ( ) { Preconditions . checkState ( report != null , COMPILATION_UNCOMPLETED_MSG ) ; Preconditions . checkState ( report . success , COMPILATION_UNSUCCESSFUL_MSG ) ; return sourceAst . convertToJsonML ( ) ; }
18,862
called after a workspace is deleted successfully . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<WorkspaceListener> all concode_elem_sep void beforeUse
void function ( AbstractProject arg0 ) { }
18,863
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...
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 ; }
18,864
sets the value of the subjectconfirmation property . concode_field_sep SubjectConfirmationType subjectConfirmation concode_elem_sep NameIDType nameID concode_field_sep void setNameID concode_elem_sep NameIDType getNameID concode_elem_sep SubjectConfirmationType getSubjectConfirmation
void function ( SubjectConfirmationType arg0 ) { this . subjectConfirmation = arg0 ; }
18,865
change the size to the new size in pixels . size must be > = 0 . concode_field_sep int xPosition concode_elem_sep int diameter concode_elem_sep String color concode_elem_sep int yPosition concode_elem_sep boolean isVisible concode_field_sep void erase concode_elem_sep void changeColor concode_elem_sep void makeVisible ...
void function ( int arg0 ) { erase ( ) ; diameter = arg0 ; draw ( ) ; }
18,866
generate a create procedure stmt concode_field_sep int numOfCols concode_elem_sep String[] datatype concode_elem_sep Random r concode_elem_sep int idxStep concode_field_sep String CreateTable concode_elem_sep String DropProcedure concode_elem_sep String DropTable concode_elem_sep String CreateColumn
String function ( int arg0 , int arg1 , String arg2 ) { String loc0 = arg2 + arg1 ; return "srini_string" + arg0 + "srini_string" + loc0 + "srini_string" + loc0 + "srini_string" ; }
18,867
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeRegionsResponseType localDescribeRegionsResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
18,868
closes serversocket , ignoring any checked exceptions . does nothing if serversocket is null . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep TimeZone UTC concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep void checkOff...
void function ( ServerSocket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
18,869
get the column number on which an error occurred . concode_field_sep int line concode_elem_sep int column concode_elem_sep int length concode_elem_sep String message concode_field_sep int getLineNumber concode_elem_sep String getMessage concode_elem_sep int getLength
int function ( ) { return column ; }
18,870
sends a message to all clients except the source . the method is synchronized as it is desired that messages are sent to all clients in the same order as received . concode_field_sep int port concode_elem_sep AsynchronousServerSocketChannel listener concode_elem_sep List<Client> connections concode_elem_sep Asynchronou...
void function ( Client arg0 , String arg1 ) { synchronized ( connections ) { for ( Client loc0 : connections ) { if ( loc0 != arg0 ) { loc0 . writeMessageFrom ( arg0 , arg1 ) ; } } } }
18,871
enables shader overiding set null to disable . the specified shader will be used to shade all surfaces concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_ele...
void function ( Shader arg0 , boolean arg1 ) { lightServer . setShaderOverride ( arg0 , arg1 ) ; }
18,872
this method needs to be called before event is sent to event dispatcher . concode_field_sep int mUniqueID concode_elem_sep int mViewTag concode_elem_sep int sUniqueID concode_elem_sep boolean mInitialized concode_elem_sep long mTimestampMs concode_field_sep boolean canCoalesce concode_elem_sep void dispatch concode_ele...
void function ( int arg0 ) { mViewTag = arg0 ; mTimestampMs = SystemClock . uptimeMillis ( ) ; mInitialized = true ; }
18,873
sets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType
void function ( String arg0 ) { this . pathType = arg0 ; }
18,874
press and hold the at an absolute position on the screen until the contextmenu event has fired . concode_field_sep ImmutableMap.Builder optionsBuilder concode_elem_sep MobileDriver driver concode_elem_sep ImmutableList.Builder parameterBuilder concode_elem_sep String actionName concode_field_sep void cancel concode_ele...
TouchAction function ( int arg0 , int arg1 ) { ActionParameter loc0 = new ActionParameter ( "srini_string" ) ; loc0 . addParameter ( "srini_string" , arg0 ) ; loc0 . addParameter ( "srini_string" , arg1 ) ; parameterBuilder . add ( loc0 ) ; return this ; }
18,875
converts a byte array into a base64 encoded string . concode_field_sep byte[] lookUpBase64Alphabet concode_elem_sep int CHUNK_SIZE concode_elem_sep int SIGN concode_elem_sep int BASELENGTH concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep byte PAD concode_ele...
String function ( byte [ ] arg0 ) { try { return new String ( Base64 . encodeBase64 ( arg0 , false ) , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new Error ( loc0 ) ; } }
18,876
get the list of evidences as a read only list concode_field_sep URI AssertionURIRef concode_elem_sep String AssertionIDRef concode_elem_sep AssertionType assertion concode_elem_sep EncryptedAssertionType encryptedAssertion concode_elem_sep long serialVersionUID concode_elem_sep List<ChoiceType> evidences concode_field_...
List < ChoiceType > function ( ) { return Collections . unmodifiableList ( evidences ) ; }
18,877
returns the number of key-value mappings in this map . if the map contains more than integer.max _ value elements , returns integer.max _ value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_...
int function ( ) { return map . size ( ) ; }
18,878
get the ids of all contained keys concode_field_sep ObjectFactory s_aFactory concode_field_sep Column getColumnOfID concode_elem_sep Column createColumn concode_elem_sep String getRowValue concode_elem_sep SimpleValue createSimpleValue concode_elem_sep ICommonsList<String> getAllColumnIDs concode_elem_sep void getAllCo...
ICommonsList < String > function ( @ Nonnull final ColumnSet arg0 ) { final ICommonsList < String > loc0 = new CommonsArrayList < > ( ) ; getAllKeyIDs ( arg0 , loc0 ) ; return loc0 ; }
18,879
annotates the next element with annotation . the annotation has no attributes . concode_field_sep String packagePrefix concode_elem_sep Pattern TYPE_PATTERN concode_elem_sep List<Scope> scopes concode_elem_sep Map<String,String> importedTypes concode_elem_sep String INDENT concode_elem_sep Writer out concode_field_sep ...
void function ( String arg0 ) { indent ( ) ; out . write ( "srini_string" ) ; type ( arg0 ) ; out . write ( "srini_string" ) ; }
18,880
returns whether the associated object can be zoomed . concode_field_sep double DEFAULT_ZOOM_MIN concode_elem_sep double zoomMax concode_elem_sep double DEFAULT_ZOOM_FACTOR concode_elem_sep double DEFAULT_ZOOM_MAX concode_elem_sep Set<NavigationListener> navigationListeners concode_elem_sep boolean zoomable concode_elem...
boolean function ( ) { return zoomable ; }
18,881
check if targeted column value in the row indexed i is greater 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 a...
boolean function ( int arg0 ) { return targetSearchValue < data [ targetSearchColumn ] [ arg0 ] ; }
18,882
return the asn .1 encoding of this holder 's crl . concode_field_sep Extensions extensions concode_elem_sep GeneralNames issuerName concode_elem_sep boolean isIndirect concode_elem_sep CertificateList x509CRL concode_field_sep CertificateList parseStream concode_elem_sep X500Name getIssuer concode_elem_sep Extension ge...
byte [ ] function ( ) { return x509CRL . getEncoded ( ) ; }
18,883
get the wrongtransaction repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep WrongTransaction extract concode_elem_sep WrongTransaction read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return "srini_string" ; }
18,884
returns true if the given state is currently active otherwise false . concode_field_sep boolean f_available_in_next_cycle concode_elem_sep boolean f_available_in_cycle concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep ...
boolean function ( State arg0 ) { switch ( arg0 ) { case r1_A : return stateVector [ 0 ] == State . r1_A ; case r1_B : return stateVector [ 0 ] == State . r1_B ; case r2_B : return stateVector [ 1 ] == State . r2_B ; default : return false ; } }
18,885
returns total number of http connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab...
int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( ! loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; }
18,886
parse a ship from string concode_field_sep BlockingQueue<Position> output concode_elem_sep Pattern pattern concode_elem_sep File inputFile concode_elem_sep DateTimeFormatter formatter concode_field_sep boolean isRightString concode_elem_sep void run
Position function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; String loc1 = loc0 [ 0 ] ; long loc2 = Long . parseLong ( loc0 [ 1 ] ) ; long loc3 = Long . parseLong ( loc0 [ 2 ] ) ; LocalDateTime loc4 = LocalDateTime . parse ( loc0 [ 3 ] , formatter ) ; return new Position ( loc1 , loc2 , loc3 ...
18,887
the name of the queue . concode_field_sep String name concode_elem_sep String uRL concode_field_sep void setName concode_elem_sep String getURL concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Queue clone concode_elem_sep String toString concode_elem_sep Queue withName concode_elem_sep Que...
String function ( ) { return this . name ; }
18,888
smallest y coordinate of the rectangle concode_field_sep double top concode_elem_sep double left concode_elem_sep double bottom concode_elem_sep double right concode_field_sep double area concode_elem_sep boolean contains concode_elem_sep double getRight concode_elem_sep double getBottom concode_elem_sep boolean inters...
double function ( ) { return top ; }
18,889
loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_3_0_0 concode_elem_sep String OPENCV_VERSION_2_4_3...
boolean function ( ) { return StaticHelper . initOpenCV ( false ) ; }
18,890
returns the response as a character stream decoded with the charset of the content-type header . if that header is either absent or lacks a charset , this will attempt to decode the response body as utf-8 . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep ...
Reader function ( ) { if ( reader == null ) { reader = new InputStreamReader ( byteStream ( ) , charset ( ) ) ; } return reader ; }
18,891
closes file object . concode_field_sep String fileName concode_elem_sep BufferedWriter outFile concode_field_sep void writelnString concode_elem_sep void writeString
void function ( ) { outFile . close ( ) ; }
18,892
sets the property to all predecessors of the given node . concode_field_sep int size concode_elem_sep ARXListener listener concode_elem_sep NodeAction tagTrigger concode_elem_sep Node[][] levels concode_field_sep void setInformationLoss concode_elem_sep int getSize concode_elem_sep void setLowerBound concode_elem_sep N...
void function ( Node arg0 , boolean arg1 , int arg2 ) { if ( arg1 ) { setProperty ( arg0 , arg2 ) ; } for ( final Node loc0 : arg0 . getPredecessors ( ) ) { if ( ! loc0 . hasProperty ( arg2 ) ) { setPropertyDownwards ( loc0 , true , arg2 ) ; } } }
18,893
initialize a operation . concode_field_sep DataOutputStream out concode_field_sep void op concode_elem_sep void readBlock concode_elem_sep CachingStrategyProto getCachingStrategy concode_elem_sep void replaceBlock concode_elem_sep void writeBlock concode_elem_sep void requestShortCircuitFds concode_elem_sep void copyBl...
void function ( final DataOutput arg0 , final Op arg1 ) { arg0 . writeShort ( DataTransferProtocol . DATA_TRANSFER_VERSION ) ; arg1 . write ( arg0 ) ; }
18,894
returns the `` continuation without first '' indent instance , indicating that the block will be indented by the number of spaces indicated in the `` project code style | general | continuation indent '' setting relative to its parent block , unless this block is the first of the children of its parent having the same ...
Indent function ( ) { return myFactory . getContinuationWithoutFirstIndent ( false ) ; }
18,895
sets the tag id of this asset tag . concode_field_sep AssetTag _assetTag concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep void setAssetCount concode_elem_sep...
void function ( long arg0 ) { _assetTag . setTagId ( arg0 ) ; }
18,896
the index to watch from concode_field_sep Integer timeToLive concode_elem_sep String password concode_elem_sep boolean sendEmptyExchangeOnTimeout concode_elem_sep String uris concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep Long fromIndex concode_elem_sep String userName concode_elem_sep bool...
void function ( Long arg0 ) { this . fromIndex = arg0 ; }
18,897
sets the value of the timestamp property . concode_field_sep Date timestamp concode_field_sep Date getTimestamp
void function ( Date arg0 ) { this . timestamp = arg0 ; }
18,898
deletes the entry from the database . also notifies the appropriate model listeners . concode_field_sep EntryLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int searchCount concode_elem_sep int searchUsersAndContactsCount concod...
com . liferay . contacts . model . Entry function ( com . liferay . contacts . model . Entry arg0 ) { return getService ( ) . deleteEntry ( arg0 ) ; }
18,899
creates a new event with this event type concode_field_sep String OPEN_ACTION concode_elem_sep String HOW_MANY_TIMES_VALUE_DESCRIPTION concode_elem_sep String SUCCESFULL_FAILED_VALUE_DESCRIPTION concode_elem_sep String componentName concode_elem_sep String componentVersion concode_elem_sep String valueDescription conco...
UsageEvent function ( String arg0 , int arg1 ) { return new UsageEvent ( this , arg0 , arg1 ) ; }