/system/extras/showslab/ |
showslab.c | 21 struct slab_info *next; member in struct:slab_info 141 prev->next = p; 149 p->next = NULL; 163 struct slab_info *temp = list->next; 176 p->next = a; 178 a = a->next; 180 p->next = b; 182 b = b->next; 186 p->next = (a == NULL) ? b : a; 187 return list.next; [all...] |
/art/test/080-oom-throw/src/ |
Main.java | 35 InstanceMemEater next; field in class:Main.InstanceMemEater 60 lastMemEater.next = InstanceMemEater.allocate(); 61 lastMemEater = lastMemEater.next;
|
/bionic/libc/kernel/arch-mips/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/dalvik/tests/080-oom-throw/src/ |
Main.java | 35 InstanceMemEater next; field in class:Main.InstanceMemEater 60 lastMemEater.next = InstanceMemEater.allocate(); 61 lastMemEater = lastMemEater.next;
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/external/bison/src/ |
symlist.c | 53 res->next = NULL; 72 res->next = NULL; 90 res->next = NULL; 108 res->next = NULL; 121 for (/* Nothing. */; l && l->content.sym; l = l->next) 138 node->next = list; 150 symbol_list *node, *next; local 151 for (node = list; node; node = next) 153 next = node->next; [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
IntQueue.java | 21 private IntQueue.Entry next; field in class:IntQueue.Entry 34 tail.next = entry; 50 head = head.next;
|
/external/javassist/src/main/javassist/convert/ |
Transformer.java | 34 private Transformer next; field in class:Transformer 37 next = t; 40 public Transformer getNext() { return next; }
|
/external/valgrind/main/callgrind/ |
costs.c | 51 cc->next = 0; 54 cost_chunk_current->next = cc; 74 cc_next = cc->next;
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldListIteratorTest.java | 39 l.next(); 46 assertTrue(objArray[i].equals(l.next())); 50 l.next(); 72 public Object next() { method in class:OldListIteratorTest.Mock_ListIterator 107 l.next(); 131 l.next(); 144 l.next(); 162 l.next(); 169 l.next(); 182 l.next(); [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
PullParserTest.java | 31 assertEquals(XmlPullParser.START_TAG, parser.next()); 41 assertEquals(XmlPullParser.START_TAG, parser.next()); 51 assertEquals(XmlPullParser.START_TAG, parser.next()); 55 assertEquals(XmlPullParser.TEXT, parser.next()); 77 assertEquals(XmlPullParser.START_TAG, parser.next()); 80 assertEquals(XmlPullParser.START_TAG, parser.next()); 83 assertEquals(XmlPullParser.END_TAG, parser.next()); 86 assertEquals(XmlPullParser.END_TAG, parser.next()); 94 assertEquals(XmlPullParser.START_TAG, parser.next()); 119 assertEquals(XmlPullParser.START_TAG, parser.next()); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/ |
copy.pass.cpp | 48 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(m.begin(), 2) == V(3, 1)) [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
system.h | 14 *** Any manual change here will be lost the next time this script will 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
DosLineEndingsFix.java | 48 char next = 0; local 52 if (c == '\r' && next != '\n') { 55 next = c;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 40 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[1] == this) ? NULL : next[1] 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/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.cpp | 40 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[1] == this) ? NULL : next[1] 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...] |
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
TestResultsTest.java | 67 TestPackageResult pkg = parser.getPackages().iterator().next(); 94 TestPackageResult pkg = parser.getPackages().iterator().next(); 95 TestSuite comSuite = pkg.getTestSuites().iterator().next(); 97 TestSuite exampleSuite = comSuite.getTestSuites().iterator().next(); 99 TestCase exampleCase = exampleSuite.getTestCases().iterator().next(); 101 Test exampleTest = exampleCase.getTests().iterator().next();
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestFilterTest.java | 63 assertEquals(TEST2, iter.next()); 64 assertEquals(TEST3, iter.next()); 74 assertEquals(TEST3, filteredList.iterator().next()); 85 assertEquals(TEST1, iter.next()); 86 assertEquals(TEST2, iter.next()); 97 assertEquals(TEST1, iter.next());
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_cache.c | 15 * 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/chromium_org/third_party/skia/src/core/ |
SkTLS.cpp | 45 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/e2fsprogs/lib/et/ |
com_right.c | 51 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;
|