Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/telemetry/page/
Dshared_page_state_unittest.py39 run_state = shared_page_state.SharedPageState(
41 self.assertTrue(run_state.platform.network_controller.is_open)
42 self.assertEquals(run_state.platform.network_controller.wpr_mode,
46 run_state = shared_page_state.SharedPageState(
48 self.assertTrue(run_state.platform.network_controller.is_open)
49 self.assertEquals(run_state.platform.network_controller.wpr_mode,
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp253 if (m_basic_info.run_state == 0) in IsUserReady()
256 switch (m_basic_info.run_state) in IsUserReady()
353 switch (m_basic_info.run_state) in Dump()
373 m_basic_info.run_state, in Dump()
/external/lldb/source/Target/
DThreadList.cpp588 StateType run_state; in WillResume() local
590 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
592 run_state = eStateSuspended; in WillResume()
593 if (!thread_sp->ShouldResume(run_state)) in WillResume()
/external/lldb/tools/darwin-threads/
Dexamine-threads.c414 switch (basic_info->run_state) { in main()