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

  /system/core/init/
parser.c 68 int next_token(struct parse_state *state) function
  /bionic/libc/bionic/
realpath.c 53 char left[PATH_MAX], next_token[PATH_MAX], symlink[PATH_MAX]; local
87 if (s - left >= sizeof(next_token)) {
91 memcpy(next_token, left, s - left);
92 next_token[s - left] = '\0';
104 if (next_token[0] == '\0')
106 else if (strcmp(next_token, ".") == 0)
108 else if (strcmp(next_token, "..") == 0) {
127 resolved_len = strlcat(resolved, next_token, PATH_MAX);
  /cts/tools/dasm/src/java_cup/
lexer.java 32 * next_token() to get each token) this class provides simple error and
373 public static token next_token() throws java.io.IOException method in class:lexer
380 /** Debugging version of next_token(). This routine calls the real scanning
387 System.out.println("# next_token() => " + result.sym);
394 * next_token(), but for debugging purposes can be called indirectly from
  /cts/tools/dasm/src/dasm/
Scanner.java 203 public token next_token() throws IOException, DasmError { method in class:Scanner
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 111 static const char* next_token(const char* str);
255 next_token(const char* str) function
264 const char* start = next_token(str);
  /ndk/sources/host-tools/make-3.81/
misc.c 120 in = next_token (in);
464 next_token (const char *s)
477 char *p = next_token (*ptr);
457 next_token (const char *s) function
  /external/bluetooth/glib/glib/
gscanner.h 192 GTokenType next_token; member in struct:_GScanner
  /external/oprofile/libop/
op_events.c 348 static int next_token(char const ** cp, char ** name, char ** value) function
364 parse_error("next_token(): garbage at end of line");
369 parse_error("next_token() expected ':'");
460 while (next_token(&c, &name, &value)) {
761 while (next_token(&c, &name, &value)) {
  /external/srec/srec/include/
srec.h 52 struct altword_token_t* next_token; /* todo: change this to indices */ member in struct:altword_token_t
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
parse-js.js 487 return next_token();
491 return next_token();
523 function next_token(force_regexp) {
540 next_token.context = function(nc) {
545 return next_token;
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 282 milliseconds