Searched defs:next (Results 651 - 675 of 702) sorted by relevance

<<212223242526272829

/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c81 struct _netaddr *next; member in struct:_netaddr
90 struct _netif *next; member in struct:_netif
232 curr = curr->next;
276 curr = curr->next;
359 addrP = addrP->next;
365 curr = curr->next;
400 curr = curr->next;
428 curr = curr->next;
625 addrP = addrP->next;
703 addrP = addrP->next;
819 netaddr *next = addrP->next; local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c175 struct _X11InputMethodGRefNode* next; member in struct:_X11InputMethodGRefNode
301 pX11InputMethodGRef = pX11InputMethodGRef->next;
324 newNode->next = x11InputMethodGRefListHead;
349 cX11InputMethodGRef = cX11InputMethodGRef->next;
357 x11InputMethodGRefListHead = x11InputMethodGRefListHead->next;
359 pX11InputMethodGRef->next = cX11InputMethodGRef->next;
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c172 struct _netaddr *next; member in struct:_netaddr
241 curr = addrList->next;
250 curr->next = addrList;
295 curr = curr->next;
1306 * wait for the next packet up to a maximum of t1 minus t2.
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h85 mrPassAlong, /* pass along to next in chain */
894 DCItem *next; member in class:DCItem
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java165 // If next {@docRoot}/.. pattern not found, append rest of htmlstr and exit loop
170 // If next {@docroot}/.. pattern found, append htmlstr up to start of tag
176 // Append slash if next character is not a slash
183 // If next {@docRoot} tag not found, append rest of htmlstr and exit loop
188 // If next {@docroot} tag found, append htmlstr up to start of tag
193 // Append slash if next character is not a slash
762 * this method to customize next link.
770 * this method to customize next link.
958 * Print link for next file. If next i
963 navLinkNext(String next) argument
979 getNavLinkNext(String next) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java397 // the next value to use
398 int next = 1; // 0 (unused map elements) go to the default label field in class:Lower.EnumMapping
412 values.put(v, result = next++);
1680 Symbol lhs = e.next().sym;
3237 * T v = (T) #i.next();
3270 Symbol next = lookupMethod(tree.expr.pos(),
3271 names.next,
3274 JCExpression vardefinit = make.App(make.Select(make.Ident(itvar), next));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java142 /** The next available register.
146 /** A chain for jumps to be resolved before the next opcode is emitted.
1073 /** Align code pointer to next `incr' boundary.
1376 /** The next jump in the list.
1378 public final Chain next; field in class:Code.Chain
1383 public Chain(int pc, Chain next, Code.State state) { argument
1385 this.next = next;
1442 for (; chain != null; chain = chain.next) {
1453 // If goto the next instructio
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c401 struct png_dsort_struct FAR * next; member in struct:png_dsort_struct
623 t->next = hash[d];
640 for (p = hash[i]; p; p = p->next)
708 t = p->next;
H A Dpngtest.c593 struct memory_information FAR *next; member in struct:memory_information
648 pinfo->next = pinformation;
686 *ppinfo = pinfo->next;
698 if (pinfo->next == NULL)
704 ppinfo = &pinfo->next;
1697 pinfo = pinfo->next;
1784 pinfo = pinfo->next;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c145 cmsStage* next = mpe ->Next; local
146 *head = next;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1541 * NaN and Infinity values. Skipping next path segment in
1743 struct _Point* next; member in struct:_Point
1756 struct _Edge* next; member in struct:_Edge
1840 * NEXT - accessor to the next field in the list element
1881 #define GET_ACTIVE_NEXT(a) ((a)->next)
1888 Edge *nextp = pnt->next; \
1890 prevp->next = nextp; \
1901 Point *np = pnt->next; \
1935 ne->next = head; \
1989 /* Creating double linked list (prev, next link
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerImpl.java476 int next; field in class:NormalizerImpl.NextCCArgs
483 * get the combining class of (c, c2)= args.source[args.next++]
484 * before: args.next<args.limit after: args.next<=args.limit
490 args.c=args.source[args.next++];
501 if(args.next!=args.limit &&
502 UTF16.isTrailSurrogate(args.c2=args.source[args.next])){
503 ++args.next;
717 * [next]..[limit] may be ordered in itself, but
719 * after: [start..current+(limit-next)[ i
730 mergeOrdered(char[] source, int start, int current, char[] data, int next, int limit, boolean isOrdered) argument
795 mergeOrdered(char[] source, int start, int current, char[] data, final int next, final int limit) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java443 * <li> A next-line character&nbsp;(<tt>'&#92;u0085'</tt>),
1464 String next = base + perms[x];
1466 result.append("|"+next);
1467 next = composeOneStep(next);
1468 if (next != null)
1469 result.append("|"+produceEquivalentAlternation(next));
1662 matchRoot.next = lastAccept;
1725 System.out.println("Tail next is "+node.next);
1825 private int next() { method in class:Pattern
3346 Node next; field in class:Pattern.Node
5344 BnM(int[] src, int[] lastOcc, int[] optoSft, Node next) argument
5398 BnMS(int[] src, int[] lastOcc, int[] optoSft, Node next) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp515 SuccIter(Block* pred) : _pred(pred), _index(-1), _succ(NULL) { next(); }
520 void next(); // Advance
667 Block* next() const { return _next; } function in class:ciTypeFlow::Block
779 void next(); // Advance to next loop
791 void next(); // Advance to next loop
875 // Get the next basic block from our work list.
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp828 static oop next(oop ref) { function in class:java_lang_ref_Reference
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp279 ec = ec->next();
349 PcDesc* next = _pc_descs[i]; local
351 pc_desc = next;
373 assert(new_entry->next() == NULL, "Must be null");
385 // find the previous and next entry of ec
388 curr = curr->next();
392 ExceptionCache* next = curr->next(); local
394 set_exception_cache(next);
396 prev->set_next(next);
1402 ExceptionCache* next = ec->next(); local
1810 nmethod* next = cur->_oops_do_mark_link; local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp530 // the desired_min_length, i.e., do the next GC as soon as
535 // whether the next GC is young or mixed.
969 // either the pause's duration nor when the next pause will take
1487 // be in the process of clearing the next marking bitmap (which
1488 // we will use for the next cycle if we start one). Starting a
1492 // periodically yields while clearing the next marking bitmap
1809 HeapRegion* next = csr->next_in_collection_set(); local
1815 csr = next;
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp835 BreakpointInfo* next() const { return _next; } function in class:BreakpointInfo
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp163 Node *next = ctl; local
173 next = idom(ctl->in(1)->in(0));
182 next = parent_ctl->as_CountedLoopEnd()->loopnode()->init_control();
188 next = idom(parent_ctl);
194 next = parent_ctl->in(0)->in(0)->in(0);
216 next = idom(parent_ctl);
219 next = idom(ctl);
221 if (next->is_Root() || next->is_Start() || dom_depth(next) < min_dom_dept
3744 void LoopTreeIterator::next() { function in class:LoopTreeIterator
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java648 while ( data.next()) {
961 currentRow = (Row)i.next();
1324 crsTemp.next();
1441 * <code>next</code> moves the cursor to the first row, making it
1455 public boolean next() throws SQLException { method in class:CachedRowSetImpl
1472 * Moves this <code>CachedRowSetImpl</code> object's cursor to the next
1480 * that has been deleted, this method moves the cursor to the next
1484 * <code>next</code>, <code>absolute</code>, and <code>relative</code>,
2309 * read prior to getting the value of any other column. The next
2366 * read prior to getting the value of any other column. The next
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParser.java3699 if ((oldToken = token).next != null) {
3700 token = token.next;
3702 token = token.next = token_source.getNextToken();
3715 c = c.next;
3729 if (jj_scanpos.next == null) {
3730 jj_lastpos = jj_scanpos = jj_scanpos.next = token_source
3733 jj_lastpos = jj_scanpos = jj_scanpos.next;
3736 jj_scanpos = jj_scanpos.next;
3743 tok = tok.next;
3753 if (token.next !
3941 JJExpressionParserCalls next; field in class:JJExpressionParserCalls
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp92 ldub(Lbcp, bcp_incr, Lbyte_code); // load next bytecode
98 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
124 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
132 ldub( Lbcp, bcp_incr, Lbyte_code); // load next bytecode
140 ldub( Lbcp, 0, Lbyte_code); // load next bytecode
737 assert(constantPoolCacheOopDesc::decode_secondary_index(~123) == 123, "else change next line");
1079 dec(Rmptr, delta); // otherwise advance to next entry
1564 // next bytecode.
1903 Label start_copying, next; local
1915 bind( next);
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp241 map->set_callee_saved(STACK_OFFSET( raxH_off ), rax->as_VMReg()->next());
242 map->set_callee_saved(STACK_OFFSET( rcxH_off ), rcx->as_VMReg()->next());
243 map->set_callee_saved(STACK_OFFSET( rdxH_off ), rdx->as_VMReg()->next());
244 map->set_callee_saved(STACK_OFFSET( rbxH_off ), rbx->as_VMReg()->next());
246 map->set_callee_saved(STACK_OFFSET( rsiH_off ), rsi->as_VMReg()->next());
247 map->set_callee_saved(STACK_OFFSET( rdiH_off ), rdi->as_VMReg()->next());
248 map->set_callee_saved(STACK_OFFSET( r8H_off ), r8->as_VMReg()->next());
249 map->set_callee_saved(STACK_OFFSET( r9H_off ), r9->as_VMReg()->next());
250 map->set_callee_saved(STACK_OFFSET( r10H_off ), r10->as_VMReg()->next());
251 map->set_callee_saved(STACK_OFFSET( r11H_off ), r11->as_VMReg()->next());
1510 MoveOperation* next() const { return _next; } function in class:ComputeMoveOrder::MoveOperation
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp96 continue; // Get the next line
176 ident = get_ident(); // Grab next identifier
431 ident = get_ident(); // Grab next identifier
519 ident = get_ident(); // Grab next identifier
919 char *start = _ptr; // Record start of the next string
925 // ELSE advance to the next character, or start of the next line
1281 ident = get_ident(); // Grab next identifier
1332 ident = get_ident(); // Grab next identifier
1639 ident = get_ident(); // Grab next identifie
4133 char *next; // Pointer for finding block delimiters local
4850 char *next = _ptr + 1; local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp481 Range(int from, int to, Range* next);
488 Range* next() const { return _next; } function in class:Range
491 void set_next(Range* next) { _next = next; } argument
564 Interval* next() const { return _next; } function in class:Interval
566 void set_next(Interval* next) { _next = next; } argument
613 int next_usage(IntervalUseKind min_use_kind, int from) const; // id of next usage seen from the given position
632 void next_range() { assert(this != _end, "not allowed on sentinel"); _current = _current->next(); }

Completed in 185 milliseconds

<<212223242526272829