/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 120 UnicodeString test3; in TestBasicManipulation() local 121 test3.append((UChar32)0x20402); in TestBasicManipulation() 122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation() 123 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation() 125 if(test3.length() != 2){ in TestBasicManipulation() 126 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() 128 test3.append((UChar32)0x0074); in TestBasicManipulation() 129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation() 130 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation() 132 if(test3.length() != 3){ in TestBasicManipulation() [all …]
|
D | strcase.cpp | 70 UnicodeString test3; in TestCaseConversion() local 72 test3 += (UChar32)0x0130; in TestCaseConversion() 73 test3 += "STANBUL, NOT CONSTANTINOPLE!"; in TestCaseConversion() 75 UnicodeString test4(test3); in TestCaseConversion() 81 test4 = test3; in TestCaseConversion() 87 test3 = "topkap"; in TestCaseConversion() 88 test3 += (UChar32)0x0131; in TestCaseConversion() 89 test3 += " palace, istanbul"; in TestCaseConversion() 90 test4 = test3; in TestCaseConversion() 97 test4 = test3; in TestCaseConversion() [all …]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | ustrtest.cpp | 120 UnicodeString test3; in TestBasicManipulation() local 121 test3.append((UChar32)0x20402); in TestBasicManipulation() 122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation() 123 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation() 125 if(test3.length() != 2){ in TestBasicManipulation() 126 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation() 128 test3.append((UChar32)0x0074); in TestBasicManipulation() 129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation() 130 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation() 132 if(test3.length() != 3){ in TestBasicManipulation() [all …]
|
D | strcase.cpp | 70 UnicodeString test3; in TestCaseConversion() local 72 test3 += (UChar32)0x0130; in TestCaseConversion() 73 test3 += "STANBUL, NOT CONSTANTINOPLE!"; in TestCaseConversion() 75 UnicodeString test4(test3); in TestCaseConversion() 81 test4 = test3; in TestCaseConversion() 87 test3 = "topkap"; in TestCaseConversion() 88 test3 += (UChar32)0x0131; in TestCaseConversion() 89 test3 += " palace, istanbul"; in TestCaseConversion() 90 test4 = test3; in TestCaseConversion() 97 test4 = test3; in TestCaseConversion() [all …]
|
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/ |
D | string_string.pass.cpp | 62 test3(S&& lhs, S&& rhs, const S& x) in test3() function 126 test3(S(""), S(""), S("")); in main() 127 test3(S(""), S("12345"), S("12345")); in main() 128 test3(S(""), S("1234567890"), S("1234567890")); in main() 129 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); in main() 130 test3(S("abcde"), S(""), S("abcde")); in main() 131 test3(S("abcde"), S("12345"), S("abcde12345")); in main() 132 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); in main() 133 test3(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890")); in main() 134 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/chromium_org/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/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/llvm/test/CodeGen/ARM/ |
D | section-name.ll | 19 ; CHECK: .section .text.test3,"axG",%progbits,test3,comdat 20 ; CHECK: .weak test3 21 ; CHECK: .type test3,%function 22 define linkonce_odr void @test3() {
|
/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 76 struct test3 test3va (int x, ...) in test3va() 78 struct test3 y; in test3va() 81 y = va_arg (ap, struct test3); in test3va()
|
/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 …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/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/chromium_org/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
|
D | macros-gas.s | 28 .macro test3 _a _b _c macro 33 test3 1, 2, 3 36 test3 1, 2 3
|
/external/libcxx/test/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/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/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.cpp | 49 void test3() in test3() function 118 void test3() {} in test3() function 129 test3(); in main()
|
/external/clang/test/SemaCXX/ |
D | deleted-function.cpp | 62 template<typename> void test3() = delete; 63 template<typename> void test3(); 64 template void test3<int>();
|
/external/llvm/test/Analysis/BasicAA/ |
D | nocapture.ll | 16 declare void @test3(i32** %p, i32* %q) nounwind 19 ; CHECK: call void @test3 26 ; Here test3 might store %p to %q. This doesn't violate %p's nocapture 28 call void @test3(i32** %q, i32* %p) nounwind
|
/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) {
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 65 void test3() { in test3() function 108 void test3() { in test3() function 122 namespace test3 { namespace 153 void test3() { in test3() function
|