Searched refs:tail (Results 76 - 100 of 158) sorted by relevance

1234567

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java581 args = args.tail;
631 for (List<Type> l = types; l.nonEmpty(); l = l.tail) {
633 tl = tl.tail;
786 args = args.tail;
787 forms = forms.tail;
797 args = args.tail;
798 tvars_cap = tvars_cap.tail;
811 args = args.tail;
812 bounds = bounds.tail;
825 bounds = bounds.tail;
[all...]
H A DResolve.java361 for (; bounds.nonEmpty(); bounds = bounds.tail)
364 formals = formals.tail;
365 actuals = actuals.tail;
376 boolean instNeeded = tvars.tail != null || /*inlined: tvars.nonEmpty()*/
379 l.tail != null/*inlined: l.nonEmpty()*/ && !instNeeded;
380 l = l.tail) {
454 argtypes = argtypes.tail;
455 formals = formals.tail;
468 argtypes = argtypes.tail;
558 l = l.tail) {
[all...]
H A DAttr.java487 for (List<JCExpression> l = trees; l.nonEmpty(); l = l.tail)
495 for (List<T> l = trees; l.nonEmpty(); l = l.tail)
503 for (List<JCExpression> l = trees; l.nonEmpty(); l = l.tail)
514 for (List<JCExpression> l = trees; l.nonEmpty(); l = l.tail)
540 for (JCExpression bound : tvar.bounds.tail)
573 for (List<JCAnnotation> al = annotations; al.nonEmpty(); al = al.tail) {
741 for (List<JCTypeParameter> l = tree.typarams; l.nonEmpty(); l = l.tail)
751 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) {
787 for (List<JCExpression> l = tree.thrown; l.nonEmpty(); l = l.tail)
1019 for (List<JCCase> l = tree.cases; l.nonEmpty(); l = l.tail) {
[all...]
H A DLower.java229 for (List<VarSymbol> l = fvs; l.nonEmpty(); l = l.tail)
240 for (List<VarSymbol> l = fvs; l.nonEmpty(); l = l.tail) {
705 for (List<ClassSymbol> l = accessConstrTags; l.nonEmpty(); l = l.tail) {
928 argtypes = operator.type.getParameterTypes().tail;
1246 args = make.Idents(md.params.tail);
1278 for (List<JCVariableDecl> l = md.params; l.nonEmpty(); l = l.tail)
1281 for (List<JCExpression> l = md.thrown; l.nonEmpty(); l = l.tail)
1305 make.Idents(md.params.reverse().tail.reverse())))));
1352 for (List<VarSymbol> l = freevars; l.nonEmpty(); l = l.tail) {
1405 for (List<VarSymbol> l = freevars; l.nonEmpty(); l = l.tail)
[all...]
H A DAnnotate.java158 for (List<JCExpression> tl = args; tl.nonEmpty(); tl = tl.tail) {
242 for (List<JCExpression> l = na.elems; l.nonEmpty(); l=l.tail) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java315 for (List<Type> args = t.getParameterTypes(); args.nonEmpty(); args = args.tail)
460 for (List<JCTree> l = defs; l.nonEmpty(); l = l.tail) {
562 stats = stats.tail;
566 stats = stats.tail;
571 stats = stats.tail;
578 stats = stats.tail;
611 for (List<Type> l = types.interfaces(c.type); l.nonEmpty(); l = l.tail) {
755 for (List<? extends JCTree> l = trees; l.nonEmpty(); l = l.tail)
855 for (List<JCExpression> l = trees; l.nonEmpty(); l = l.tail) {
857 pts = pts.tail;
[all...]
H A DClassWriter.java315 for (List<Type> l = mt.thrown; l.nonEmpty(); l = l.tail) {
364 l = l.tail;
398 for (List<Type> ts = types; ts.nonEmpty(); ts = ts.tail)
404 for (List<Type> ts = typarams; ts.nonEmpty(); ts = ts.tail) {
411 for (List<Type> l = bounds; l.nonEmpty(); l = l.tail) {
889 l = l.tail) {
955 for (List<Type> l = thrown; l.nonEmpty(); l = l.tail)
981 l = l.tail) {
993 l = l.tail)
1419 vars = vars.tail;
[all...]
H A DCRTable.java94 for (List<CRTEntry> l = entries.toList(); l.nonEmpty(); l = l.tail) {
210 for (List<? extends JCTree> l = trees; l.nonEmpty(); l = l.tail) {
223 for (List<JCCase> l = trees; l.nonEmpty(); l = l.tail) {
236 for (List<JCCatch> l = trees; l.nonEmpty(); l = l.tail) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventQueue.java320 queues[priority].head = queues[priority].tail = newItem;
333 queues[priority].tail.next = newItem;
334 queues[priority].tail = newItem;
559 queues[i].tail = null;
588 if (queues[i].tail == entry) {
589 queues[i].tail = prev;
1153 queues[i].tail = prev;
1307 EventQueueItem tail; field in class:Queue
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs115 ntype2js nt = tail $ show nt
116 jclass2js t = tail $ show t
117 jprim2js p = tail $ show p
122 capitalize s = [toUpper $ head s] ++ tail s
/openjdk7/jdk/test/tools/launcher/
H A DMultipleJRE.sh222 tail="is designed to take up space - lots and lots of space."
232 echo "Mondo comment line $i$j $tail" >> zipin
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckResourceKeys.java172 String tail = s.substring(b.length());
174 if (tail.equals(t))
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DCompoundScopeTest.java186 allSymbols = allSymbols.tail;
209 shadowed = shadowed.tail;
/openjdk7/langtools/test/tools/javac/tree/
H A DTreePosRoundsTest.java181 String tail = found.substring(found.lastIndexOf("\n")).trim();
182 equal = expect.startsWith(head) && expect.endsWith(tail);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedTransferQueue.java51 * producer. The <em>tail</em> of the queue is that element that has
111 * (unmatched) queue node (or null if empty); and "tail" that
116 * head tail
123 * tail pointers. This has led to the development of
159 * updates on head/tail fields.
162 * never versus always updating queue (head and tail) pointers.
169 * head tail
176 * similarly for "tail") is an empirical matter. We have found
183 * virtue of only sometimes updating head or tail pointers when
208 * known first unmatched node, and similarly for tail
562 private transient volatile Node tail; field in class:LinkedTransferQueue
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp431 SparsePRT* tail = sprt_cleanup_task->tail(); local
433 assert(tail != NULL, "if head is not NULL, so should tail");
435 tail->set_next_expanded(_head_expanded_list);
438 assert(tail == NULL, "if head is NULL, so should tail");
H A DheapRegionSet.hpp295 HeapRegion* tail() { return _tail; } function in class:HeapRegionLinkedList
312 // It adds hr to the list as the new tail. The region should not be
H A DsparsePRT.hpp307 // pause. It creates a list of expanded tables whose head / tail
347 SparsePRT* tail() { return _tail; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.hpp51 char tail[32]; member in class:ParGCAllocBuffer
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DJavacMessages.java187 for (List<ResourceBundle> l = bundles; l.nonEmpty() && msg == null; l = l.tail) {
H A DSharedNameTable.java47 freelist = freelist.tail;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DExecutableMemberDocImpl.java234 types = types.tail;
/openjdk7/make/scripts/
H A Dupdate_copyright_year.sh57 lastLineCount=`tail -1 "$1" | wc -l`
/openjdk7/jdk/src/share/back/
H A DeventHelper.c117 HelperCommand *tail; member in struct:__anon507
182 queue->tail->next = command;
184 queue->tail = command;
235 if (queue->tail == command) {
236 queue->tail = NULL;
723 commandQueue.tail = NULL;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java554 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail)
655 for (List<Type> l = ts; l.nonEmpty(); l = l.tail)
678 for (List<Attribute.Compound> i = attributes; i.nonEmpty(); i=i.tail) {
741 for (List<Pair<Symbol.MethodSymbol,Attribute>> values = compound.values; values.nonEmpty(); values=values.tail) {
805 for (List<Type> l = typarams; l.nonEmpty(); l = l.tail)
827 for (List<Type> l = argtypes; l.nonEmpty(); l = l.tail)

Completed in 127 milliseconds

1234567