/external/libxcam/xcore/ |
D | device_manager.cpp | 92 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()
|
D | pipe_manager.cpp | 48 if (is_running ()) in set_smart_analyzer() 60 if (is_running ()) in add_image_processor()
|
D | xcam_thread.h | 37 bool is_running ();
|
D | thread_pool.h | 56 bool is_running ();
|
D | pipe_manager.h | 44 bool is_running () const { in is_running() function
|
D | xcam_thread.cpp | 136 bool Thread::is_running () in is_running() function in XCam::Thread
|
/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/client/cros/ |
D | upstart.py | 37 def is_running(service_name): function 53 if is_running(service_name):
|
D | device_jail_test_base.py | 24 if upstart.is_running('permission_broker'):
|
/external/autotest/site_utils/lxc/ |
D | zygote.py | 124 if not self.is_running(): 151 if not self.is_running(): 183 if not self.is_running():
|
D | container.py | 360 if not self.is_running(): 491 def is_running(self): member in Container 506 if not self.is_running(): 625 if self.is_running():
|
D | base_image_unittest.py | 141 self.assertTrue(container.is_running()) 156 self.assertTrue(container.is_running())
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | dockerjob.py | 82 while any(job.is_running() for job in jobs): 133 def is_running(self): member in DockerJob
|
/external/autotest/site_utils/chromeos_proxy/ |
D | swarming_bots.py | 197 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/ |
D | remoteproc.c | 53 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/ |
D | chromedriver.py | 201 utils.poll_for_condition(self.is_running, 215 def is_running(self): member in chromedriver_server
|
/external/python/cpython3/Lib/asyncio/ |
D | coroutines.py | 211 def is_running(coro): function 230 if is_running(coro):
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | data_utils.py | 500 def is_running(self): member in SequenceEnqueuer 648 while self.is_running(): 742 while self.is_running():
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.utils.-sequence-enqueuer.pbtxt | 14 name: "is_running"
|
D | tensorflow.keras.utils.-generator-enqueuer.pbtxt | 15 name: "is_running"
|
D | tensorflow.keras.utils.-ordered-enqueuer.pbtxt | 15 name: "is_running"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.utils.-sequence-enqueuer.pbtxt | 14 name: "is_running"
|
D | tensorflow.keras.utils.-generator-enqueuer.pbtxt | 15 name: "is_running"
|
D | tensorflow.keras.utils.-ordered-enqueuer.pbtxt | 15 name: "is_running"
|
/external/u-boot/include/ |
D | remoteproc.h | 73 int (*is_running)(struct udevice *dev); member
|