| /external/icu4c/test/intltest/ |
| 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...] |
| 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...] |
| 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...] |
| tzrulets.cpp | 30 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 126 CASE(0, TestSimpleRuleBasedTimeZone); 127 CASE(1, TestHistoricalRuleBasedTimeZone); 128 CASE(2, TestOlsonTransition); 129 CASE(3, TestRBTZTransition); 130 CASE(4, TestHasEquivalentTransitions); 131 CASE(5, TestVTimeZoneRoundTrip); 132 CASE(6, TestVTimeZoneRoundTripPartial); 133 CASE(7, TestVTimeZoneSimpleWrite) [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...] |
| numfmtst.cpp | 48 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 57 CASE(0,TestCurrencySign); 58 CASE(1,TestCurrency); 59 CASE(2,TestParse); 60 CASE(3,TestRounding487); 61 CASE(4,TestQuotes); 62 CASE(5,TestExponential); 63 CASE(6,TestPatterns); 66 CASE(7,TestExponent) [all...] |
| usettest.cpp | 42 #define CASE(id,test) case id: \ 71 CASE(0,TestPatterns); 72 CASE(1,TestAddRemove); 73 CASE(2,TestCategories); 74 CASE(3,TestCloneEqualHash); 75 CASE(4,TestMinimalRep); 76 CASE(5,TestAPI); 77 CASE(6,TestScriptSet); 78 CASE(7,TestPropertySet) [all...] |
| /external/webkit/Source/JavaScriptCore/parser/ |
| JSParser.h | 53 CASE,
|
| /external/mesa3d/src/glsl/ |
| glsl_parser.h | 56 CASE = 273,
|
| glsl_parser.cpp | 158 CASE = 273, 847 "FOR", "IF", "DISCARD", "RETURN", "SWITCH", "CASE", "DEFAULT", "BVEC2", [all...] |
| /external/v8/src/ |
| spaces.cc | 125 case PAGES_IN_USE: 128 case PAGES_USED_BY_MC: 131 case ALL_PAGES: 980 // Slow case for reallocating and promoting objects during a compacting [all...] |
| /external/doclava/src/com/google/doclava/parser/ |
| JavaLexer.java | 61 public static final int CASE=33; 213 case 'X': 214 case 'x': 219 case '0': 220 case '1': 221 case '2': 222 case '3': 223 case '4': 224 case '5': 225 case '6' [all...] |
| JavaParser.java | 101 * just 'arguments'. The case it couldn't handle was a call to an explicit 174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer" 206 public static final int CASE=33; 497 case 1 : 516 case 1 : 566 case 1 : 606 case 1 : [all...] |
| /external/mksh/src/ |
| sh.h | 936 #define LCASEV BIT(17) /* convert to lower case */ 937 #define UCASEV_AL BIT(18) /* convert to upper case / autoload function */ 1059 char *str; /* word for case; identifier for for, [all...] |
| /prebuilt/common/ecj/ |
| ecj.jar | |