/external/smali/smalidea/testData/ |
D | MissingDotDot.txt | 32 PsiErrorElement:extraneous input 'v1' expecting CLOSE_BRACE 34 PsiElement(CLOSE_BRACE)('}') 57 PsiErrorElement:mismatched input '.blah' expecting CLOSE_BRACE 61 PsiElement(CLOSE_BRACE)('}') 95 PsiElement(CLOSE_BRACE)('}') 120 PsiElement(CLOSE_BRACE)('}')
|
D | InvalidMethodReference.txt | 36 PsiElement(CLOSE_BRACE)('}') 79 PsiElement(CLOSE_BRACE)('}') 123 PsiElement(CLOSE_BRACE)('}') 173 PsiElement(CLOSE_BRACE)('}') 224 PsiElement(CLOSE_BRACE)('}')
|
D | InvalidInstruction.txt | 38 PsiElement(CLOSE_BRACE)('}') 89 PsiElement(CLOSE_BRACE)('}')
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | SymbolTest.tokens | 6 OPEN_BRACE("{") CLOSE_BRACE("}") OPEN_PAREN("(") CLOSE_PAREN(")") WHITE_SPACE("\n") 7 OPEN_BRACE("{") WHITE_SPACE(" ") CLOSE_BRACE("}") WHITE_SPACE(" ") OPEN_PAREN("(") WHITE_SPACE(" ")… 9 CLOSE_BRACE("}") WHITE_SPACE("\n")
|
D | RealSmaliFileTest.tokens | 112 CLOSE_BRACE("}") 129 CLOSE_BRACE("}") 149 CLOSE_BRACE("}") 212 CLOSE_BRACE("}") 283 CLOSE_BRACE("}") 324 CLOSE_BRACE("}") 403 CLOSE_BRACE("}") 420 CLOSE_BRACE("}") 436 CLOSE_BRACE("}") 450 CLOSE_BRACE("}") [all …]
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 51 CLOSE_BRACE; 671 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE 727 …E nonvoid_type_descriptor OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref 731 : CATCHALL_DIRECTIVE OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref 1021 INSTRUCTION_FORMAT35c_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference 1026 INSTRUCTION_FORMAT35c_TYPE OPEN_BRACE register_list CLOSE_BRACE COMMA nonvoid_type_descriptor 1031 INSTRUCTION_FORMAT35c_METHOD_ODEX OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference 1038 INSTRUCTION_FORMAT35mi_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA INLINE_INDEX 1045 INSTRUCTION_FORMAT35ms_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA VTABLE_INDEX 1052 INSTRUCTION_FORMAT3rc_METHOD OPEN_BRACE register_range CLOSE_BRACE COMMA method_reference [all …]
|
/external/icu/icu4c/source/common/ |
D | simpleformatter.cpp | 44 CLOSE_BRACE = 0x7d enumerator 90 } else if (c == OPEN_BRACE || c == CLOSE_BRACE) { in applyPatternMinMaxArguments() 107 patternBuffer[i + 1] == CLOSE_BRACE) { in applyPatternMinMaxArguments() 124 if (argNumber < 0 || c != CLOSE_BRACE) { in applyPatternMinMaxArguments()
|
D | uniset_props.cpp | 62 #define CLOSE_BRACE ((UChar)125) /*}*/ macro 1095 close = pattern.indexOf(CLOSE_BRACE, pos); in applyPropertyPattern()
|
D | uniset.cpp | 45 #define CLOSE_BRACE ((UChar)125) /*}*/ macro 2011 case CLOSE_BRACE: in _appendToPat() 2143 result.append(CLOSE_BRACE); in _generatePattern()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | CompareIcuOutput.java | 278 … if (lastToken == MyTokenizer.Type.OPEN_BRACE || lastToken == MyTokenizer.Type.CLOSE_BRACE) { in parseRB() 291 case CLOSE_BRACE: in parseRB() 348 …DONE, ID, QUOTED, OPEN_BRACE, CLOSE_BRACE, COMMA, LINE_COMMENT, BLOCK_COMMENT, BROKEN_QUOTE, BROKE… enumConstant 432 return Type.CLOSE_BRACE; in next()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
D | VecMath_Lexer.g3 | 15 CLOSE_BRACE : ')';
|
D | VecMath_Parser.g3 | 33 | OPEN_BRACE expr CLOSE_BRACE -> expr
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliParser.java | 92 public static final int CLOSE_BRACE=17; field in smaliParser 4891 …BILITY)||LA21_2==BOOL_LITERAL||(LA21_2 >= CLASS_DIRECTIVE && LA21_2 <= CLOSE_BRACE)||LA21_2==COMMA… in literal() 4915 …BILITY)||LA21_3==BOOL_LITERAL||(LA21_3 >= CLASS_DIRECTIVE && LA21_3 <= CLOSE_BRACE)||LA21_3==COMMA… in literal() 4949 …BILITY)||LA21_6==BOOL_LITERAL||(LA21_6 >= CLASS_DIRECTIVE && LA21_6 <= CLOSE_BRACE)||LA21_6==COMMA… in literal() 4978 …BILITY)||LA21_8==BOOL_LITERAL||(LA21_8 >= CLASS_DIRECTIVE && LA21_8 <= CLOSE_BRACE)||LA21_8==COMMA… in literal() 5017 …ITY)||LA21_12==BOOL_LITERAL||(LA21_12 >= CLASS_DIRECTIVE && LA21_12 <= CLOSE_BRACE)||LA21_12==COMM… in literal() 5041 …ITY)||LA21_13==BOOL_LITERAL||(LA21_13 >= CLASS_DIRECTIVE && LA21_13 <= CLOSE_BRACE)||LA21_13==COMM… in literal() 5960 else if ( (LA26_0==CLOSE_BRACE) ) { in array_literal() 6018 CLOSE_BRACE150=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_array_literal2719); in array_literal() 6541 …BILITY)||LA31_1==BOOL_LITERAL||(LA31_1 >= CLASS_DIRECTIVE && LA31_1 <= CLOSE_BRACE)||LA31_1==COMMA… in type_field_method_literal() [all …]
|
D | smaliFlexLexer.java | 3579 { return newToken(CLOSE_BRACE); in yylex()
|
D | smaliTreeWalker.java | 123 public static final int CLOSE_BRACE=17; field in smaliTreeWalker
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
D | SmaliTokens.java | 63 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType CLOSE_BRACE; field in SmaliTokens
|
/external/smali/smali/src/main/jflex/ |
D | smaliLexer.jflex | 668 "}" { return newToken(CLOSE_BRACE); }
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 456 : CLOSE_BRACE;
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 2167 sc_Token.CLOSE_BRACE = 4/*CLOSE_BRACE*/;
|