Home
last modified time | relevance | path

Searched refs:test4 (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp83 UnicodeString test4(test3); in TestCaseConversion() local
84 test4.toLower(Locale("")); in TestCaseConversion()
86 if (test4 != expectedResult) in TestCaseConversion()
87 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
89 test4 = test3; in TestCaseConversion()
90 test4.toLower(Locale("tr", "TR")); in TestCaseConversion()
92 if (test4 != expectedResult) in TestCaseConversion()
93 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\"."); in TestCaseConversion()
98 test4 = test3; in TestCaseConversion()
100 test4.toUpper(Locale("")); in TestCaseConversion()
[all …]
Dustrtest.cpp261 UnicodeString test4("never say, \"this is a test\"!!"); in TestCompare() local
271 if (test1 != test2 || test1 == test3 || test1 == test4) in TestCompare()
275 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || in TestCompare()
282 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) in TestCompare()
286 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) in TestCompare()
292 test4.compare(12, 14, test2) != 0 || in TestCompare()
297 … if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) in TestCompare()
301 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) in TestCompare()
311 || test1.compare(0, 14, test4, 12, 14) != 0) in TestCompare()
316 || test1.compare(10, 4, test4, 22, 4) != 0) in TestCompare()
[all …]
/external/clang/test/CodeGen/
Dppc64-align-struct.c8 struct test4 { int x; int y; int z; }; struct
29 void test4 (int x, struct test4 y) in test4() function
125 struct test4 test4va (int x, ...) in test4va()
127 struct test4 y; in test4va()
130 y = va_arg (ap, struct test4); in test4va()
Dattr-minsize.cpp40 void test4(T arg) { in test4() function
45 void test4<int>(int arg);
52 void test4<float>(float arg);
Dinline.c101 extern int test4(void);
102 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) in test4() function
107 void test_test4() { test4(); } in test_test4()
Dexprs.c29 void test4() { in test4() function
33 t1 = sizeof(test4()); in test4()
34 t2 = __alignof__(test4()); in test4()
Dvisibility.c68 extern int test4;
69 __private_extern__ int test4 = 10; variable
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dctor_result_type.pass.cpp107 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/
Dunnamed-addr.ll18 @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/swiftshader/third_party/LLVM/test/Transforms/ConstantMerge/
Dunnamed-addr.ll18 @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/SemaCXX/
Dstatements.cpp28 void test4(); // expected-note{{possible target for call}}
29 void test4(int) { // expected-note{{possible target for call}} in test4() function
31 __asm__ ("":"+r" (test4)); // expected-error{{invalid lvalue in asm output}} in test4()
Dwarn-func-not-needed.cpp32 namespace test4 { namespace
46 namespace test4 { namespace
/external/clang/test/Sema/
Dattr-visibility.c10 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 …
Dwarn-shadow.c39 struct test4 { in test3() struct
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} in test4() function
Dasm.c41 void test4(const volatile void *addr) in test4() function
46 …asm ("nop" : : "r"(test4(addr))); // expected-error {{invalid type 'void' in asm input for constra… in test4()
47 …asm ("nop" : : "m"(test4(addr))); // expected-error {{invalid lvalue in asm input for constraint '… in test4()
/external/libcxxabi/test/
Dcatch_const_pointer_nullptr.pass.cpp77 void test4() in test4() function
134 void test4() {} in test4() function
145 test4(); in main()
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m69 @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/MC/AsmParser/
Dmacros-darwin.s41 .macro test4 macro
46 test4 (a b)(,)),(cd) label
49 test4 (a b)(,)),(cd) label
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp122 void test4() { in test4() function
194 void test4() { in test4() function
269 void test4() {
282 namespace test4 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp4.cpp67 void test4() { in test4() function
110 void test4() { in test4() function
156 void test4() {
187 namespace test4 { namespace
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
Dmacros.s34 .macro test4 macro
39 test4 a b)(,),(cd) label
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DBreakIteratorRegTest.java48 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
54 assertEqual(test4, twbi, "foo word == thai word"); in TestRegUnreg()
88 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
94 assertEqual(test4, rwbi, "root word break"); in TestRegUnreg()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DBreakIteratorRegTest.java49 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
55 assertEqual(test4, twbi, "foo word == thai word"); in TestRegUnreg()
89 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); in TestRegUnreg() local
95 assertEqual(test4, rwbi, "root word break"); in TestRegUnreg()
/external/clang/test/CodeGenCXX/
Denable_if.cpp25 class test4 { class
29 template class test4<double>; variable
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dfp_convert.ll41 define float @test4(i32 %a, i32 %b) {
42 ; VFP2: test4:
44 ; NEON: test4:

12345678910>>...41