Searched refs:next (Results 501 - 525 of 2130) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/test/com/sun/jdi/
H A DClassesByName.java64 ReferenceType cls = (ReferenceType)it.next();
H A DUnpreparedClasses.java64 ReferenceType cls = (ReferenceType)it.next();
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DDebugUsingCustomConnector.java42 Connector c = (Connector)i.next();
/openjdk7/jdk/test/java/net/Inet4Address/
H A DisSiteLocalAddress.java54 String[] entry = (String[]) itr.next();
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DBasicMulticastTests.java207 NetworkInterface nif = config.ip4Interfaces().iterator().next();
208 InetAddress anySource = config.ip4Addresses(nif).iterator().next();
216 nif = iter.next();
217 anySource = config.ip6Addresses(nif).iterator().next();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DClosedChannelList.java66 Element elm = (Element)iter.next();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DCheckMethods.java96 Method m = (Method)itr.next();
112 Method m = (Method)itr.next();
129 Method m = (Method)itr.next();
147 Field f = (Field) itr.next();
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java612 for (int len = type.length(), next, i = 0; i < len; i = next) {
617 next = type.indexOf('>', ++i);
618 String form = type.substring(i, next++);
638 next = type.indexOf(')', ++i);
639 int callee = Integer.parseInt(type.substring(i, next++));
646 next = i + 2;
647 String type1 = getBody(type, next);
648 next += type1.length() + 2; // skip body and brackets
665 for (boolean foundCase = false;; i = next) {
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_reference.c81 RefIndex next; /* The next table element */ member in struct:RefInfo
187 ", next=0x%x"
195 info->next);
210 index = info->next;
480 index = info->next;
675 HPROF_ASSERT(index==list&&info->next==0);
688 index = info->next;
728 reference_obj(RefIndex next, jvmtiHeapReferenceKind refKind, argument
741 info.next
748 reference_prim_field(RefIndex next, jvmtiHeapReferenceKind refKind, jvmtiPrimitiveType primType, jvalue field_value, jint field_index) argument
771 reference_prim_array(RefIndex next, jvmtiPrimitiveType primType, const void *elements, jint elementCount) argument
[all...]
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/scripts/
H A Djtop.js106 var entry = itr.next();
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h135 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
/openjdk7/jdk/test/java/text/Bidi/
H A DBug7051769.java60 itr.next();
/openjdk7/jdk/test/java/util/Collection/
H A DIteratorAtEnd.java27 * @summary next() does not change iterator state if throws NoSuchElementException
87 new Fun() {void f() { while (true) it.next(); }});
97 it.next();
110 final Object x = it.next();
112 new Fun() {void f() { it.next(); }});
/openjdk7/jdk/test/java/util/Map/
H A DLockStep.java66 fit.next();
67 Object x1 = fit.next();
68 Object x2 = fit.next();
73 Object x = it.next();
/openjdk7/jdk/test/javax/security/auth/Subject/
H A DSynch2.java61 it.next();
/openjdk7/jdk/test/sun/net/www/httptest/
H A DClosedChannelList.java66 Element elm = (Element)iter.next();
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCompositeType.java237 private CompositeType next; field in class:CompositeType
240 next = parent;
267 return next;
280 comptype = comptype.next;
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemManagerTableMetaImpl.java166 // Get the next oid
168 final SnmpOid next = handler.getNext(oid);
169 if (dbg) log.debug("getNextOid", "next=" + next);
171 // if next is null: we reached the end of the table.
173 if (next == null)
176 return next;
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DLabel.java71 PatchInfo patch = (PatchInfo) iter.next();
H A DSignatureIterator.java47 public String next() { method in class:SignatureIterator
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h81 SECMODModuleList *next; member in struct:SECMODModuleListStr
/openjdk7/jdk/src/share/sample/nio/server/
H A DDispatcher1.java76 SelectionKey sk = (SelectionKey)i.next();
H A DDispatcherN.java77 SelectionKey sk = (SelectionKey)i.next();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetContextPeer.java97 (XDropTargetProtocol)dropTargetProtocols.next();
124 (XDropTargetProtocol)dropTargetProtocols.next();
148 (XDropTargetProtocol)dropTargetProtocols.next();
229 (XDropTargetProtocol)dropTargetProtocols.next();
/openjdk7/langtools/test/tools/javac/api/6440333/
H A DT6440333.java44 JavaFileObject fo = fm.getJavaFileObjects(src).iterator().next();

Completed in 101 milliseconds

<<21222324252627282930>>