Home
last modified time | relevance | path

Searched refs:CLOSE_BRACE (Results 1 – 20 of 20) sorted by relevance

/external/smali/smalidea/testData/
DMissingDotDot.txt32 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)('}')
DInvalidMethodReference.txt36 PsiElement(CLOSE_BRACE)('}')
79 PsiElement(CLOSE_BRACE)('}')
123 PsiElement(CLOSE_BRACE)('}')
173 PsiElement(CLOSE_BRACE)('}')
224 PsiElement(CLOSE_BRACE)('}')
DInvalidInstruction.txt38 PsiElement(CLOSE_BRACE)('}')
89 PsiElement(CLOSE_BRACE)('}')
/external/smali/smali/src/test/resources/LexerTest/
DSymbolTest.tokens6 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")
DRealSmaliFileTest.tokens112 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/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dcss-parse.js91 } else if (text[i] === CLOSE_BRACE) {
195 text += CLOSE_BRACE + '\n\n';
248 const CLOSE_BRACE = '}'; constant
/external/icu/icu4c/source/common/
Dsimpleformatter.cpp44 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()
Duniset_props.cpp62 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
1098 close = pattern.indexOf(CLOSE_BRACE, pos); in applyPropertyPattern()
Duniset.cpp45 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
2011 case CLOSE_BRACE: in _appendToPat()
2143 result.append(CLOSE_BRACE); in _generatePattern()
/external/smali/smali/src/main/antlr/
DsmaliParser.g52 CLOSE_BRACE;
691 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE
761 …E nonvoid_type_descriptor OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref
765 : CATCHALL_DIRECTIVE OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref
1074 INSTRUCTION_FORMAT35c_CALL_SITE OPEN_BRACE register_list CLOSE_BRACE COMMA call_site_reference
1079 instruction_format35c_method OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference
1084 INSTRUCTION_FORMAT35c_TYPE OPEN_BRACE register_list CLOSE_BRACE COMMA nonvoid_type_descriptor
1089 INSTRUCTION_FORMAT35c_METHOD_ODEX OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference
1096 INSTRUCTION_FORMAT35mi_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA INLINE_INDEX
1103 INSTRUCTION_FORMAT35ms_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA VTABLE_INDEX
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DVecMath_Lexer.g315 CLOSE_BRACE : ')';
DVecMath_Parser.g333 | OPEN_BRACE expr CLOSE_BRACE -> expr
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliTokens.java63 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType CLOSE_BRACE; field in SmaliTokens
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3707 { return newToken(CLOSE_BRACE); in yylex()
DsmaliParser.java97 public static final int CLOSE_BRACE=18; field in smaliParser
6277 else if ( (LA26_0==CLOSE_BRACE) ) { in array_literal()
6335 CLOSE_BRACE158=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_array_literal2852); in array_literal()
8071 else if ( (LA37_0==CLOSE_BRACE) ) { in register_list()
8477 CLOSE_BRACE227=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_catch_directive3454); in catch_directive()
8594 CLOSE_BRACE231=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_catchall_directive3504); in catchall_directive()
14302 …CLOSE_BRACE454=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_insn_format35c_call_site5598);… in insn_format35c_call_site()
14411 CLOSE_BRACE460=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_insn_format35c_method5640); in insn_format35c_method()
14519 CLOSE_BRACE466=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_insn_format35c_type5682); in insn_format35c_type()
14627 …CLOSE_BRACE472=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_insn_format35c_method_odex5724… in insn_format35c_method_odex()
[all …]
DsmaliTreeWalker.java131 public static final int CLOSE_BRACE=18; field in smaliTreeWalker
/external/smali/smali/src/main/jflex/
DsmaliLexer.jflex697 "}" { return newToken(CLOSE_BRACE); }
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dapply-shim.min.js.map1CLOSE_BRACE","node","t","substring","trim","ss","_expandUnicodeEscapes","RX$$module$src$css_parse.…
Dscoping-shim.min.js.map1CLOSE_BRACE","node","t","substring","trim","ss","_expandUnicodeEscapes","RX$$module$src$css_parse.…
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g457 : CLOSE_BRACE;