Home
last modified time | relevance | path

Searched refs:token (Results 1 – 10 of 10) sorted by relevance

/system/core/adb/
Dremount_service.c39 char *token = NULL; in find_mount() local
51 token = strtok(buf, delims); in find_mount()
53 while (token) { in find_mount()
59 res = sscanf(token, "%255s %255s %*s %*s %d %d\n", in find_mount()
66 token = strtok(NULL, delims); in find_mount()
Dprotocol.txt160 sends a SYNC(1, token) and continues to discard messages
161 * when the io pump receives a matching SYNC(1, token), it once again
/system/core/nexus/
DSupplicantStatus.cpp56 char *token = strsep(&line_next, "="); in createStatus() local
58 if (!strcmp(token, "bssid")) in createStatus()
60 else if (!strcmp(token, "ssid")) in createStatus()
62 else if (!strcmp(token, "id")) in createStatus()
64 else if (!strcmp(token, "wpa_state")) { in createStatus()
86 LOGD("Ignoring unsupported status token '%s'", token); in createStatus()
/system/core/init/
Dueventd_parser.c41 int token = next_token(&state); in parse_config() local
42 switch (token) { in parse_config()
Dreadme.txt10 whitespace into a token. Double quotes may also be used to prevent
/system/core/sh/
Dmktokens71 exec > token.h
DAndroid.mk45 p4 edit init.c nodes.c nodes.h token.h
Darith.y61 %token ARITH_NUM ARITH_LPAREN ARITH_RPAREN
Dparser.c792 #define RETURN(token) return lasttoken = token argument
1598 synexpect(int token) in synexpect() argument
1602 if (token >= 0) { in synexpect()
1604 tokname[lasttoken], tokname[token]); in synexpect()
DTOUR32 mktokens - token.h