/external/autotest/site_utils/ |
D | metadata_reporter.py | 64 if not is_running(): 126 def is_running(): function 138 if is_running(): 158 if not is_running():
|
/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/autotest/site_utils/lxc/ |
D | container.py | 231 if not self.is_running(): 362 def is_running(self): member in Container
|
D | zygote.py | 70 if self.is_running():
|
D | container_bucket_unittest.py | 122 self.assertTrue(base_container.is_running())
|
D | container_unittest.py | 69 self.assertFalse(container.is_running())
|
/external/autotest/client/site_tests/platform_CUPSDaemon/ |
D | platform_CUPSDaemon.py | 65 if upstart.is_running('cupsd'):
|
/external/autotest/scheduler/ |
D | drone_manager.py | 114 def is_running(self): member in PidfileContents 132 def is_running(self): member in InvalidPidfile 437 is_running = contents.exit_status is None 440 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/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/toolchain-utils/cros_utils/ |
D | buildbot_json.py | 634 def is_running(self): member in BuildStep
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 17036 PASS: gdb.python/py-infthread.exp: test InferiorThread.is_running
|
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
|