/external/v8/src/ |
D | utils.h | 1320 #define CASE(n) \ 1331 CASE(2); 1332 CASE(3); 1333 CASE(4); 1334 CASE(5); 1335 CASE(6); 1336 CASE(7); 1337 CASE(8); 1338 CASE(9); 1339 CASE(10); [all …]
|
/external/deqp/modules/egl/ |
D | teglColorClearTests.cpp | 82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } in init() macro 86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1), in init() 87 CASE("gles2", "Color clears using GLES2", EGL_OPENGL_ES2_BIT, 1), in init() 88 CASE("gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT, 1), in init() 89 CASE("vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1) in init() 94 …CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BI… in init() 95 …CASE("gles2", "Color clears using multiple GLES2 contexts to shared surface", EGL_OPENGL_ES2_B… in init() 96 …CASE("gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_B… in init() 97 …CASE("vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, … in init() 98 …CASE("gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|E… in init() [all …]
|
/external/v8/src/interpreter/ |
D | bytecodes.cc | 22 #define CASE(Name, ...) \ in ToString() macro 25 BYTECODE_LIST(CASE) in ToString() 26 #undef CASE in ToString() 65 #define CASE(Name, _) \ in OperandTypeToString() macro 68 OPERAND_TYPE_LIST(CASE) in OperandTypeToString() 69 #undef CASE in OperandTypeToString() 78 #define CASE(Name, _) \ in OperandScaleToString() macro 81 OPERAND_SCALE_LIST(CASE) in OperandScaleToString() 82 #undef CASE in OperandScaleToString() 152 #define CASE(Name, ...) \ in NumberOfOperands() macro [all …]
|
D | bytecode-traits.h | 105 #define CASE(Name, _) \ 115 OPERAND_SCALE_LIST(CASE) 116 #undef CASE 168 #define CASE(Name, _) \ 177 OPERAND_SCALE_LIST(CASE) 178 #undef CASE 225 #define CASE(Name, _) \ 233 OPERAND_SCALE_LIST(CASE) 234 #undef CASE 275 #define CASE(Name, _) \ [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | ittrans.cpp | 28 #define CASE(id,test) case id: \ macro 41 CASE(0, TransliteratorTest); in runIndexedTest() 42 CASE(1, TransliteratorAPITest); in runIndexedTest() 43 CASE(2, CompoundTransliteratorTest); in runIndexedTest() 44 CASE(3, TransliteratorRoundTripTest); in runIndexedTest() 45 CASE(4, JamoTest); in runIndexedTest() 46 CASE(5, TransliteratorErrorTest); in runIndexedTest() 47 CASE(6, ReplaceableTest); in runIndexedTest() 49 CASE(7, UnicodeFilterLogicTest); in runIndexedTest()
|
D | numrgts.cpp | 104 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… macro 111 CASE(0,Test4075713); in runIndexedTest() 112 CASE(1,Test4074620); in runIndexedTest() 113 CASE(2,Test4088161); in runIndexedTest() 114 CASE(3,Test4087245); in runIndexedTest() 115 CASE(4,Test4087535); in runIndexedTest() 116 CASE(5,Test4088503); in runIndexedTest() 117 CASE(6,Test4066646); in runIndexedTest() 118 CASE(7,Test4059870); in runIndexedTest() 119 CASE(8,Test4083018); in runIndexedTest() [all …]
|
D | dtfmrgts.cpp | 23 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… macro 30 CASE(0,Test4029195) in runIndexedTest() 31 CASE(1,Test4052408) in runIndexedTest() 32 CASE(2,Test4056591) in runIndexedTest() 33 CASE(3,Test4059917) in runIndexedTest() 34 CASE(4,Test4060212) in runIndexedTest() 35 CASE(5,Test4061287) in runIndexedTest() 36 CASE(6,Test4065240) in runIndexedTest() 37 CASE(7,Test4071441) in runIndexedTest() 38 CASE(8,Test4073003) in runIndexedTest() [all …]
|
D | jamotest.cpp | 82 static const char* CASE[] = { in TestJamo() local 131 enum { CASE_length = sizeof(CASE) / sizeof(CASE[0]) }; in TestJamo() 135 UnicodeString jamo = nameToJamo(CASE[i+1]); in TestJamo() 136 if (CASE[i+2] == NULL) { in TestJamo() 137 expect(*latinJamo, CASE[i], jamo, *jamoLatin); in TestJamo() 140 expect(*latinJamo, CASE[i], jamo); in TestJamo() 141 expect(*jamoLatin, jamo, CASE[i+2]); in TestJamo()
|
D | itutil.cpp | 43 #define CASE(id, test) case id: \ macro 56 CASE(0, MultithreadTest); in runIndexedTest() 57 CASE(1, StringTest); in runIndexedTest() 58 CASE(2, UnicodeStringTest); in runIndexedTest() 59 CASE(3, LocaleTest); in runIndexedTest() 60 CASE(4, CharIterTest); in runIndexedTest() 61 CASE(5, UObjectTest); in runIndexedTest() 62 CASE(6, UnicodeTest); in runIndexedTest() 63 CASE(7, ResourceBundleTest); in runIndexedTest() 64 CASE(8, NewResourceBundleTest); in runIndexedTest() [all …]
|
D | pptest.cpp | 20 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… macro 26 CASE(0, TestParsePosition) in runIndexedTest() 27 CASE(1, TestFieldPosition) in runIndexedTest() 28 CASE(2, TestFieldPosition_example) in runIndexedTest() 29 CASE(3, Test4109023) in runIndexedTest()
|
D | calregts.cpp | 32 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… macro 39 CASE(0,test4100311); in runIndexedTest() 40 CASE(1,test4074758); in runIndexedTest() 41 CASE(2,test4028518); in runIndexedTest() 42 CASE(3,test4031502); in runIndexedTest() 43 CASE(4,test4035301); in runIndexedTest() 44 CASE(5,test4040996); in runIndexedTest() 45 CASE(6,test4051765); in runIndexedTest() 46 CASE(7,test4061476); in runIndexedTest() 47 CASE(8,test4070502); in runIndexedTest() [all …]
|
/external/skia/src/opts/ |
D | SkXfermode_opts.h | 320 #define CASE(Xfermode) \ in create_xfermode() macro 322 CASE(Clear); in create_xfermode() 323 CASE(Src); in create_xfermode() 324 CASE(Dst); in create_xfermode() 325 CASE(SrcOver); in create_xfermode() 326 CASE(DstOver); in create_xfermode() 327 CASE(SrcIn); in create_xfermode() 328 CASE(DstIn); in create_xfermode() 329 CASE(SrcOut); in create_xfermode() 330 CASE(DstOut); in create_xfermode() [all …]
|
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 105 #define CASE(Type) \ in detachAsPicture() macro 112 CASE(DrawBitmapRectFixedSize); in detachAsPicture() 113 CASE(DrawPath); in detachAsPicture() 114 CASE(DrawRect); in detachAsPicture() 115 CASE(DrawTextBlob); in detachAsPicture() 119 #undef CASE in detachAsPicture() 123 #define CASE(Type) \ in flushAndReset() macro 133 CASE(DrawBitmapRectFixedSize); in flushAndReset() 134 CASE(DrawPath); in flushAndReset() 135 CASE(DrawRect); in flushAndReset() [all …]
|
D | SkRecord.h | 173 #define CASE(T) case SkRecords::T##_Type: return f(*(const SkRecords::T*)this->ptr()); in visit() macro 174 switch(this->type()) { SK_RECORD_TYPES(CASE) } in visit() 175 #undef CASE in visit() 183 #define CASE(T) case SkRecords::T##_Type: return f((SkRecords::T*)this->ptr()); in mutate() macro 184 switch(this->type()) { SK_RECORD_TYPES(CASE) } in mutate() 185 #undef CASE in mutate()
|
/external/valgrind/memcheck/tests/ |
D | cond_st.stderr.exp-32bit-non-arm | 3 STORE CASE 0 8 STORE CASE 1 13 STORE CASE 2 18 STORE CASE 3 23 STORE CASE 4 40 STORE CASE 5 57 STORE CASE 6 74 STORE CASE 7 91 STORE CASE 8 102 STORE CASE 9 [all …]
|
D | cond_ld.stderr.exp-arm | 3 LOAD CASE 0 8 LOAD CASE 1 13 LOAD CASE 2 18 LOAD CASE 3 23 LOAD CASE 4 40 LOAD CASE 5 57 LOAD CASE 6 74 LOAD CASE 7 91 LOAD CASE 8 102 LOAD CASE 9 [all …]
|
D | cond_st.stderr.exp-arm | 3 STORE CASE 0 8 STORE CASE 1 13 STORE CASE 2 18 STORE CASE 3 23 STORE CASE 4 40 STORE CASE 5 57 STORE CASE 6 74 STORE CASE 7 91 STORE CASE 8 102 STORE CASE 9 [all …]
|
D | cond_ld.stderr.exp-32bit-non-arm | 3 LOAD CASE 0 8 LOAD CASE 1 13 LOAD CASE 2 18 LOAD CASE 3 23 LOAD CASE 4 40 LOAD CASE 5 57 LOAD CASE 6 74 LOAD CASE 7 91 LOAD CASE 8 102 LOAD CASE 9 [all …]
|
D | cond_st.stderr.exp-64bit-non-arm | 3 STORE CASE 0 8 STORE CASE 1 13 STORE CASE 2 18 STORE CASE 3 23 STORE CASE 4 40 STORE CASE 5 57 STORE CASE 6 74 STORE CASE 7 91 STORE CASE 8 102 STORE CASE 9 [all …]
|
D | cond_ld.stderr.exp-64bit-non-arm | 3 LOAD CASE 0 8 LOAD CASE 1 13 LOAD CASE 2 18 LOAD CASE 3 23 LOAD CASE 4 40 LOAD CASE 5 57 LOAD CASE 6 74 LOAD CASE 7 91 LOAD CASE 8 102 LOAD CASE 9 [all …]
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 262 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() macro 271 CASE( 2, 'i', '\0', if); in getPPKeywordID() 272 CASE( 4, 'e', 'i', elif); in getPPKeywordID() 273 CASE( 4, 'e', 's', else); in getPPKeywordID() 274 CASE( 4, 'l', 'n', line); in getPPKeywordID() 275 CASE( 4, 's', 'c', sccs); in getPPKeywordID() 276 CASE( 5, 'e', 'd', endif); in getPPKeywordID() 277 CASE( 5, 'e', 'r', error); in getPPKeywordID() 278 CASE( 5, 'i', 'e', ident); in getPPKeywordID() 279 CASE( 5, 'i', 'd', ifdef); in getPPKeywordID() [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 105 #define CASE(DS) \ in getColumnHeader() macro 109 CASE(INFO); in getColumnHeader() 110 CASE(TYPES); in getColumnHeader() 111 CASE(ABBREV); in getColumnHeader() 112 CASE(LINE); in getColumnHeader() 113 CASE(LOC); in getColumnHeader() 114 CASE(STR_OFFSETS); in getColumnHeader() 115 CASE(MACINFO); in getColumnHeader() 116 CASE(MACRO); in getColumnHeader()
|
/external/strace/maint/ |
D | print_ioctlent.c | 37 #define CASE(x) case x: return #x in dir2str() macro 38 CASE(_IOC_NONE); in dir2str() 39 CASE(_IOC_READ); in dir2str() 40 CASE(_IOC_WRITE); in dir2str() 41 CASE(_IOC_READ|_IOC_WRITE); in dir2str()
|
/external/libxml2/os400/ |
D | xmlcatalog.cmd | 14 CASE(*MIXED) EXPR(*YES) MIN(1) SPCVAL((*NEW '')) + 28 CASE(*MIXED) EXPR(*YES) DFT(*STDOUT) + 59 CASE(*MIXED) MAX(64) EXPR(*YES) + 81 CASE(*MIXED) PROMPT('Original reference/file name') 83 CASE(*MIXED) PROMPT('Replacement entity URI') 88 CASE(*MIXED) PROMPT('SGML catalog file name') 90 CASE(*MIXED) PROMPT('SGML definition') 95 CASE(*MIXED) EXPR(*YES) MAX(150) + 101 CASE(*MIXED) EXPR(*YES) MAX(150) DFT(*DEFAULT) +
|
D | xmllint.cmd | 14 CASE(*MIXED) EXPR(*YES) MIN(1) + 21 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) + 32 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) + 48 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) + 55 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) + 60 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) + 67 CASE(*MIXED) EXPR(*YES) MAX(64) + 85 CASE(*MIXED) EXPR(*YES) PASSVAL(*NULL) +
|