| /external/llvm/test/MC/Mips/ |
| elf-reginfo.ll | 19 ; CHECK_64-NEXT: Type: SHT_MIPS_OPTIONS 20 ; CHECK_64-NEXT: Flags [ (0x8000002) 26 ; CHECK_32-NEXT: Type: SHT_MIPS_REGINFO 27 ; CHECK_32-NEXT: Flags [ (0x2)
|
| /external/llvm/test/MC/X86/AlignedBundling/ |
| pad-align-to-bundle-end.s | 18 # CHECK-NEXT: b: callq 26 # Here we have to pad until the end of the *next* boundary because 32 # CHECK-NEXT: 26: callq 33 # CHECK-NEXT: 2b: callq
|
| /external/llvm/test/MC/X86/ |
| x86_long_nop.s | 12 # CHECK-NEXT: 1: nop 13 # CHECK-NEXT: 10: nop 14 # CHECK-NEXT: 1f: nop 15 # CHECK-NEXT: 20: inc
|
| /external/llvm/test/Object/ |
| yaml2obj-elf-bits-endian.test | 7 LE64-NEXT: DataEncoding: LittleEndian (0x1) 10 BE64-NEXT: DataEncoding: BigEndian (0x2) 13 LE32-NEXT: DataEncoding: LittleEndian (0x1) 16 BE32-NEXT: DataEncoding: BigEndian (0x2)
|
| /external/llvm/test/TableGen/ |
| if.td | 5 // CHECK-NEXT: bits<16> n = { ?, ?, ?, ?, !if({ C:y{3} }, 1, !if({ C:y{2} }, { C:x{0} }, !if({ C:y{1} }, { C:x{1} }, !if({ C:y{0} }, { C:x{2} }, ?)))){0}, !if({ C:x{2} }, { C:y{3}, C:y{2} }, !if({ C:x{1} }, { C:y{2}, C:y{1} }, !if({ C:x{0} }, { C:y{1}, C:y{0} }, ?))){1}, !if({ C:x{2} }, { C:y{3}, C:y{2} }, !if({ C:x{1} }, { C:y{2}, C:y{1} }, !if({ C:x{0} }, { C:y{1}, C:y{0} }, ?))){0}, !if({ C:x{2} }, 2, 6){2}, !if({ C:x{2} }, 2, 6){1}, !if({ C:x{2} }, 2, 6){0}, !if({ C:x{1} }, { C:y{3}, C:y{2} }, { 0, 1 }){1}, !if({ C:x{1} }, { C:y{3}, C:y{2} }, { 0, 1 }){0}, !if({ C:x{0} }, { C:y{3}, C:y{2}, C:y{1}, C:y{0} }, { C:z, C:y{2}, C:y{1}, C:y{0} }){3}, !if({ C:x{0} }, { C:y{3}, C:y{2}, C:y{1}, C:y{0} }, { C:z, C:y{2}, C:y{1}, C:y{0} }){2}, !if({ C:x{0} }, { C:y{3}, C:y{2}, C:y{1}, C:y{0} }, { C:z, C:y{2}, C:y{1}, C:y{0} }){1}, !if({ C:x{0} }, { C:y{3}, C:y{2}, C:y{1}, C:y{0} }, { C:z, C:y{2}, C:y{1}, C:y{0} }){0} }; 27 // CHECK-NEXT: bits<16> n = { ?, ?, ?, ?, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1 }; 29 // CHECK-NEXT: bits<16> n = { ?, ?, ?, ?, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0 }; 31 // CHECK-NEXT: bits<16> n = { ?, ?, ?, ?, 1, ?, ?, 1, 1, 0, 0, 1, 0, 0, 1, 0 }; 33 // CHECK-NEXT: bits<16> n = { ?, ?, ?, ?, ?, ?, ?, 1, 1, 0, 0, 1, 0, 0, 0, 0 }; 48 // CHECK-NEXT: bits<2> val = { ?, ? }; 50 // CHECK-NEXT: bits<2> val = { 0, 1 }; 52 // CHECK-NEXT: bits<2> val = { 1, 0 }; 54 // CHECK-NEXT: bits<2> val = { 1, 1 }; 56 // CHECK-NEXT: bits<2> val = { 0, 0 } [all...] |
| /external/llvm/test/Transforms/InstCombine/ |
| puts-1.ll | 17 ; CHECK-NEXT: call i32 @putchar(i32 10) 19 ; CHECK-NEXT: ret void 28 ; CHECK-NEXT: call i32 @puts(i8* getelementptr inbounds ([1 x i8]* @empty, i32 0, i32 0)) 30 ; CHECK-NEXT: ret i32 %ret
|
| /external/llvm/test/Verifier/ |
| llvm.compiler_used-invalid-type.ll | 6 ; CHECK-NEXT: [1 x i32]* @llvm.compiler.used
|
| llvm.used-invalid-init.ll | 6 ; CHECK-NEXT: [1 x i8*] zeroinitializer
|
| llvm.used-invalid-init2.ll | 7 ; CHECK-NEXT: i8* null
|
| llvm.used-invalid-type.ll | 6 ; CHECK-NEXT: [1 x i32]* @llvm.used
|
| llvm.used-invalid-type2.ll | 5 ; CHECK-NEXT: i32* @llvm.used
|
| /external/markdown/tests/extensions-x-abbr/ |
| abbr.txt | 5 *[ABBR]: This gets overriden by the next one.
|
| /external/mockito/src/org/mockito/internal/progress/ |
| SequenceNumber.java | 11 public static synchronized int next() {
method in class:SequenceNumber
|
| /external/openssl/crypto/lhash/ |
| num.pl | 7 next unless /^node/;
|
| /external/skia/src/core/ |
| SkAutoKern.h | 15 #define SkAutoKern_AdjustF(prev, next) (((next) - (prev) + 32) >> 6 << 16) 16 #define SkAutoKern_AdjustS(prev, next) SkIntToScalar(((next) - (prev) + 32) >> 6)
|
| /external/skia/src/pathops/ |
| SkAddIntersections.h | 14 bool AddIntersectTs(SkOpContour* test, SkOpContour* next);
|
| /external/valgrind/main/memcheck/tests/ |
| badjump2.stderr.exp | 1 Jump to the invalid address stated on the next line
|
| /external/wpa_supplicant_8/src/ap/ |
| ap_list.h | 15 /* Note: next/prev pointers are updated whenever a new beacon is 18 struct ap_info *next; /* next entry in AP list */ member in struct:ap_info 20 struct ap_info *hnext; /* next entry in hash table list */
|
| /frameworks/native/opengl/libs/tools/ |
| glentrygen | 27 next if $line =~ /^\//; 28 next if $line =~ /^#/; 29 next if $line =~ /^\s*$/; 31 next;
|
| glenumsgen | 22 next if $line =~ /^\//; 24 next if $line =~ /_BIT(\d+_|\s+)/; 26 next; 30 next if exists($enumHash { $enumValue });
|
| /hardware/ti/omap4xxx/ |
| mapinfo.h | 5 struct mapinfo *next; member in struct:mapinfo
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/ |
| move.pass.cpp | 64 assert(*next(m.begin()) == V(1, 1.5)); 65 assert(*next(m.begin(), 2) == V(1, 2)); 66 assert(*next(m.begin(), 3) == V(2, 1)); 67 assert(*next(m.begin(), 4) == V(2, 1.5)); 68 assert(*next(m.begin(), 5) == V(2, 2)); 69 assert(*next(m.begin(), 6) == V(3, 1)); 70 assert(*next(m.begin(), 7) == V(3, 1.5)); 71 assert(*next(m.begin(), 8) == V(3, 2)); 116 assert(*next(m.begin()) == V(1, 1.5)); 117 assert(*next(m.begin(), 2) == V(1, 2)) [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/ |
| lower_bound.pass.cpp | 47 assert(r == next(m.begin(), 3)); 49 assert(r == next(m.begin(), 3)); 51 assert(r == next(m.begin(), 6)); 53 assert(r == next(m.begin(), 6)); 77 assert(r == next(m.begin(), 3)); 79 assert(r == next(m.begin(), 3)); 81 assert(r == next(m.begin(), 6)); 83 assert(r == next(m.begin(), 6)); 111 assert(r == next(m.begin(), 3)); 113 assert(r == next(m.begin(), 3)) [all...] |
| /cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/ |
| TestScannerTest.java | 52 assertEquals("suite:TestSuite", it.next()); 53 assertEquals("case:TestCase1", it.next()); 54 assertEquals("test:TestName1", it.next()); 55 assertEquals("test:TestName2", it.next()); 56 assertEquals("suite:TestSuite", it.next()); 57 assertEquals("case:TestCase2", it.next()); 58 assertEquals("test:TestName1", it.next());
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
| DHDomainParameters.java | 76 ASN1Encodable next = getNext(e); local 78 if (next != null && next instanceof ASN1Integer) 80 this.j = ASN1Integer.getInstance(next); 81 next = getNext(e); 84 if (next != null) 86 this.validationParms = DHValidationParms.getInstance(next.toASN1Primitive());
|