| /external/chromium_org/net/data/cache_tests/bad_entry/ |
| contents.txt | 18 next: 0 28 next: 0x90000000 39 next: 0 49 next: 0x90000000
|
| /external/chromium_org/net/data/cache_tests/bad_rankings/ |
| contents.txt | 18 next: 0 28 next: 0x90000000 39 next: 0 49 next: 0x90000000
|
| /external/chromium_org/net/data/cache_tests/bad_rankings2/ |
| contents.txt | 18 next: 0 28 next: 0x90000000 39 next: 0 49 next: 0x90000000
|
| /external/chromium_org/third_party/WebKit/ManualTests/ |
| bad-clearTimeout-crash.html | 1 If the back/forward cache is enabled, this test will crash instead of going to the next page that says PASS.
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
| FontFamily.cpp | 37 for (ap = a.next(), bp = b.next(); ap != bp; ap = ap->next(), bp = bp->next()) {
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| tokiter.h | 39 * 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
| nouveau_mm.h | 11 struct nouveau_mm_allocation *next; member in struct:nouveau_mm_allocation
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
| sp_quad_stipple.c | 54 qs->next->run(qs->next, quads, pass); 60 qs->next->begin(qs->next);
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/ |
| wmesadef.h | 37 struct wmesa_framebuffer *next; member in struct:wmesa_framebuffer
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
| gas-comment.asm | 21 # Illegal; 1 seen on next line
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
| parse.h | 9 struct Symbol *next; member in struct:Symbol
|
| /external/chromium_org/win8/delegate_execute/ |
| resource.h | 12 // Next default values for new objects
|
| /external/clang/test/CXX/except/except.spec/ |
| p9-dynamic.cpp | 11 // CHECK-NEXT: filter [1 x i8*] [i8* bitcast (i8** @_ZTIi to i8*)]
|
| /external/clang/test/CodeCompletion/ |
| namespace-alias.cpp | 19 // CHECK-CC1-NEXT: N4
|
| /external/clang/test/CodeGenCXX/ |
| atomic.cpp | 14 // CHECK-NEXT: ret void
|
| debug-info-template-limit.cpp | 5 // CHECK-NEXT: ![[LINE]] ={{.*}}"TC<int>"
|
| /external/clang/test/CodeGenObjC/ |
| autorelease.m | 45 // CHECK-NEXT: [[T1:%.*]] = load i32 ()** {{%.*}}, 46 // CHECK-NEXT: [[T2:%.*]] = invoke i32 [[T1]]() 50 // CHECK-NEXT: catch i8* null 52 // CHECK-NEXT: store i32 0, i32* [[RET]]
|
| id-isa-codegen.m | 68 // CHECK-NEXT: %{{.*}} = bitcast i8* %{{.*}} to i8** 69 // CHECK-NEXT: store i8* %{{.*}}, i8** %{{.*}} 72 // CHECK-NEXT: %{{.*}} = bitcast i8* %{{.*}} to i8** 73 // CHECK-NEXT: store i8* %{{.*}}, i8** %{{.*}}
|
| stret_lookup.m | 23 // HASSTRET-NEXT: [[T1:%.*]] = bitcast i8* (i8*, i8*, ...)* [[T0]] to void (%struct.test*, i8*, i8*)* 24 // HASSTRET-NEXT: call void [[T1]](%struct.test* sret {{.*}}, i8* bitcast (i64* @_OBJC_CLASS_Test0 to i8*), 28 // NOSTRET-NEXT: [[T1:%.*]] = bitcast i8* (i8*, i8*, ...)* [[T0]] to void (%struct.test*, i8*, i8*)* 29 // NOSTRET-NEXT: call void [[T1]](%struct.test* sret {{.*}}, i8* {{.*}}, i8* bitcast ([2 x { i8*, i8* }]*
|
| /external/e2fsprogs/e2fsck/ |
| prof_err.c | 49 struct et_list *next; member in struct:et_list 70 for (end = list, et = *list; et; end = &et->next, et = et->next) 81 et->next = 0;
|
| /external/e2fsprogs/lib/et/test_cases/ |
| imap_err.c | 48 struct et_list *next; member in struct:et_list 69 for (end = list, et = *list; et; end = &et->next, et = et->next) 80 et->next = 0;
|
| /external/e2fsprogs/tests/ |
| filter_dumpe2fs | 9 /^Next check after:/d
|
| /external/guava/guava/src/com/google/common/base/ |
| AbstractIterator.java | 40 private T next; field in class:AbstractIterator 64 next = computeNext(); 73 public final T next() { method in class:AbstractIterator 78 return next;
|
| /external/guava/guava/src/com/google/common/collect/ |
| RegularImmutableMap.java | 73 existing = existing.next(); 97 @Nullable LinkedEntry<K, V> next) { 98 return (next == null) 100 : new NonTerminalEntry<K, V>(key, value, next); 104 /** Returns the next entry in the list or {@code null} if none exists. */ 105 @Nullable LinkedEntry<K, V> next(); method in interface:RegularImmutableMap.LinkedEntry 108 /** {@code LinkedEntry} implementation that has a next value. */ 113 final LinkedEntry<K, V> next; field in class:RegularImmutableMap.NonTerminalEntry 115 NonTerminalEntry(K key, V value, LinkedEntry<K, V> next) { 117 this.next = next 120 @Override public LinkedEntry<K, V> next() { method in class:RegularImmutableMap.NonTerminalEntry 137 @Nullable @Override public LinkedEntry<K, V> next() { method in class:RegularImmutableMap.TerminalEntry [all...] |
| /external/icu4c/samples/layout/ |
| resource.h | 13 // Next default values for new objects
|