Home
last modified time | relevance | path

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

/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("}")
210 CLOSE_BRACE("}")
279 CLOSE_BRACE("}")
318 CLOSE_BRACE("}")
395 CLOSE_BRACE("}")
412 CLOSE_BRACE("}")
428 CLOSE_BRACE("}")
442 CLOSE_BRACE("}")
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
DVecMath_Lexer.g315 CLOSE_BRACE : ')';
DVecMath_Parser.g333 | OPEN_BRACE expr CLOSE_BRACE -> expr
/external/smali/smali/src/main/antlr3/org/jf/smali/
DsmaliParser.g549 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE
607 …ptor OPEN_BRACE from=label_ref_or_offset DOTDOT to=label_ref_or_offset CLOSE_BRACE using=label_ref…
611 …: CATCHALL_DIRECTIVE OPEN_BRACE from=label_ref_or_offset DOTDOT to=label_ref_or_offset CLOSE_BRACE
799 …INSTRUCTION_FORMAT35c_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA fully_qualified_method {$s…
802 …INSTRUCTION_FORMAT35c_TYPE OPEN_BRACE register_list CLOSE_BRACE COMMA nonvoid_type_descriptor {$si…
805 INSTRUCTION_FORMAT35s_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA fully_qualified_method
810 INSTRUCTION_FORMAT35ms_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA VTABLE_OFFSET
815 …INSTRUCTION_FORMAT3rc_METHOD OPEN_BRACE register_range CLOSE_BRACE COMMA fully_qualified_method {$…
818 …INSTRUCTION_FORMAT3rc_TYPE OPEN_BRACE register_range CLOSE_BRACE COMMA nonvoid_type_descriptor {$s…
821 INSTRUCTION_FORMAT3rms_METHOD OPEN_BRACE register_range CLOSE_BRACE COMMA VTABLE_OFFSET
DsmaliLexer.g769 CLOSE_BRACE
/external/icu4c/common/
Duniset.cpp41 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
1923 case CLOSE_BRACE: in _appendToPat()
2054 result.append(CLOSE_BRACE); in _generatePattern()
Duniset_props.cpp68 #define CLOSE_BRACE ((UChar)125) /*}*/ macro
77 static const UChar PERL_CLOSE[] = { CLOSE_BRACE,0 }; // "}"
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3712 { return newToken(CLOSE_BRACE); in yylex()
/external/smali/smali/src/main/jflex/
DsmaliLexer.flex581 "}" { return newToken(CLOSE_BRACE); }
/external/v8/benchmarks/
Dearley-boyer.js2167 sc_Token.CLOSE_BRACE = 4/*CLOSE_BRACE*/;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-earley-boyer.js2161 sc_Token.CLOSE_BRACE = 4/*CLOSE_BRACE*/;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-earley-boyer.js2161 sc_Token.CLOSE_BRACE = 4/*CLOSE_BRACE*/;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-earley-boyer.js2161 sc_Token.CLOSE_BRACE = 4/*CLOSE_BRACE*/;