HomeSort by relevance Sort by last modified time
    Searched defs:TOKEN (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/lib/ss/
parse.c 24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING };
88 /* random-token mode */
89 parse_mode = TOKEN;
96 while (parse_mode == TOKEN) {
128 parse_mode = TOKEN;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 34 /* TODO: The token from the Chrome Developer Dashboard. */
35 private static final String TOKEN = "[INSERT TOKEN HERE]";
37 /* TODO: The token secret from the Chrome Developer Dashboard. */
38 private static final String TOKEN_SECRET = "[INSERT TOKEN SECRET HERE]";
74 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 34 /* TODO: The token from the Chrome Developer Dashboard. */
35 private static final String TOKEN = "[INSERT TOKEN HERE]";
37 /* TODO: The token secret from the Chrome Developer Dashboard. */
38 private static final String TOKEN_SECRET = "[INSERT TOKEN SECRET HERE]";
74 oauth.setTokenWithSecret(TOKEN, TOKEN_SECRET);
  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 26 private static final Object TOKEN = new Object();
73 // If the token matches, the the callback should be removed.
77 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
79 Choreographer.CALLBACK_ANIMATION, null, TOKEN);
84 // If the action and token matches, then the callback should be removed.
85 // If only the token matches, then the callback should not be removed.
87 Choreographer.CALLBACK_ANIMATION, addedCallback1, TOKEN);
89 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
91 Choreographer.CALLBACK_ANIMATION, removedCallback, TOKEN);
131 // If the token matches, the the callback should be removed
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 396 * ":"), {@code Scanner} would recognize it only as a single token.
412 // The character index within this.text at which the current token begins.
415 // The line and column numbers of the current token.
419 // The line and column numbers of the previous token (allows throwing
428 private static final Pattern TOKEN = Pattern.compile(
458 /** Advance to the next token. */
474 // Match the next token.
479 matcher.usePattern(TOKEN);
495 * token.
505 * If the next token exactly matches {@code token}, consume it and retur
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/sqlite/dist/orig/
sqlite3.c 8505 void *token; \/* id that may be used to recursive triggers *\/ member in struct:SubProgram
12950 void *token; \/* Copy of SubProgram.token *\/ member in struct:VdbeFrame
78476 int token; local
78547 int token; \/* Type of token *\/ local
78596 int token; local
112169 u8 token; \/* Value of the next token *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 8505 void *token; \/* id that may be used to recursive triggers *\/ member in struct:SubProgram
12950 void *token; \/* Copy of SubProgram.token *\/ member in struct:VdbeFrame
78487 int token; local
78558 int token; \/* Type of token *\/ local
78607 int token; local
112180 u8 token; \/* Value of the next token *\/ local
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 577 milliseconds