HomeSort by relevance Sort by last modified time
    Searched refs:IDENTIFIER (Results 1 - 25 of 48) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SimpleExpression.g3 63 : IDENTIFIER
71 IDENTIFIER
FastSimpleExpression.g3 66 : IDENTIFIER
74 IDENTIFIER
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 21 IDENTIFIER:
37 type.should == RuleProperty::TokenData::IDENTIFIER
47 type.should == RuleProperty::TokenData::IDENTIFIER
58 type.should == RuleProperty::TokenData::IDENTIFIER
  /external/antlr/antlr-3.4/runtime/Python/tests/
t010lexer.py 28 assert token.type == self.lexerModule.IDENTIFIER
40 assert token.type == self.lexerModule.IDENTIFIER
52 assert token.type == self.lexerModule.IDENTIFIER
t011lexer.py 28 assert token.type == self.lexerModule.IDENTIFIER
40 assert token.type == self.lexerModule.IDENTIFIER
52 assert token.type == self.lexerModule.IDENTIFIER
t025lexerRulePropertyRef.py 24 assert type == self.lexerModule.IDENTIFIER, lexer.properties[0]
34 assert type == self.lexerModule.IDENTIFIER, lexer.properties[1]
44 assert type == self.lexerModule.IDENTIFIER, lexer.properties[2]
  /frameworks/base/tools/aidl/
aidl_language_y.y 17 %token IDENTIFIER
83 PARCELABLE IDENTIFIER ';' {
104 | FLATTENABLE IDENTIFIER ';' {
167 interface_header IDENTIFIER '{' interface_items '}' {
211 type IDENTIFIER '(' arg_list ')' ';' {
229 | ONEWAY type IDENTIFIER '(' arg_list ')' ';' {
247 | type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
265 | ONEWAY type IDENTIFIER '(' arg_list ')' '=' IDVALUE ';' {
307 direction type IDENTIFIER {
319 IDENTIFIER {
    [all...]
aidl_language_l.l 36 identifier [_a-zA-Z][_a-zA-Z0-9\.]*
95 {identifier} { SET_BUFFER(IDENTIFIER); return IDENTIFIER; }
96 {identifier}\<{whitespace}*{identifier}({whitespace}*,{whitespace}*{identifier})*{whitespace}*\> {
102 yylval.buffer.token = IDENTIFIER;
104 return IDENTIFIER;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 59 IDENTIFIER = 'identifier'
87 EXPRESSION_ENDER_TYPES = [tokens.TokenType.NORMAL, IDENTIFIER, NUMBER,
javascripttokenizer.py 147 # Match a keyword string followed by a non-identifier character in order to
169 # nested identifiers as a single identifier.
171 IDENTIFIER = re.compile(NESTED_IDENTIFIER)
174 (?P<identifier>%s) # a valid identifier
269 Matcher(IDENTIFIER, Type.IDENTIFIER),
316 Matcher(IDENTIFIER, Type.FUNCTION_NAME)],
closurizednamespacesinfo.py 81 # A list of tuples where the first element is the namespace of an identifier
82 # created in the file and the second is the identifier itself.
85 # A list of tuples where the first element is the namespace of an identifier
86 # used in the file and the second is the identifier itself.
206 for namespace, identifier in self._created_namespaces:
207 if (not self._IsPrivateIdentifier(identifier) and
209 identifier not in self._provided_namespaces and
218 For each non-private identifier used in the file, find either a
219 goog.require, goog.provide or a created identifier that satisfies it.
220 goog.require statements can satisfy the identifier by requiring either th
    [all...]
requireprovidesorter.py 167 if token.type == Type.IDENTIFIER:
172 # file. So if any other identifier is encountered, return.
indentation.py 292 and token_type in (Type.IDENTIFIER, Type.NORMAL)):
494 stack_token.type in (Type.IDENTIFIER, Type.START_PAREN))):
506 stack_token.type == Type.IDENTIFIER)):
javascriptlintrules.py 100 identifier = token.string
101 if identifier.endswith('_') and not identifier.endswith('__'):
107 namespace = namespaces_info.GetClosurizedNamespace(identifier)
112 if namespace in provided_namespaces or regex.match(identifier):
113 variable = identifier.split('.')[-1]
116 elif not identifier.endswith('__'):
118 for piece in identifier.split('.'):
123 if token.type == Type.IDENTIFIER:
210 next_token.type == Type.IDENTIFIER an
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 29 t=IDENTIFIER {found_identifier($t.text)}
32 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
101 'var' t=IDENTIFIER ';'
106 t=IDENTIFIER '(' ')' ';'
110 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
actions.rb 67 : IDENTIFIER EOF
76 IDENTIFIER
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 46 /** An identifier (unquoted string) */
47 public static final int IDENTIFIER = 3;
102 case IDENTIFIER:
103 return "<identifier: " + value + ">";
116 return (type == IDENTIFIER || type == QUOTED_STRING);
255 type = IDENTIFIER;
382 if (next.type != IDENTIFIER)
396 return _getIdentifier("an identifier");
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 82 IDENTIFIER = 298,
176 #define IDENTIFIER 298
glslang.y 103 %token <lex> IDENTIFIER TYPE_NAME FLOATCONSTANT INTCONSTANT BOOLCONSTANT
153 : IDENTIFIER {
158 context->error($1.line, "undeclared identifier", $1.string->c_str(), "");
165 // This identifier can only be a variable type symbol
656 | IDENTIFIER {
    [all...]
  /external/bison/examples/calc++/
calc++-parser.hh 100 IDENTIFIER = 259,
  /external/clang/bindings/python/tests/cindex/
test_tokens.py 19 assert tokens[1].kind == TokenKind.IDENTIFIER
  /external/ipsec-tools/src/racoon/
cfparse.h 49 IDENTIFIER = 265,
214 #define IDENTIFIER 265
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 87 * Moved the Identifier portion of annotationTypeElementRest to annotationMethodRest.
89 * has the Identifier portion in it, the parser would fail on constants in
116 * Changed "Identifier ('.' Identifier)*" to "qualifiedName" in more
174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
177 public static final int IDENTIFIER=4;
598 if ( (LA4_0==IDENTIFIER||LA4_0==ABSTRACT||LA4_0==BOOLEAN||LA4_0==BYTE||(LA4_0>=CHAR && LA4_0<=CLASS)||LA4_0==DOUBLE||LA4_0==ENUM||LA4_0==FINAL||LA4_0==FLOAT||(LA4_0>=INT && LA4_0<=NATIVE)||(LA4_0>=PRIVATE && LA4_0<=PUBLIC)||(LA4_0>=SHORT && LA4_0<=STRICTFP)||LA4_0==SYNCHRONIZED||LA4_0==TRANSIENT||(LA4_0>=VOID && LA4_0<=VOLATILE)||LA4_0==SEMI||LA4_0==MONKEYS_AT||LA4_0==LT) ) {
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 54 { NULL, i::Token::IDENTIFIER }
80 CHECK_EQ(i::Token::IDENTIFIER, scanner.Next());
91 CHECK_EQ(i::Token::IDENTIFIER, scanner.Next());
101 CHECK_EQ(i::Token::IDENTIFIER, scanner.Next());
324 // Fails parsing expecting an identifier after "function".
325 // Before fix, didn't check *ok after Expect(Token::Identifier, ok),
643 i::Token::IDENTIFIER,
644 i::Token::IDENTIFIER,
651 i::Token::IDENTIFIER,
    [all...]
  /external/checkpolicy/
policy_parse.y 136 %token IDENTIFIER
170 class_def : CLASS identifier
176 initial_sid_def : SID identifier
187 common_perms_def : COMMON identifier '{' identifier_list '}'
193 av_perms_def : CLASS identifier '{' identifier_list '}'
195 | CLASS identifier INHERITS identifier
197 | CLASS identifier INHERITS identifier '{' identifier_list '}'
241 sensitivity_def : SENSITIVITY identifier alias_def ';
790 identifier : IDENTIFIER label
    [all...]

Completed in 658 milliseconds

1 2