Searched refs:next (Results 226 - 250 of 4188) sorted by relevance

1234567891011>>

/external/boringssl/src/crypto/lhash/
H A Dlhash_test.c28 struct dummy_lhash_node *next; member in struct:dummy_lhash_node
36 struct dummy_lhash_node *cur, *next; local
38 for (cur = lh->head; cur != NULL; cur = next) {
39 next = cur->next;
49 for (cur = lh->head; cur != NULL; cur = cur->next) {
59 for (cur = lh->head; cur != NULL; cur = cur->next) {
71 for (cur = lh->head; cur != NULL; cur = cur->next) {
82 node->next = lh->head;
92 for (cur = lh->head; cur != NULL; cur = cur->next) {
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
H A Dstrip_js_comments.py54 t = token_stream.next()
61 t2 = token_stream.next()
70 t2 = token_stream.next()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DGroupedLinkedMap.java75 LinkedEntry<K, V> current = head.next;
80 current = current.next;
92 entry.next = head.next;
100 entry.next = head;
105 entry.next.prev = entry;
106 entry.prev.next = entry;
110 entry.prev.next = entry.next;
111 entry.next
117 LinkedEntry<K, V> next; field in class:GroupedLinkedMap.LinkedEntry
[all...]
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONTokener.java73 * the next number or identifier.
106 * Determine if the source string still contains characters that next()
111 char nextChar = next();
121 * Get the next character in the source string.
123 * @return The next character, or 0 if past the end of the source string.
125 public char next() throws JSONException { method in class:JSONTokener
151 * Consume the next character, and check that it matches a specified
157 public char next(char c) throws JSONException { method in class:JSONTokener
158 char n = next();
168 * Get the next
176 public String next(int n) throws JSONException { method in class:JSONTokener
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DIntQueue.java21 private IntQueue.Entry next; field in class:IntQueue.Entry
34 tail.next = entry;
50 head = head.next;
/external/javassist/src/main/javassist/convert/
H A DTransformer.java34 private Transformer next; field in class:Transformer
37 next = t;
40 public Transformer getNext() { return next; }
/external/libcxx/test/std/containers/associative/map/map.cons/
H A Dcopy.pass.cpp48 assert(*next(m.begin()) == V(2, 1));
49 assert(*next(m.begin(), 2) == V(3, 1));
56 assert(*next(mo.begin()) == V(2, 1));
57 assert(*next(mo.begin(), 2) == V(3, 1));
83 assert(*next(m.begin()) == V(2, 1));
84 assert(*next(m.begin(), 2) == V(3, 1));
91 assert(*next(mo.begin()) == V(2, 1));
92 assert(*next(mo.begin(), 2) == V(3, 1));
119 assert(*next(m.begin()) == V(2, 1));
120 assert(*next(
[all...]
H A Dinitializer_list_compare_alloc.pass.cpp43 assert(*next(m.begin()) == V(2, 1));
44 assert(*next(m.begin(), 2) == V(3, 1));
67 assert(*next(m.begin()) == V(2, 1));
68 assert(*next(m.begin(), 2) == V(3, 1));
93 assert(*next(m.begin()) == V(2, 1));
94 assert(*next(m.begin(), 2) == V(3, 1));
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DClassTransformerChain.java29 ClassVisitor next = v;
31 chain[i].setTarget(next);
32 next = chain[i];
/external/toybox/scripts/
H A Dmkflags.c15 struct flag *next; member in struct:flag
69 new->next = list->lopt;
74 blank->next = list;
100 new->next = list;
162 f = f->next;
165 offlist = offlist->next;
179 flist->lopt = flist->lopt->next;
182 aflist->lopt = aflist->lopt->next;
184 aflist = aflist->next;
186 if (flist) flist = flist->next;
[all...]
/external/toybox/toys/posix/
H A Dtee.c30 struct fd_list *next; member in struct:fd_list
41 temp->next = TT.outputs;
68 fdl = fdl->next;
/external/v8/src/
H A Dcollection.js37 var next, done;
38 while (!(next = iter.next()).done) {
39 if (!IS_SPEC_OBJECT(next)) {
40 throw MakeTypeError('iterator_result_not_an_object', [next]);
42 %_CallFunction(this, next.value, adder);
168 var next, done, nextItem;
169 while (!(next = iter.next()).done) {
170 if (!IS_SPEC_OBJECT(next)) {
[all...]
/external/v8/test/mjsunit/es6/
H A Ddebug-stepin-generators.js36 i.next();
41 i.next();
42 i.next();
H A Dgenerators-relocation.js26 assertIteratorResult(value1, false, obj.next());
36 assertIteratorResult(value2, false, obj.next());
43 assertIteratorResult(undefined, true, obj.next());
/external/v8/test/mjsunit/
H A Dregress-3225.js43 assertEquals(4, foo.next().value);
44 assertEquals(3, foo.next().value);
45 assertEquals(5, foo.next().value);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.cpp40 for (IteratorRef it = safeIteratorDFS(); !it->end(); it->next())
56 prev[0]->next[0] = next[0];
57 next[0]->prev[0] = prev[0];
59 origin->out = (next[0] == this) ? NULL : next[0];
64 prev[1]->next[1] = next[1];
65 next[1]->prev[1] = prev[1];
67 target->in = (next[
234 virtual void next() { if (pos < count) ++pos; } function in class:nv50_ir::DFSIterator
280 virtual void next() { if (pos < count) ++pos; } function in class:nv50_ir::CFGIterator
418 Node *next = NULL; local
[all...]
/external/e2fsprogs/lib/et/
H A Dcom_right.c51 for (p = list; p; p = p->next) {
62 for (p = list; p; p = p->next) {
95 for (end = list, et = *list; et; end = &et->next, et = et->next)
106 et->next = NULL;
116 et = et->next;
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DMinimalIterableTest.java40 iterator.next();
55 assertEquals("a", iterator.next());
58 iterator.next();
75 iterator.next();
91 assertEquals("a", iterator.next());
99 iterator.next();
/external/javassist/src/main/javassist/compiler/
H A DLex.java19 public Token next = null; field in class:Token
57 lookAheadTokens = lookAheadTokens.next;
63 * Looks at the next token.
73 tk.next = null;
77 for (; i-- > 0; tk = tk.next)
78 if (tk.next == null) {
80 tk.next = tk2 = new Token();
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/
H A Dlower_bound.pass.cpp48 assert(r == next(m.begin(), 3));
50 assert(r == next(m.begin(), 3));
52 assert(r == next(m.begin(), 6));
54 assert(r == next(m.begin(), 6));
78 assert(r == next(m.begin(), 3));
80 assert(r == next(m.begin(), 3));
82 assert(r == next(m.begin(), 6));
84 assert(r == next(m.begin(), 6));
112 assert(r == next(m.begin(), 3));
114 assert(r == next(
[all...]
/external/libcxx/test/std/containers/sequences/list/list.modifiers/
H A Dinsert_iter_size_value.pass.cpp50 std::list<int>::iterator i = l1.insert(next(l1.cbegin()), 5, 4);
51 assert(i == next(l1.begin()));
71 std::list<int>::iterator i = c1.insert(next(c2.cbegin(), 10), 5, 1);
80 std::list<int, min_allocator<int>>::iterator i = l1.insert(next(l1.cbegin()), 5, 4);
81 assert(i == next(l1.begin()));
101 std::list<int, min_allocator<int>>::iterator i = c1.insert(next(c2.cbegin(), 10), 5, 1);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c15 * next paragraph) shall be included in all copies or substantial portions
127 struct list_head *curr, *next; local
133 curr = mgr->delayed.next;
134 next = curr->next;
143 curr = next;
144 next = curr->next;
267 struct list_head *curr, *next; local
274 curr = mgr->delayed.next;
360 struct list_head *curr, *next; local
[all...]
/external/skia/src/core/
H A DSkTLS.cpp45 SkTLSRec* next = rec->fNext; local
47 rec = next;
109 SkTLSRec* next = curr->fNext; local
112 prev->fNext = next;
115 SkTLS::PlatformSetSpecific(next);
121 curr = next;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c28 for (m = eap_methods; m; m = m->next) {
48 for (m = eap_methods; m; m = m->next) {
113 for (m = eap_methods; m; m = m->next) {
122 last->next = method;
142 eap_methods = eap_methods->next;
166 for (m = eap_methods; m; m = m->next) {
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c28 for (m = eap_methods; m; m = m->next) {
48 for (m = eap_methods; m; m = m->next) {
113 for (m = eap_methods; m; m = m->next) {
122 last->next = method;
142 eap_methods = eap_methods->next;
166 for (m = eap_methods; m; m = m->next) {

Completed in 730 milliseconds

1234567891011>>