Searched refs:token (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | mntent.cpp | 78 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/ |
D | linker_utils.cpp | 45 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/ |
D | cpp.py | 258 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/ |
D | smc_diag.h | 63 __u32 token; member 98 __aligned_u64 token; member
|
D | auto_dev-ioctl.h | 37 __u32 token; member 40 __u32 token; member
|
D | rio_mport_cdev.h | 137 __u32 token; member
|
/bionic/libc/kernel/uapi/sound/ |
D | asoc.h | 132 __le32 token; member 136 __le32 token; member 140 __le32 token; member
|