Searched refs:CLOSE_BRACE (Results 1 – 12 of 12) sorted by relevance
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")
112 CLOSE_BRACE("}")129 CLOSE_BRACE("}")149 CLOSE_BRACE("}")210 CLOSE_BRACE("}")281 CLOSE_BRACE("}")322 CLOSE_BRACE("}")401 CLOSE_BRACE("}")418 CLOSE_BRACE("}")434 CLOSE_BRACE("}")448 CLOSE_BRACE("}")[all …]
51 CLOSE_BRACE;667 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE722 …E nonvoid_type_descriptor OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref726 : CATCHALL_DIRECTIVE OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref1014 INSTRUCTION_FORMAT35c_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference1019 INSTRUCTION_FORMAT35c_TYPE OPEN_BRACE register_list CLOSE_BRACE COMMA nonvoid_type_descriptor1024 INSTRUCTION_FORMAT35c_METHOD_ODEX OPEN_BRACE register_list CLOSE_BRACE COMMA method_reference1031 INSTRUCTION_FORMAT35mi_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA INLINE_INDEX1038 INSTRUCTION_FORMAT35ms_METHOD OPEN_BRACE register_list CLOSE_BRACE COMMA VTABLE_INDEX1045 INSTRUCTION_FORMAT3rc_METHOD OPEN_BRACE register_range CLOSE_BRACE COMMA method_reference[all …]
15 CLOSE_BRACE : ')';
33 | OPEN_BRACE expr CLOSE_BRACE -> expr
42 #define CLOSE_BRACE ((UChar)125) /*}*/ macro1924 case CLOSE_BRACE: in _appendToPat()2055 result.append(CLOSE_BRACE); in _generatePattern()
66 #define CLOSE_BRACE ((UChar)125) /*}*/ macro1224 close = pattern.indexOf(CLOSE_BRACE, pos); in applyPropertyPattern()
91 public static final int CLOSE_BRACE=17; field in smaliParser4663 …BILITY)||LA19_2==BOOL_LITERAL||(LA19_2 >= CLASS_DIRECTIVE && LA19_2 <= CLOSE_BRACE)||LA19_2==COMMA… in literal()4687 …BILITY)||LA19_3==BOOL_LITERAL||(LA19_3 >= CLASS_DIRECTIVE && LA19_3 <= CLOSE_BRACE)||LA19_3==COMMA… in literal()4721 …BILITY)||LA19_6==BOOL_LITERAL||(LA19_6 >= CLASS_DIRECTIVE && LA19_6 <= CLOSE_BRACE)||LA19_6==COMMA… in literal()4750 …BILITY)||LA19_8==BOOL_LITERAL||(LA19_8 >= CLASS_DIRECTIVE && LA19_8 <= CLOSE_BRACE)||LA19_8==COMMA… in literal()4789 …ITY)||LA19_12==BOOL_LITERAL||(LA19_12 >= CLASS_DIRECTIVE && LA19_12 <= CLOSE_BRACE)||LA19_12==COMM… in literal()4813 …ITY)||LA19_13==BOOL_LITERAL||(LA19_13 >= CLASS_DIRECTIVE && LA19_13 <= CLOSE_BRACE)||LA19_13==COMM… in literal()5730 else if ( (LA24_0==CLOSE_BRACE) ) { in array_literal()5788 CLOSE_BRACE146=(Token)match(input,CLOSE_BRACE,FOLLOW_CLOSE_BRACE_in_array_literal2688); in array_literal()6339 …BILITY)||LA29_1==BOOL_LITERAL||(LA29_1 >= CLASS_DIRECTIVE && LA29_1 <= CLOSE_BRACE)||LA29_1==COMMA… in type_field_method_literal()[all …]
3852 { return newToken(CLOSE_BRACE); in yylex()
121 public static final int CLOSE_BRACE=17; field in smaliTreeWalker
631 "}" { return newToken(CLOSE_BRACE); }
2167 sc_Token.CLOSE_BRACE = 4/*CLOSE_BRACE*/;