HomeSort by relevance Sort by last modified time
    Searched defs:CASE (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/chromium_org/third_party/icu/source/test/intltest/
calcasts.cpp 6 * Calendar Case Test is a type of CalendarTest which compares the
22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
29 CASE(0,IslamicCivil);
30 CASE(1,Hebrew);
31 CASE(2,Indian);
32 CASE(3,Coptic);
33 CASE(4,Ethiopic);
38 #undef CASE
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t)
    [all...]
dtfmtrtts.cpp 51 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
58 CASE(0,TestDateFormatRoundTrip)
59 CASE(1, TestCentury)
106 /* This test case worked OK by accident before. date[1] != date[0],
196 case DateFormat::SHORT: return "SHORT";
197 case DateFormat::MEDIUM: return "MEDIUM";
198 case DateFormat::LONG: return "LONG";
199 case DateFormat::FULL: return "FULL";
200 // case DateFormat::DEFAULT: return "DEFAULT"
    [all...]
normconf.cpp 23 #define CASE(id,test,exec) case id: \
34 CASE(0, TestConformance, exec);
36 CASE(1, TestConformance32, exec);
38 // CASE(2, TestCase6);
55 // Markus 2001oct26 - test edge case for iteration: U+0f73.cc==0 but decomposition.lead.cc==129
425 // see UAX #21 Case Mappings and Jitterbug 2021 and
432 dataerrln("Normalizer::compare(case-insensitive) sets %s", u_errorName(status));
435 errln("Normalizer::compare(original, NFD, case-insensitive) returned %d instead of 0 for equal", rc);
incaltst.cpp 64 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
71 CASE(0,TestTypes);
72 CASE(1,TestGregorian);
73 CASE(2,TestBuddhist);
74 CASE(3,TestJapanese);
75 CASE(4,TestBuddhistFormat);
76 CASE(5,TestJapaneseFormat);
77 CASE(6,TestJapanese3860);
78 CASE(7,TestPersian)
    [all...]
msfmrgts.cpp 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
85 //in the other case.
220 case Formattable::kLong: fmt->format(obj.getLong(), temp); break;
221 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
470 * MessageFormat.parse has different behavior in case of null
    [all...]
srchtest.cpp 23 #define CASE(id,test) \
24 case id: \
120 CASE(0, TestOpenClose)
122 CASE(1, TestInitialization)
123 CASE(2, TestBasic)
124 CASE(3, TestNormExact)
125 CASE(4, TestStrength)
127 case 5:
131 CASE(5, TestBreakIterator)
133 CASE(6, TestVariable
    [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...]
transrt.cpp 37 #define CASE(id,test) case id: \
49 #define EXHAUSTIVE(id,test) case id: \
65 CASE(0, TestCyrillic);
66 // CASE(0,TestKana);
67 CASE(1,TestHiragana);
68 CASE(2,TestKatakana);
69 CASE(3,TestJamo);
70 CASE(4,TestHangul);
71 CASE(5,TestGreek)
    [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...]
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...]
  /external/chromium_org/v8/src/compiler/
instruction-selector-unittest.cc 55 #define CASE(Name) \
56 case k##Name: \
58 TARGET_ARCH_OPCODE_LIST(CASE)
59 #undef CASE
instruction.cc 15 case InstructionOperand::INVALID:
17 case InstructionOperand::UNALLOCATED: {
24 case UnallocatedOperand::NONE:
26 case UnallocatedOperand::FIXED_REGISTER:
29 case UnallocatedOperand::FIXED_DOUBLE_REGISTER:
32 case UnallocatedOperand::MUST_HAVE_REGISTER:
34 case UnallocatedOperand::SAME_AS_FIRST_INPUT:
36 case UnallocatedOperand::ANY:
40 case InstructionOperand::CONSTANT:
42 case InstructionOperand::IMMEDIATE
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 76 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X;
77 CASE(Ignored)
78 CASE(Note)
79 CASE(Warning)
80 CASE(Error)
81 CASE(Fatal)
82 #undef CASE
84 case serialized_diags::Remark: return CXDiagnostic_Warning;
164 // data structure. We can optimize this case later
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 21 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
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)
    [all...]
calcasts.cpp 6 * Calendar Case Test is a type of CalendarTest which compares the
22 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
29 CASE(0,IslamicCivil);
30 CASE(1,Hebrew);
31 CASE(2,Indian);
32 CASE(3,Coptic);
33 CASE(4,Ethiopic);
38 #undef CASE
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t)
    [all...]
dtfmtrtts.cpp 49 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
56 CASE(0,TestDateFormatRoundTrip)
57 CASE(1, TestCentury)
104 /* This test case worked OK by accident before. date[1] != date[0],
194 case DateFormat::SHORT: return "SHORT";
195 case DateFormat::MEDIUM: return "MEDIUM";
196 case DateFormat::LONG: return "LONG";
197 case DateFormat::FULL: return "FULL";
198 // case DateFormat::DEFAULT: return "DEFAULT"
    [all...]
normconf.cpp 23 #define CASE(id,test,exec) case id: \
34 CASE(0, TestConformance, exec);
36 CASE(1, TestConformance32, exec);
38 // CASE(2, TestCase6);
55 // Markus 2001oct26 - test edge case for iteration: U+0f73.cc==0 but decomposition.lead.cc==129
425 // see UAX #21 Case Mappings and Jitterbug 2021 and
432 dataerrln("Normalizer::compare(case-insensitive) sets %s", u_errorName(status));
435 errln("Normalizer::compare(original, NFD, case-insensitive) returned %d instead of 0 for equal", rc);
incaltst.cpp 61 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
68 CASE(0,TestTypes);
69 CASE(1,TestGregorian);
70 CASE(2,TestBuddhist);
71 CASE(3,TestJapanese);
72 CASE(4,TestBuddhistFormat);
73 CASE(5,TestJapaneseFormat);
74 CASE(6,TestJapanese3860);
75 CASE(7,TestPersian)
    [all...]
msfmrgts.cpp 26 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break;
85 //in the other case.
220 case Formattable::kLong: fmt->format(obj.getLong(), temp); break;
221 case Formattable::kInt64: fmt->format(obj.getInt64(), temp); break;
222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
470 * MessageFormat.parse has different behavior in case of null
    [all...]
srchtest.cpp 23 #define CASE(id,test) \
24 case id: \
120 CASE(0, TestOpenClose)
122 CASE(1, TestInitialization)
123 CASE(2, TestBasic)
124 CASE(3, TestNormExact)
125 CASE(4, TestStrength)
127 case 5:
131 CASE(5, TestBreakIterator)
133 CASE(6, TestVariable
    [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...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 524 // for beginDiagnostic, in case associated notes are emitted before we get
539 // Special-case diagnostics with no location. We may not have entered a
540 // source file in this case, so we can't use the normal DiagnosticsRenderer
570 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X;
571 CASE(Ignored)
572 CASE(Note)
573 CASE(Remark)
574 CASE(Warning)
575 CASE(Error
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 206 // case values). Note that this depends on 'if' being null terminated.
210 #define CASE(LEN, FIRST, THIRD, NAME) \
211 case HASH(LEN, FIRST, THIRD): \
219 CASE( 2, 'i', '\0', if);
220 CASE( 4, 'e', 'i', elif);
221 CASE( 4, 'e', 's', else);
222 CASE( 4, 'l', 'n', line);
223 CASE( 4, 's', 'c', sccs);
224 CASE( 5, 'e', 'd', endif);
225 CASE( 5, 'e', 'r', error)
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 23 int CASE = 304;
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 77 CASE = 278,

Completed in 930 milliseconds

12 3 4