Home
last modified time | relevance | path

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

/art/cmdline/
Dtoken_range.h213 for (auto&& token : new_token_list) { in RemoveCharacter()
214 auto it = std::remove_if(token.begin(), token.end(), [&](char ch) { in RemoveCharacter()
221 token.erase(it, token.end()); in RemoveCharacter()
232 TokenRange RemoveToken(const std::string& token) { in RemoveToken()
233 return RemoveIf([&](const std::string& tok) { return tok == token; }); in RemoveToken()
238 return RemoveIf([](const std::string& token) { return token.empty(); }); in DiscardEmpty()
398 auto&& token = *it; in RemoveIf()
400 if (predicate(token)) { in RemoveIf()
DREADME.md82 _wildcard_ must be used to denote the location within the token that the type will be parsed out of.
/art/tools/jvmti-agents/ti-alloc-sample/
Dmkflame.py120 token = tokens[i]
122 method = self.definition(int(token)).replace(";", ":")
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc290 jlong token, in ZygoteHooks_nativePostForkChild() argument
300 Thread* thread = reinterpret_cast<Thread*>(token); in ZygoteHooks_nativePostForkChild()