Searched defs:TOKEN (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
H A DHelloLicenseServlet.java34 private static final String TOKEN = "[INSERT TOKEN HERE]"; field in class:HelloLicenseServlet
37 private static final String TOKEN_SECRET = "[INSERT TOKEN SECRET HERE]";
73 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET);
/external/e2fsprogs/lib/ss/
H A Dparse.c24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING }; enumerator in enum:parse_mode
86 parse_mode = TOKEN;
97 while (parse_mode == TOKEN) {
129 parse_mode = TOKEN;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java28 private static final String TOKEN = "([a-zA-Z0-9-!#$%&'*+.^_`{|}~]+)"; field in class:MediaType
30 private static final Pattern TYPE_SUBTYPE = Pattern.compile(TOKEN + "/" + TOKEN);
32 ";\\s*" + TOKEN + "=(?:" + TOKEN + "|" + QUOTED + ")");
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py26 from ply.lex import TOKEN namespace
209 @TOKEN(floating_constant)
213 @TOKEN(hex_constant)
217 @TOKEN(octal_constant_disallowed)
222 @TOKEN(decimal_constant)
229 @TOKEN(char_const)
233 @TOKEN(unmatched_quote)
238 @TOKEN(bad_char_const)
245 @TOKEN(bad_string_literal)
251 @TOKEN(octal_or_hex_ordinal_disallowe
[all...]
/external/chromium_org/third_party/ply/
H A Dlex.py1041 # @TOKEN(regex)
1047 def TOKEN(r): function
1056 # Alternative spelling of the TOKEN decorator
1057 Token = TOKEN
/external/chromium_org/third_party/sqlite/src/src/
H A Dlempar.c668 #define TOKEN (yyminor.yy0) macro
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlempar.c658 #define TOKEN (yyminor.yy0) macro
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp155 TOKEN, enumerator in enum:__anon23075
207 state = TOKEN;
211 case TOKEN:
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp155 TOKEN, enumerator in enum:__anon23090
218 state = TOKEN;
222 case TOKEN:
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslator.java161 private static final String TOKEN = "__FromAndroid"; field in class:AndroidTranslator.FromAndroidClassNameParts
177 return prefix.endsWith(TOKEN);
181 return prefix + TOKEN + suffix;
185 return prefix.replace(TOKEN, "") + suffix;
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java594 private static final Pattern TOKEN = Pattern.compile( field in class:TextFormat.Tokenizer
645 matcher.usePattern(TOKEN);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java428 private static final Pattern TOKEN = Pattern.compile( field in class:TextFormat.Tokenizer
479 matcher.usePattern(TOKEN);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c105873 #define TOKEN macro
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/sqlite/dist/orig/
H A Dsqlite3.c120789 #define TOKEN macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c120809 #define TOKEN macro
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 987 milliseconds