Searched defs:is_running (Results 1 - 10 of 10) sorted by relevance

/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
H A Dthreaded_work_queue.py24 def is_running(self): member in class:ThreadedWorkQueue
28 if self.is_running:
50 if not self.is_running:
60 assert not self.is_running
/external/autotest/client/common_lib/cros/
H A Dchromedriver.py184 utils.poll_for_condition(self.is_running,
198 def is_running(self): member in class:chromedriver_server
/external/autotest/scheduler/
H A Dmonitor_db_babysitter102 def is_running(self): member in class:MonitorProc
201 while proc.is_running():
H A Ddrone_manager.py107 def is_running(self): member in class:PidfileContents
125 def is_running(self): member in class:InvalidPidfile
422 is_running = contents.exit_status is None
425 if is_running and on_this_drone:
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dlocal_server.py109 def is_running(self): member in class:LocalServer
155 assert not server.is_running, 'Server already started'
/external/autotest/site_utils/chromeos_proxy/
H A Dswarming_bots.py187 def is_running(self): member in class:SwarmingBot
195 if self.is_running():
220 if not self.is_running():
231 if not self.is_running():
/external/libchrome/base/timer/
H A Dtimer.h127 bool is_running() const { return is_running_; } function in class:base::Timer
/external/libchrome/base/message_loop/
H A Dmessage_loop.cc359 bool MessageLoop::is_running() const { function in class:base::MessageLoop
/external/webrtc/talk/media/base/
H A Dvideocapturer.cc177 bool is_running = capture_state() == CS_STARTING || local
179 if (!is_running) {
/external/v8/src/debug/
H A Ddebug.cc1886 Handle<Object> is_running = Object::GetProperty( local
1932 isolate_, is_running, cmd_processor, 1, is_running_args);

Completed in 708 milliseconds