code
stringlengths
20
663
nl
stringlengths
68
7.19k
scala . collection . Seq < T > function ( T ... arg0 ) { return toSeq ( java . util . Arrays . asList ( arg0 ) ) ; }
converts a java varargs to scala seq. . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep java.util.Map<K,V> asJava concode_elem_sep java...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( ) { m_gdb . sendCommand ( "srini_string" ) ; }
steps out of the current function . concode_field_sep Editor editor concode_elem_sep int port concode_elem_sep TracingHandler tracingHandler concode_elem_sep String host concode_elem_sep ArrayList<VarTableElement> registers concode_elem_sep GdbBreakpointHandler m_breakpointHandler concode_elem_sep String elfFilePath co...
void function ( String arg0 , String arg1 ) { if ( true ) System . out . println ( "srini_string" ) ; }
and please do n't touch this : concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void evenMore concode_elem_sep void doSomethingElse
void function ( Shape [ ] arg0 , int arg1 ) { final int loc0 = 40 ; int loc1 = loc0 / 2 ; int loc2 = loc0 / 2 ; for ( Shape loc3 : arg0 ) { int loc4 = loc1 - loc3 . getCenterX ( ) ; int loc5 = loc2 - loc3 . getCenterY ( ) ; loc3 . move ( loc4 , loc5 ) ; loc1 = loc1 + loc0 ; if ( loc1 >= arg1 ) { loc1 = loc0 / 2 ; loc2 ...
lines up shapes in rows . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillWithRandom concode_elem_sep void moveBySmallAmount concode_elem_sep void main
HsqlProperties function ( String arg0 ) { if ( StringUtil . isEmpty ( arg0 ) ) { return null ; } HsqlProperties loc0 = new HsqlProperties ( arg0 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; }
retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab...
String function ( Set < MBeanServer > arg0 ) { Set < ObjectName > loc0 = searchMBeans ( arg0 , "srini_string" ) ; if ( loc0 != null && loc0 . size ( ) > 0 ) { return getAttributeValue ( arg0 , loc0 . iterator ( ) . next ( ) , "srini_string" ) ; } return null ; }
get the version number from a jsr-77 compliant server concode_field_sep PlaceHolder placeHolder concode_field_sep boolean mBeanExists concode_elem_sep String getAttributeValue concode_elem_sep String getAttributeValue concode_elem_sep Set<ObjectName> searchMBeans concode_elem_sep String getSingleStringAttribute concode...
XmlRootEntry function ( Class < ? extends SofortLibRequest > arg0 ) { return rootEntryMapping . get ( arg0 ) ; }
returns the xml root entry defined for given sofortlibrequest class . concode_field_sep Map<Class<? extends SofortLibRequest>,XmlRootEntry> rootEntryMapping concode_elem_sep Map<Class<? extends SofortLibRequest>,XmlRequestRenderer> rendererMapping concode_elem_sep Map<Class<? extends SofortLibResponse>,XmlResponseParse...
boolean function ( Node arg0 , String arg1 ) { return ( arg1 . equals ( arg0 . getNodeName ( ) ) || arg1 . equals ( arg0 . getLocalName ( ) ) ) ; }
matches the given node 's name and local name against the given desired name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTextValue concode_elem_sep boolean nodeNameEquals concode_elem_sep String getChildElementValueByTagName concode_elem_sep ContentHandler createContentHandler concode_elem_s...
void function ( ) { m_bfish . cleanUp ( ) ; }
destroys clears the encryption engine , after that the instance is not valid anymore concode_field_sep BlowfishCBC m_bfish concode_elem_sep Random m_rndGen concode_field_sep String encStr concode_elem_sep String encryptString concode_elem_sep String encryptString concode_elem_sep String decryptString
void function ( String arg0 ) { System . out . println ( arg0 ) ; System . out . flush ( ) ; }
a simple log method . concode_field_sep int EXIT_SUCCESS concode_elem_sep boolean create concode_elem_sep Environment env concode_elem_sep SortedMap map concode_elem_sep int EXIT_FAILURE concode_elem_sep Database db concode_field_sep void usage concode_elem_sep String getLine concode_elem_sep void main concode_elem_sep...
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
FSTCompletion function ( ) { this . automaton = buildAutomaton ( sorter ) ; if ( sorter instanceof Closeable ) { ( ( Closeable ) sorter ) . close ( ) ; } return new FSTCompletion ( automaton ) ; }
builds the final automaton from a list of added entries . this method may take a longer while as it needs to build the automaton . concode_field_sep BytesRefBuilder scratch concode_elem_sep FST<Object> automaton concode_elem_sep int DEFAULT_BUCKETS concode_elem_sep int shareMaxTailLength concode_elem_sep BytesRefSorter...
String function ( String arg0 ) { return generateIFrameWithContextPath ( SOURCE_CODE_ULR + arg0 ) ; }
generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the source code loading servlet path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_elem_sep String LIFERAY_SCRIPT c...
Double function ( ) { return price ; }
the fixed price for the term . concode_field_sep Double price concode_elem_sep Long term concode_elem_sep String currencyCode concode_field_sep PriceScheduleSpecification withPrice concode_elem_sep PriceScheduleSpecification withCurrencyCode concode_elem_sep PriceScheduleSpecification withCurrencyCode concode_elem_sep ...
void function ( String arg0 ) { this . currencyCode = arg0 ; }
sets the value of the currencycode property . concode_field_sep Long microAmount concode_elem_sep String currencyCode concode_field_sep void setMicroAmount concode_elem_sep String getCurrencyCode concode_elem_sep Long getMicroAmount
boolean function ( ) { return debug ; }
tests whether debugging is turned on . concode_field_sep int INDENTATION_WIDTH concode_elem_sep boolean debug concode_elem_sep int NR_CHARS_ON_LINE concode_elem_sep boolean IS_FIRST_LINE concode_elem_sep int startLevel concode_elem_sep PrintStream out concode_field_sep void turnOff concode_elem_sep int getStartLevel co...
String function ( ) { return this . shortDescription ; }
a single-line , single-sentence description of this source , if any . concode_field_sep Map<String,ConfigurationMetadataProperty> properties concode_elem_sep String sourceType concode_elem_sep String groupId concode_elem_sep String description concode_elem_sep String sourceMethod concode_elem_sep String shortDescriptio...
void function ( ) { pluginMap . clear ( ) ; }
delete all plugin objects . 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 conc...
void function ( ) { if ( isClosed ) { return ; } synchronized ( fileStreamOut ) { if ( needsSync ) { forceSync ( ) ; } } }
called internally or externally in write delay intervals . concode_field_sep FileAccess.FileSync outDescriptor concode_elem_sep Object timerTask concode_elem_sep int INSERT_WITH_SCHEMA concode_elem_sep boolean needsSync concode_elem_sep int writeDelay concode_elem_sep HsqlName schemaToLog concode_elem_sep String[] LIST...
void function ( ) { }
this method resets the outgoing events . concode_field_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long integerEventValue concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean integerEvent concode_field_sep void init concode_elem_sep SCInterfa...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _userTrackerPathLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep UserTrackerPathLocalService _userTrackerPathLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDy...
void function ( String arg0 ) { this . eventId = arg0 ; }
sets the value of the eventid property . concode_field_sep EventSeverity severity concode_elem_sep String eventId concode_elem_sep MsgActor source concode_elem_sep LongDescriptionType longDescriptionV2 concode_elem_sep EventCategory category concode_elem_sep String type concode_elem_sep ShortDescriptionType shortDescri...
Long function ( ) { return id ; }
gets the value of the id property . concode_field_sep String previewUrl concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Size size concode_elem_sep List<BaseCustomFieldValue> customFieldValues concode_elem_sep String name concode_elem_sep List<AppliedLabel> appliedLabels concode_elem_sep Long id concode_...
void function ( String arg0 ) { this . mediaTray = arg0 ; }
sets mediatray supported by the javax.print.docflavor api , for example upper , middle etc. . concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_se...
double function ( double arg0 ) { return Gaussian . Phi ( arg0 ) ; }
returns standard gaussian cdf using taylor approximation . concode_field_sep PlaceHolder placeHolder concode_field_sep double cdfErrorAlgo concode_elem_sep double cdfErrorAlgo
float function ( float arg0 ) { return joint . getReactionTorque ( arg0 ) ; }
get the reaction torque on body2 in nm . concode_field_sep JointEdge jointEdgeB concode_elem_sep JointEdge jointEdgeA concode_elem_sep World world concode_elem_sep org.jbox2d.dynamics.joints.Joint joint concode_elem_sep Object userData concode_elem_sep Vector2 reactionForce concode_elem_sep Vec2 tmp concode_elem_sep Ve...
BIEnumeration function ( Element arg0 , BindInfo arg1 ) { return new BIEnumeration ( arg0 , new CEnumLeafInfo ( arg1 . model , null , new CClassInfoParent . Package ( arg1 . getTargetPackage ( ) ) , DOMUtil . getAttribute ( arg0 , "srini_string" ) , CBuiltinLeafInfo . STRING , buildMemberList ( arg1 . model , arg0 ) , ...
creates a global enumeration declaration . concode_field_sep Element e concode_elem_sep TypeUse xducer concode_field_sep String name concode_elem_sep List<CEnumConstant> buildMemberList concode_elem_sep TypeUse getTransducer
Buffer function ( ) { return body ; }
returns the body of this post request . this may be truncated . concode_field_sep String path concode_elem_sep Headers headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep String method concode_elem_sep TlsVersion tlsVersion concode_elem_sep long bodySize concode_elem_s...
void function ( String arg0 ) { this . branchContractedIcon = arg0 ; }
set the value of the branchcontractedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem...
String function ( String arg0 ) { return ( String ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
get parameter value from request scope . concode_field_sep PlaceHolder placeHolder concode_field_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem_sep void resetManagedB...
boolean function ( Collection < ? extends E > arg0 ) { boolean loc0 = false ; for ( E loc1 : arg0 ) if ( add ( loc1 ) ) loc0 = true ; return loc0 ; }
adds all of the elements in the specified collection into this set and returns true if this operation has increased the size of this set . this implementation iterates all elements of specified collection and adds them one-by-one using #add object add element method . concode_field_sep PlaceHolder placeHolder concode_f...
Object function ( ) { return super . clone ( ) ; }
returns a clone of this object . concode_field_sep long serialVersionUID concode_elem_sep Object obj concode_elem_sep Comparable x concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep Comparable getComparable concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep vo...
void function ( final boolean arg0 ) { button . setVisible ( arg0 ) ; label . setVisible ( arg0 ) ; }
setvisible to button and label object . concode_field_sep Button button concode_elem_sep Label label concode_field_sep void setEnabled concode_elem_sep void setToolTipText concode_elem_sep void addFocusListener concode_elem_sep Boolean isSelected concode_elem_sep void setLabelText concode_elem_sep void forceFocus conco...
void function ( Command arg0 , Enigma2PowerState arg1 ) { if ( arg0 instanceof OnOffType ) { HttpUtil . executeUrl ( GET , createUserPasswordHostnamePrefix ( ) + SUFFIX_POWERSTATE + "srini_string" + arg1 . getValue ( ) , this . timeOut ) ; } else { logger . error ( "srini_string" , arg0 . getClass ( ) . getName ( ) ) ;...
toggles on and off concode_field_sep String SUFFIX_POWERSTATE concode_elem_sep String hostName concode_elem_sep String RC_VOLUME_DOWN concode_elem_sep String SUFFIX_REMOTE_CONTROL concode_elem_sep Logger logger concode_elem_sep String GET concode_elem_sep String RC_MUTE_UNMUTE concode_elem_sep String userName concode_e...
void function ( Classification arg0 , Properties arg1 ) { for ( EventListener loc0 : eventListeners ) { loc0 . addCacheDependencies ( arg0 , arg1 ) ; } }
add cache dependencies concode_field_sep CopyOnWriteArrayList<EventListener> eventListeners concode_field_sep void add concode_elem_sep void beforeEntityManagerFactoryCreate concode_elem_sep void stopCache concode_elem_sep Wrapper startCache concode_elem_sep void afterEntityManagerFactoryCreate concode_elem_sep void re...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<DDMStructureVersionLocalService,DDMStructureVersionLocalService> _serviceTracker concode_field_sep int getStructureVersionsCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel....
com . liferay . portal . kernel . model . ClusterGroup function ( long arg0 ) { return getService ( ) . getClusterGroup ( arg0 ) ; }
returns the cluster group with the primary key . concode_field_sep ClusterGroupLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model.ClusterGro...
void function ( long arg0 ) { _kbComment . setUserId ( arg0 ) ; }
sets the user id of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean...
HashSet function ( boolean arg0 ) { return grantee . getGrantedClassNames ( arg0 ) ; }
retrieves the distinct set of java class fqns for which this user object has been granted all the class execution privilege . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String s...
void function ( ) { int loc0 = 0 ; int loc1 = 0 ; final int loc2 = 0 ; final int loc3 = 0 ; for ( int loc4 = 0 ; loc4 < 1 ; loc4 ++ ) { String loc5 = "srini_string" ; } for ( int loc4 = 0 ; loc4 < 1 ; loc4 ++ ) { String loc5 = "srini_string" ; } }
test local variables concode_field_sep int sTest1 concode_elem_sep int badStatic concode_elem_sep int sTest2 concode_elem_sep int sTest3 concode_elem_sep int badConstant concode_elem_sep int someMember concode_elem_sep int sNumCreated concode_elem_sep int badMember concode_elem_sep int mNumCreated1 concode_elem_sep int...
void function ( Session arg0 ) { writeToLog ( arg0 , arg0 . getUser ( ) . getConnectStatement ( ) ) ; }
records a log entry representing a new connection action on the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concode_e...
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
sets the spring bean id for this bean . concode_field_sep EDFunctionLocalService _service concode_field_sep java.util.List<com.vportal.portlet.edirectory.model.EDFunction> getAllFunction concode_elem_sep java.util.List<com.vportal.portlet.edirectory.model.EDFunction> getEDFunctions concode_elem_sep com.vportal.portlet....
JavaArchive function ( ) { return ShrinkWrap . create ( JavaArchive . class , "srini_string" ) . addClasses ( EjbBean . class , EjbBusiness . class ) ; }
test ejb deployment w / remote binding concode_field_sep Context jndiContext concode_elem_sep String JNDI_NAME concode_field_sep void shouldInjectJndiContext
void function ( String arg0 , String arg1 , ManagedMemoryDataSource arg2 ) { if ( this . attachments == null ) this . attachments = new HashMap ( ) ; Vector loc0 = new Vector ( 2 ) ; loc0 . add ( arg1 ) ; loc0 . add ( arg2 ) ; this . attachments . put ( arg0 , loc0 ) ; }
adds an attachment to the transactions list of soap attachments . concode_field_sep Element request concode_elem_sep ConfigurationProvider configuration concode_elem_sep HashMap attachments concode_elem_sep Element response concode_elem_sep X509Certificate[] clientCertificate concode_elem_sep String transactionID conco...
Table . Attributes function ( ) { return new Table . Attributes ( ) ; }
create an instance of table.attributes concode_field_sep QName _Metamodel_QNAME concode_field_sep Table createTable concode_elem_sep xml.meta.Fact.AdditionDimensions.Dimension createFactAdditionDimensionsDimension concode_elem_sep Cube createCube concode_elem_sep Cube.CubeDimensions.Dimension createCubeCubeDimensionsDi...
ObjectMessage function ( Serializable arg0 , Session arg1 ) { return arg1 . createObjectMessage ( arg0 ) ; }
create a jms objectmessage for the given serializable object . concode_field_sep PlaceHolder placeHolder concode_field_sep BytesMessage createMessageForByteArray concode_elem_sep byte[] extractByteArrayFromMessage concode_elem_sep Map<String,Object> extractMapFromMessage concode_elem_sep Message toMessage concode_elem_...
void function ( ) { close ( injector ) ; }
closes all of the objects within this scope using the given injector and scope annotation and clears the scope concode_field_sep Class<? extends Annotation> scopeAnnotation concode_elem_sep Map<Key<?>,Object> map concode_elem_sep Injector injector concode_field_sep Class<? extends Annotation> getScopeAnnotation concode...
void function ( ) { SubsetConfiguration loc0 = new ConfigBuilder ( ) . subset ( "srini_string" ) ; shouldAccept ( loc0 , "srini_string" ) ; shouldAccept ( loc0 , Arrays . asList ( tag ( "srini_string" , "srini_string" , "srini_string" ) ) ) ; shouldAccept ( loc0 , mockMetricsRecord ( "srini_string" , Arrays . asList ( ...
filters should default to accept concode_field_sep PlaceHolder placeHolder concode_field_sep GlobFilter newGlobFilter concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldAcceptImpl concode_elem_sep void s...
void function ( ) { Session [ ] loc0 = getAllSessions ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . close ( ) ; } }
closes all sessions registered with this sessionmanager . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep boolean isUserActive concode_elem_sep void removeSchemaReference concode_elem_sep Session new...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep EmailAddressLocalService _service concode_field_sep com.liferay.portal.kernel.model.EmailAddress deleteEmailAddress concode_elem_sep com.liferay.portal.kernel.model.EmailAddress deleteEmailAddress concode_elem_sep java.lang.String getOSGiServiceI...
Configuration function ( ) { return conf ; }
return the configuration used by this object . concode_field_sep Configuration conf concode_field_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep Class<? extends Compressor> getCompressorType con...
int function ( ) { return line ; }
the line that the identifier occurs on . concode_field_sep int line concode_elem_sep String name concode_field_sep String getName concode_elem_sep String toString
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; }
prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
long function ( ) { return peakAllocation . get ( ) ; }
the peak memory allocated by this accountant . concode_field_sep Accountant parent concode_elem_sep AtomicLong allocationLimit concode_elem_sep AtomicLong peakAllocation concode_elem_sep long reservation concode_elem_sep boolean ok concode_elem_sep AtomicLong locallyHeldMemory concode_field_sep void releaseBytes concod...
List < CacheInvocationParameter > function ( ) { return parameters ; }
gets all method parameters . concode_field_sep List<CacheInvocationParameter> keyParameters concode_elem_sep MethodExecutionAction cacheKeyMethod concode_elem_sep Method method concode_elem_sep A cacheAnnotation concode_elem_sep ExecutionType executionType concode_elem_sep List<CacheInvocationParameter> parameters conc...
void function ( Object arg0 ) { log ( arg0 . toString ( ) + "srini_string" + ( System . currentTimeMillis ( ) - time ) / 1000.0 + "srini_string" ) ; }
outputs the time difference between this call and the last resettime call with a message concode_field_sep boolean enabled concode_elem_sep long time concode_field_sep void log concode_elem_sep void log concode_elem_sep long createTime concode_elem_sep void resetTime concode_elem_sep long getTimeSinceInSeconds
void function ( String arg0 ) { this . statusCode = arg0 ; }
sets the value of the statuscode property . concode_field_sep List<PassInfo> eligiblePass concode_elem_sep String statusDescription concode_elem_sep String subscriberNumber concode_elem_sep long serialVersionUID concode_elem_sep BigInteger sequenceId concode_elem_sep String statusCode concode_field_sep BigInteger getSe...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
void function ( Handler arg0 , int arg1 , Object arg2 ) { Registrant loc0 = new Registrant ( arg0 , arg1 , arg2 ) ; synchronized ( mStateMonitor ) { mSIMReadyRegistrants . add ( loc0 ) ; if ( mState . isSIMReady ( ) ) { loc0 . notifyRegistrant ( new AsyncResult ( null , null , null ) ) ; } } }
any transition into sim_ready concode_field_sep RegistrantList mNetworkStateRegistrants concode_elem_sep Registrant mStkCallSetUpRegistrant concode_elem_sep Object mStateMonitor concode_elem_sep Registrant mSmsStatusRegistrant concode_elem_sep RegistrantList mOffOrNotAvailRegistrants concode_elem_sep Registrant mRestri...
String function ( ) { return layer ; }
gets the value of the layer property . concode_field_sep String rot concode_elem_sep String y1 concode_elem_sep String x1 concode_elem_sep String y2 concode_elem_sep String x2 concode_elem_sep String layer concode_field_sep String getX1 concode_elem_sep String getY2 concode_elem_sep void setLayer concode_elem_sep Strin...
void function ( NodeID arg0 , Factor < NodeID > arg1 ) { factors . put ( arg0 , arg1 ) ; arg1 . setMaxOperator ( MIN_OPERATOR ) ; arg1 . setIdentity ( arg0 ) ; arg1 . setCommunicationAdapter ( communicationAdapter ) ; }
adds a new factor to this agent concode_field_sep ProblemDefinition problem concode_elem_sep EntityID targetId concode_elem_sep MaxOperator MIN_OPERATOR concode_elem_sep RSLBenchCommunicationAdapter communicationAdapter concode_elem_sep BMSAtMostOneFactor<NodeID> variableNode concode_elem_sep long constraintChecks conc...
void function ( ) { Assert . isTrue ( ! ( isConvertAttributeToUpperCase ( ) && isConvertAttributeToLowerCase ( ) ) , "srini_string" ) ; }
check whether all properties have been set to correct values . concode_field_sep boolean convertAttributeToUpperCase concode_elem_sep boolean addPrefixIfAlreadyExisting concode_elem_sep boolean convertAttributeToLowerCase concode_elem_sep String attributePrefix concode_field_sep boolean isAddPrefixIfAlreadyExisting con...
Boolean function ( ) { return onlyEnabled ; }
gets the value of the onlyenabled property . concode_field_sep Boolean onlyEnabled concode_field_sep void setOnlyEnabled
double function ( ) { return zAcceleration ; }
get the acceleration on the z axis . concode_field_sep double yAcceleration concode_elem_sep double zAcceleration concode_elem_sep double xAcceleration concode_field_sep double getXAcceleration concode_elem_sep void setYAcceleration concode_elem_sep void reset concode_elem_sep double getYAcceleration concode_elem_sep v...
void function ( boolean arg0 ) { turingAllowStay = arg0 ; turingAllowStayCheckBox . setSelected ( arg0 ) ; TMTransitionCreator . setDirs ( arg0 ) ; }
sets whether turing machines will accept by halting . concode_field_sep String STRUCTURE_NAME concode_elem_sep String ALLOW_STAY concode_elem_sep String epsilon concode_elem_sep String emptyString concode_elem_sep JCheckBoxMenuItem transTuringFinalCheckBox concode_elem_sep boolean turingAcceptByFinalState concode_elem_...
void function ( LogNode arg0 ) { mNext = arg0 ; }
sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext
String function ( Cursor arg0 , String arg1 ) { Logger . i ( "srini_string" , "srini_string" + arg1 + "srini_string" + arg0 . getColumnIndex ( arg1 ) ) ; if ( arg0 . isNull ( arg0 . getColumnIndex ( arg1 ) ) ) return "srini_string" ; return arg0 . getString ( arg0 . getColumnIndex ( arg1 ) ) ; }
sql concode_field_sep PlaceHolder placeHolder concode_field_sep Date getDateFromSQLDate concode_elem_sep Date getDateFromSQLDate concode_elem_sep String getStringFrom concode_elem_sep JSONObject getJSONObjectFromFile concode_elem_sep String getSQLDate concode_elem_sep Date getFormattedDate concode_elem_sep long getNumb...
String function ( ) { return attributeName ; }
gets the value of the attributename property . concode_field_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep void setOid concode_elem_sep Long getOid concode_elem_sep void setTid
void function ( TQNode arg0 ) { this . yesChild = arg0 ; }
setter for the yeschild concode_field_sep TQNode noChild concode_elem_sep TQNode yesChild concode_elem_sep String data concode_elem_sep TQNode root concode_elem_sep int idx concode_field_sep TQNode getNoChild concode_elem_sep void play concode_elem_sep void print concode_elem_sep TQNode buildSubtree concode_elem_sep in...
CustomizationSpecItem function ( ) { return item ; }
gets the value of the item property . concode_field_sep CustomizationSpecItem item concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setItem
String function ( ) { return this . name ; }
gets the value of the name property . concode_field_sep String name concode_elem_sep Value value concode_field_sep void setName concode_elem_sep Value getValue concode_elem_sep void setValue concode_elem_sep String toString
void function ( String arg0 , String arg1 ) { _sMyServerId = arg0 ; _sMyOrg = arg1 ; _systemLogger = ASelectSystemLogger . getHandle ( ) ; }
initializes the requesthandlerfactory . description : initializes the components . concurrency issues : - preconditions : - postconditions : the instance variables and components are initialized . concode_field_sep String _sMyServerId concode_elem_sep String MODULE concode_elem_sep String _sMyOrg concode_elem_sep ASele...
void function ( RealConnection arg0 ) { arg0 . allocations . add ( new WeakReference < > ( this ) ) ; }
use this allocation to hold connection . each call to this must be paired with a call to #release on the same connection . concode_field_sep boolean canceled concode_elem_sep Address address concode_elem_sep Route route concode_elem_sep RouteSelector routeSelector concode_elem_sep HttpStream stream concode_elem_sep int...
SimpleMatrix function ( ) { return V == null ? null : new SimpleMatrix ( new Matrix ( V , n , n ) ) ; }
return the right singular vectors concode_field_sep int ncu concode_elem_sep double[] s concode_elem_sep double[][] U concode_elem_sep double[][] V concode_elem_sep long serialVersionUID concode_elem_sep int m concode_elem_sep int n concode_elem_sep boolean thin concode_field_sep SimpleMatrix inverse concode_elem_sep d...
String function ( EntityInfo arg0 , String arg1 ) { return createSubject ( arg0 . getModule ( ) , arg0 . getNamespace ( ) , arg0 . getEntityName ( ) , arg1 ) ; }
creates subject for a motech event , sent upon encounter of a crud event in mds . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Object> buildEventParams concode_elem_sep void setEntityData concode_elem_sep void setIfNotBlank
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ; assertWarning ( diagnostics , ISSUE_INITIAL_ENTRY_...
an initial entry should have an outgoing transition concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart state...
AxisLabels function ( final double arg0 , final double arg1 ) { return new AxisLabelsImpl ( arg0 , arg1 , Double . NaN ) ; }
define a range on the axis . values are evenly spaced between the min and max range . concode_field_sep PlaceHolder placeHolder concode_field_sep AxisLabels newNumericAxisLabels concode_elem_sep AxisLabels newNumericAxisLabels concode_elem_sep RadialAxisLabels newRadialAxisLabels concode_elem_sep RadialAxisLabels newRa...
Alphabet function ( ) { return stateAlphabet ; }
returns the state alphabet . concode_field_sep HashMap<Integer,LinkedHashSet<Integer>> labelToState concode_elem_sep boolean isOneToOneMap concode_elem_sep int START_LABEL concode_elem_sep HashMap<Integer,Integer> stateToLabel concode_elem_sep Alphabet stateAlphabet concode_elem_sep Alphabet labelAlphabet concode_field...
void function ( Object arg0 , State arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
autocommit does not save state . while symetry would be good , state should be commited not stored for later . concode_field_sep PlaceHolder placeHolder concode_field_sep void rollback concode_elem_sep State getState concode_elem_sep Object getProperty concode_elem_sep void commit concode_elem_sep Set<String> getAuthor...
void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } }
ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ...
void function ( String arg0 ) { this . backgroundColor = arg0 ; }
sets the value of the backgroundcolor property . concode_field_sep Boolean adSenseEnabled concode_elem_sep String borderColor concode_elem_sep String backgroundColor concode_elem_sep AdSenseSettingsAdType adType concode_elem_sep AdSenseSettingsFontFamily fontFamily concode_elem_sep String titleColor concode_elem_sep Ad...
void function ( final File arg0 , final InputStream arg1 ) { if ( ! arg0 . exists ( ) ) { arg0 . createNewFile ( ) ; } BufferedOutputStream loc0 = new BufferedOutputStream ( new FileOutputStream ( arg0 ) ) ; copyStream ( loc0 , arg1 ) ; loc0 . close ( ) ; }
copy the contents of a stream to the given file . concode_field_sep int BUF_SIZE concode_field_sep void copyFile concode_elem_sep boolean include concode_elem_sep void recursiveDeleteOnExit concode_elem_sep void copyStream concode_elem_sep void recursiveCopy concode_elem_sep void unzip concode_elem_sep void recursiveDe...
Map < K , Double > function ( Map < K , Double > arg0 ) { Double loc0 = 0.0 ; for ( Double loc1 : arg0 . values ( ) ) { if ( loc1 > loc0 ) loc0 = loc1 ; } for ( Map . Entry < K , Double > loc1 : arg0 . entrySet ( ) ) { arg0 . put ( loc1 . getKey ( ) , 1 - arg0 . get ( loc1 . getKey ( ) ) / loc0 ) ; } return arg0 ; }
normalizes the values of a map via 1-value/maxvalue concode_field_sep PlaceHolder placeHolder concode_field_sep boolean setsShareMinOneEntry concode_elem_sep Map<K,Double> normalize concode_elem_sep Map<K,V> sortMapAscendingByValue concode_elem_sep boolean listIsSubset concode_elem_sep Map<K,V> sortMapDescendingByValue...
String function ( ) { return currency ; }
accessor for the currency of the payment . concode_field_sep String currency concode_elem_sep double amount concode_elem_sep Date date concode_field_sep String toString concode_elem_sep double getAmount
void function ( Integer arg0 ) { this . adGroupCriteriaCount = arg0 ; }
sets the value of the adgroupcriteriacount property . concode_field_sep Integer adGroupsCount concode_elem_sep Integer adGroupCriteriaCount concode_elem_sep Integer adGroupAdsCount concode_field_sep void setAdGroupAdsCount concode_elem_sep void setAdGroupsCount concode_elem_sep Integer getAdGroupCriteriaCount concode_e...
String function ( String arg0 ) { Path loc0 = new Path ( arg0 ) ; reader = new SequenceFile . Reader ( conf , SequenceFile . Reader . file ( loc0 ) ) ; key = ( Writable ) ReflectionUtils . newInstance ( reader . getKeyClass ( ) , conf ) ; row = ( Writable ) ReflectionUtils . newInstance ( reader . getValueClass ( ) , c...
open the sequencefile for reading . concode_field_sep SequenceFile.Reader reader concode_elem_sep Writable row concode_elem_sep Configuration conf concode_elem_sep boolean isEOF concode_elem_sep Writable key concode_elem_sep String lastError concode_field_sep String getLastError concode_elem_sep long getPosition concod...
boolean function ( ) { return getLength ( ) == 0 ; }
return true if this token is a synthetic token . a synthetic token is a token that wasintroduced by the parser in order to recover from an error in the code . synthetic tokens always have a length of zero 0 . concode_field_sep Token next concode_elem_sep int offset concode_elem_sep Token previous concode_elem_sep Token...
void function ( ServerCertificate arg0 ) { this . serverCertificate = arg0 ; }
information about the server certificate . concode_field_sep ServerCertificate serverCertificate concode_field_sep int hashCode concode_elem_sep GetServerCertificateResult withServerCertificate concode_elem_sep boolean equals concode_elem_sep ServerCertificate getServerCertificate concode_elem_sep GetServerCertificateR...
BigInteger function ( ) { return order ; }
gets the value of the order property . concode_field_sep List<Object> detailOrExtentOrDate concode_elem_sep String id concode_elem_sep String type concode_elem_sep BigInteger order concode_field_sep void setOrder concode_elem_sep String getType concode_elem_sep void setID concode_elem_sep String getID concode_elem_sep ...
boolean function ( ) { return factory != null ; }
checks whether this memory segment factory has been initialized with a type to produce . concode_field_sep Factory factory concode_field_sep MemorySegment wrapPooledHeapMemory concode_elem_sep MemorySegment wrapPooledHeapMemory concode_elem_sep void ensureInitialized concode_elem_sep MemorySegment allocateUnpooledSegme...
int function ( ) { return _list . removeAt ( _list . size ( ) - 1 ) ; }
removes and returns the value at the top of the stack . concode_field_sep TIntArrayList _list concode_elem_sep long serialVersionUID concode_elem_sep int DEFAULT_CAPACITY concode_field_sep int getNoEntryValue concode_elem_sep void writeExternal concode_elem_sep void swap concode_elem_sep void clear concode_elem_sep voi...
ArrayList < String > function ( Path arg0 ) { ArrayList < String > loc0 = new ArrayList < > ( ) ; traverse ( arg0 , loc0 ) ; return loc0 ; }
the following method will return an list of filepathes . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ) { return mapping ; }
gets the value of the mapping property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button2Valu...
java . lang . String function ( ) { return _clusterGroup . getClusterNodeIds ( ) ; }
returns the cluster node ids of this cluster group . concode_field_sep ClusterGroup _clusterGroup concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribute...
void function ( Object arg0 ) { getTarget ( ) . error ( category + arg0 ) ; }
passes messages to velocity 's logchute at `` error '' level . concode_field_sep String category concode_elem_sep Log target concode_field_sep void debug concode_elem_sep void debug concode_elem_sep boolean isWarnEnabled concode_elem_sep boolean isFatalEnabled concode_elem_sep void fatal concode_elem_sep void fatal con...
DBInstanceStatusInfo function ( String arg0 ) { this . message = arg0 ; return this ; }
details of the error if there is an error for the instance . if the instance is not in an error state , this value is blank . returns a reference to this object so that method calls can be chained together . concode_field_sep Boolean normal concode_elem_sep String statusType concode_elem_sep String message concode_elem...
void function ( Boolean arg0 ) { this . bindClickToWidget = arg0 ; }
sets the value of the bindclicktowidget property . concode_field_sep Layout layout concode_elem_sep String onValue concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String offValue concode_elem_sep String flavour concode_elem_sep Boolean bindClickToW...
boolean function ( ) { return useLocalIterators ; }
determines whether a configuration uses local iterators . concode_field_sep List<IteratorSetting> iterators concode_elem_sep boolean useIsolatedScanners concode_elem_sep List<Range> ranges concode_elem_sep boolean useLocalIterators concode_elem_sep Collection<Pair<Text,Text>> columns concode_elem_sep boolean autoAdjust...
boolean function ( ) { return isResource ; }
get whether this image source represents an android resource or a network uri . concode_field_sep String mSource concode_elem_sep double mSize concode_elem_sep boolean isResource concode_elem_sep Uri mUri concode_field_sep Uri computeUri concode_elem_sep Uri computeLocalUri concode_elem_sep double getSize concode_elem_...