Home
last modified time | relevance | path

Searched refs:CLOSE_PAREN (Results 1 – 22 of 22) sorted by relevance

/external/smali/smalidea/testData/
DInvalidMethodReference.txt20 PsiElement(CLOSE_PAREN)(')')
63 PsiElement(CLOSE_PAREN)(')')
107 PsiElement(CLOSE_PAREN)(')')
138 PsiElement(CLOSE_PAREN)(')')
157 PsiElement(CLOSE_PAREN)(')')
187 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
208 PsiElement(CLOSE_PAREN)(')')
236 PsiElement(CLOSE_PAREN)(')')
238 PsiElement(CLOSE_PAREN)(')')
DInvalidMethod4.txt23 PsiElement(CLOSE_PAREN)(')')
47 PsiErrorElement:mismatched input '.blah' expecting CLOSE_PAREN
68 PsiElement(CLOSE_PAREN)(')')
70 PsiElement(CLOSE_PAREN)(')')
DInvalidInstruction.txt20 PsiElement(CLOSE_PAREN)(')')
50 PsiElement(CLOSE_PAREN)(')')
69 PsiElement(CLOSE_PAREN)(')')
103 PsiElement(CLOSE_PAREN)(')')
122 PsiElement(CLOSE_PAREN)(')')
158 PsiElement(CLOSE_PAREN)(')')
196 PsiElement(CLOSE_PAREN)(')')
DParamListInvalidParameter.txt34 PsiErrorElement:extraneous input 'f' expecting CLOSE_PAREN
36 PsiElement(CLOSE_PAREN)(')')
DMissingDotDot.txt21 PsiElement(CLOSE_PAREN)(')')
46 PsiElement(CLOSE_PAREN)(')')
73 PsiElement(CLOSE_PAREN)(')')
DInvalidMethod3.txt20 PsiElement(CLOSE_PAREN)(')')
40 PsiElement(CLOSE_PAREN)(')')
DInvalidLocal.txt21 PsiElement(CLOSE_PAREN)(')')
50 PsiElement(CLOSE_PAREN)(')')
DInvalidParameter.txt21 PsiElement(CLOSE_PAREN)(')')
55 PsiElement(CLOSE_PAREN)(')')
DSuperClassInvalidSyntax2.txt33 PsiElement(CLOSE_PAREN)(')')
/external/smali/smali/src/test/resources/LexerTest/
DSymbolTest.tokens6 OPEN_BRACE("{") CLOSE_BRACE("}") OPEN_PAREN("(") CLOSE_PAREN(")") WHITE_SPACE("\n")
7 … ") CLOSE_BRACE("}") WHITE_SPACE(" ") OPEN_PAREN("(") WHITE_SPACE(" ") CLOSE_PAREN(")") WHITE_SPAC…
11 CLOSE_PAREN(")")
DRealSmaliFileTest.tokens157 CLOSE_PAREN(")")
218 CLOSE_PAREN(")")
267 CLOSE_PAREN(")")
290 CLOSE_PAREN(")")
301 CLOSE_PAREN(")")
331 CLOSE_PAREN(")")
374 CLOSE_PAREN(")")
409 CLOSE_PAREN(")")
427 CLOSE_PAREN(")")
443 CLOSE_PAREN(")")
[all …]
DTypeAndIdentifierTest.tokens109 CLOSE_PAREN(")")
/external/mksh/src/
Dexprtok.h106 FN(")", 1, P_PRIMARY, CLOSE_PAREN)
Dexpr.c294 if (es->tok != CLOSE_PAREN) in evalexpr()
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
DSmaliUsageTypeProvider.java114 if (elementType == SmaliTokens.CLOSE_PAREN) { in findClassUsageType()
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliTokens.java64 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType CLOSE_PAREN; field in SmaliTokens
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3587 { return newToken(CLOSE_PAREN); in yylex()
DsmaliParser.java93 public static final int CLOSE_PAREN=18; field in smaliParser
3879 CLOSE_PAREN89=(Token)match(input,CLOSE_PAREN,FOLLOW_CLOSE_PAREN_in_method_prototype2251); in method_prototype()
4040 …else if ( (LA14_0==ARRAY_TYPE_PREFIX||LA14_0==CLASS_DESCRIPTOR||LA14_0==CLOSE_PAREN||LA14_0==PRIMI… in param_list()
DsmaliTreeWalker.java124 public static final int CLOSE_PAREN=18; field in smaliTreeWalker
/external/smali/smali/src/main/antlr/
DsmaliParser.g52 CLOSE_PAREN;
585 : OPEN_PAREN param_list CLOSE_PAREN type_descriptor
/external/smali/smali/src/main/jflex/
DsmaliLexer.jflex670 ")" { return newToken(CLOSE_PAREN); }
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g440 : CLOSE_PAREN;