code
stringlengths
21
488
instruction
stringlengths
99
3.59k
void function ( List < ByteBuffer > arg0 , Callback < List < ByteBuffer >> arg1 ) { try { List < ByteBuffer > loc0 = transceive ( arg0 ) ; arg1 . handleResult ( loc0 ) ; } catch ( IOException loc0 ) { arg1 . handleError ( loc0 ) ; } }
called by requestor #request string , object , callback for two-way messages using callbacks . concode_field_sep ReentrantLock channelLock concode_field_sep void lockChannel concode_elem_sep void writeBuffers concode_elem_sep String getRemoteName concode_elem_sep boolean isConnected concode_elem_sep List<ByteBuffer> re...
IJavaElement function ( final String arg0 , final String arg1 , final boolean arg2 ) { return handleToElement ( null , arg0 , arg1 , arg2 ) ; }
converts an input handle back to the corresponding java element . concode_field_sep String ATTRIBUTE_SELECTION concode_elem_sep String ATTRIBUTE_ELEMENT concode_elem_sep String ATTRIBUTE_NAME concode_elem_sep String ATTRIBUTE_INPUT concode_elem_sep String ATTRIBUTE_REFERENCES concode_field_sep RefactoringStatus createI...
BigDecimal function ( int arg0 , int arg1 , Random arg2 ) { java . math . BigInteger loc0 = new java . math . BigInteger ( arg0 , arg2 ) ; if ( arg2 . nextBoolean ( ) ) { loc0 = loc0 . negate ( ) ; } int loc1 = arg2 . nextInt ( arg1 ) ; if ( arg2 . nextBoolean ( ) ) { loc1 = - loc1 ; } java . math . BigDecimal loc2 = n...
bigdecimal random . concode_field_sep java.math.BigDecimal val concode_elem_sep int DEFAULT_PRECISION concode_elem_sep BigDecimal ZERO concode_elem_sep MathContext DEFAULT_CONTEXT concode_elem_sep MathContext context concode_elem_sep BigDecimal ONE concode_elem_sep Random random concode_field_sep boolean isField concod...
List function ( Enumeration arg0 ) { return IteratorUtils . toList ( new EnumerationIterator ( arg0 ) ) ; }
creates a list based on an enumeration . as the enumeration is traversed , an arraylist of its values is created . the new list is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( Class < ? > arg0 ) { return identifier ; }
local identifier , generated by localvariabledeclarationstatement . concode_field_sep Class<?> type concode_elem_sep String identifier concode_field_sep Class<?> getReturnType
RandomAccessSource function ( byte [ ] arg0 ) { return new ArrayRandomAccessSource ( arg0 ) ; }
creates a randomaccesssource based on a byte array concode_field_sep boolean forceRead concode_elem_sep boolean usePlainRandomAccess concode_elem_sep boolean exclusivelyLockFile concode_field_sep RandomAccessSource createBestSource concode_elem_sep RandomAccessSource createBestSource concode_elem_sep RandomAccessSource...
void function ( int arg0 , String arg1 ) { defaults . put ( arg0 , arg1 ) ; }
register a default non-weighted typecode mapping concode_field_sep Map<Integer,Map<Long,String>> weighted concode_elem_sep Map<Integer,String> defaults concode_field_sep String get concode_elem_sep String get concode_elem_sep String replace
void function ( Object arg0 ) { log ( Level . SEVERE , String . valueOf ( arg0 ) , null ) ; }
log a message with error log level . concode_field_sep String name concode_elem_sep boolean classAndMethodFound concode_elem_sep Logger logger concode_elem_sep String sourceMethodName concode_elem_sep String sourceClassName concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_...
void function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { for ( File loc0 : arg0 . listFiles ( ) ) { dumbDeleteRecrusive ( loc0 ) ; } } if ( ! arg0 . delete ( ) && arg0 . exists ( ) ) { throw new IOException ( "srini_string" + arg0 ) ; } }
delete a directory and its contents . warning : java apis do not let us distinguish directories from symbolic links to directories . consequently , if the directory contains symbolic links to directories , we will attempt to delete the contents of pointed-to directories . concode_field_sep byte[] cachedBuffer concode_f...
Map < String , ArrayList < String >> function ( ) { return values ; }
getter for values concode_field_sep ASN1ObjectIdentifier O concode_elem_sep ASN1ObjectIdentifier T concode_elem_sep ASN1ObjectIdentifier SURNAME concode_elem_sep ASN1ObjectIdentifier ST concode_elem_sep ASN1ObjectIdentifier E concode_elem_sep ASN1ObjectIdentifier INITIALS concode_elem_sep int index concode_elem_sep Str...
byte [ ] function ( ) { return data ; }
gets the data . note : the array will not be cloned . concode_field_sep Hashtable<IFFChunk,IFFChunk> propertyChunks concode_elem_sep long size concode_elem_sep byte[] data concode_elem_sep long scan concode_elem_sep int id concode_elem_sep int type concode_elem_sep Vector<IFFChunk> collectionChunks concode_field_sep vo...
boolean function ( ) { return instantiated ; }
returns true for an instantiated non - `` factory '' splitter . clients also need to check valid . concode_field_sep boolean instantiated concode_elem_sep long serialVersionUID concode_field_sep boolean valid concode_elem_sep String condition concode_elem_sep void instantiateDummy concode_elem_sep boolean test concode_...
boolean function ( ) { return fCheckable ; }
returns whether the control should make the refactorings checkable . concode_field_sep boolean fCheckable concode_elem_sep IProject fProject concode_elem_sep boolean fTime concode_field_sep boolean isTimeDisplayed concode_elem_sep String getCollectionLabel concode_elem_sep String getYesterdayPattern concode_elem_sep St...
double function ( TagGroup arg0 , double arg1 ) { Float loc0 = null ; if ( arg0 . containsKey ( "srini_string" ) ) { loc0 = parseAngle ( arg0 . getValue ( "srini_string" ) ) ; } if ( loc0 != null ) { return Math . toRadians ( loc0 ) ; } else { return arg1 ; } }
parses the direction tag and returns the direction or a default value as radians concode_field_sep PlaceHolder placeHolder concode_field_sep String getValueWithFallback concode_elem_sep float parseMeasure concode_elem_sep float parseWidth concode_elem_sep float parseClearing concode_elem_sep float parseHeight
void function ( ) { Assert . assertTrue ( "srini_string" , this . slsb . validContextInjections ( ) ) ; }
tests that a ejb with several context and sub classes @resource deploys fine and is injected as expected concode_field_sep Logger logger concode_elem_sep SimpleSLSB slsb concode_field_sep void testInjection concode_elem_sep void testEnvEntryInjection concode_elem_sep void testOptionalEnvEntryInjection concode_elem_sep ...
String function ( int arg0 , String arg1 ) { if ( arg0 == 1 ) { return NumberFormat . getNumberInstance ( ) . format ( arg0 ) + "srini_string" + arg1 ; } else { return NumberFormat . getNumberInstance ( ) . format ( arg0 ) + "srini_string" + arg1 + "srini_string" ; } }
return the count and the quantity label as a properly pluralized string . i.e. 5 , `` item '' == > `` 5 items '' . concode_field_sep String NEW_LINE concode_field_sep String trimMenuText concode_elem_sep String toString
void function ( XMPMeta arg0 , String arg1 ) { arg0 . appendArrayItem ( XMPConst . NS_DC , CREATOR , new PropertyOptions ( PropertyOptions . ARRAY_ORDERED ) , arg1 , null ) ; }
adds a single author . concode_field_sep String IDENTIFIER concode_elem_sep String SUBJECT concode_elem_sep String TYPE concode_elem_sep String CONTRIBUTOR concode_elem_sep String CREATOR concode_elem_sep String RELATION concode_elem_sep String SOURCE concode_elem_sep String DESCRIPTION concode_elem_sep String FORMAT c...
void function ( ) { new SWTShowMenuOperation ( null ) . closeAllMenus ( ) . execute ( ) ; }
cleanup by closing any open menus concode_field_sep Display display concode_elem_sep int DEFAULT_EXEC_WAIT_TIME concode_field_sep ControlReference<?> getFocusControl concode_elem_sep ShellReference[] getShells concode_elem_sep Color getSystemColor concode_elem_sep ShellReference getActiveShell concode_elem_sep DisplayR...
float function ( ) { return DEFAULT_CORNER_THICKNESS_DP ; }
returns the value of the corner thickness concode_field_sep int DEFAULT_CORNER_COLOR concode_elem_sep float DEFAULT_GUIDELINE_THICKNESS_PX concode_elem_sep String DEFAULT_BACKGROUND_COLOR_ID concode_elem_sep float DEFAULT_LINE_THICKNESS_DP concode_elem_sep float DEFAULT_CORNER_THICKNESS_DP concode_elem_sep String SEMI_...
int function ( CharSequence arg0 , CharSequence arg1 ) { for ( int loc0 = 0 ; loc0 < Math . max ( arg0 . length ( ) , arg1 . length ( ) ) ; loc0 ++ ) { int loc1 = compareCharacter ( arg0 , arg1 , loc0 ) ; if ( 0 != loc1 ) { return loc1 ; } } return 0 ; }
compares the charsequences o1 and o2 . concode_field_sep AvroCharSequenceComparator<CharSequence> INSTANCE concode_field_sep int compare concode_elem_sep int compareCharacter
void function ( Exception arg0 ) { this . exception = arg0 ; this . state = FAILED ; this . callback . ifPresent ( ac -> ac . onComplete ( null , Optional . of ( arg0 ) ) ) ; synchronized ( lock ) { lock . notifyAll ( ) ; } }
sets the exception from failed execution and executes callback if available . notifies any thread waiting for completion . concode_field_sep Exception exception concode_elem_sep int COMPLETED concode_elem_sep AtomicInteger idx concode_elem_sep int state concode_elem_sep Object lock concode_elem_sep Optional<AsyncCallba...
WidgetReference < T > function ( T arg0 ) { return new WidgetReference < T > ( arg0 ) ; }
create a widget reference locator for this widget . concode_field_sep T widget concode_elem_sep Map<Class<?>,Object> adapters concode_field_sep Object getAdapter concode_elem_sep T getWidget concode_elem_sep void addAdapter concode_elem_sep String toString concode_elem_sep IWidgetLocator[] findAll concode_elem_sep bool...
void function ( ) { this . m_negativeXErrorPixel = IErrorBarPixel . ERROR_PIXEL_NONE ; this . m_negativeYErrorPixel = IErrorBarPixel . ERROR_PIXEL_NONE ; this . m_positiveXErrorPixel = IErrorBarPixel . ERROR_PIXEL_NONE ; this . m_positiveYErrorPixel = IErrorBarPixel . ERROR_PIXEL_NONE ; }
convenience method for clearing this error bar making it available for new configuration . all errors are set to #error_pixel_none afterwards . concode_field_sep int m_negativeYErrorPixel concode_elem_sep int m_negativeXErrorPixel concode_elem_sep int m_positiveYErrorPixel concode_elem_sep int m_positiveXErrorPixel con...
Object function ( Object arg0 ) { iClosure . execute ( arg0 ) ; return arg0 ; }
transforms the input to result by executing a closure . concode_field_sep long serialVersionUID concode_elem_sep Closure iClosure concode_field_sep Closure getClosure concode_elem_sep Transformer getInstance
OSMElement function ( ) { return objectWithTags ; }
returns the way or relation with the tags for this area concode_field_sep OSMElement objectWithTags concode_elem_sep List<MapNode> nodes concode_elem_sep PolygonWithHolesXZ polygon concode_elem_sep Collection<MapAreaSegment> areaSegments concode_elem_sep Collection<MapOverlap<?,?>> overlaps concode_elem_sep List<AreaWo...
Date function ( ) { if ( upcomingReleaseDate == null ) { this . upcomingReleaseDate = dependencyResolverService . findMostRelevantRelease ( new TreeSet < ReleaseEntity > ( getAllReleases ( ) ) , new Date ( ) ) . getInstallationInProductionAt ( ) ; } return upcomingReleaseDate ; }
makes sure that the upcomingrelease is initialized concode_field_sep long serialVersionUID concode_elem_sep LinkedHashMap<Integer,ReleaseEntity> releaseMap concode_elem_sep ReleaseMgmtService releaseService concode_elem_sep ResourceDependencyResolverService dependencyResolverService concode_elem_sep Date upcomingReleas...
Response . ResponseBuilder function ( AbstractElement arg0 , UriInfo arg1 , String arg2 ) { return Response . status ( CREATED ) . location ( arg1 . getRequestUriBuilder ( ) . segment ( arg2 ) . build ( ) ) . entity ( arg0 ) ; }
this method exists solely to concentrate usage of javax.ws.rs.core.response #created java.net.uri intoone place until this jira is resolved somehow . concode_field_sep PlaceHolder placeHolder concode_field_sep void createPagingHeader concode_elem_sep InputStream pageToStream concode_elem_sep Response.ResponseBuilder pa...
LinkedList < HashMap < String , MetricsAggregate >> function ( ) { return metricsHistory ; }
this method returns the history of measured or aggregated metrics of the last ten metric-updates . concode_field_sep HashMap<BigDecimal,MetricsSubCoordinatorInfo> listOfSubCoordinators concode_elem_sep float exponentialSmoothing concode_elem_sep MetricsEntry ownMetrics concode_elem_sep Logger log concode_elem_sep Strin...
ResultWithNofifications < R , BE > function ( TransactionPayload < R , BE > arg0 ) { return inCommittableTxWithNotifications ( context , TransactionPayload . Committing . committing ( arg0 ) ) ; }
identical to #intx transactionpayload but also returns the notifications emitted from the transaction.the list of notifications is final and they have already been sent . the caller should not send them again . concode_field_sep R result concode_elem_sep TraversalContext<BE,E> context concode_elem_sep List<EntityAndPen...
Quotient < C > function ( Quotient < C > arg0 ) { if ( arg0 == null || arg0 . isZERO ( ) ) { return this ; } C loc0 = num . multiply ( arg0 . den ) ; loc0 = loc0 . subtract ( den . multiply ( arg0 . num ) ) ; C loc1 = den . multiply ( arg0 . den ) ; return new Quotient < C > ( ring , loc0 , loc1 , false ) ; }
quotient subtraction . concode_field_sep Logger logger concode_elem_sep QuotientRing<C> ring concode_elem_sep boolean debug concode_elem_sep C num concode_elem_sep C den concode_field_sep int signum concode_elem_sep boolean isONE concode_elem_sep Quotient<C> inverse concode_elem_sep boolean isUnit concode_elem_sep Quot...
boolean function ( ) { return true ; }
method stub . returns false . concode_field_sep Reflector _parent concode_elem_sep ReflectArray _array concode_elem_sep JdkLoader _classLoader concode_elem_sep ReflectorConfiguration _config concode_field_sep Reflector parent concode_elem_sep ReflectClass forName concode_elem_sep void configuration concode_elem_sep Ref...
JPanel function ( ) { contentPanel = new JPanel ( ) ; contentPanel . setLayout ( new BorderLayout ( ) ) ; contentPanel . add ( buildEditPanel ( ) , BorderLayout . NORTH ) ; contentPanel . add ( buildSpreadsheet ( ) , BorderLayout . CENTER ) ; contentPanel . add ( buildErrorPanel ( ) , BorderLayout . SOUTH ) ; return co...
methods to build visual elements concode_field_sep int ELEMENTWIDTH concode_elem_sep JPanel spreadsheet concode_elem_sep SpreadsheetCell[][] cellArray concode_elem_sep JPanel contentPanel concode_elem_sep JLabel EditLabel concode_elem_sep JTextField ErrorBox concode_elem_sep JTextField EditBox concode_elem_sep JFrame j...
boolean function ( Context arg0 ) { if ( this . getMethod ( ) == null && this . getMethodKey ( ) == null ) { throw new IllegalStateException ( "srini_string" ) ; } Method loc0 = extractMethod ( arg0 ) ; return evaluateResult ( loc0 . invoke ( this , getArguments ( arg0 ) ) ) ; }
look up the method specified by either `` method '' or `` methodkey '' and invoke it , returning a boolean value as interpreted by evaluateresult . concode_field_sep WeakHashMap methods concode_elem_sep String methodKey concode_elem_sep Class[] DEFAULT_SIGNATURE concode_elem_sep String method concode_field_sep void set...
void function ( long arg0 ) { markAsOverriden ( "srini_string" ) ; this . evictionWakeUpInterval = arg0 ; }
sets how often eviction process should be run for the cached type . concode_field_sep long evictionWakeUpInterval concode_elem_sep String cacheName concode_elem_sep Set<String> overridden concode_elem_sep int evictionMaxEntries concode_elem_sep EvictionStrategy evictionStrategy concode_elem_sep long expirationLifespan ...
Bag function ( Bag arg0 , Class arg1 ) { return new PredicatedBag ( arg0 , InstanceofPredicate . getInstance ( arg1 ) ) ; }
factory method to create a typed bag . if there are any elements already in the bag being decorated , they are validated . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
CopyDuplicate1Code function ( ) { return stmt . getCpyDplctInd ( ) ; }
indicates whether the document is a copy , a duplicate , or a duplicate of a copy . codu message is being sent as a copy to a party other than the account owner , for information purposes and the message is a duplicate of a message previously sent . copy message is being sent as a copy to a party other than the account...
RatNum function ( RatNum arg0 ) { checkRep ( ) ; return new RatNum ( this . numer * arg0 . denom + arg0 . numer * this . denom , this . denom * arg0 . denom ) ; }
requires arg ! = null concode_field_sep int numer concode_elem_sep int denom concode_elem_sep double approx concode_field_sep boolean isNegative concode_elem_sep RatNum sub concode_elem_sep RatNum mul concode_elem_sep String debugPrint concode_elem_sep boolean isPositive concode_elem_sep int gcd concode_elem_sep int co...
Object function ( ) { return value ; }
gets the value from the map entry . concode_field_sep Object value concode_elem_sep Object key concode_field_sep Object getKey concode_elem_sep int hashCode concode_elem_sep Object setValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setKey
Exception function ( ) { return error ; }
the exception generated at the server , or null if no such exception has occured concode_field_sep Map<String,ByteBuffer> requestCallMeta concode_elem_sep Map<String,ByteBuffer> responseCallMeta concode_elem_sep Object response concode_elem_sep List<ByteBuffer> requestPayload concode_elem_sep List<ByteBuffer> responseP...
Type function ( ) { return superclass ; }
returns a type object for the class 's superclass . concode_field_sep boolean dirty concode_elem_sep ClassInfo classInfo concode_elem_sep Type[] interfaces concode_elem_sep Type superclass concode_elem_sep EditorContext context concode_elem_sep ConstantPool constants concode_elem_sep Type type concode_elem_sep boolean ...
List < List < VectorXZ >> function ( Collection < TriangleXYZ > arg0 , Material arg1 , TexCoordFunction arg2 ) { List < VectorXYZ > loc0 = new ArrayList < VectorXYZ > ( arg0 . size ( ) * 3 ) ; for ( TriangleXYZ loc1 : arg0 ) { loc0 . add ( loc1 . v1 ) ; loc0 . add ( loc1 . v2 ) ; loc0 . add ( loc1 . v3 ) ; } return tex...
equivalent of #texcoordlists list , material , texcoordfunction for a collection of triangle objects . concode_field_sep PlaceHolder placeHolder concode_field_sep List<List<VectorXZ>> texCoordLists
void function ( ) { rehash ( PrimeFinder . nextPrime ( ( int ) Math . ceil ( size ( ) / _loadFactor ) + 1 ) ) ; computeMaxSize ( capacity ( ) ) ; if ( _autoCompactionFactor != 0 ) { computeNextAutoCompactionAmount ( size ( ) ) ; } }
compresses the hashtable to the minimum prime size as defined by primefinder that will hold all of the elements currently in the table . if you have done a lot of remove operations and plan to do a lot of queries or insertions or iteration , it is a good idea to invoke this method . doing so will accomplish two things ...
List < WPTreeNode > function ( ) { return this . children ; }
get the list of children of the calling object pass a null parent to construct the root concode_field_sep WPTreeNode parent concode_elem_sep List<WPTreeNode> children concode_elem_sep WPTreeNode root concode_elem_sep NearbyWords nw concode_elem_sep String word concode_field_sep String printQueue concode_elem_sep String...
IWindowService function ( ) { invalid ( ) ; return null ; }
subclasses may override . concode_field_sep String reason concode_field_sep String getReason concode_elem_sep INativeConditionFactory getConditionFactory concode_elem_sep void invalid concode_elem_sep InvalidOSDelegate forReason concode_elem_sep String toString
void function ( final float arg0 ) { this . offset = arg0 ; }
setter for the offset . the offset is relative to the current y position . if you want to underline something , you have to choose a negative offset . concode_field_sep float offset concode_elem_sep DrawInterface drawInterface concode_field_sep void setDrawInterface concode_elem_sep boolean process concode_elem_sep Dra...
LIST < C > function ( C arg0 , C arg1 ) { LIST < C > loc0 = new LIST < C > ( ) ; loc0 . list . addFirst ( arg1 ) ; loc0 . list . addFirst ( arg0 ) ; return loc0 ; }
list , 2 elements . a and b are objects . l is the list a , b . concode_field_sep LIST<?> SIL concode_elem_sep Iterator<C> iter concode_elem_sep LinkedList<C> list concode_field_sep void SFIRST concode_elem_sep LIST<C> LIST1 concode_elem_sep LIST<C> RED3 concode_elem_sep LIST<C> LIST3 concode_elem_sep LIST<C> RED4 conc...
String function ( ) { return "srini_string" + ring . toString ( ) + "srini_string" ; }
get the string representation as ringfactory . concode_field_sep RingFactory<C> ring concode_elem_sep boolean debug concode_elem_sep Logger logger concode_field_sep Quotient<C> random concode_elem_sep Quotient<C> random concode_elem_sep int hashCode concode_elem_sep boolean isField concode_elem_sep boolean equals conco...
void function ( final int arg0 ) { this . m_negativeYErrorPixel = arg0 ; }
intended for aerrorbarpolicyconfigurable only . concode_field_sep int m_negativeYErrorPixel concode_elem_sep int m_negativeXErrorPixel concode_elem_sep int m_positiveYErrorPixel concode_elem_sep int m_positiveXErrorPixel concode_elem_sep ITrace2D m_trace concode_elem_sep long serialVersionUID concode_field_sep void set...
long function ( ) { return java . lang . System . currentTimeMillis ( ) ; }
clock . returns the current cpu clock reading in milliseconds . intervalls are system dependent . concode_field_sep LIST<?> SIL concode_elem_sep Iterator<C> iter concode_elem_sep LinkedList<C> list concode_field_sep void SFIRST concode_elem_sep LIST<C> LIST1 concode_elem_sep LIST<C> RED3 concode_elem_sep LIST<C> LIST3 ...
File function ( ) { return file ; }
returns entity content as a file if set using #setfile java.io.file method . concode_field_sep File file concode_elem_sep boolean gzipCompress concode_elem_sep InputStream stream concode_elem_sep byte[] binary concode_elem_sep String contentEncoding concode_elem_sep boolean chunked concode_elem_sep String text concode_...
float function ( float arg0 ) { list . add ( arg0 ) ; return arg0 ; }
pushes a value onto the top of this stack . concode_field_sep ArrayFloatList list concode_field_sep float pop concode_elem_sep int search concode_elem_sep int size concode_elem_sep float get concode_elem_sep void clear concode_elem_sep boolean empty concode_elem_sep float peek concode_elem_sep float peek
boolean function ( final double arg0 ) { return ! ( Double . isInfinite ( arg0 ) || Double . isNaN ( arg0 ) ) ; }
tests that the given double is not invalid for calculation . it must not be one of : double #nan double #negative_infinity double #positive_infinity concode_field_sep MathUtil instance concode_field_sep void assertDouble concode_elem_sep Integer increment concode_elem_sep boolean assertEqual concode_elem_sep MathUtil g...
void function ( ) { }
resets the references for streaming . concode_field_sep HessianRemoteResolver resolver concode_elem_sep byte[] _buffer concode_field_sep void readEnd concode_elem_sep HessianRemoteResolver getRemoteResolver concode_elem_sep int addRef concode_elem_sep String getMethod concode_elem_sep String readHeader concode_elem_sep...
String function ( ) { return name ; }
get the name of this logical type . this name is set as the schema property `` logicaltype '' . concode_field_sep String LOGICAL_TYPE_PROP concode_elem_sep String name concode_elem_sep String[] INCOMPATIBLE_PROPS concode_field_sep Schema addToSchema concode_elem_sep void validate
NameParts function ( String arg0 ) { return parse ( arg0 , null , null ) ; }
parses a textual representation of a qualified name into a nameparts representation . explicitly looks for the form catalog.schema.name . concode_field_sep Identifier catalogName concode_elem_sep QualifiedNameParser INSTANCE concode_elem_sep Identifier objectName concode_elem_sep String qualifiedText concode_elem_sep I...
Runnable function ( final Runnable arg0 ) { return new ContextRunnable ( arg0 ) ; }
returns a runnable that will retain the stack trace information about where it originated from . concode_field_sep Field causeField concode_field_sep Executor decorate concode_elem_sep ExecutorService decorate concode_elem_sep ScheduledExecutorService decorate concode_elem_sep ListeningExecutorService decorate concode_...
void function ( String arg0 ) { this . vid . addToVID ( arg0 ) ; }
the vid address is extended . concode_field_sep short[] area concode_elem_sep CanVID vid concode_elem_sep Logger log concode_field_sep boolean betweenY concode_elem_sep void setArea concode_elem_sep boolean betweenX concode_elem_sep boolean betweenXboth concode_elem_sep void setVid concode_elem_sep void setVID concode_...
boolean function ( ) { return escapeText ; }
returns whether the body of this tag will be escaped or not . concode_field_sep Tag parent concode_elem_sep JellyContext context concode_elem_sep boolean hasTrimmed concode_elem_sep Script body concode_elem_sep boolean escapeText concode_elem_sep Boolean shouldTrim concode_field_sep Tag getParent concode_elem_sep boole...
Type function ( int arg0 ) { return getOrdinalParameterDescriptor ( arg0 ) . getExpectedType ( ) ; }
deprecated . concode_field_sep Map<String,NamedParameterDescriptor> namedDescriptorMap concode_elem_sep OrdinalParameterDescriptor[] ordinalDescriptors concode_elem_sep OrdinalParameterDescriptor[] EMPTY_ORDINALS concode_field_sep int getOrdinalParameterSourceLocation concode_elem_sep NamedParameterDescriptor getNamedP...
char function ( ) { if ( list . isEmpty ( ) ) { throw new EmptyStackException ( ) ; } return list . get ( list . size ( ) - 1 ) ; }
looks at the top of this stack without removing it . concode_field_sep ArrayCharList list concode_field_sep char pop concode_elem_sep int search concode_elem_sep int size concode_elem_sep char get concode_elem_sep void clear concode_elem_sep char push concode_elem_sep boolean empty
Map function ( ) { return settings ; }
temporarily exposed since configuration is still around and much code still uses configuration . this allows code to configure the builder and access that to configure configuration object used from hem atm . concode_field_sep Map settings concode_elem_sep LoadedConfig aggregatedCfgXml concode_elem_sep List<ProvidedSer...
int function ( ) { return ( int ) Math . round ( Math . min ( y1 , y2 ) ) ; }
gets the topmost y-position of the line . concode_field_sep double y1 concode_elem_sep double x1 concode_elem_sep double y2 concode_elem_sep double x2 concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep void grow concode_elem_sep void setColor concode_elem_sep String ...
char function ( ) { return this . last ; }
liefert das signal , mit dem die letzte ' 1 ' codiert wurde . concode_field_sep ZeroBuffer zeroBuffer concode_elem_sep int pointer concode_elem_sep char last concode_elem_sep State state concode_elem_sep boolean[] buffer concode_elem_sep AMI.Medium medium concode_field_sep State next concode_elem_sep boolean[] receive ...
void function ( MessageSource arg0 ) { this . messageSource = arg0 ; }
this method should only be used by unit tests . concode_field_sep Logger LOGGER concode_elem_sep String FLASH_ERROR_MESSAGE concode_elem_sep String VIEW_REDIRECT_PREFIX concode_elem_sep String FLASH_FEEDBACK_MESSAGE concode_elem_sep MessageSource messageSource concode_field_sep void addErrorMessage concode_elem_sep Str...
void function ( ) { if ( ! started ) { started = true ; sentMaintenance = new HashMap < Long , Long > ( ) ; sentUser = new HashMap < Long , Long > ( ) ; } }
called to start the traffic analysis . messages that are sent prior to invoking this method are not taken into account for analysis . calling this method starts a fresh measurement . the number of the participating hosts has to be set before calling this method . concode_field_sep Logger log concode_elem_sep double num...
void function ( final String [ ] arg0 ) { new ClassInfo ( System . out ) . execute ( arg0 ) ; }
entry point to run this examples as a java application . concode_field_sep Analyzer analyzer concode_elem_sep PrintStream out concode_field_sep void visitCoverage concode_elem_sep void execute
String [ ] function ( ) { return ToStringTemplateParser . OBJECT_AND_MEMBER_RELATED_VARIABLES ; }
this method is used in #parsetemplate string . it returns all variables returned by #getmemberrelatedvariables and #getobjectrelatedvariables sum of sets . concode_field_sep String OBJECT_SYSTEM_HASHCODE_VARIABLE concode_elem_sep String[] VARIABLES concode_elem_sep String[] beginning concode_elem_sep String[] OBJECT_RE...
void function ( Graphics arg0 , int arg1 ) { this . obstacleSize = arg1 ; if ( isUp ) { arg0 . setColor ( new Color ( 212 , 129 , 78 ) ) ; arg0 . fill3DRect ( x , y , 150 , gameHeight - arg1 - 150 , true ) ; } else { arg0 . setColor ( new Color ( 212 , 129 , 78 ) ) ; arg0 . fill3DRect ( x , y , 150 , arg1 , true ) ; } ...
draws the obstacle with declared size . concode_field_sep int obstacleSize concode_elem_sep int RESET_POSITION concode_elem_sep int gameWidth concode_elem_sep int obstacleHeigth concode_elem_sep int gameHeight concode_elem_sep boolean isUp concode_elem_sep int x concode_elem_sep int y concode_elem_sep int resetPosition...
long function ( Runnable arg0 ) { long loc0 = System . currentTimeMillis ( ) ; arg0 . run ( ) ; return System . currentTimeMillis ( ) - loc0 ; }
return the length of time elapsed to run the given runnable . concode_field_sep long start concode_field_sep void reset
IConnection function ( String arg0 , String arg1 , int arg2 ) { IConnection loc0 = connections . get ( key ( arg1 , arg2 ) ) ; if ( loc0 != null ) { return loc0 ; } IConnection loc1 = new Client ( storm_conf , clientChannelFactory , clientScheduleService , arg1 , arg2 , this ) ; connections . put ( key ( arg1 , arg2 ) ...
establish a connection to a remote server concode_field_sep NioClientSocketChannelFactory clientChannelFactory concode_elem_sep HashedWheelTimer clientScheduleService concode_elem_sep Map storm_conf concode_elem_sep Map<String,IConnection> connections concode_field_sep void removeClient concode_elem_sep void prepare co...
HttpRoute function ( final HttpParams arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; HttpRoute loc0 = ( HttpRoute ) arg0 . getParameter ( FORCED_ROUTE ) ; if ( ( loc0 != null ) && NO_ROUTE . equals ( loc0 ) ) { loc0 = null ; } return loc0 ; }
obtains the connroutepnames #forced_route forced_route parameter value . #no_route will be mapped to null , to allow unsetting in a hierarchy . concode_field_sep HttpHost NO_HOST concode_elem_sep HttpRoute NO_ROUTE concode_field_sep void setLocalAddress concode_elem_sep void setDefaultProxy concode_elem_sep void setFor...
int function ( ) { return ++ this . staleCounter ; }
increments the failure counter and returns the new value . concode_field_sep long lastSeen concode_elem_sep int staleCounter concode_elem_sep KademliaOverlayContact<T> contact concode_field_sep int getStaleCounter concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_ele...
int function ( ) { return _size ; }
returns the current number of entries in the map . concode_field_sep int _size concode_elem_sep int[] _values concode_elem_sep int _prime concode_elem_sep int NULL concode_elem_sep Object[] _keys concode_elem_sep int[] PRIMES concode_field_sep int hashCode concode_elem_sep int get concode_elem_sep void clear concode_el...
void function ( ) { }
signifies that we are done with this classfileloader concode_field_sep File outputDir concode_elem_sep LinkedList cache concode_elem_sep ClassSource _classSource concode_elem_sep String classpath concode_elem_sep Map openZipFiles concode_elem_sep boolean DEBUG concode_elem_sep boolean USE_SYSTEM_CLASSES concode_elem_se...
File function ( ) { return fileInput ; }
gets the cluster 's tasks input file . concode_field_sep ProcessListener processListener concode_elem_sep FXMLController guiController concode_elem_sep String user concode_elem_sep File fileBiBiGridJar concode_elem_sep File fileSingularityScript concode_elem_sep ProcessBuilder processBuilder concode_elem_sep File fileI...
boolean function ( Object arg0 ) { GroebnerSystem < C > loc0 = null ; try { loc0 = ( GroebnerSystem < C > ) arg0 ; } catch ( ClassCastException loc1 ) { return false ; } if ( loc0 == null ) { return false ; } boolean loc2 = list . equals ( loc0 . list ) ; return loc2 ; }
is this groebner system equal to other . concode_field_sep Logger logger concode_elem_sep boolean debug concode_elem_sep List<Condition<C>> conds concode_elem_sep List<ColoredSystem<C>> list concode_elem_sep PolynomialList<GenPolynomial<C>> cgb concode_field_sep List<GenPolynomial<GenPolynomial<C>>> getCGB concode_elem...
Map < String , String > function ( String arg0 ) { HashMap < String , String > loc0 = new HashMap < String , String > ( ) ; String [ ] loc1 = arg0 . split ( "srini_string" ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { String [ ] loc3 = loc1 [ loc2 ] . split ( "srini_string" , 2 ) ; loc0 . put ( loc3 [ 0 ]...
takes a string of `` key = value '' pairs split by \ n and creates a hash table . concode_field_sep boolean mGeckoInfo concode_elem_sep String mLogFile concode_elem_sep int mGeckoTop concode_elem_sep int mScrollHeight concode_elem_sep Solo mSolo concode_elem_sep int mValue concode_elem_sep int mGeckoWidth concode_elem_...
Object function ( ) { return instance ; }
entity instance accessor concode_field_sep Object instance concode_elem_sep String entityName concode_elem_sep SessionImplementor session concode_elem_sep EntityPersister persister concode_elem_sep Serializable id concode_field_sep AfterTransactionCompletionProcess getAfterTransactionCompletionProcess concode_elem_sep ...
T function ( ) { return allNodes . get ( 0 ) . key ; }
get the heap min without extracting the key concode_field_sep Map<T,Integer> nodePosition concode_elem_sep List<Node> allNodes concode_elem_sep int weight concode_elem_sep T key concode_field_sep void add concode_elem_sep void printPositionMap concode_elem_sep void swap concode_elem_sep void updatePositionMap concode_e...
TagState function ( ) { return this . tagState ; }
get the state of the current tag concode_field_sep String text concode_elem_sep Charset charset concode_elem_sep StateController controller concode_elem_sep XMLParserMemory memory concode_elem_sep List<XMLParserListener> listeners concode_elem_sep TagState tagState concode_elem_sep ParserMonitor monitor concode_elem_se...
void function ( String arg0 ) { for ( ResourceEntity loc0 : getResources ( ) ) { loc0 . updateName ( arg0 ) ; } this . name = arg0 ; }
we currently have to ensure , that the names of the resources are updated as well - therefore we have to iterate through all of them and change their name . as soon as all queries are adapted , this is not required anymore and can be removed . we execute this logic in the prepersist state because we need to ensure that...
Region function ( ) { return fTagPosition ; }
returns the tag position for this element . the method can return null . in this case no tag has been found for this nls element . concode_field_sep Region fTagPosition concode_elem_sep String TAG_POSTFIX concode_elem_sep AccessorClassReference fAccessorClassReference concode_elem_sep boolean fIsEclipseNLS concode_elem...
ValidationContext function ( ) { return new ValidationContext ( ) ; }
create an instance of validationcontext concode_field_sep QName _HistoryHeader_QNAME concode_elem_sep QName _ISDVInfo_QNAME concode_elem_sep QName _KeyValuePairList_QNAME concode_elem_sep QName _LocalizedMessage_QNAME concode_elem_sep QName _BusinessException_QNAME concode_elem_sep QName _Message_QNAME concode_elem_sep...
boolean function ( Block arg0 ) { if ( arg0 . y + Block . HEIGHT > y ) { if ( arg0 . x < x && arg0 . x + Block . WIDTH + 3 > x ) { arg0 . y = y - Block . HEIGHT ; return true ; } else if ( arg0 . x > x && x + 150 > arg0 . x ) { arg0 . y = y - Block . HEIGHT ; return true ; } } return false ; }
checks if the obstacle that is down intersects with the block . concode_field_sep int obstacleSize concode_elem_sep int RESET_POSITION concode_elem_sep int gameWidth concode_elem_sep int obstacleHeigth concode_elem_sep int gameHeight concode_elem_sep boolean isUp concode_elem_sep int x concode_elem_sep int y concode_el...
void function ( TokenProvider arg0 ) { KrbRuntime . arg0 = arg0 ; }
set token provider . concode_field_sep TokenProvider tokenProvider concode_field_sep TokenProvider getTokenProvider
int function ( ) { return RefactoringStatus . WARNING ; }
when condition checking is performed for a refactoring then the condition check is interpreted as failed if the refactoring status severity return from the condition checking operation is equal or greater than the value returned by this method . concode_field_sep IValidationCheckResultQueryFactory fQueryFactory concode...
Session function ( ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } Session loc0 = getSessionFactory ( ) . getCurrentSession ( ) ; if ( ! loc0 . isOpen ( ) ) { loc0 = getSessionFactory ( ) . openSession ( ) ; } return loc0 ; }
returns the current hibernate session . if a session was previously established during the same request the already established instance is returned otherwise a new instance is retriven from the session factory . concode_field_sep SessionFactory sessionFactory concode_elem_sep Configuration configuration concode_elem_s...
void function ( Description arg0 ) { getChildren ( ) . add ( arg0 ) ; }
add description as a child of the receiver . concode_field_sep Annotation[] fAnnotations concode_elem_sep Description EMPTY concode_elem_sep Serializable fUniqueId concode_elem_sep Pattern METHOD_AND_CLASS_NAME_PATTERN concode_elem_sep String fDisplayName concode_elem_sep long serialVersionUID concode_elem_sep Descript...
RGB function ( String arg0 ) { if ( arg0 . length ( ) <= 1 ) { throw new IllegalArgumentException ( usageText ) ; } if ( arg0 . charAt ( 0 ) == '#' ) { return parseHtml ( arg0 ) ; } else if ( arg0 . indexOf ( ',' ) != - 1 ) { return parseRGB ( arg0 ) ; } else { throw new IllegalArgumentException ( usageText ) ; } }
parse a string concode_field_sep ColorConverter instance concode_elem_sep String usageText concode_field_sep RGB parseRGB concode_elem_sep RGB parseHtml concode_elem_sep int parseNumber concode_elem_sep ColorConverter getInstance concode_elem_sep Object convert
double function ( ) { return numericalZero ; }
see setnumericalzero concode_field_sep double numericalZero concode_elem_sep RealMatrixImpl decompMatrix concode_field_sep RealMatrixImpl getDecomposition concode_elem_sep void setNumericalZero concode_elem_sep double[] solve concode_elem_sep double[] solve concode_elem_sep void decompose concode_elem_sep double getDet...
void function ( VectorXYZ arg0 ) { pos = pos . add ( arg0 ) ; lookAt = lookAt . add ( arg0 ) ; }
moves both pos and lookat by the given vector concode_field_sep VectorXYZ pos concode_elem_sep VectorXYZ lookAt concode_elem_sep VectorXYZ up concode_field_sep void moveMapRight concode_elem_sep void setCamera concode_elem_sep void setCamera concode_elem_sep void moveForward concode_elem_sep void move concode_elem_sep ...
int function ( ) { return values [ values . length - 1 ] ; }
get the high value in the range the lookup values . concode_field_sep Label defaultTarget concode_elem_sep int[] values concode_elem_sep Label[] targets concode_field_sep Label defaultTarget concode_elem_sep int lowValue concode_elem_sep boolean hasContiguousValues concode_elem_sep int partition concode_elem_sep int[] ...
Widget function ( Matcher arg0 ) { dbComparisons = 0 ; _attempts = 0 ; return findInShellScope ( arg0 ) ; }
find a widget , using the given matcher to determine whether a given widget in the hierarchy used by this widgetfinder is the desired one . concode_field_sep int dbComparisons concode_elem_sep int searchType concode_elem_sep SWTHierarchy hierarchy concode_elem_sep int BFS concode_elem_sep SearchScopeHelper _searchScope...
void function ( final String arg0 ) { if ( ! started ) { style = arg0 ; } }
sets the `` style '' of kademlia , for example s/k/l / h. concode_field_sep Logger log concode_elem_sep String description concode_elem_sep int clusterIDLength concode_elem_sep String style concode_elem_sep boolean started concode_elem_sep String fileDescr concode_elem_sep String seed concode_elem_sep int BUFFER_CAPACI...
void function ( Interpolator arg0 ) { synchronized ( newInterpolators ) { newInterpolators . addElement ( arg0 ) ; if ( ! isActive ( ) ) start ( ) ; } }
dispatches an interpolator for the animation thread . this will launch the animation thread if it is not already active . concode_field_sep Vector newInterpolators concode_elem_sep int sleep concode_elem_sep EventListenerList listenerList concode_elem_sep Vector activeInterpolators concode_elem_sep Thread animationThre...
UnivPowerSeries < C > function ( ) { return ZERO ; }
get the zero element . concode_field_sep UnivPowerSeries<C> ZERO concode_elem_sep String DEFAULT_NAME concode_elem_sep int truncate concode_elem_sep String var concode_elem_sep int DEFAULT_TRUNCATE concode_elem_sep UnivPowerSeries<C> ONE concode_elem_sep RingFactory<C> coFac concode_elem_sep Random random concode_field...
void function ( Integer arg0 ) { this . deptId = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column company.dept _ id concode_field_sep Integer compId concode_elem_sep Integer deptId concode_field_sep Integer getCompId concode_elem_sep void setCompId concode_elem_sep Integer getDeptId
void function ( AmwAppServerNodeModel arg0 , ApplicationResolver arg1 ) { if ( arg1 != null ) { arg1 . transform ( templateExceptionHandler , arg0 ) ; } }
adds properties of app , as and node to the map concode_field_sep ResourceEntity owner concode_elem_sep String identifier concode_elem_sep ApplicationResolver resolver concode_elem_sep List<AmwFunctionEntity> functions concode_elem_sep List<AppServerRelationProperties> consumed concode_elem_sep List<AppServerRelationPr...
Object function ( ) { if ( last == null ) { throw new IllegalStateException ( "srini_string" ) ; } return last . getKey ( ) ; }
gets the current key , which is the key returned by the last call to next . concode_field_sep Iterator iterator concode_elem_sep Map.Entry last concode_elem_sep Map map concode_elem_sep boolean canRemove concode_field_sep Object next concode_elem_sep Object getValue concode_elem_sep Object setValue concode_elem_sep voi...
boolean function ( Class arg0 ) { for ( LoadMetric loc0 : enabledMetrics ) { if ( arg0 . isInstance ( loc0 ) ) { return true ; } } return false ; }
checks whether this class is configured to be used . concode_field_sep Set<LoadMetric> enabledMetrics concode_field_sep void deploy concode_elem_sep void undeploy