/external/chromium_org/third_party/icu/source/test/intltest/ |
D | strcase.cpp | 75 UnicodeString test4(test3); in TestCaseConversion() local 76 test4.toLower(Locale("")); in TestCaseConversion() 78 if (test4 != expectedResult) in TestCaseConversion() 79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 81 test4 = test3; in TestCaseConversion() 82 test4.toLower(Locale("tr", "TR")); in TestCaseConversion() 84 if (test4 != expectedResult) in TestCaseConversion() 85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 90 test4 = test3; in TestCaseConversion() 92 test4.toUpper(Locale("")); in TestCaseConversion() [all …]
|
D | ustrtest.cpp | 269 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local 279 if (test1 != test2 || test1 == test3 || test1 == test4) in TestCompare() 283 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || in TestCompare() 290 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) in TestCompare() 294 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) in TestCompare() 300 test4.compare(12, 14, test2) != 0 || in TestCompare() 305 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare() 309 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) in TestCompare() 319 || test1.compare(0, 14, test4, 12, 14) != 0) in TestCompare() 324 || test1.compare(10, 4, test4, 22, 4) != 0) in TestCompare() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 75 UnicodeString test4(test3); in TestCaseConversion() local 76 test4.toLower(Locale("")); in TestCaseConversion() 78 if (test4 != expectedResult) in TestCaseConversion() 79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 81 test4 = test3; in TestCaseConversion() 82 test4.toLower(Locale("tr", "TR")); in TestCaseConversion() 84 if (test4 != expectedResult) in TestCaseConversion() 85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion() 90 test4 = test3; in TestCaseConversion() 92 test4.toUpper(Locale("")); in TestCaseConversion() [all …]
|
D | ustrtest.cpp | 269 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local 279 if (test1 != test2 || test1 == test3 || test1 == test4) in TestCompare() 283 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || in TestCompare() 290 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) in TestCompare() 294 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) in TestCompare() 300 test4.compare(12, 14, test2) != 0 || in TestCompare() 305 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare() 309 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) in TestCompare() 319 || test1.compare(0, 14, test4, 12, 14) != 0) in TestCompare() 324 || test1.compare(10, 4, test4, 22, 4) != 0) in TestCompare() [all …]
|
/external/chromium_org/v8/test/webkit/ |
D | dictionary-no-cache.js | 82 var test4 = new Test(); variable 83 update(test4); 86 var test4 = {__proto__:{prop:"on prototype"}}; variable 88 test4[i]=[i]; 98 getTestProperty(test4); 99 getTestProperty(test4); 101 test4.prop = "on self";
|
D | nested-functions.js | 42 function test4() { function 50 passed4 = test4() === "OKAY";
|
/external/clang/test/CodeGen/ |
D | ppc64-align-struct.c | 8 struct test4 { int x; int y; int z; }; argument 29 void test4 (int x, struct test4 y) in test4() function 91 struct test4 test4va (int x, ...) in test4va() 93 struct test4 y; in test4va() 96 y = va_arg (ap, struct test4); in test4va()
|
D | attr-minsize.cpp | 40 void test4(T arg) { in test4() function 45 void test4<int>(int arg); 52 void test4<float>(float arg);
|
D | inline.c | 96 extern int test4(void); 97 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) in test4() function 102 void test_test4() { test4(); } in test_test4()
|
D | visibility.c | 68 extern int test4; 69 __private_extern__ int test4 = 10; variable
|
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 107 test4() in test4() function 150 test4<unsigned short>(); in main() 151 test4<unsigned int>(); in main() 152 test4<unsigned long>(); in main() 153 test4<unsigned long long>(); in main()
|
/external/llvm/test/Transforms/ConstantMerge/ |
D | unnamed-addr.ll | 18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4 } 19 @test4.y = unnamed_addr constant %struct.foobar { i32 4 } 28 ; CHECK-NEXT: @test4.y = unnamed_addr constant %struct.foobar { i32 4 } 37 call void @zed(%struct.foobar* @test4.x, %struct.foobar* @test4.y)
|
/external/clang/test/Sema/ |
D | attr-visibility.c | 10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}} 11 struct test4; 12 struct __attribute__((visibility("default"))) test4; // expected-error {{visibility does not match …
|
D | asm.c | 42 void test4(const volatile void *addr) in test4() function 47 …asm ("nop" : : "r"(test4(addr))); // expected-error {{invalid type 'void' in asm input for constra… in test4() 48 …asm ("nop" : : "m"(test4(addr))); // expected-error {{invalid lvalue in asm input for constraint '… in test4()
|
D | warn-shadow.c | 39 struct test4 { in test3() struct 44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} in test4() function
|
/external/libcxxabi/test/ |
D | catch_const_pointer_nullptr.cpp | 65 void test4() in test4() function 119 void test4() {} in test4() function 130 test4(); in main()
|
/external/clang/test/SemaObjC/ |
D | method-lookup-3.m | 69 @interface Test4A - (struct test4a) test4; @end //expected-note{{using}} method 70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}} method 71 void test4(id x) { function 72 (void) [x test4]; //expected-warning {{multiple methods named 'test4' found}}
|
/external/llvm/test/Transforms/InstCombine/ |
D | fpcast.ll | 25 ; CHECK: test4 26 define half @test4(float %a) { 34 ; CHECK: test4-fast 35 define half @test4-fast(float %a) {
|
/external/llvm/test/MC/AsmParser/ |
D | macros-darwin.s | 41 .macro test4 macro 46 test4 (a b)(,)),(cd) label 49 test4 (a b)(,)),(cd) label
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 69 void test4() { in test4() function 112 void test4() { in test4() function 158 void test4() { 171 namespace test4 { namespace
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p4.cpp | 66 void test4() { in test4() function 109 void test4() { in test4() function 155 void test4() { 186 namespace test4 { namespace
|
/external/chromium_org/v8/test/mjsunit/ |
D | object-literal-conversions.js | 34 var test4 = { 13.213000: 6, "13.213": 7 }; variable 39 assertEquals(7, test4[13.213]);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-969.js | 79 function test4() { return first((o.x = 1, typeof x4), 2); } function 80 assertEquals('number', test4()); 82 assertEquals('undefined', test4());
|
/external/clang/test/CodeGenCXX/ |
D | enable_if.cpp | 16 class test4 { class 20 template class test4<double>; variable
|
/external/clang/test/SemaCXX/ |
D | warn-func-not-needed.cpp | 32 namespace test4 { namespace 46 namespace test4 { namespace
|