Home
last modified time | relevance | path

Searched refs:is_running (Results 1 – 25 of 50) sorted by relevance

12

/external/libxcam/xcore/
Ddevice_manager.cpp92 if (is_running()) in set_capture_device()
103 if (is_running()) in set_event_device()
114 if (is_running()) in set_3a_analyzer()
126 if (is_running()) in set_smart_analyzer()
138 if (is_running()) in add_image_processor()
148 if (is_running ()) in set_poll_thread()
Dpipe_manager.cpp48 if (is_running ()) in set_smart_analyzer()
60 if (is_running ()) in add_image_processor()
Dxcam_thread.h37 bool is_running ();
Dthread_pool.h56 bool is_running ();
Dpipe_manager.h44 bool is_running () const { in is_running() function
Dxcam_thread.cpp136 bool Thread::is_running () in is_running() function in XCam::Thread
/external/autotest/client/cros/audio/
Dcras_dbus_utils.py98 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/cros/
Dupstart.py37 def is_running(service_name): function
53 if is_running(service_name):
Ddevice_jail_test_base.py24 if upstart.is_running('permission_broker'):
/external/autotest/site_utils/lxc/
Dzygote.py124 if not self.is_running():
151 if not self.is_running():
183 if not self.is_running():
Dcontainer.py360 if not self.is_running():
491 def is_running(self): member in Container
506 if not self.is_running():
625 if self.is_running():
Dbase_image_unittest.py141 self.assertTrue(container.is_running())
156 self.assertTrue(container.is_running())
/external/grpc-grpc/tools/run_tests/python_utils/
Ddockerjob.py82 while any(job.is_running() for job in jobs):
133 def is_running(self): member in DockerJob
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py197 def is_running(self): member in SwarmingBot
205 if self.is_running():
239 if not self.is_running():
250 if not self.is_running():
/external/u-boot/cmd/
Dremoteproc.c53 ops->is_running ? "is_running " : "", in print_remoteproc_list()
225 U_BOOT_CMD_MKENT(is_running, 1, 1, do_remoteproc_wrapper,
/external/autotest/client/common_lib/cros/
Dchromedriver.py201 utils.poll_for_condition(self.is_running,
215 def is_running(self): member in chromedriver_server
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py211 def is_running(coro): function
230 if is_running(coro):
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py500 def is_running(self): member in SequenceEnqueuer
648 while self.is_running():
742 while self.is_running():
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.utils.-sequence-enqueuer.pbtxt14 name: "is_running"
Dtensorflow.keras.utils.-generator-enqueuer.pbtxt15 name: "is_running"
Dtensorflow.keras.utils.-ordered-enqueuer.pbtxt15 name: "is_running"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.utils.-sequence-enqueuer.pbtxt14 name: "is_running"
Dtensorflow.keras.utils.-generator-enqueuer.pbtxt15 name: "is_running"
Dtensorflow.keras.utils.-ordered-enqueuer.pbtxt15 name: "is_running"
/external/u-boot/include/
Dremoteproc.h73 int (*is_running)(struct udevice *dev); member

12