/external/autotest/client/cros/ |
D | upstart.py | 28 def is_running(service_name): function 44 if is_running(service_name):
|
D | device_jail_test_base.py | 24 if upstart.is_running('permission_broker'):
|
/external/autotest/client/cros/audio/ |
D | cras_dbus_utils.py | 98 if self._loop.is_running(): 116 if self._loop.is_running(): 226 if self._loop.is_running(): 260 if self._loop.is_running():
|
/external/autotest/site_utils/chromeos_proxy/ |
D | swarming_bots.py | 187 def is_running(self): member in SwarmingBot 195 if self.is_running(): 220 if not self.is_running(): 231 if not self.is_running():
|
/external/autotest/client/common_lib/cros/ |
D | chromedriver.py | 182 utils.poll_for_condition(self.is_running, 196 def is_running(self): member in chromedriver_server
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | local_server.py | 108 def is_running(self): member in LocalServer 151 assert not server.is_running, 'Server already started'
|
/external/autotest/scheduler/ |
D | monitor_db_babysitter | 102 def is_running(self): member in MonitorProc 201 while proc.is_running():
|
D | drone_manager.py | 109 def is_running(self): member in PidfileContents 127 def is_running(self): member in InvalidPidfile 419 is_running = contents.exit_status is None 422 if is_running and on_this_drone:
|
D | monitor_db_unittest.py | 634 def setup_is_running(self, is_running): argument 636 self.process).and_return(is_running)
|
/external/autotest/client/site_tests/platform_CUPSDaemon/ |
D | platform_CUPSDaemon.py | 67 if upstart.is_running('cupsd'):
|
/external/libchrome/base/timer/ |
D | timer.h | 127 bool is_running() const { return is_running_; } in is_running() function
|
/external/webrtc/talk/media/base/ |
D | videocapturer.cc | 177 bool is_running = capture_state() == CS_STARTING || in Pause() local 179 if (!is_running) { in Pause()
|
/external/libchrome/base/message_loop/ |
D | message_loop.h | 377 bool is_running() const;
|
D | message_loop.cc | 362 bool MessageLoop::is_running() const { in is_running() function in base::MessageLoop
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 366 if (!base::Timer::is_running()) in Stop()
|
/external/v8/src/debug/ |
D | debug.cc | 2035 Handle<Object> is_running = in NotifyMessageHandler() local 2082 isolate_, is_running, cmd_processor, 1, is_running_args); in NotifyMessageHandler()
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_json.py | 634 def is_running(self): member in BuildStep
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 17304 PASS: gdb.python/py-infthread.exp: test InferiorThread.is_running
|
D | armv7a-cros-linux-gnueabi | 16935 PASS: gdb.python/py-infthread.exp: test InferiorThread.is_running
|
D | i686-pc-linux-gnu | 17036 PASS: gdb.python/py-infthread.exp: test InferiorThread.is_running
|