/external/icu/icu4c/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...] |
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 | 104 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 111 CASE(0,Test4075713); 112 CASE(1,Test4074620); 113 CASE(2,Test4088161); 114 CASE(3,Test4087245); 115 CASE(4,Test4087535); 116 CASE(5,Test4088503); 117 CASE(6,Test4066646); 118 CASE(7,Test4059870) [all...] |
dtfmrgts.cpp | 23 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break; 30 CASE(0,Test4029195) 31 CASE(1,Test4052408) 32 CASE(2,Test4056591) 33 CASE(3,Test4059917) 34 CASE(4,Test4060212) 35 CASE(5,Test4061287) 36 CASE(6,Test4065240) 37 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...] |
itutil.cpp | 43 #define CASE(id, test) case id: \ 56 CASE(0, MultithreadTest); 57 CASE(1, StringTest); 58 CASE(2, UnicodeStringTest); 59 CASE(3, LocaleTest); 60 CASE(4, CharIterTest); 61 CASE(5, UObjectTest); 62 CASE(6, UnicodeTest); 63 CASE(7, ResourceBundleTest) [all...] |
/external/deqp/modules/egl/ |
teglColorClearTests.cpp | 82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } 86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1), 87 CASE("gles2", "Color clears using GLES2", EGL_OPENGL_ES2_BIT, 1), 88 CASE("gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT, 1), 89 CASE("vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1) 94 CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3), 95 CASE("gles2", "Color clears using multiple GLES2 contexts to shared surface", EGL_OPENGL_ES2_BIT, 3), 96 CASE("gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT, 3), 97 CASE("vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, 3), 98 CASE("gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OP (…) [all...] |
/external/strace/maint/ |
print_ioctlent.c | 37 #define CASE(x) case x: return #x 38 CASE(_IOC_NONE); 39 CASE(_IOC_READ); 40 CASE(_IOC_WRITE); 41 CASE(_IOC_READ|_IOC_WRITE);
|
/external/v8/src/ |
utils.h | 70 case 8: bits++; // Fall through. 71 case 4: bits++; // Fall through. 72 case 2: bits++; // Fall through. 73 case 1: break; 105 case 8: bits++; // Fall through. 106 case 4: bits++; // Fall through. 107 case 2: bits++; // Fall through. 108 case 1: break; [all...] |
/external/skia/src/core/ |
SkMiniRecorder.cpp | 105 #define CASE(Type) \ 106 case State::k##Type: \ 111 case State::kEmpty: return SkRef(gEmptyPicture.get([]{ return new SkEmptyPicture; })); 112 CASE(DrawBitmapRectFixedSize); 113 CASE(DrawPath); 114 CASE(DrawRect); 115 CASE(DrawTextBlob); 119 #undef CASE 123 #define CASE(Type) \ 124 case State::k##Type: { [all...] |
SkRecord.h | 173 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); 174 switch(this->type()) { SK_RECORD_TYPES(CASE) } 175 #undef CASE 183 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); 184 switch(this->type()) { SK_RECORD_TYPES(CASE) } 185 #undef CASE
|
/external/skia/src/opts/ |
SkXfermode_opts.h | 175 auto darkSrc = d*(sa + (s2 - sa)*(Sk4f(1) - m)), // Used in case 1. 176 darkDst = (m4*m4 + m4)*(m - Sk4f(1)) + Sk4f(7)*m, // Used in case 2. 177 liteDst = m.sqrt() - m, // Used in case 3. 178 liteSrc = d*sa + da*(s2-sa)*(Sk4f(4)*d <= da).thenElse(darkDst, liteDst); // Case 2 or 3? 181 auto colors = s*ida + d*isa + (s2 <= sa).thenElse(darkSrc, liteSrc); // Case 1 or 2/3? 320 #define CASE(Xfermode) \ 321 case SkXfermode::k##Xfermode##_Mode: return new Sk4pxXfermode<Xfermode>(rec, mode) 322 CASE(Clear); 323 CASE(Src); 324 CASE(Dst) [all...] |
/external/v8/src/interpreter/ |
bytecodes.cc | 18 #define CASE(Name, ...) \ 19 case Bytecode::k##Name: \ 21 BYTECODE_LIST(CASE) 22 #undef CASE 32 #define CASE(Name, _) \ 33 case OperandType::k##Name: \ 35 OPERAND_TYPE_LIST(CASE) 36 #undef CASE 46 case OperandSize::kNone: 48 case OperandSize::kByte [all...] |
/external/v8/src/compiler/arm/ |
instruction-scheduler-arm.cc | 17 case kArmAdd: 18 case kArmAnd: 19 case kArmBic: 20 case kArmClz: 21 case kArmCmp: 22 case kArmCmn: 23 case kArmTst: 24 case kArmTeq: 25 case kArmOrr: 26 case kArmEor [all...] |
/external/v8/src/compiler/ia32/ |
instruction-scheduler-ia32.cc | 17 case kIA32Add: 18 case kIA32And: 19 case kIA32Cmp: 20 case kIA32Test: 21 case kIA32Or: 22 case kIA32Xor: 23 case kIA32Sub: 24 case kIA32Imul: 25 case kIA32ImulHigh: 26 case kIA32UmulHigh [all...] |
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 236 case tok::kw_##NAME: return getKeywordStatus(LangOpts, FLAGS); 246 case KS_Enabled: 247 case KS_Extension: 258 // case values). Note that this depends on 'if' being null terminated. 262 #define CASE(LEN, FIRST, THIRD, NAME) \ 263 case HASH(LEN, FIRST, THIRD): \ 271 CASE( 2, 'i', '\0', if); 272 CASE( 4, 'e', 'i', elif); 273 CASE( 4, 'e', 's', else); 274 CASE( 4, 'l', 'n', line) [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; }
|
/external/v8/src/compiler/ppc/ |
instruction-scheduler-ppc.cc | 17 case kPPC_And: 18 case kPPC_AndComplement: 19 case kPPC_Or: 20 case kPPC_OrComplement: 21 case kPPC_Xor: 22 case kPPC_ShiftLeft32: 23 case kPPC_ShiftLeft64: 24 case kPPC_ShiftRight32: 25 case kPPC_ShiftRight64: 26 case kPPC_ShiftRightAlg32 [all...] |
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFUnitIndex.cpp | 105 #define CASE(DS) \ 106 case DW_SECT_##DS: \ 109 CASE(INFO); 110 CASE(TYPES); 111 CASE(ABBREV); 112 CASE(LINE); 113 CASE(LOC); 114 CASE(STR_OFFSETS); 115 CASE(MACINFO); 116 CASE(MACRO) [all...] |
/external/skia/tools/ |
DumpRecord.cpp | 97 #define CASE(U) case SkRecords::U##_Type: return #U; 98 switch(T::kType) { SK_RECORD_TYPES(CASE); } 99 #undef CASE
|
/external/v8/src/compiler/arm64/ |
instruction-scheduler-arm64.cc | 17 case kArm64Add: 18 case kArm64Add32: 19 case kArm64And: 20 case kArm64And32: 21 case kArm64Bic: 22 case kArm64Bic32: 23 case kArm64Clz: 24 case kArm64Clz32: 25 case kArm64Cmp: 26 case kArm64Cmp32 [all...] |
/external/v8/src/compiler/x64/ |
instruction-scheduler-x64.cc | 17 case kX64Add: 18 case kX64Add32: 19 case kX64And: 20 case kX64And32: 21 case kX64Cmp: 22 case kX64Cmp32: 23 case kX64Test: 24 case kX64Test32: 25 case kX64Or: 26 case kX64Or32 [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
JamoTest.java | 33 String[] CASE = { 83 for (int i=0; i<CASE.length; i+=3) { 84 String jamo = nameToJamo(CASE[i+1]); 85 if (CASE[i+2] == null) { 86 expect(latinJamo, CASE[i], jamo, jamoLatin); 88 // Handle case where round-trip is expected to fail 89 expect(latinJamo, CASE[i], jamo); 90 expect(jamoLatin, jamo, CASE[i+2]); 328 // Replaced a hyphen with a space to make the test case work with CLDR1.5
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
JamoTest.java | 29 String[] CASE = { 79 for (int i=0; i<CASE.length; i+=3) { 80 String jamo = nameToJamo(CASE[i+1]); 81 if (CASE[i+2] == null) { 82 expect(latinJamo, CASE[i], jamo, jamoLatin); 84 // Handle case where round-trip is expected to fail 85 expect(latinJamo, CASE[i], jamo); 86 expect(jamoLatin, jamo, CASE[i+2]); 324 // Replaced a hyphen with a space to make the test case work with CLDR1.5
|