Home
last modified time | relevance | path

Searched refs:TOKEN (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
Dlexer.py23 from ply.lex import TOKEN
199 @TOKEN(floating_constant)
203 @TOKEN(hex_constant)
207 @TOKEN(octal_constant_disallowed)
212 @TOKEN(decimal_constant)
218 @TOKEN(bad_string_literal)
224 @TOKEN(octal_or_hex_ordinal_disallowed)
229 @TOKEN(ordinal)
233 @TOKEN(missing_ordinal_value)
238 @TOKEN(identifier)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DMediaType.java28 private static final String TOKEN = "([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)"; field in MediaType
30 private static final Pattern TYPE_SUBTYPE = Pattern.compile(TOKEN + "/" + TOKEN);
32 ";\\s*" + TOKEN + "=(?:" + TOKEN + "|" + QUOTED + ")");
/external/e2fsprogs/lib/ss/
Dparse.c24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator
86 parse_mode = TOKEN; in ss_parse()
97 while (parse_mode == TOKEN) { in ss_parse()
129 parse_mode = TOKEN; in ss_parse()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
DHelloLicenseServlet.java34 private static final String TOKEN = "[INSERT TOKEN HERE]"; field in HelloLicenseServlet
73 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET); in doGet()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
DREADME25 'oauth_token': 'INSERT OAUTH TOKEN HERE',
26 'oauth_token_secret': 'INSERT OAUTH TOKEN SECRET HERE',
/external/bison/data/
Dc.m4221 # b4_token_define(TOKEN-NAME, TOKEN-NUMBER)
229 # b4_token_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
239 # b4_token_enum(TOKEN-NAME, TOKEN-NUMBER)
246 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
265 # b4_token_enums_defines(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
Djava.m4125 # b4_token_enum(TOKEN-NAME, TOKEN-NUMBER)
134 # b4_token_enums(LIST-OF-PAIRS-TOKEN-NAME-TOKEN-NUMBER)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
Dindex.php44 const TOKEN = '[REPLACE THIS WITH YOUR OAUTH TOKEN]'; define in LicenseServerClient
45 const TOKEN_SECRET = '[REPLACE THIS WITH YOUR OAUTH TOKEN SECRET]';
DREADME8 To "index.php", replace APP_ID, TOKEN, and TOKEN_SECRET with your app's id, your
/external/libnfc-nci/src/adaptation/
Dconfig.cpp155 TOKEN, in readConfig() enumerator
218 state = TOKEN; in readConfig()
222 case TOKEN: in readConfig()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DASTParser.stg18 // TOKEN AST STUFF
47 /** label+=TOKEN when output=AST but not rewrite alt */
53 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
DASTTreeParser.stg74 // TOKEN AST STUFF
103 /** label+=TOKEN auto construct */
125 /** Match ^(label+=TOKEN ...) auto construct */
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dconfig.cpp155 TOKEN, in readConfig() enumerator
207 state = TOKEN; in readConfig()
211 case TOKEN: in readConfig()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
DAndroidTranslator.java161 private static final String TOKEN = "__FromAndroid"; field in AndroidTranslator.FromAndroidClassNameParts
177 return prefix.endsWith(TOKEN); in isFromAndroid()
181 return prefix + TOKEN + suffix; in getNameWithFromAndroid()
185 return prefix.replace(TOKEN, "") + suffix; in getNameWithoutFromAndroid()
/external/chromium_org/components/copresence/handlers/
Ddirective_handler.cc27 DCHECK_EQ(directive.instruction_type(), TOKEN); in AddDirective()
/external/chromium_org/components/copresence/proto/
Denums.proto64 TOKEN = 1; enumerator
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DASTParser.stg54 // TOKEN AST STUFF
83 /** label+=TOKEN when output=AST but not rewrite alt */
89 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DASTParser.stg46 // TOKEN AST STUFF
75 /** label+=TOKEN when output=AST but not rewrite alt */
81 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DASTParser.stg47 // TOKEN AST STUFF
76 /** label+=TOKEN when output=AST but not rewrite alt */
82 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DASTParser.stg48 // TOKEN AST STUFF
78 /** label+=TOKEN when output=AST but not rewrite alt */
85 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTParser.stg50 // TOKEN AST STUFF
89 /** label+=TOKEN when output=AST but not rewrite alt */
95 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DASTParser.stg49 // TOKEN AST STUFF
78 /** label+=TOKEN when output=AST but not rewrite alt */
84 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DASTParser.stg46 // TOKEN AST STUFF
78 /** label+=TOKEN when output=AST but not rewrite alt */
85 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DASTTreeParser.stg103 // TOKEN AST STUFF
132 /** label+=TOKEN auto construct */
154 /** Match ^(label+=TOKEN ...) auto construct */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTParser.stg50 // TOKEN AST STUFF
83 /** label+=TOKEN when output=AST but not rewrite alt */
89 /** Match label+=TOKEN^ when output=AST but not rewrite alt */

123