/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 119 UnicodeString test3; in TestBasicManipulation() local 120 test3.append((UChar32)0x20402); in TestBasicManipulation() 121 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation() 122 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation() 124 if(test3.length() != 2){ in TestBasicManipulation() 125 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() 127 test3.append((UChar32)0x0074); in TestBasicManipulation() 128 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation() 129 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation() 131 if(test3.length() != 3){ in TestBasicManipulation() [all …]
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/ |
D | string_string.pass.cpp | 56 void test3(S&& lhs, S&& rhs, const S& x) { in test3() function 134 test3(S(""), S(""), S("")); in main() 135 test3(S(""), S("12345"), S("12345")); in main() 136 test3(S(""), S("1234567890"), S("1234567890")); in main() 137 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); in main() 138 test3(S("abcde"), S(""), S("abcde")); in main() 139 test3(S("abcde"), S("12345"), S("abcde12345")); in main() 140 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); in main() 141 test3(S("abcde"), S("12345678901234567890"), in main() 143 test3(S("abcdefghij"), S(""), S("abcdefghij")); in main() [all …]
|
/external/llvm/test/Object/ |
D | nm-darwin-m.test | 5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \ 6 RUN: | FileCheck %s -check-prefix test3 20 # This is testing is using darwin-m-test3.macho-x86-64 that is linked with 38 test3: 0000000100000000 (__TEXT,__text) [referenced dynamically] external __mh_execute_header 39 test3: (undefined) external _atsPathVersSuffix (from libPathATS) 40 test3: (undefined) external _atsVersSuffix (from libATS) 41 test3: (undefined) external _foo (from Foo) 42 test3: (undefined) external _fooPath (from FooPath) 43 test3: (undefined) external _fooPathSuffix (from FooPathSuffix) 44 test3: (undefined) external _fooPathVers (from FooPathVers) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | nm-darwin-m.test | 5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \ 6 RUN: | FileCheck %s -check-prefix test3 20 # This is testing is using darwin-m-test3.macho-x86-64 that is linked with 38 test3: 0000000100000000 (__TEXT,__text) [referenced dynamically] external __mh_execute_header 39 test3: (undefined) external _atsPathVersSuffix (from libPathATS) 40 test3: (undefined) external _atsVersSuffix (from libATS) 41 test3: (undefined) external _foo (from Foo) 42 test3: (undefined) external _fooPath (from FooPath) 43 test3: (undefined) external _fooPathSuffix (from FooPathSuffix) 44 test3: (undefined) external _fooPathVers (from FooPathVers) [all …]
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testsealable.py | 56 m.test.test3 = 1 88 m.test1.test2().test3 = 4 91 self.assertEqual(m.test1.test2().test3, 4) 95 m.test1.test3 100 m.test1.test2["a"].test3 = 4 101 m.test1.test3[2:5].test3 = 4 104 self.assertEqual(m.test1.test2["a"].test3, 4) 105 self.assertEqual(m.test1.test2[2:5].test3, 4) 109 m.test1.test3[2:5].test4 115 m.test1.test2.test3 = 4 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | asm-modifier-P.ll | 46 define void @test3() nounwind { 48 ; CHECK-STATIC-64-LABEL: test3: 50 ; CHECK-STATIC-64: call test3 52 ; CHECK-STATIC-64: call $test3 54 ; CHECK-STATIC-32-LABEL: test3: 56 ; CHECK-STATIC-32: call test3 58 ; CHECK-STATIC-32: call $test3 60 ; CHECK-PIC-64-LABEL: test3: 62 ; CHECK-PIC-64: call test3@PLT 64 ; CHECK-PIC-64: call $test3 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | asm-modifier-P.ll | 45 define void @test3() nounwind { 47 ; CHECK-STATIC-64-LABEL: test3: 49 ; CHECK-STATIC-64: call test3 51 ; CHECK-STATIC-64: call $test3 53 ; CHECK-STATIC-32-LABEL: test3: 55 ; CHECK-STATIC-32: call test3 57 ; CHECK-STATIC-32: call $test3 59 ; CHECK-PIC-64-LABEL: test3: 61 ; CHECK-PIC-64: call test3@PLT 63 ; CHECK-PIC-64: call $test3 [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | asm-modifier-P.ll | 46 define void @test3() nounwind { 48 ; CHECK-STATIC-64: test3: 50 ; CHECK-STATIC-64: call test3 52 ; CHECK-STATIC-64: call $test3 54 ; CHECK-STATIC-32: test3: 56 ; CHECK-STATIC-32: call test3 58 ; CHECK-STATIC-32: call $test3 60 ; CHECK-PIC-64: test3: 62 ; CHECK-PIC-64: call test3@PLT 64 ; CHECK-PIC-64: call $test3 [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p13.cpp | 21 Opaque0 test3(int*) const; 34 using Base::test3; 35 Opaque1 test3(int*); 53 void test3() { in test3() function 54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3() 55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0); in test3()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | block-address-operands.mir | 31 store volatile i8* blockaddress(@test3, %0), i8** %addr 35 define void @test3() { 37 store volatile i8* blockaddress(@test3, %0), i8** @addr 89 ; CHECK: $rax = LEA64r $rip, 1, $noreg, blockaddress(@test3, %ir-block.0), $noreg 90 $rax = LEA64r $rip, 1, _, blockaddress(@test3, %ir-block.0), _ 95 name: test3 100 ; CHECK-LABEL: name: test3 101 ; CHECK: $rax = LEA64r $rip, 1, $noreg, blockaddress(@test3, %ir-block.0), $noreg 102 $rax = LEA64r $rip, 1, _, blockaddress(@test3, %ir-block.0), _
|
/external/clang/test/CodeGen/ |
D | ppc64-align-struct.c | 7 struct test3 { int x; int y; } __attribute__((aligned (32))); argument 24 void test3 (int x, struct test3 y) in test3() function 106 struct test3 test3va (int x, ...) in test3va() 108 struct test3 y; in test3va() 111 y = va_arg (ap, struct test3); in test3va()
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | block-address-operands.mir | 31 store volatile i8* blockaddress(@test3, %0), i8** %addr 35 define void @test3() { 37 store volatile i8* blockaddress(@test3, %0), i8** @addr 89 ; CHECK: %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _ 90 %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _ 95 name: test3 100 ; CHECK-LABEL: name: test3 101 ; CHECK: %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _ 102 %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _
|
/external/llvm/test/Transforms/JumpThreading/ |
D | indirectbr.ll | 70 ; CHECK-LABEL: @test3( 72 ; CHECK: blockaddress(@test3, %__here) 74 ; CHECK: blockaddress(@test3, %__here1) 76 ; CHECK: blockaddress(@test3, %__here3) 77 define void @test3() nounwind ssp noredzone { 82 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))… 86 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)… 90 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | indirectbr.ll | 70 ; CHECK: @test3 72 ; CHECK: blockaddress(@test3, %__here) 74 ; CHECK: blockaddress(@test3, %__here1) 76 ; CHECK: blockaddress(@test3, %__here3) 77 define void @test3() nounwind ssp noredzone { 82 …inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))… 86 …inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)… 90 …inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | indirectbr.ll | 70 ; CHECK-LABEL: @test3( 72 ; CHECK: blockaddress(@test3, %__here) 74 ; CHECK: blockaddress(@test3, %__here1) 76 ; CHECK: blockaddress(@test3, %__here3) 77 define void @test3() nounwind ssp noredzone { 82 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))… 86 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)… 90 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/ |
D | PrimitiveOpTest.java | 45 PrimitiveOp test3 = new PrimitiveOp(test1.operation) {}; in equalsHashcode() local 49 assertEquals(test1, test3); in equalsHashcode() 50 assertEquals(test3, test1); in equalsHashcode() 51 assertNotEquals(test2, test3); in equalsHashcode() 57 assertFalse(ops.add(test3)); in equalsHashcode()
|
/external/llvm/test/Transforms/ConstProp/ |
D | extractvalue.ll | 19 define i32 @test3() { 22 ; CHECK-LABEL: @test3( 40 define i32 @zeroinitializer-test3() { 43 ; CHECK: @zeroinitializer-test3 61 define i32 @undef-test3() { 64 ; CHECK: @undef-test3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/ |
D | extractvalue.ll | 19 define i32 @test3() { 22 ; CHECK-LABEL: @test3( 40 define i32 @zeroinitializer-test3() { 43 ; CHECK: @zeroinitializer-test3 61 define i32 @undef-test3() { 64 ; CHECK: @undef-test3
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/ |
D | extractvalue.ll | 19 define i32 @test3() { 22 ; CHECK: @test3 40 define i32 @zeroinitializer-test3() { 43 ; CHECK: @zeroinitializer-test3 61 define i32 @undef-test3() { 64 ; CHECK: @undef-test3
|
D | insertvalue.ll | 19 define [3 x %struct] @test3() { 22 ; CHECK: @test3 40 define [3 x %struct] @zeroinitializer-test3() { 43 ; CHECK: @zeroinitializer-test3 61 define [3 x %struct] @undef-test3() { 64 ; CHECK: @undef-test3
|
/external/libxml2/result/HTML/ |
D | test3.html.err | 1 ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p 4 ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b 10 ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 28 .macro test3 macro 33 test3 1, 2 3 label 36 test3 1, (2 3) label 39 test3 1 2 label
|
/external/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 28 .macro test3 macro 33 test3 1, 2 3 label 36 test3 1, (2 3) label 39 test3 1 2 label
|
/external/swiftshader/third_party/LLVM/test/Transforms/ConstantMerge/ |
D | unnamed-addr.ll | 15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 } 16 @test3.y = constant %struct.foobar { i32 3 } 27 ; CHECK-NEXT: @test3.y = constant %struct.foobar { i32 3 } 36 call void @zed(%struct.foobar* @test3.x, %struct.foobar* @test3.y)
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 79 test3() in test3() function 145 test3<unsigned short>(); in main() 146 test3<unsigned int>(); in main() 147 test3<unsigned long>(); in main() 148 test3<unsigned long long>(); in main()
|