Searched refs:next (Results 251 - 275 of 3487) sorted by relevance

<<11121314151617181920>>

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAllowEventsList.java82 AllowEvents allowEvents = (AllowEvents) li.next();
107 allowEvents.setEventType((String) it.next());
H A DAllowList.java83 Allow a = (Allow)it.next();
109 allow.setMethod((String) it.next());
H A DRouteList.java80 Route route = (Route) it.next();
81 Route route1 = (Route) it1.next();
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
H A DRouteSelectorTest.java84 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false);
89 routeSelector.next();
101 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[0], proxyAPort,
103 assertConnection(routeSelector.next(), address, proxyA, dns.inetAddresses[1], proxyAPort,
117 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false);
118 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort, false);
134 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false);
146 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[0], uriPort, false);
147 assertConnection(routeSelector.next(), address, NO_PROXY, dns.inetAddresses[1], uriPort, false);
165 assertConnection(routeSelector.next(), addres
[all...]
/external/qemu/
H A Dqlist.h22 QTAILQ_ENTRY(QListEntry) next; member in struct:QListEntry
36 (var) = ((var)->next.tqe_next))
H A Dkeymaps.h38 struct key_range *next; member in struct:key_range
/external/skia/legacy/src/images/
H A DSkImageDecoder_Factory.cpp36 curr = curr->next();
62 curr = curr->next();
/external/skia/src/images/
H A DSkImageDecoder_Factory.cpp36 curr = curr->next();
62 curr = curr->next();
/external/valgrind/main/memcheck/tests/
H A Dbadjump2.stderr.exp1 Jump to the invalid address stated on the next line
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-192465.js104 * {next:{next:END}}
105 * {next:{next:{next:{next:END}}}}
106 * {next:{next:{next:{next
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dsymbols.c65 if (scope->next)
66 scope->next->prev = scope->prev;
68 scope->prev->next = scope->next;
70 ScopeList = scope->next;
90 if ((lScope->next = ScopeList))
121 lScope = lScope->next;
160 lSymb->next = NULL;
H A Dtokens.h58 struct TokenStream_Rec *next; member in struct:TokenStream_Rec
65 TokenBlock *next; member in struct:TokenBlock_Rec
/external/webkit/Source/WebCore/editing/qt/
H A DSmartReplaceQt.cpp56 const char next[] = ")].,;:?\'!\"%*-/}\0"; local
57 const char* str = (isPreviousCharacter) ? prev : next;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_UnmodifiableCollectionTest.java75 ss.add(it.next());
79 int nextValue = it.next().intValue();
97 objArray[counter] == it.next());
106 objArray[counter] == it.next());
/external/bison/lib/
H A Dfd-hook.c100 struct fd_hook *next = link->private_next; local
103 if (next != NULL && prev != NULL)
106 prev->private_next = next;
107 next->private_prev = prev;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertStoreCollectionSpi.java45 Object obj = iter.next();
57 Object obj = iter.next();
81 Object obj = iter.next();
93 Object obj = iter.next();
/external/clang/test/SemaTemplate/
H A Doverload-uneval.cpp8 Foo *next; member in struct:Foo
/external/hamcrest/src/org/hamcrest/internal/
H A DArrayIterator.java21 public Object next() { method in class:ArrayIterator
/external/icu4c/test/intltest/
H A Dtokiter.h39 * Return the next token from this iterator.
43 UBool next(UnicodeString& token, UErrorCode& ec);
47 * returned by next(). Should only be called after a call to
48 * next(); otherwise the return value is undefined.
/external/iproute2/tc/
H A Dm_ematch.h18 struct bstr *next; member in struct:bstr
49 return b->next;
64 struct ematch *next; member in struct:ematch
91 struct ematch_util *next; member in struct:ematch_util
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.h38 struct myaddrs *next; member in struct:myaddrs
H A Dproposal.h69 struct saprop *next; member in struct:saprop
94 struct saproto *next; /* next protocol */ member in struct:saproto
104 struct satrns *next; /* next transform */ member in struct:satrns
117 * v next
125 * (next)
131 * | | (next) | (next)
134 * v (next)
145 struct prop_pair *next; /* next prop_pair with same proposal # */ member in struct:prop_pair
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetConfig.java64 String cmd = scan.next();
66 String loaderClass = scan.next();
67 String colon = scan.next();
82 String rootPath = scan.next();
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.c55 newnode->next = NULL;
61 l->cur->next = newnode;
75 nextnode=cur->next;
97 cur = cur->next;
/external/nist-sip/java/gov/nist/core/
H A DGenericObjectList.java130 GenericObject obj = (GenericObject) ((GenericObject) iter.next())
183 protected GenericObject next(ListIterator iterator) { method in class:GenericObjectList
185 return (GenericObject) iterator.next();
198 return (GenericObject) myListIterator.next();
205 * Fetch the next object from the list based on the default list iterator
207 protected GenericObject next() { method in class:GenericObjectList
212 return (GenericObject) myListIterator.next();
285 obj = next();
333 GenericObject outerObj = (GenericObject) it1.next();
335 Object innerObj = it2.next();
[all...]

Completed in 502 milliseconds

<<11121314151617181920>>