OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_result
(Results
1 - 2
of
2
) sorted by null
/art/test/931-agent-thread/
agent_thread.cc
165
jvmtiError
state_result
= jvmti_env->GetThreadState(thread.get(), &thread_state);
local
166
if (JvmtiErrorToException(env, jvmti_env,
state_result
)) {
/external/autotest/server/cros/servo/
pd_console.py
144
state_result
= {}
148
state_result
[key] = value.group(1)
152
return
state_result
Completed in 64 milliseconds