/frameworks/rs/cpu_ref/linkloader/lib/ |
ELFSectionHeader.cpp | 42 #define CASE(TYPE) \ 43 case SHT_##TYPE: return #TYPE; 46 CASE(NULL) CASE(PROGBITS) CASE(SYMTAB) CASE(STRTAB) CASE(RELA) CASE(HASH) 47 CASE(DYNAMIC) CASE(NOTE) CASE(NOBITS) CASE(REL) CASE(SHLIB [all...] |
ELFSymbol.cpp | 25 #define CASE(TYPE) \ 26 case STT_##TYPE: return #TYPE; 28 CASE(NOTYPE) 29 CASE(OBJECT) 30 CASE(FUNC) 31 CASE(SECTION) 32 CASE(FILE) 33 CASE(COMMON) 34 CASE(TLS) 35 CASE(LOOS [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ittrans.cpp | 28 #define CASE(id,test) case id: \ 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) [all...] |
itutil.cpp | 34 #define CASE(id, test) case id: \ 47 CASE(0, MultithreadTest); 48 CASE(1, StringTest); 49 CASE(2, UnicodeStringTest); 50 CASE(3, LocaleTest); 51 CASE(4, CharIterTest); 52 CASE(5, UObjectTest); 53 CASE(6, UnicodeTest); 54 CASE(7, ResourceBundleTest) [all...] |
jamotest.cpp | 82 static const char* CASE[] = { 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); 139 // Handle case where round-trip is expected to fail 140 expect(*latinJamo, CASE[i], jamo); 141 expect(*jamoLatin, jamo, CASE[i+2]); 318 // Replaced a hyphen with a space to make the test case work with CLDR1.5 [all...] |
pptest.cpp | 20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 26 CASE(0, TestParsePosition) 27 CASE(1, TestFieldPosition) 28 CASE(2, TestFieldPosition_example) 29 CASE(3, Test4109023)
|
numrgts.cpp | 103 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 110 CASE(0,Test4075713); 111 CASE(1,Test4074620); 112 CASE(2,Test4088161); 113 CASE(3,Test4087245); 114 CASE(4,Test4087535); 115 CASE(5,Test4088503); 116 CASE(6,Test4066646); 117 CASE(7,Test4059870) [all...] |
msfmrgts.cpp | 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 33 CASE(0,Test4074764) 34 CASE(1,Test4058973) 35 CASE(2,Test4031438) 36 CASE(3,Test4052223) 37 CASE(4,Test4104976) 38 CASE(5,Test4106659) 39 CASE(6,Test4106660) 40 CASE(7,Test4111739 [all...] |
dtfmrgts.cpp | 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 31 CASE(0,Test4029195) 32 CASE(1,Test4052408) 33 CASE(2,Test4056591) 34 CASE(3,Test4059917) 35 CASE(4,Test4060212) 36 CASE(5,Test4061287) 37 CASE(6,Test4065240) 38 CASE(7,Test4071441 [all...] |
tzregts.cpp | 22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 30 CASE(0, Test4052967); 31 CASE(1, Test4073209); 32 CASE(2, Test4073215); 33 CASE(3, Test4084933); 34 CASE(4, Test4096952); 35 CASE(5, Test4109314); 36 CASE(6, Test4126678); 37 CASE(7, Test4151406) [all...] |
calregts.cpp | 31 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 38 CASE(0,test4100311); 39 CASE(1,test4074758); 40 CASE(2,test4028518); 41 CASE(3,test4031502); 42 CASE(4,test4035301); 43 CASE(5,test4040996); 44 CASE(6,test4051765); 45 CASE(7,test4061476) [all...] |
tstnorm.cpp | 24 #define CASE(id,test) case id: \ 38 CASE(0,TestDecomp); 39 CASE(1,TestCompatDecomp); 40 CASE(2,TestCanonCompose); 41 CASE(3,TestCompatCompose); 42 CASE(4,TestPrevious); 43 CASE(5,TestHangulDecomp); 44 CASE(6,TestHangulCompose); 45 CASE(7,TestTibetan) [all...] |
canittst.cpp | 25 #define CASE(id,test) case id: \ 37 CASE(0, TestBasic); 38 CASE(1, TestExhaustive); 39 CASE(2, TestAPI);
|
/external/icu4c/test/intltest/ |
ittrans.cpp | 28 #define CASE(id,test) case id: \ 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) [all...] |
jamotest.cpp | 82 static const char* CASE[] = { 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); 139 // Handle case where round-trip is expected to fail 140 expect(*latinJamo, CASE[i], jamo); 141 expect(*jamoLatin, jamo, CASE[i+2]); 318 // Replaced a hyphen with a space to make the test case work with CLDR1.5 [all...] |
pptest.cpp | 20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 26 CASE(0, TestParsePosition) 27 CASE(1, TestFieldPosition) 28 CASE(2, TestFieldPosition_example) 29 CASE(3, Test4109023)
|
itutil.cpp | 37 #define CASE(id, test) case id: \ 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) [all...] |
numrgts.cpp | 103 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 110 CASE(0,Test4075713); 111 CASE(1,Test4074620); 112 CASE(2,Test4088161); 113 CASE(3,Test4087245); 114 CASE(4,Test4087535); 115 CASE(5,Test4088503); 116 CASE(6,Test4066646); 117 CASE(7,Test4059870) [all...] |
dtfmrgts.cpp | 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 31 CASE(0,Test4029195) 32 CASE(1,Test4052408) 33 CASE(2,Test4056591) 34 CASE(3,Test4059917) 35 CASE(4,Test4060212) 36 CASE(5,Test4061287) 37 CASE(6,Test4065240) 38 CASE(7,Test4071441 [all...] |
tzregts.cpp | 22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 30 CASE(0, Test4052967); 31 CASE(1, Test4073209); 32 CASE(2, Test4073215); 33 CASE(3, Test4084933); 34 CASE(4, Test4096952); 35 CASE(5, Test4109314); 36 CASE(6, Test4126678); 37 CASE(7, Test4151406) [all...] |
tstnorm.cpp | 25 #define CASE(id,test) case id: \ 39 CASE(0,TestDecomp); 40 CASE(1,TestCompatDecomp); 41 CASE(2,TestCanonCompose); 42 CASE(3,TestCompatCompose); 43 CASE(4,TestPrevious); 44 CASE(5,TestHangulDecomp); 45 CASE(6,TestHangulCompose); 46 CASE(7,TestTibetan) [all...] |
canittst.cpp | 25 #define CASE(id,test) case id: \ 37 CASE(0, TestBasic); 38 CASE(1, TestExhaustive); 39 CASE(2, TestAPI);
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 202 // case values). Note that this depends on 'if' being null terminated. 206 #define CASE(LEN, FIRST, THIRD, NAME) \ 207 case HASH(LEN, FIRST, THIRD): \ 215 CASE( 2, 'i', '\0', if); 216 CASE( 4, 'e', 'i', elif); 217 CASE( 4, 'e', 's', else); 218 CASE( 4, 'l', 'n', line); 219 CASE( 4, 's', 'c', sccs); 220 CASE( 5, 'e', 'd', endif); 221 CASE( 5, 'e', 'r', error) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMetaElement-in.cpp | 179 CASE("device-width") { 182 CASE("device-height") { 206 CASE("yes") { 209 CASE("no") { 212 CASE("device-width") { 215 CASE("device-height") { 243 CASE("yes") { 246 CASE("no") { 249 CASE("device-width") { 252 CASE("device-height") [all...] |
/external/clang/INPUTS/ |
cfg-big-switch.c | 1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); 20 #define CASE(i, x, y) \ 21 case i: { int case_var = 3*x + i; y += case_var - 1; break; }
|