Home
last modified time | relevance | path

Searched refs:LPAREN (Results 1 – 25 of 55) sorted by relevance

123

/external/google-fruit/extras/scripts/
Dparser.out14 Rule 9 balanced_string -> LPAREN RPAREN optional_balanced_string
18 Rule 13 balanced_string -> LPAREN balanced_string comma_separated_balanced_string RPAREN optiona…
34 LPAREN : 9 13
55 (9) balanced_string -> . LPAREN RPAREN optional_balanced_string
59 …(13) balanced_string -> . LPAREN balanced_string comma_separated_balanced_string RPAREN optional_b…
68 LPAREN shift and go to state 8
89 (9) balanced_string -> . LPAREN RPAREN optional_balanced_string
93 …(13) balanced_string -> . LPAREN balanced_string comma_separated_balanced_string RPAREN optional_b…
103 LPAREN shift and go to state 8
119 (9) balanced_string -> . LPAREN RPAREN optional_balanced_string
[all …]
/external/clang/test/Preprocessor/
Dmacro_rescan_varargs.c3 #define LPAREN ( macro
8 1: ELLIP_FUNC(F, LPAREN, 'a', 'b', RPAREN); /* 1st invocation */
9 2: ELLIP_FUNC(F LPAREN 'a', 'b' RPAREN); /* 2nd invocation */
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java115 CsmElement.token(LPAREN), in concreteSyntaxModelByClass.put() argument
147 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
159 …RGUMENTS, sequence(comma(), space()), token(GeneratedJavaParserConstants.LPAREN), token(GeneratedJ… in concreteSyntaxModelByClass.put() argument
216 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
303 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
338 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
366 …itional(ObservableProperty.ENCLOSING_PARAMETERS, FLAG, token(GeneratedJavaParserConstants.LPAREN)), in concreteSyntaxModelByClass.put() argument
394 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
425 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
443 token(GeneratedJavaParserConstants.LPAREN), in concreteSyntaxModelByClass.put() argument
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java721 case LPAREN:{ in EnumConstantDeclaration()
1088 case LPAREN: in VariableInitializer()
1133 case LPAREN: in ArrayInitializer()
1272 jj_consume_token(LPAREN); in FormalParameters()
1499 case LPAREN: in ExplicitConstructorInvocation()
1583 case LPAREN: in Statements()
2571 case LPAREN: in UnaryExpression()
2656 case LPAREN:{ in UnaryExpressionNotPlusMinus()
2703 jj_consume_token(LPAREN); in CastExpression()
2829 case LPAREN:{ in PrimaryPrefix()
[all …]
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java661 case LPAREN:{ in EnumConstantDeclaration()
1082 case LPAREN: in VariableInitializer()
1140 case LPAREN: in ArrayInitializer()
1284 jj_consume_token(LPAREN); in Parameters()
1600 case LPAREN: in ExplicitConstructorInvocation()
2748 case LPAREN: in UnaryExpression()
2846 case LPAREN: in UnaryExpressionNotPlusMinus()
2894 jj_consume_token(LPAREN); in CastExpression()
3033 case LPAREN:{ in PrimaryPrefix()
3096 case LPAREN:{ in PrimaryPrefix()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java666 case LPAREN: in EnumConstantDeclaration()
1085 case LPAREN: in VariableInitializer()
1132 case LPAREN: in ArrayInitializer()
1238 jj_consume_token(LPAREN); in FormalParameters()
1457 case LPAREN: in ExplicitConstructorInvocation()
1543 case LPAREN: in Statements()
2620 case LPAREN: in UnaryExpression()
2710 case LPAREN: in UnaryExpressionNotPlusMinus()
2758 jj_consume_token(LPAREN); in CastExpression()
2883 case LPAREN: in PrimaryPrefix()
[all …]
/external/apache-commons-bcel/src/examples/Mini/
DMini.jjt82 <LPAREN>
137 <LPAREN>
172 expr_token = <LPAREN> Expr() <RPAREN>
283 < LPAREN : "(">
DMiniParser.java89 jj_consume_token(LPAREN); in FunDecl()
161 case LPAREN: in Expr()
337 jj_consume_token(LPAREN); in FunAppl()
345 case LPAREN: in FunAppl()
524 case LPAREN: in Element()
525 expr_token = jj_consume_token(LPAREN); in Element()
794 if (jj_scan_token(LPAREN)) { in jj_3R_5()
DMiniParserConstants.java41 int LPAREN = 32; field
DMini.jj101 <LPAREN>
268 <LPAREN>
398 expr_token = <LPAREN> Expr() <RPAREN>
549 < LPAREN : "(">
/external/antlr/runtime/JavaScript/tests/functional/
DPython.g96 : LPAREN (varargslist)? RPAREN
116 | LPAREN fplist RPAREN
314 atom: LPAREN (testlist)? RPAREN
332 trailer: LPAREN (arglist)? RPAREN
363 classdef: 'class' NAME (LPAREN testlist RPAREN)? COLON suite
390 LPAREN : '(' {this.implicitLineJoiningLevel++;} ;
/external/python/setuptools/pkg_resources/_vendor/packaging/
Drequirements.py28 LPAREN = L("(").suppress() variable
53 _VERSION_SPEC = Optional(((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY))
Dmarkers.py131 LPAREN = L("(").suppress() variable
135 MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN)
/external/python/setuptools/setuptools/_vendor/packaging/
Drequirements.py28 LPAREN = L("(").suppress() variable
53 _VERSION_SPEC = Optional(((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY))
Dmarkers.py131 LPAREN = L("(").suppress() variable
135 MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN)
/external/turbine/java/com/google/turbine/parse/
DParser.java21 import static com.google.turbine.parse.Token.LPAREN;
449 if (token == Token.LPAREN) { in enumMembers()
682 case LPAREN: in classMember()
745 case LPAREN: in classMember()
797 case LPAREN: in memberRest()
850 eat(Token.LPAREN); in methodRest()
999 eat(Token.LPAREN); in dropParens()
1006 case LPAREN: in dropParens()
1326 if (token == Token.LPAREN) { in annotation()
1327 eat(LPAREN); in annotation()
DVariableInitializerParser.java137 case LPAREN: in parseInitializers()
228 case LPAREN: in dropParens()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DDifferenceTest.java50 new CsmToken(GeneratedJavaParserConstants.LPAREN), in calculateDifferenceAIsEmpty()
56 … assertEquals(added(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElements().get(0)); in calculateDifferenceAIsEmpty()
68 new CsmToken(GeneratedJavaParserConstants.LPAREN), in calculateDifferenceBIsEmpty()
75 …assertEquals(removed(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElements().get(0)… in calculateDifferenceBIsEmpty()
282 …assertEquals(kept(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElements().get(i++)); in removeDefaultValueInAnnotationMemberDeclaration()
303 …assertEquals(kept(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElements().get(i++)); in addedDefaultValueInAnnotationMemberDeclaration()
324 …assertEquals(kept(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElements().get(i++)); in addedModifierToConstructorDeclaration()
380 …ference.DifferenceElement.kept(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElement… in methodDeclarationRemovingParameter()
401 …ference.DifferenceElement.kept(new CsmToken(GeneratedJavaParserConstants.LPAREN)), diff.getElement… in methodDeclarationAddingParameter()
/external/skia/src/sksl/
DSkSLLexer.h108 #undef LPAREN
109 LPAREN, enumerator
DSkSLParser.cpp296 if (this->peek().fKind == Token::LPAREN) { in section()
432 if (this->checkNext(Token::LPAREN)) { in declaration()
679 case Token::LPAREN: in layoutCode()
767 if (!this->expect(Token::LPAREN, "'('")) { in layout()
1145 if (!this->expect(Token::LPAREN, "'('")) { in ifStatement()
1186 if (!this->expect(Token::LPAREN, "'('")) { in doStatement()
1210 if (!this->expect(Token::LPAREN, "'('")) { in whileStatement()
1262 if (!this->expect(Token::LPAREN, "'('")) { in switchStatement()
1318 if (!this->expect(Token::LPAREN, "'('")) { in forStatement()
1833 case Token::LPAREN: // fall through in postfixExpression()
[all …]
/external/skqp/src/sksl/
DSkSLLexer.h112 #undef LPAREN
113 LPAREN, enumerator
DSkSLParser.cpp295 if (this->peek().fKind == Token::LPAREN) { in section()
431 if (this->checkNext(Token::LPAREN)) { in declaration()
678 case Token::LPAREN: in layoutCode()
766 if (!this->expect(Token::LPAREN, "'('")) { in layout()
1158 if (!this->expect(Token::LPAREN, "'('")) { in ifStatement()
1199 if (!this->expect(Token::LPAREN, "'('")) { in doStatement()
1223 if (!this->expect(Token::LPAREN, "'('")) { in whileStatement()
1275 if (!this->expect(Token::LPAREN, "'('")) { in switchStatement()
1331 if (!this->expect(Token::LPAREN, "'('")) { in forStatement()
1842 case Token::LPAREN: // fall through in postfixExpression()
[all …]
/external/nist-sip/java/gov/nist/core/
DSeparators.java54 public static final String LPAREN = "("; field
DGenericObjectList.java82 protected static final String LPAREN = Separators.LPAREN; field in GenericObjectList
/external/nist-sip/java/gov/nist/javax/sip/header/
DRetryAfter.java81 s.append(SP + LPAREN + comment + RPAREN); in encodeBody()

123