/external/icu4c/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("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/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 …]
|
D | fabs.ll | 41 ; CHECK: test3: 42 ; UNSAFE: test3: 43 ; NOOPT: test3: 44 define x86_fp80 @test3(x86_fp80 %X) {
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebHistory.cpp | 869 char* test3 = new char[HISTORY_MIN_SIZE]; in unitTest() local 870 const char* ptr = (const char*)test3; in unitTest() 871 memset(test3, 0, HISTORY_MIN_SIZE); in unitTest() 872 *(int*)test3 = 4000; in unitTest() 876 memset(test3, 0, HISTORY_MIN_SIZE); in unitTest() 877 ptr = (const char*)test3; in unitTest() 878 *(int*)(test3 + offset) = 4000; in unitTest() 882 memset(test3, 0, HISTORY_MIN_SIZE); in unitTest() 883 ptr = (const char*)test3; in unitTest() 884 *(int*)(test3 + offset) = 4000; in unitTest() [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()
|
D | p4.cpp | 62 void test3() { in test3() function 105 void test3() { in test3() function 119 namespace test3 { namespace 150 void test3() { in test3() function
|
D | p12.cpp | 42 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() function 54 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() function 67 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() function 106 namespace test3 { namespace
|
/external/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/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/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);
|
D | regress-969.js | 70 function test3() { return first((y++, typeof x3), 2); } function 71 assertEquals('number', test3(), 'test3 before'); 73 assertEquals('undefined', test3(), 'test3 after');
|
/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/llvm/test/DebugInfo/ |
D | dwarfdump-test.test | 11 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test3.elf-x86-64 \ 13 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test3.elf-x86-64 \ 15 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test3.elf-x86-64 \ 39 ABS_ORIGIN_1-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test3.cc:3 42 INCLUDE_TEST_1-NEXT: /tmp/include{{[/\\]}}dwarfdump-test3-decl.h:7 45 INCLUDE_TEST_2-NEXT: /tmp/dbginfo{{[/\\]}}include{{[/\\]}}dwarfdump-test3-decl2.h:1
|
/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/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/llvm/test/MC/AsmParser/ |
D | macros.s | 27 .macro test3 macro 32 test3 1, (2 3) label 35 test3 1 2 label
|
/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
|
/external/llvm/test/CodeGen/ARM/ |
D | atomic-load-store.ll | 34 define void @test3(i8* %ptr1, i8* %ptr2) { 35 ; ARM: test3 38 ; THUMBTWO: test3 41 ; THUMBONE: test3
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 61 @interface Test3A - (struct test3a) test3; @end method 62 @interface Test3B - (struct test3b) test3; @end method 63 void test3(id x) { function 64 (void) [x test3];
|
/external/v8/test/mjsunit/ |
D | object-literal-conversions.js | 33 var test3 = { "13": 6, 13.0000000000000000: 7 }; variable 38 assertEquals(7, test3[13]);
|
/external/llvm/test/CodeGen/Thumb2/ |
D | large-stack.ll | 24 define i32 @test3() { 25 ; DARWIN: test3: 29 ; LINUX: test3:
|