Searched defs:CASE (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dittrans.cpp28 #define CASE(id,test) case id: \ macro
41 CASE(0, TransliteratorTest);
42 CASE(1, TransliteratorAPITest);
43 CASE(2, CompoundTransliteratorTest);
44 CASE(3, TransliteratorRoundTripTest);
45 CASE(4, JamoTest);
46 CASE(5, TransliteratorErrorTest);
47 CASE(6, ReplaceableTest);
49 CASE(7, UnicodeFilterLogicTest);
H A Dmiscdtfm.cpp27 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
34 CASE(0, test4097450)
35 CASE(1, test4099975)
36 CASE(2, test4117335)
H A Dpptest.cpp20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
26 CASE(0, TestParsePosition)
27 CASE(1, TestFieldPosition)
28 CASE(2, TestFieldPosition_example)
29 CASE(3, Test4109023)
H A Dtsputil.cpp12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
19 CASE(0, testMaxMin)
20 CASE(1, testNaN)
21 CASE(2, testPositiveInfinity)
22 CASE(3, testNegativeInfinity)
23 CASE(4, testZero)
24 // CASE(, testIEEEremainder)
H A Dcalcasts.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
29 CASE(0,IslamicCivil);
30 CASE(1,Hebrew);
31 CASE(2,Indian);
32 CASE(3,Coptic);
33 CASE(4,Ethiopic);
38 #undef CASE macro
H A Dcanittst.cpp25 #define CASE(id,test) case id: \ macro
37 CASE(0, TestBasic);
38 CASE(1, TestExhaustive);
39 CASE(2, TestAPI);
H A Ditutil.cpp37 #define CASE(id, test) case id: \ macro
50 CASE(0, MultithreadTest);
51 CASE(1, StringTest);
52 CASE(2, UnicodeStringTest);
53 CASE(3, LocaleTest);
54 CASE(4, CharIterTest);
55 CASE(5, UObjectTest);
56 CASE(6, UnicodeTest);
57 CASE(7, ResourceBundleTest);
58 CASE(
[all...]
H A Djamotest.cpp82 static const char* CASE[] = { local
131 enum { CASE_length = sizeof(CASE) / sizeof(CASE[0]) };
135 UnicodeString jamo = nameToJamo(CASE[i+1]);
136 if (CASE[i+2] == NULL) {
137 expect(*latinJamo, CASE[i], jamo, *jamoLatin);
140 expect(*latinJamo, CASE[i], jamo);
141 expect(*jamoLatin, jamo, CASE[i+2]);
H A Dnmfmtrt.cpp34 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
40 CASE(0, start)
H A Dnormconf.cpp23 #define CASE(id,test,exec) case id: \ macro
34 CASE(0, TestConformance, exec);
36 CASE(1, TestConformance32, exec);
38 // CASE(2, TestCase6);
/external/icu/icu4c/source/test/intltest/
H A Dittrans.cpp28 #define CASE(id,test) case id: \ macro
41 CASE(0, TransliteratorTest);
42 CASE(1, TransliteratorAPITest);
43 CASE(2, CompoundTransliteratorTest);
44 CASE(3, TransliteratorRoundTripTest);
45 CASE(4, JamoTest);
46 CASE(5, TransliteratorErrorTest);
47 CASE(6, ReplaceableTest);
49 CASE(7, UnicodeFilterLogicTest);
H A Dmiscdtfm.cpp27 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
34 CASE(0, test4097450)
35 CASE(1, test4099975)
36 CASE(2, test4117335)
H A Dpptest.cpp20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
26 CASE(0, TestParsePosition)
27 CASE(1, TestFieldPosition)
28 CASE(2, TestFieldPosition_example)
29 CASE(3, Test4109023)
H A Dtsputil.cpp12 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; macro
19 CASE(0, testMaxMin)
20 CASE(1, testNaN)
21 CASE(2, testPositiveInfinity)
22 CASE(3, testNegativeInfinity)
23 CASE(4, testZero)
24 // CASE(, testIEEEremainder)
H A Dastrotst.cpp21 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
30 // CASE(0,FooTest);
31 CASE(0,TestSolarLongitude);
32 CASE(1,TestLunarPosition);
33 CASE(2,TestCoordinates);
34 CASE(3,TestCoverage);
35 CASE(4,TestSunriseTimes);
36 CASE(5,TestBasics);
37 CASE(6,TestMoonAge);
42 #undef CASE macro
[all...]
H A Dcalcasts.cpp22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break macro
29 CASE(0,IslamicCivil);
30 CASE(1,Hebrew);
31 CASE(2,Indian);
32 CASE(3,Coptic);
33 CASE(4,Ethiopic);
38 #undef CASE macro
H A Dcanittst.cpp25 #define CASE(id,test) case id: \ macro
37 CASE(0, TestBasic);
38 CASE(1, TestExhaustive);
39 CASE(2, TestAPI);
H A Ditutil.cpp39 #define CASE(id, test) case id: \ macro
52 CASE(0, MultithreadTest);
53 CASE(1, StringTest);
54 CASE(2, UnicodeStringTest);
55 CASE(3, LocaleTest);
56 CASE(4, CharIterTest);
57 CASE(5, UObjectTest);
58 CASE(6, UnicodeTest);
59 CASE(7, ResourceBundleTest);
60 CASE(
[all...]
/external/clang/INPUTS/
H A Dcfg-big-switch.c1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y);
20 #define CASE(i, x, y) \ macro
/external/chromium_org/third_party/skia/tools/
H A DDumpRecord.cpp84 #define CASE(U) case SkRecords::U##_Type: return #U; macro
85 switch(T::kType) { SK_RECORD_TYPES(CASE); }
86 #undef CASE macro
/external/skia/tools/
H A DDumpRecord.cpp86 #define CASE(U) case SkRecords::U##_Type: return #U; macro
87 switch(T::kType) { SK_RECORD_TYPES(CASE); }
88 #undef CASE macro
/external/chromium_org/third_party/skia/src/core/
H A DSkRecord.h201 #define CASE(T) case SkRecords::T##_Type: return f(*this->ptr<SkRecords::T>()); macro
202 switch(type) { SK_RECORD_TYPES(CASE) }
203 #undef CASE macro
212 #define CASE(T) case SkRecords::T##_Type: return f(this->ptr<SkRecords::T>()); macro
213 switch(type) { SK_RECORD_TYPES(CASE) }
214 #undef CASE macro
/external/chromium_org/v8/test/cctest/compiler/
H A Dinstruction-selector-tester.h76 #define CASE(Name) \ macro
79 TARGET_ARCH_OPCODE_LIST(CASE)
80 #undef CASE macro
/external/skia/src/core/
H A DSkRecord.h197 #define CASE(T) case SkRecords::T##_Type: return f(*this->ptr<SkRecords::T>()); macro
198 switch(type) { SK_RECORD_TYPES(CASE) }
199 #undef CASE macro
208 #define CASE(T) case SkRecords::T##_Type: return f(this->ptr<SkRecords::T>()); macro
209 switch(type) { SK_RECORD_TYPES(CASE) }
210 #undef CASE macro
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc55 #define CASE(Name) \ macro
58 TARGET_ARCH_OPCODE_LIST(CASE)
59 #undef CASE macro

Completed in 1585 milliseconds

1234