/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 110 UnicodeString test3; in TestBasicManipulation() local 111 test3.append((UChar32)0x20402); in TestBasicManipulation() 112 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation() 113 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation() 115 if(test3.length() != 2){ in TestBasicManipulation() 116 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() 118 test3.append((UChar32)0x0074); in TestBasicManipulation() 119 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation() 120 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation() 122 if(test3.length() != 3){ in TestBasicManipulation() [all …]
|
D | strcase.cpp | 69 UnicodeString test3; in TestCaseConversion() local 71 test3 += (UChar32)0x0130; in TestCaseConversion() 72 test3 += "STANBUL, NOT CONSTANTINOPLE!"; in TestCaseConversion() 74 UnicodeString test4(test3); in TestCaseConversion() 80 test4 = test3; in TestCaseConversion() 86 test3 = "topkap"; in TestCaseConversion() 87 test3 += (UChar32)0x0131; in TestCaseConversion() 88 test3 += " palace, istanbul"; in TestCaseConversion() 89 test4 = test3; in TestCaseConversion() 96 test4 = test3; in TestCaseConversion() [all …]
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/ |
D | string_string.pass.cpp | 63 test3(S&& lhs, S&& rhs, const S& x) in test3() function 127 test3(S(""), S(""), S("")); in main() 128 test3(S(""), S("12345"), S("12345")); in main() 129 test3(S(""), S("1234567890"), S("1234567890")); in main() 130 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); in main() 131 test3(S("abcde"), S(""), S("abcde")); in main() 132 test3(S("abcde"), S("12345"), S("abcde12345")); in main() 133 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); in main() 134 test3(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890")); in main() 135 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/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/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/v8/test/mjsunit/ |
D | math-floor-negative.js | 41 function test3() { function 53 test3(); 54 test3(); 55 %OptimizeFunctionOnNextCall(test3); 59 assertEquals(-214748364.9, test3());
|
/external/v8/test/mjsunit/compiler/ |
D | boolean-protototype.js | 26 function test3(s) { function 29 assertEquals(test3(false), 42); 30 assertEquals(test3(true), 42); 31 %OptimizeFunctionOnNextCall(test3); 32 assertEquals(test3(false), 42); 33 assertEquals(test3(true), 42);
|
D | symbol-protototype.js | 24 function test3(s) { function 27 assertEquals(test3(Symbol()), 1); 28 assertEquals(test3(Symbol()), 1); 29 %OptimizeFunctionOnNextCall(test3); 30 assertEquals(test3(Symbol()), 1);
|
D | regress-621147.js | 15 function test3(a) { function 23 test3(smi_array); 28 test3(broken_array);
|
/external/clang/test/CodeGen/ |
D | ppc64-align-struct.c | 7 struct test3 { int x; int y; } __attribute__((aligned (32))); struct 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/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
|
D | insertvalue.ll | 19 define [3 x %struct] @test3() { 22 ; CHECK-LABEL: @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/v8/test/mjsunit/regress/ |
D | regress-conditional-position.js | 70 function test3() { function 87 test(test3, 72); 91 eval(test3.toString() + "//@ sourceUrl=foo"); 95 test(test3, 3);
|
/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/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()
|
/external/clang/test/SemaCXX/ |
D | warn-pessmizing-move.cpp | 53 A test3() { in test3() function 65 return test3(); in test4() 72 return std::move(test3()); in test4() 97 A a2 = test3(); in test6() 104 A a4 = std::move(test3()); in test6()
|
/external/clang/test/Sema/ |
D | invalid-decl.c | 46 void test3(); 47 void test3; // expected-error {{incomplete type}} variable 48 void test3() { } in test3() function
|
/external/libcxxabi/test/ |
D | catch_const_pointer_nullptr.pass.cpp | 49 void test3() in test3() function 118 void test3() {} in test3() function 129 test3(); in main()
|
/external/llvm/test/CodeGen/ARM/ |
D | section-name.ll | 20 ; CHECK: .weak test3 21 ; CHECK: .type test3,%function 22 define linkonce_odr void @test3() {
|
/external/clang/test/Index/ |
D | complete-macro-args.c | 23 void test3(struct Point *p) { 32 void test3(struct Point *p) { 36 void test3(struct Point *p) {
|