Searched refs:token (Results 1 - 3 of 3) sorted by relevance

/art/cmdline/
H A Dtoken_range.h27 // A range of tokens to make token matching algorithms easier.
34 // if it *actually* mutates the token).
36 // Short-hand for a vector of strings. A single string and a token is synonymous.
74 // Non-copying move-from-vector constructor. Takes over the token vector.
111 // Create a token range by splitting a string. Each separator gets their own token.
122 // Push back everything before the last separator as a new token.
123 // Push back the separator as a token.
130 // Build up the token with another character.
163 // Look up a token b
396 auto&& token = *it; local
[all...]
/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc160 jlong token,
164 Thread* thread = reinterpret_cast<Thread*>(token);
158 ZygoteHooks_nativePostForkChild(JNIEnv* env, jclass, jlong token, jint debug_flags, jboolean is_system_server, jstring instruction_set) argument
/art/tools/
H A Dcpplint.py1724 token = matched.group(1)
1725 if token == '{':
1735 elif token == ';' or token == ')':
1746 else: # token == '}'
3447 # requires skipping the next token because we split on ' ' and '*'.

Completed in 111 milliseconds