Home
last modified time | relevance | path

Searched refs:active_state (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dsampler.py226 self.active_state = None # currently active state (to be ended later)
237 self.active_state = state_name
244 if self.active_state is not None:
245 self.states[self.active_state].end(end_time)
246 self.active_state = None
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1296 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
1298 void SetAllStopHooksActiveState(bool active_state);
/external/llvm-project/lldb/source/Target/
DTarget.cpp2583 bool active_state) { in SetStopHookActiveStateByID() argument
2589 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()
2593 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() argument
2596 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()