Home
last modified time | relevance | path

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

/art/cmdline/
Dtoken_range.h211 for (auto&& token : new_token_list) { in RemoveCharacter()
212 auto it = std::remove_if(token.begin(), token.end(), [&](char ch) { in RemoveCharacter()
219 token.erase(it, token.end()); in RemoveCharacter()
230 TokenRange RemoveToken(const std::string& token) { in RemoveToken()
231 return RemoveIf([&](const std::string& tok) { return tok == token; }); in RemoveToken()
236 return RemoveIf([](const std::string& token) { return token.empty(); }); in DiscardEmpty()
396 auto&& token = *it; in RemoveIf()
398 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/runtime/native/
Ddalvik_system_ZygoteHooks.cc144 static void ZygoteHooks_nativePostForkChild(JNIEnv* env, jclass, jlong token, jint debug_flags, in ZygoteHooks_nativePostForkChild() argument
146 Thread* thread = reinterpret_cast<Thread*>(token); in ZygoteHooks_nativePostForkChild()
/art/tools/
Dcpplint.py1698 token = matched.group(1)
1699 if token == '{':
1709 elif token == ';' or token == ')':