Searched refs:next (Results 126 - 150 of 2130) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DSplitIndexWriter.java52 protected int next; field in class:SplitIndexWriter
66 int prev, int next) throws IOException {
69 this.next = next;
89 int next = (j == indexbuilder.elements().length)? -1: j + 1;
93 indexbuilder, prev, next);
163 * Get link to the next unicode character.
169 if (next == -1) {
173 Content nextLink = getHyperLink("index-" + next + ".html","",
63 SplitIndexWriter(ConfigurationImpl configuration, String path, String filename, String relpath, IndexBuilder indexbuilder, int prev, int next) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp176 GCPhase* TimePartitionPhasesIterator::next() { function in class:TimePartitionPhasesIterator
211 validate_pause_phase(iter.next(), 0, "PausePhase", 2, 8);
227 validate_pause_phase(iter.next(), 0, "PausePhase1", 2, 3);
228 validate_pause_phase(iter.next(), 0, "PausePhase2", 4, 6);
245 validate_pause_phase(iter.next(), 0, "PausePhase", 2, 5);
246 validate_pause_phase(iter.next(), 1, "SubPhase", 3, 4);
267 validate_pause_phase(iter.next(), 0, "PausePhase", 2, 9);
268 validate_pause_phase(iter.next(), 1, "SubPhase1", 3, 8);
269 validate_pause_phase(iter.next(), 2, "SubPhase2", 4, 7);
270 validate_pause_phase(iter.next(),
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSymbolHash.java132 for (Entry entry = fBuckets[i]; entry != null; entry = entry.next) {
146 for (Entry entry = fBuckets[i]; entry != null; entry = entry.next) {
181 for (Entry entry = fBuckets[bucket]; entry != null; entry = entry.next) {
200 /** The next entry. */
201 public Entry next; field in class:SymbolHash.Entry
206 next = null;
209 public Entry(Object key, Object value, Entry next) { argument
212 this.next = next;
219 if (next !
[all...]
H A DSymbolTable.java100 OUTER: for (Entry entry = fBuckets[bucket]; entry != null; entry = entry.next) {
142 OUTER: for (Entry entry = fBuckets[bucket]; entry != null; entry = entry.next) {
213 OUTER: for (Entry entry = fBuckets[bucket]; entry != null; entry = entry.next) {
249 OUTER: for (Entry entry = fBuckets[bucket]; entry != null; entry = entry.next) {
289 /** The next entry. */
290 public Entry next; field in class:SymbolTable.Entry
297 * Constructs a new entry from the specified symbol and next entry
300 public Entry(String symbol, Entry next) { argument
304 this.next = next;
311 Entry(char[] ch, int offset, int length, Entry next) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DAbstractCollection.java35 * method must implement <tt>hasNext</tt> and <tt>next</tt>.)<p>
102 if (it.next()==null)
106 if (o.equals(it.next()))
141 r[i] = it.next();
195 r[i] = (T)it.next();
230 r[i++] = (T)it.next();
283 if (it.next()==null) {
290 if (o.equals(it.next())) {
372 if (c.contains(it.next())) {
405 if (!c.contains(it.next())) {
[all...]
H A DAbstractSequentialList.java44 * list iterator's <tt>hasNext</tt>, <tt>next</tt>, <tt>hasPrevious</tt>,
82 * the element using <tt>ListIterator.next</tt> and returns it.
88 return listIterator(index).next();
100 * the current element using <tt>ListIterator.next</tt> and replaces it
116 E oldVal = e.next();
172 E outCast = e.next();
199 * <tt>ListIterator.next</tt> (to skip over the added element).
218 e1.add(e2.next());
247 * iterator (by a call to the <code>next</code> method)
H A DListIterator.java36 * returned by a call to {@code next()}.
45 * operate on the last element returned by a call to {@link #next} or
66 * returns {@code true} if {@link #next} would return an element rather
75 * Returns the next element in the list and advances the cursor position.
78 * (Note that alternating calls to {@code next} and {@code previous}
81 * @return the next element in the list
82 * @throws NoSuchElementException if the iteration has no next element
84 E next(); method in interface:ListIterator
101 * {@link #next} to go back and forth. (Note that alternating calls
102 * to {@code next} an
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp101 cur = next();
125 reg = (VMMemRegion*)next();
156 VMMemRegion* next_region = (VMMemRegion*)next();
158 next_region = (VMMemRegion*)next() ) {
205 virtual MemPointer* next() { function in class:MallocRecordIterator
206 MemPointerRecord* next_rec = (MemPointerRecord*)_itr.next();
228 return _itr.next();
258 MemPointerRecord* next = (MemPointerRecord*)_itr.peek_next(); local
259 while (next != NULL) {
261 assert(((SeqMemPointerRecord*)next)
278 virtual MemPointer* next() { function in class:VMRecordIterator
280 MemPointerRecord* next = (MemPointerRecord*)_itr.peek_next(); local
[all...]
H A DmemPtr.cpp33 jint SequenceGenerator::next() { function in class:SequenceGenerator
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java263 InstructionHandle next = ih.next, ret = il.start;
265 ih.next = il.start;
268 il.end.next = next;
270 if(next != null) // i == end ?
271 next.prev = il.end;
334 ih.next = ih.prev = null;
337 end.next = ih;
339 ih.next
708 remove(InstructionHandle prev, InstructionHandle next) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseTraversers.java207 * Traverse to the next node after the current node.
212 * @return the next node in the iteration, or DTM.NULL.
214 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.AncestorTraverser
220 * Traverse to the next node after the current node that is matched
227 * @return the next node in the iteration, or DTM.NULL.
229 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AncestorTraverser
279 ? context : next(context, context, expandedTypeID);
290 * Traverse to the next node after the current node.
295 * @return the next node in the iteration, or DTM.NULL.
297 public int next(in method in class:DTMDefaultBaseTraversers.AttributeTraverser
313 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AttributeTraverser
463 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.ChildTraverser
478 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.ChildTraverser
704 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.DescendantTraverser
733 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantTraverser
808 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.AllFromNodeTraverser
929 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.FollowingTraverser
961 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.FollowingTraverser
997 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.FollowingSiblingTraverser
1012 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.FollowingSiblingTraverser
1039 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.NamespaceDeclsTraverser
1057 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.NamespaceDeclsTraverser
1090 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.NamespaceTraverser
1108 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.NamespaceTraverser
1186 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.ParentTraverser
1204 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.ParentTraverser
1248 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.PrecedingTraverser
1277 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.PrecedingTraverser
1312 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.PrecedingAndAncestorTraverser
1340 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.PrecedingAndAncestorTraverser
1373 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.PrecedingSiblingTraverser
1388 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.PrecedingSiblingTraverser
1446 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.SelfTraverser
1461 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.SelfTraverser
1507 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.AllFromRootTraverser
1533 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AllFromRootTraverser
1582 public int next(int context, int current) method in class:DTMDefaultBaseTraversers.RootTraverser
1597 public int next(int context, int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.RootTraverser
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DLinkedBlockingQueue.java114 * self-link implicitly means to advance to head.next.
126 * - this Node, meaning the successor is head.next
129 Node<E> next; field in class:LinkedBlockingQueue.Node
148 * Invariant: last.next == null
198 // assert last.next == null;
199 last = last.next = node;
211 Node<E> first = h.next;
212 h.next = h; // help GC
510 Node<E> first = head.next;
525 // p.next i
824 public E next() { method in class:LinkedBlockingQueue.Itr
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java220 public Tube createDumpTube(String name, PrintStream out, Tube next) { argument
221 return new DumpTube(name, out, next);
227 public @NotNull Tube createSecurityTube(@NotNull Tube next) { argument
232 return PipeAdapter.adapt(hook.createSecurityPipe(ctxt, PipeAdapter.adapt(next)));
234 return next;
240 public Tube createWsaTube(Tube next) { argument
243 return new MemberSubmissionWsaClientTube(wsdlModel, binding, next);
245 return new W3CWsaClientTube(wsdlModel, binding, next);
248 return next;
254 public Tube createHandlerTube(Tube next) { argument
273 createClientMUTube(Tube next) argument
283 createValidationTube(Tube next) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DHashtable.java43 HashtableEntry next; field in class:HashtableEntry
50 entry.next = (next != null) ? (HashtableEntry)next.clone() : null;
137 for (e = tab[i] ; e != null ; e = e.next) {
155 for (e = tab[index] ; e != null ; e = e.next)
171 for (e = tab[index] ; e != null ; e = e.next)
199 old = old.next;
201 e.next = newTable[index];
225 for (e = tab[index] ; e != null ; e = e.next) {
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeListCache.java52 /** Pointer to the next object on the list,
54 NodeListCache next; field in class:NodeListCache
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java66 static CharOp createCapture(int number, Op next) { argument
69 op.next = next;
93 static ChildOp createLook(int type, Op next, Op branch) { argument
97 op.next = next;
108 static ChildOp createIndependent(Op next, Op branch) { argument
112 op.next = next;
115 static ModifierOp createModifier(Op next, O argument
122 createCondition(Op next, int ref, Op conditionflow, Op yesflow, Op noflow) argument
130 Op next = null; field in class:Op
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLDocumentScanner.java64 * that the scanner should only scan the next portion
74 public int next() throws XNIException, IOException; method in interface:XMLDocumentScanner
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMAxisIterator.java35 * Get the next node in the iteration.
37 * @return The next node handle in the iteration, or END.
39 public int next(); method in interface:DTMAxisIterator
62 * Remembers the current node for the next call to gotoMark().
73 * i.e. subsequent call to next() should return END.
83 * i.e. subsequent call to next() should return END.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DChildIterator.java79 * Returns the next node in the set and advances the position of the
83 * @return The next <code>Node</code> in the set being iterated over, or
91 int next;
93 m_lastFetched = next = (DTM.NULL == m_lastFetched)
97 // m_lastFetched = next;
98 if (DTM.NULL != next)
101 return next;
H A DSelfIteratorNoPredicate.java68 * Returns the next node in the set and advances the position of the
72 * @return The next <code>Node</code> in the set being iterated over, or
80 int next;
83 m_lastFetched = next = (DTM.NULL == m_lastFetched)
87 // m_lastFetched = next;
88 if (DTM.NULL != next)
92 return next;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DInputStreamImageSource.java50 cq = cq.next;
60 id = id.next;
72 cq = cq.next;
79 for (ImageDecoder id = decoders; id != null; id = id.next) {
88 for (ImageDecoder id = decoders; id != null; id = id.next) {
96 cq = cq.next;
100 cq.next = consumers;
129 for (ImageDecoder id = decoders; id != null; id = id.next) {
142 cq = cq.next;
155 for (ImageDecoder id = decoders; id != null; id = id.next) {
[all...]
/openjdk7/jdk/src/share/classes/java/lang/ref/
H A DReferenceQueue.java62 r.next = (head == null) ? r : head;
77 head = (r.next == r) ? null : r.next;
79 r.next = r;
106 * Removes the next reference object in this queue, blocking until either
144 * Removes the next reference object in this queue, blocking until one
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DToken.java56 * A reference to the next regular (non-special) token from the input
63 public Token next; field in class:Token
70 * to the last of these special tokens, which in turn refers to the next
73 * The next fields of special tokens refer to other special tokens that
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DToken.java64 * A reference to the next regular (non-special) token from the input
71 public Token next; field in class:Token
78 * to the last of these special tokens, which in turn refers to the next
81 * The next fields of special tokens refer to other special tokens that
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DEnumConstantImpl.java42 protected final EnumConstantImpl<T,C,F,M> next; field in class:EnumConstantImpl
44 public EnumConstantImpl(EnumLeafInfoImpl<T,C,F,M> owner, String name, String lexical, EnumConstantImpl<T,C,F,M> next) { argument
48 this.next = next;

Completed in 129 milliseconds

1234567891011>>