/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/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
|
D | device_manager.h | 90 bool is_running () const { in is_running() function
|
/external/autotest/site_utils/lxc/container_pool/ |
D | async_listener_unittest.py | 61 self.assertFalse(self.listener.is_running()) 64 self.assertTrue(self.listener.is_running()) 73 self.assertFalse(self.listener.is_running()) 81 self.assertFalse(self.listener.is_running())
|
D | service_unittest.py | 108 self.assertTrue(svc.is_running()) 111 self.assertFalse(svc.is_running())
|
D | async_listener.py | 61 def is_running(self): member in AsyncListener
|
/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 | 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/tensorflow/tensorflow/python/keras/_impl/keras/utils/ |
D | data_utils.py | 444 def is_running(self): member in SequenceEnqueuer 523 def is_running(self): member in OrderedEnqueuer 589 while self.is_running(): 745 def is_running(self): member in GeneratorEnqueuer 756 if self.is_running(): 787 while self.is_running():
|
/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 | 342 if not self.is_running(): 473 def is_running(self): member in Container 488 if not self.is_running(): 578 if self.is_running():
|
D | base_image_unittest.py | 141 self.assertTrue(container.is_running()) 156 self.assertTrue(container.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 | 193 utils.poll_for_condition(self.is_running, 207 def is_running(self): member in chromedriver_server
|
/external/tensorflow/tensorflow/tools/api/golden/ |
D | tensorflow.keras.utils.-sequence-enqueuer.pbtxt | 13 name: "is_running"
|
D | tensorflow.keras.utils.-generator-enqueuer.pbtxt | 15 name: "is_running"
|
/external/python/cpython3/Lib/asyncio/ |
D | 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 BaseEventLoop 1467 if self.is_running():
|
/external/autotest/scheduler/ |
D | drone_manager.py | 114 def is_running(self): member in PidfileContents 132 def is_running(self): member in InvalidPidfile 444 is_running = contents.exit_status is None 447 if is_running and on_this_drone:
|
/external/autotest/client/site_tests/platform_CUPSDaemon/ |
D | platform_CUPSDaemon.py | 65 if upstart.is_running('cupsd'):
|