Home
last modified time | relevance | path

Searched refs:token (Results 1 – 5 of 5) 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.cc296 jlong token, in ZygoteHooks_nativePostForkChild() argument
308 Thread* thread = reinterpret_cast<Thread*>(token); in ZygoteHooks_nativePostForkChild()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1580 Ldalvik/system/ZygoteHooks;->token:J
11746 Lsun/util/locale/StringTokenIterator;->token:Ljava/lang/String;