/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/ |
D | lexer.py | 23 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/ |
D | MediaType.java | 28 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/ |
D | parse.c | 24 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/ |
D | HelloLicenseServlet.java | 34 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/ |
D | README | 25 'oauth_token': 'INSERT OAUTH TOKEN HERE', 26 'oauth_token_secret': 'INSERT OAUTH TOKEN SECRET HERE',
|
/external/bison/data/ |
D | c.m4 | 221 # 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)
|
D | java.m4 | 125 # 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/ |
D | index.php | 44 const TOKEN = '[REPLACE THIS WITH YOUR OAUTH TOKEN]'; define in LicenseServerClient 45 const TOKEN_SECRET = '[REPLACE THIS WITH YOUR OAUTH TOKEN SECRET]';
|
D | README | 8 To "index.php", replace APP_ID, TOKEN, and TOKEN_SECRET with your app's id, your
|
/external/libnfc-nci/src/adaptation/ |
D | config.cpp | 155 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/ |
D | ASTParser.stg | 18 // TOKEN AST STUFF 47 /** label+=TOKEN when output=AST but not rewrite alt */ 53 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
|
D | ASTTreeParser.stg | 74 // TOKEN AST STUFF 103 /** label+=TOKEN auto construct */ 125 /** Match ^(label+=TOKEN ...) auto construct */
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | config.cpp | 155 TOKEN, in readConfig() enumerator 207 state = TOKEN; in readConfig() 211 case TOKEN: in readConfig()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | AndroidTranslator.java | 161 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/ |
D | directive_handler.cc | 27 DCHECK_EQ(directive.instruction_type(), TOKEN); in AddDirective()
|
/external/chromium_org/components/copresence/proto/ |
D | enums.proto | 64 TOKEN = 1; enumerator
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | ASTParser.stg | 54 // 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/ |
D | ASTParser.stg | 46 // 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/ |
D | ASTParser.stg | 47 // 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/ |
D | ASTParser.stg | 48 // 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/ |
D | ASTParser.stg | 50 // 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/ |
D | ASTParser.stg | 49 // 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/ |
D | ASTParser.stg | 46 // 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/ |
D | ASTTreeParser.stg | 103 // 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/ |
D | ASTParser.stg | 50 // TOKEN AST STUFF 83 /** label+=TOKEN when output=AST but not rewrite alt */ 89 /** Match label+=TOKEN^ when output=AST but not rewrite alt */
|