Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmntent.cpp78 char* token = mnt->mnt_opts; in hasmntopt() local
82 while (token) { in hasmntopt()
83 char* const tokenEnd = token + optLen; in hasmntopt()
86 if (memcmp(token, opt, optLen) == 0 && in hasmntopt()
88 return token; in hasmntopt()
91 token = strchr(token, ','); in hasmntopt()
92 if (token) token++; in hasmntopt()
/bionic/linker/
Dlinker_utils.cpp45 const std::string& token = param.first; in format_string() local
47 if (str->substr(pos + 1, token.size()) == token) { in format_string()
48 str->replace(pos, token.size() + 1, replacement); in format_string()
52 } else if (str->substr(pos + 1, token.size() + 2) == "{" + token + "}") { in format_string()
53 str->replace(pos, token.size() + 3, replacement); in format_string()
/bionic/libc/kernel/tools/
Dcpp.py258 token = Token(self._tu, token_group,
263 if token.kind != TokenKind.COMMENT:
264 tokens.append(token)
317 token = tokens.nextToken()
318 if not token:
321 token_list.append((token.id, token.location.line,
322 token.location.column))
324 token_list.append(token.id)
415 token = self.tokens[self._index]
416 if self._index >= self._num_tokens or token.id != id:
[all …]
/bionic/libc/kernel/uapi/linux/
Dsmc_diag.h63 __u32 token; member
98 __aligned_u64 token; member
Dauto_dev-ioctl.h37 __u32 token; member
40 __u32 token; member
Drio_mport_cdev.h137 __u32 token; member
/bionic/libc/kernel/uapi/sound/
Dasoc.h132 __le32 token; member
136 __le32 token; member
140 __le32 token; member