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

1 2 3

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
SimpleExpression.g3 63 : IDENTIFIER
71 IDENTIFIER
FastSimpleExpression.g3 66 : IDENTIFIER
74 IDENTIFIER
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatecode/
AndroidXMLFileConstants.java 25 public static final String IDENTIFIER = "@+id/";
  /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/mesa3d/src/glsl/glcpp/
glcpp-parse.h 55 IDENTIFIER = 272,
glcpp-lex.l 67 IDENTIFIER [_a-zA-Z][_a-zA-Z0-9]*
201 {HASH}define{HSPACE}+/{IDENTIFIER}"(" {
276 {IDENTIFIER} {
278 return IDENTIFIER;
glcpp-parse.y 107 const char *identifier,
114 _active_list_contains (active_list_t *list, const char *identifier);
167 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE_FUNC HASH_DEFINE_OBJ HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING NEWLINE OTHER PLACEHOLDER SPACE
170 %type <str> IDENTIFIER INTEGER_STRING OTHER
216 HASH_DEFINE_OBJ IDENTIFIER replacement_list NEWLINE {
219 | HASH_DEFINE_FUNC IDENTIFIER '(' ')' replacement_list NEWLINE {
222 | HASH_DEFINE_FUNC IDENTIFIER '(' identifier_list ')' replacement_list NEWLINE {
225 | HASH_UNDEF IDENTIFIER NEWLINE {
262 | HASH_IFDEF IDENTIFIER junk NEWLINE {
267 | HASH_IFNDEF IDENTIFIER junk NEWLINE
    [all...]
  /frameworks/base/tools/aidl/
aidl_language_y.y 17 %token IDENTIFIER
82 PARCELABLE IDENTIFIER ';' {
103 | FLATTENABLE IDENTIFIER ';' {
166 interface_header IDENTIFIER '{' interface_items '}' {
210 type IDENTIFIER '(' arg_list ')' ';' {
225 | ONEWAY type IDENTIFIER '(' arg_list ')' ';' {
264 direction type IDENTIFIER {
276 IDENTIFIER {
281 | IDENTIFIER ARRAY {
aidl_language_l.l 36 identifier [_a-zA-Z][_a-zA-Z0-9\.]*
93 {identifier} { SET_BUFFER(IDENTIFIER); return IDENTIFIER; }
94 {identifier}\<{whitespace}*{identifier}({whitespace}*,{whitespace}*{identifier})*{whitespace}*\> {
100 yylval.buffer.token = IDENTIFIER;
102 return 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]
  /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.
  /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/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/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
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/model/
LayoutFile.java 144 if ((id != null) && id.getNodeValue().contains(AndroidXMLFileConstants.IDENTIFIER))
152 idText = idText.replace(AndroidXMLFileConstants.IDENTIFIER, "");
  /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/mesa3d/src/glsl/
glsl_parser.h 114 IDENTIFIER = 331,
245 char *identifier; member in union:YYSTYPE

Completed in 868 milliseconds

1 2 3