HomeSort by relevance Sort by last modified time
    Searched refs:TOKEN (Results 1 - 5 of 5) 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;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 424 /*@egen*/ Token t; }
451 /*@egen*/ Token t; }
479 TOKEN :
500 // different token type than inner ")" instances.
518 TOKEN :
535 // to make sure matchedToken.token = token.toString()
572 TOKEN :
580 TOKEN :
590 TOKEN :
    [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 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 92 milliseconds