Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dmkflame.py100 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]
/art/libnativeloader/
Dpublic_libraries.cpp409 std::vector<std::string> tokens = android::base::Split(trimmed_line, " "); in ParseConfig() local
410 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()
/art/compiler/utils/
Dassembler_test_base.h410 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()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h79 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()
/art/tools/veridex/
Dveridex.cc124 std::vector<std::string> tokens; in Split() local
128 tokens.push_back(tmp); in Split()
130 return tokens; in Split()
/art/tools/ahat/
DREADME.txt56 Annotate binder services, tokens, and proxies.
/art/cmdline/
DREADME.md84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the
171 an option to ignore any argument tokens that are not known to the parser. This is done with the