Searched refs:tokens (Results 1 – 7 of 7) sorted by relevance
100 thread_type_size = self.definition(int(tokens[0]))108 tokens = definition.split(";")111 (thread_type_size, weight) = get_top_and_weight(int(tokens[0]))114 del tokens[0]117 for i in range(len(tokens)):120 token = tokens[i]
409 std::vector<std::string> tokens = android::base::Split(trimmed_line, " "); in ParseConfig() local410 if (tokens.size() < 1 || tokens.size() > 3) { in ParseConfig()414 size_t i = tokens.size(); in ParseConfig()416 if (tokens[i] == "nopreload") { in ParseConfig()418 } else if (tokens[i] == "32" || tokens[i] == "64") { in ParseConfig()422 entry.bitness = tokens[i] == "32" ? ONLY_32 : ONLY_64; in ParseConfig()427 entry.soname = tokens[i]; in ParseConfig()
410 std::vector<std::string> tokens(start, end); in Compile()412 if (tokens.size() < OBJDUMP_SECTION_LINE_MIN_TOKENS) { in Compile()417 if (tokens[1] != ".text") { in Compile()422 std::string lengthToken = "0x" + tokens[2]; in Compile()425 std::string offsetToken = "0x" + tokens[5]; in Compile()
79 virtual size_t MaybeMatches(const TokenRange& tokens) = 0;484 virtual size_t MaybeMatches(const TokenRange& tokens) { in MaybeMatches()485 return argument_info_.MaybeMatches(tokens); in MaybeMatches()
124 std::vector<std::string> tokens; in Split() local128 tokens.push_back(tmp); in Split()130 return tokens; in Split()
56 Annotate binder services, tokens, and proxies.
84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the171 an option to ignore any argument tokens that are not known to the parser. This is done with the