HomeSort by relevance Sort by last modified time
    Searched refs:is_running (Results 1 - 20 of 20) sorted by null

  /external/autotest/client/cros/
upstart.py 28 def is_running(service_name): function
44 if is_running(service_name):
device_jail_test_base.py 24 if upstart.is_running('permission_broker'):
  /external/autotest/site_utils/
metadata_reporter.py 64 if not is_running():
126 def is_running(): function
138 if is_running():
158 if not is_running():
  /system/bt/osi/src/
reactor.cc 48 bool is_running; // indicates whether |run_thread| is valid. member in struct:reactor_t
206 if (reactor->is_running &&
238 reactor->is_running = true;
252 reactor->is_running = false;
263 reactor->is_running = false;
295 reactor->is_running = false;
  /external/autotest/client/cros/audio/
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/client/site_tests/platform_CUPSDaemon/
platform_CUPSDaemon.py 65 if upstart.is_running('cupsd'):
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 187 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/
timer.h 127 bool is_running() const { return is_running_; } function in class:base::Timer
  /external/autotest/client/common_lib/cros/
chromedriver.py 182 utils.poll_for_condition(self.is_running,
196 def is_running(self): member in class:chromedriver_server
  /external/autotest/site_utils/lxc/
container_bucket_unittest.py 122 self.assertTrue(base_container.is_running())
zygote.py 70 if self.is_running():
container.py 231 if not self.is_running():
362 def is_running(self): member in class:Container
container_unittest.py 69 self.assertFalse(container.is_running())
  /external/autotest/scheduler/
drone_manager.py 114 def is_running(self): member in class:PidfileContents
132 def is_running(self): member in class:InvalidPidfile
437 is_running = contents.exit_status is None
440 if is_running and on_this_drone:
    [all...]
monitor_db_unittest.py 634 def setup_is_running(self, is_running):
636 self.process).and_return(is_running)
    [all...]
  /external/libchrome/base/message_loop/
message_loop.h 377 bool is_running() const;
message_loop.cc 362 bool MessageLoop::is_running() const { function in class:base::MessageLoop
  /external/webrtc/talk/media/base/
videocapturer.cc 177 bool is_running = capture_state() == CS_STARTING || local
179 if (!is_running) {
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 366 if (!base::Timer::is_running())
  /external/toolchain-utils/cros_utils/
buildbot_json.py 594 'is_running',
634 def is_running(self): member in class:BuildStep
    [all...]

Completed in 543 milliseconds