Searched refs:next (Results 551 - 575 of 2130) sorted by relevance

<<21222324252627282930>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/protocol/soap/
H A DClientMUTube.java48 public ClientMUTube(WSBinding binding, Tube next) { argument
49 super(binding, next);
/openjdk7/jdk/test/java/nio/charset/coders/
H A DBashStreams.java69 char next() { method in class:BashStreams.CharacterGenerator
140 char d = cg.next();
144 cg.next();
189 ca[i] = cg.next();
194 w.write(cg.next());
258 char c = cg.next();
316 char d = cg.next();
319 cg.next();
/openjdk7/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java41 Node next; field in class:Compare.Node
103 cur = cur.next = new Node();
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/rcache/
H A DReplayCache.java91 temp = it.next();
114 temp = it.next();
/openjdk7/jdk/test/java/util/EnumSet/
H A DLargeEnumIteratorRemoveResilience.java63 LargeEnum element = iterator.next();
69 element = iterator.next();
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DBreakIteratorProviderImpl.java121 public int next() { method in class:BreakIteratorProviderImpl.FooBreakIterator
125 public int next(int n) { method in class:BreakIteratorProviderImpl.FooBreakIterator
/openjdk7/jdk/test/java/util/concurrent/ConcurrentMap/
H A DConcurrentModification.java66 Map.Entry<Integer, Integer> e = it.next();
80 Map.Entry<Integer, Integer> e = it.next();
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadInstanceTableMetaImpl.java231 // Get the next oid
233 SnmpOid next = oid;
235 next = handler.getNext(next);
236 if (next == null) break;
237 if (getJvmThreadInstance(userData,next) != null) break;
240 log.debug("*** **** **** **** getNextOid", "next=" + next);
242 // if next is null: we reached the end of the table.
244 if (next
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDragAndDropProtocols.java94 (XDragSourceProtocol)dragProtocols.next();
116 (XDropTargetProtocol)dropProtocols.next();
/openjdk7/langtools/test/tools/javac/api/6420409/
H A DT6420409.java68 if (!it.next().equals(file))
71 throw new AssertionError("Unexpected element in " + location + " : " + it.next());
/openjdk7/langtools/test/tools/javac/processing/model/util/filter/
H A DTestIterables.java108 iterator.next();
114 iterator.next();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAugmentationsImpl.java216 int next = 0; field in class:AugmentationsImpl.SmallContainer.SmallContainerKeyEnumeration
225 return next < enumArray.length;
229 if (next >= enumArray.length) {
233 Object nextVal = enumArray[next];
234 enumArray[next] = null;
235 next++;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java321 * This method iterates to the next node that will be added to the table.
325 * @return The true if a next node is found or false if
341 Node next=null;
350 next = pos.getFirstChild();
354 if(next!=null && DOCUMENT_TYPE_NODE==next.getNodeType())
355 next=next.getNextSibling();
391 next = pos.getNextSibling();
392 if(next!
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEventReaderImpl.java64 boolean next = false ;
66 next = fXMLReader.hasNext();
70 return next ;
82 //advance the reader to next state.
83 fXMLReader.next();
113 "parser must be on START_ELEMENT to read next text", fLastEvent.getLocation());
150 //get the next event -- we should stop at END_ELEMENT but it can be any thing
215 //if peeked event is whitespace move to the next event
216 //if peeked event is PI or COMMENT move to the next event
240 //if there is no peeked event -- delegate the work of getting next even
245 public Object next() { method in class:XMLEventReaderImpl
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DClassTypeImpl.java73 InterfaceTypeImpl interfaze = (InterfaceTypeImpl)iter.next();
102 ReferenceType refType = (ReferenceType)iter.next();
123 Method candidate = (Method)iter.next();
148 InterfaceType interfaze = (InterfaceType)iter.next();
207 InterfaceTypeImpl interfaze = (InterfaceTypeImpl)iter.next();
229 InterfaceTypeImpl interfaze = (InterfaceTypeImpl)iter.next();
/openjdk7/jdk/src/share/classes/java/util/
H A DLinkedHashMap.java257 e.next = newTable[index];
324 Entry(int hash, K key, V value, HashMap.Entry<K,V> next) { argument
325 super(hash, key, value, next);
405 public K next() { return nextEntry().getKey(); } method in class:LinkedHashMap.KeyIterator
409 public V next() { return nextEntry().value; } method in class:LinkedHashMap.ValueIterator
413 public Map.Entry<K,V> next() { return nextEntry(); } method in class:LinkedHashMap.EntryIterator
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaAssertions.cpp41 OptionList* next) {
45 _next = next;
50 for (rc = 0; p != 0; p = p->next(), ++rc) /* empty */;
133 for (index = len - 1; p != 0; p = p->next(), --index) {
145 for (OptionList* p = _classes; p != 0; p = p->next()) {
168 for (OptionList* p = _packages; p != 0; p = p->next()) {
174 // Find the length of the next package, taking care to avoid decrementing
40 OptionList(const char* name, bool enabled, OptionList* next) argument
H A Dplaceholders.cpp86 *p = probe->next();
103 place_probe = place_probe->next()) {
177 probe = probe->next()) {
199 probe = probe->next()) {
252 probe = probe->next()) {
267 probe = probe->next()) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java149 out.println(it.next());
159 out.println(it.next());
235 Function stubFunc = (Function)(it.next());
244 System.err.println(" " + ((Function)(it.next())).name);
252 out.println(it.next());
256 Function stubFunc = (Function)(it.next());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java58 public HandlerTube(Tube next, WSDLPort port) { argument
59 super(next);
63 public HandlerTube(Tube next, HandlerTube cousinTube) { argument
64 super(next);
93 return doInvoke(super.next, packet);
114 // Call next Tube
115 return doInvoke(super.next, packet);
214 // Clean up the exchange for next invocation.
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DPackageWriterImpl.java52 * The next package name in the alpha-order list.
54 protected PackageDoc next; field in class:PackageWriterImpl
77 * @param next Next package in the sorted array.
80 PackageDoc packageDoc, PackageDoc prev, PackageDoc next)
85 this.next = next;
289 * @return a content tree for the next link
293 if (next == null) {
297 next.name());
79 PackageWriterImpl(ConfigurationImpl configuration, PackageDoc packageDoc, PackageDoc prev, PackageDoc next) argument
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.c63 struct MemoryListLink * next; member in struct:MemoryListLink
115 link->next = MemoryList.next;
117 MemoryList.next = link;
300 link = MemoryList.next;
305 link = link->next;
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DHostnameChecker.java145 for (List<?> next : subjAltNames) {
147 if (((Integer)next.get(0)).intValue() == ALTNAME_IP) {
148 String ipAddress = (String)next.get(1);
179 for ( List<?> next : subjAltNames) {
180 if (((Integer)next.get(0)).intValue() == ALTNAME_DNS) {
182 String dnsName = (String)next.get(1);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DAssembler.java71 last.next = inst;
119 for (Instruction inst = lbl.next ; inst != null ; inst = inst.next) {
206 for (Instruction inst = first.next ; inst != null ; inst = inst.next) {
208 prev.next = inst;
216 prev.next = null;
250 for (Instruction inst = first ; inst != null ; inst = inst.next) {
259 for (Instruction inst = lbl ; inst != null ; inst = inst.next) {
405 for (Instruction inst = first ; inst != null ; inst = inst.next) {
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DGroup.java251 public Node next() { method in class:Group.ChildIterator
279 public Node next() { method in class:Group.RecursiveChildIterator
281 return subiterator.next();
283 return super.next();
330 Node node = childiterator.next();
342 public Object next() { method in class:Group.EnableSet.EnableIterator

Completed in 137 milliseconds

<<21222324252627282930>>