Searched refs:token (Results 1 – 8 of 8) 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 | 263 token = Token(self._tu, token_group, 268 if token.kind != TokenKind.COMMENT: 269 tokens.append(token) 322 token = tokens.nextToken() 323 if not token: 326 token_list.append((token.id, token.location.line, 327 token.location.column)) 329 token_list.append(token.id) 420 token = self.tokens[self._index] 421 if self._index >= self._num_tokens or token.id != id: [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | smc_diag.h | 51 __u32 token; member 86 __aligned_u64 token; member
|
D | auto_dev-ioctl.h | 25 __u32 token; member 28 __u32 token; member
|
D | rio_mport_cdev.h | 125 __u32 token; member
|
/bionic/libc/kernel/uapi/sound/ |
D | asoc.h | 124 __le32 token; member 128 __le32 token; member 132 __le32 token; member
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | kvm_para.h | 101 __u32 token; member
|