HomeSort by relevance Sort by last modified time
    Searched defs: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):
  /external/libxcam/xcore/
pipe_manager.h 44 bool is_running () const { function in class:XCam::PipeManager
xcam_thread.cpp 136 bool Thread::is_running () function in class:XCam::Thread
thread_pool.cpp 142 ThreadPool::is_running () function in class:XCam::ThreadPool
device_manager.h 90 bool is_running () const { function in class:XCam::DeviceManager
  /external/autotest/site_utils/lxc/container_pool/
async_listener.py 61 def is_running(self): member in class:AsyncListener
service.py 129 def is_running(self): member in class:Service
  /external/autotest/client/common_lib/cros/
chromedriver.py 193 utils.poll_for_condition(self.is_running,
207 def is_running(self): member in class:chromedriver_server
  /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():
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
data_utils.py 444 def is_running(self): member in class:SequenceEnqueuer
523 def is_running(self): member in class:OrderedEnqueuer
589 while self.is_running():
745 def is_running(self): member in class:GeneratorEnqueuer
756 if self.is_running():
787 while self.is_running():
  /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/autotest/site_utils/lxc/
container.py 342 if not self.is_running():
473 def is_running(self): member in class:Container
488 if not self.is_running():
578 if self.is_running():
  /external/libchrome/base/timer/
timer.h 142 bool is_running() const { return is_running_; } function in class:base::Timer
  /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/libchrome/base/message_loop/
message_loop.cc 291 bool MessageLoop::is_running() const { function in class:base::MessageLoop
  /external/python/cpython3/Lib/asyncio/
base_events.py 270 % (self.__class__.__name__, self.is_running(),
407 if self.is_running():
484 if self.is_running():
510 if not self.is_running():
513 def is_running(self): member in class:BaseEventLoop
    [all...]
events.py 234 def is_running(self): member in class:AbstractEventLoop
  /external/webrtc/talk/media/base/
videocapturer.cc 177 bool is_running = capture_state() == CS_STARTING || local
179 if (!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
444 is_running = contents.exit_status is None
447 if is_running and on_this_drone:
    [all...]
  /external/toolchain-utils/cros_utils/
buildbot_json.py 594 'is_running',
634 def is_running(self): member in class:BuildStep
    [all...]

Completed in 1085 milliseconds