Searched refs:next (Results 751 - 775 of 2130) sorted by relevance

<<31323334353637383940>>

/openjdk7/jdk/test/java/io/charStreams/
H A DRandomLineSource.java72 while ((s = lg.next()) != null) {
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DAlias.java71 SelectionKey sk = (SelectionKey)i.next();
H A DConnect.java68 SelectionKey sk = i.next();
H A DOpRead.java68 key = iterator.next();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DIsConnectable.java59 SelectionKey sk = i.next();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DFilteredMemberList.java75 /** The next entry to examine, or null if none. */
91 public Symbol next() {
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DEnumDecl.java87 return eDecl.getConstructors().iterator().next().getParameters();
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_table.c57 * reference to the first TableIndex in the hash bucket, the next
58 * field of the TableElement takes you to the next item in the hash
106 TableIndex next; /* The next TableElement in the hash bucket chain. */ member in struct:TableElement
234 i = prev_e->next;
238 ltable->hash_buckets[bucket] = element->next;
240 prev_e->next = element->next;
242 element->next = 0;
398 element->next
441 TableIndex next; local
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.h55 // next cell info in the cache's list
56 CacheCellInfo *next; member in struct:_CacheCellInfo
58 // next cell info in the glyph's cell list (next Glyph Cache Info)
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLigatureSubstSubtables.cpp66 if (! glyphIterator->next()) {
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DReplaceableUCharacterIterator.java122 * Returns next UTF16 character and increments the iterator's currentIndex by 1.
126 * @return next UTF16 character in text or DONE if the new currentIndex is off the
129 public int next(){ method in class:ReplaceableUCharacterIterator
142 * @return next UTF16 character in text or DONE if the new currentIndex is off the
H A DUnicodeSetIterator.java50 * while (set.next()) {
94 * iterating over code points using <tt>next()</tt>, or if
119 * Returns the next element in the set, either a code point range
130 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
157 string = (String)stringIterator.next();
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DSyntaxException.java71 String keyWord = (String)i.next();
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/ui/
H A DEnableButton.java80 Node child = children.next();
/openjdk7/jdk/src/share/demo/jfc/Metalworks/
H A DMetalworksDocumentFrame.java155 JComponent label = (JComponent) labelIter.next();
156 JComponent field = (JComponent) fieldIter.next();
183 Component label = labelIter.next();
184 Component field = fieldIter.next();
/openjdk7/jdk/test/java/security/Signature/
H A DNONEwithRSA.java86 System.out.println(t.next());
/openjdk7/jdk/test/java/text/Bidi/
H A DBug7042148.java80 itr.next();
/openjdk7/jdk/test/java/util/EnumMap/
H A DToArray.java49 x1[2] = m.entrySet().iterator().next();
/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug6190861.java46 Locale currentLocale = (Locale) iter.next();
/openjdk7/jdk/test/java/util/concurrent/BlockingQueue/
H A DLoopHelpers.java92 public int next() { method in class:LoopHelpers.SimpleRandom
/openjdk7/jdk/test/java/util/concurrent/ConcurrentHashMap/
H A DLoopHelpers.java92 public int next() { method in class:LoopHelpers.SimpleRandom
/openjdk7/jdk/test/java/util/concurrent/ConcurrentQueues/
H A DLoopHelpers.java92 public int next() { method in class:LoopHelpers.SimpleRandom
/openjdk7/jdk/test/java/util/concurrent/Exchanger/
H A DLoopHelpers.java91 public int next() { method in class:LoopHelpers.SimpleRandom
/openjdk7/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DLoopHelpers.java91 public int next() { method in class:LoopHelpers.SimpleRandom
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DLoopHelpers.java91 public int next() { method in class:LoopHelpers.SimpleRandom

Completed in 115 milliseconds

<<31323334353637383940>>