Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/tools/
Dcpp.py218 self.tokens = None
256 tokens = []
264 tokens.append(token)
266 return tokens
274 self.tokens = self._getTokensWithCursors()
280 self.tokens = self._getTokensWithCursors()
284 if self._index < len(self.tokens):
285 t = self.tokens[self._index]
314 tokens = CppStringTokenizer(token_string)
317 token = tokens.nextToken()
[all …]
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dgetsubopt.c45 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument
88 for (cnt = 0; *tokens; ++tokens, ++cnt) in getsubopt()
89 if (!strcmp(suboptarg, *tokens)) in getsubopt()
/bionic/tests/
Dstdlib_test.cpp739 char* const tokens[] = { in TEST() local
749 ASSERT_EQ(0, getsubopt(&subopts, tokens, &value)); in TEST()
751 ASSERT_EQ(1, getsubopt(&subopts, tokens, &value)); in TEST()
753 ASSERT_EQ(2, getsubopt(&subopts, tokens, &value)); in TEST()
755 ASSERT_EQ(0, getsubopt(&subopts, tokens, &value)); in TEST()
758 ASSERT_EQ(-1, getsubopt(&subopts, tokens, &value)); in TEST()
/bionic/libc/kernel/uapi/linux/
Dpkt_sched.h314 __s32 tokens; member