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

1 2

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 53 : ^(TOKENS tokenSpec+)
ANTLRv3.g 36 tokens {
108 : TOKENS tokenSpec+ '}' -> ^(TOKENS tokenSpec+)
598 TOKENS
599 : 'tokens' WS_LOOP '{'
ANTLRTreePrinter.g 219 : ^(TOKENS tokenSpec*)
AssignTokenTypesWalker.g 43 * b) The tokens section may alias a token name to a string or char
46 * a) Import token vocabulary if available. Set token types for any new tokens
55 * c) The tokens section may alias a token name to a string or char
80 * where some of the ttype values will be the same for aliases tokens.
276 : ^(TOKENS tokenSpec*)
DefineGrammarItemsWalker.g 189 : ^(TOKENS tokenSpec*)
ANTLR.g 58 tokens
61 //TOKENS='tokens';
533 : TOKENS^
1313 TOKENS
1314 : 'tokens' WS_LOOP '{'
TreeToNFAConverter.g 205 ( ^(TOKENS .*) )?
CodeGenTreeWalker.g 359 ( ^(TOKENS .*) )?
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 37 tokens {
110 : TOKENS tokenSpec+ '}' -> ^(TOKENS tokenSpec+)
592 TOKENS
593 : 'tokens' WS_LOOP '{'
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 116 return "Content: " + mSbContent + "\n Name: " + mSbName + "\n Tokens: " + mSbTokens;
210 // two tokens, "double" and "barrelled". The first one matches "doublebarrelled"
397 mValues.put(SearchIndexColumns.TOKENS, builder.getTokens());
413 * - Everything else is a separator of tokens
455 * Example: "content:foo* name:a1b2c1* tokens:foo* content:bar* name:a2b3c2* tokens:bar*"
464 * Example (commonCriteria=" OR tokens:123*"):
465 * "content:650* OR name:1A1B1C* OR tokens:123* content:2A2B2C* OR name:foo* OR tokens:123*"
518 builder.append(" OR tokens:")
    [all...]
ContactsDatabaseHelper.java 3494 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(email); local
3508 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(email); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]