HomeSort by relevance Sort by last modified time
    Searched defs:CASE (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/icu/icu4c/source/test/intltest/
ittrans.cpp 30 #define CASE(id,test) case id: \
43 CASE(0, TransliteratorTest);
44 CASE(1, TransliteratorAPITest);
45 CASE(2, CompoundTransliteratorTest);
46 CASE(3, TransliteratorRoundTripTest);
47 CASE(4, JamoTest);
48 CASE(5, TransliteratorErrorTest);
49 CASE(6, ReplaceableTest);
51 CASE(7, UnicodeFilterLogicTest)
    [all...]
pptest.cpp 22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
28 CASE(0, TestParsePosition)
29 CASE(1, TestFieldPosition)
30 CASE(2, TestFieldPosition_example)
31 CASE(3, Test4109023)
tsputil.cpp 14 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
21 CASE(0, testMaxMin)
22 CASE(1, testNaN)
23 CASE(2, testPositiveInfinity)
24 CASE(3, testNegativeInfinity)
25 CASE(4, testZero)
26 // CASE(, testIEEEremainder)
  /external/strace/tests/
errno2name.c 31 #define CASE(x) case x: return #x
39 CASE(E2BIG);
42 CASE(EACCES);
45 CASE(EADDRINUSE);
48 CASE(EADDRNOTAVAIL);
51 CASE(EADV);
54 CASE(EAFNOSUPPORT);
57 CASE(EAGAIN);
60 CASE(EALREADY)
    [all...]
signal2name.c 4 #define CASE(x) case x: return #x
10 CASE(SIGALRM);
11 CASE(SIGBUS);
12 CASE(SIGCHLD);
13 CASE(SIGCONT);
14 CASE(SIGFPE);
15 CASE(SIGHUP);
16 CASE(SIGILL);
17 CASE(SIGINT)
    [all...]
waitid.c 90 #define CASE(x) case x: return #x
97 CASE(CLD_EXITED);
100 CASE(CLD_KILLED);
103 CASE(CLD_DUMPED);
106 CASE(CLD_TRAPPED);
109 CASE(CLD_STOPPED);
112 CASE(CLD_CONTINUED);
  /external/strace/tests-m32/
errno2name.c 31 #define CASE(x) case x: return #x
39 CASE(E2BIG);
42 CASE(EACCES);
45 CASE(EADDRINUSE);
48 CASE(EADDRNOTAVAIL);
51 CASE(EADV);
54 CASE(EAFNOSUPPORT);
57 CASE(EAGAIN);
60 CASE(EALREADY)
    [all...]
signal2name.c 4 #define CASE(x) case x: return #x
10 CASE(SIGALRM);
11 CASE(SIGBUS);
12 CASE(SIGCHLD);
13 CASE(SIGCONT);
14 CASE(SIGFPE);
15 CASE(SIGHUP);
16 CASE(SIGILL);
17 CASE(SIGINT)
    [all...]
waitid.c 90 #define CASE(x) case x: return #x
97 CASE(CLD_EXITED);
100 CASE(CLD_KILLED);
103 CASE(CLD_DUMPED);
106 CASE(CLD_TRAPPED);
109 CASE(CLD_STOPPED);
112 CASE(CLD_CONTINUED);
  /external/strace/tests-mx32/
errno2name.c 31 #define CASE(x) case x: return #x
39 CASE(E2BIG);
42 CASE(EACCES);
45 CASE(EADDRINUSE);
48 CASE(EADDRNOTAVAIL);
51 CASE(EADV);
54 CASE(EAFNOSUPPORT);
57 CASE(EAGAIN);
60 CASE(EALREADY)
    [all...]
signal2name.c 4 #define CASE(x) case x: return #x
10 CASE(SIGALRM);
11 CASE(SIGBUS);
12 CASE(SIGCHLD);
13 CASE(SIGCONT);
14 CASE(SIGFPE);
15 CASE(SIGHUP);
16 CASE(SIGILL);
17 CASE(SIGINT)
    [all...]
waitid.c 90 #define CASE(x) case x: return #x
97 CASE(CLD_EXITED);
100 CASE(CLD_KILLED);
103 CASE(CLD_DUMPED);
106 CASE(CLD_TRAPPED);
109 CASE(CLD_STOPPED);
112 CASE(CLD_CONTINUED);
  /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/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/ia32/
instruction-scheduler-ia32.cc 17 case kIA32Add:
18 case kIA32And:
19 case kIA32Cmp:
20 case kIA32Cmp16:
21 case kIA32Cmp8:
22 case kIA32Test:
23 case kIA32Test16:
24 case kIA32Test8:
25 case kIA32Or:
26 case kIA32Xor
    [all...]
  /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_ShiftLeftPair:
25 case kPPC_ShiftRight32:
26 case kPPC_ShiftRight64
    [all...]
  /external/v8/src/compiler/s390/
instruction-scheduler-s390.cc 16 case kS390_And32:
17 case kS390_And64:
18 case kS390_Or32:
19 case kS390_Or64:
20 case kS390_Xor32:
21 case kS390_Xor64:
22 case kS390_ShiftLeft32:
23 case kS390_ShiftLeft64:
24 case kS390_ShiftLeftPair:
25 case kS390_ShiftRight32
    [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 kX64Cmp16:
24 case kX64Cmp8:
25 case kX64Test:
26 case kX64Test32
    [all...]
  /external/v8/src/interpreter/
bytecode-operands.cc 17 case AccumulatorUse::kNone:
19 case AccumulatorUse::kRead:
21 case AccumulatorUse::kWrite:
23 case AccumulatorUse::kReadWrite:
32 #define CASE(Name, _) \
33 case OperandType::k##Name: \
35 OPERAND_TYPE_LIST(CASE)
36 #undef CASE
44 #define CASE(Name, _) \
45 case OperandScale::k##Name:
    [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/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 116 #define CASE(U) case SkRecords::U##_Type: return #U;
117 switch(T::kType) { SK_RECORD_TYPES(CASE); }
118 #undef CASE
  /external/skia/src/core/
SkMiniRecorder.cpp 105 #define CASE(Type) \
106 case State::k##Type: \
114 case State::kEmpty:
117 CASE(DrawPath);
118 CASE(DrawRect);
119 CASE(DrawTextBlob);
123 #undef CASE
127 #define CASE(Type) \
128 case State::k##Type: { \
136 case State::kEmpty: return
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 79 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X;
80 CASE(Ignored)
81 CASE(Note)
82 CASE(Warning)
83 CASE(Error)
84 CASE(Fatal)
85 #undef CASE
87 case serialized_diags::Remark: return CXDiagnostic_Warning;
167 // data structure. We can optimize this case later
    [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...]

Completed in 1481 milliseconds

1 2 3 4 5 6 7 8 91011