/external/adhd/cras/src/server/ |
D | dev_stream.h | 46 int is_running; member 204 return dev_stream->is_running; in dev_stream_is_running() 209 dev_stream->is_running = 1; in dev_stream_set_running()
|
/external/autotest/client/cros/audio/ |
D | cras_dbus_utils.py | 99 if self._loop.is_running(): 117 if self._loop.is_running(): 227 if self._loop.is_running(): 261 if self._loop.is_running():
|
/external/autotest/client/cros/ |
D | upstart.py | 38 def is_running(service_name): function 69 if is_running(service_name):
|
D | service_stopper.py | 72 if not upstart.is_running(service):
|
/external/rust/crates/tokio/src/runtime/task/ |
D | state.rs | 115 assert!(curr.is_running()); in transition_to_idle() 139 assert!(prev.is_running()); in transition_to_complete() 359 pub(super) fn is_running(self) -> bool { in is_running() method 437 .field("is_running", &self.is_running()) in fmt()
|
/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/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | dockerjob.py | 100 while any(job.is_running() for job in jobs): 154 def is_running(self): member in DockerJob
|
/external/autotest/server/cros/graphics/ |
D | graphics_power.py | 89 def is_running(self): member in GraphicsPowerThread 127 if self.is_running():
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestUtils.py | 109 while (process.is_running() and 115 if process.is_running():
|
/external/autotest/site_utils/lxc/ |
D | container.py | 355 if not self.is_running(): 483 def is_running(self): member in Container 498 if not self.is_running(): 617 if self.is_running():
|
D | base_image_unittest.py | 134 self.assertTrue(container.is_running()) 148 self.assertTrue(container.is_running())
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | data_utils.py | 617 def is_running(self): member in SequenceEnqueuer 662 if self.is_running(): 772 while self.is_running(): 775 if self.is_running(): 891 while self.is_running():
|
/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/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 803 bool is_running = false; in AsyncThread() local 808 is_running = true; in AsyncThread() 822 is_running = false; in AsyncThread() 842 is_running = false; in AsyncThread() 851 is_running = false; in AsyncThread() 854 } while (is_running); in AsyncThread()
|
/external/python/cpython3/Lib/asyncio/ |
D | coroutines.py | 215 def is_running(coro): function 234 if is_running(coro):
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.utils.-sequence-enqueuer.pbtxt | 14 name: "is_running"
|
D | tensorflow.keras.utils.-ordered-enqueuer.pbtxt | 15 name: "is_running"
|
D | tensorflow.keras.utils.-generator-enqueuer.pbtxt | 15 name: "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/openscreen/discovery/public/ |
D | dns_sd_service_watcher_unittest.cc | 111 EXPECT_FALSE(watcher_.is_running()); in DnsSdServiceWatcherTests() 251 EXPECT_TRUE(watcher_.is_running()); in TEST_F() 254 EXPECT_FALSE(watcher_.is_running()); in TEST_F()
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/ |
D | DefaultController.py | 45 while self.debugger.is_running:
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 59 def is_running(self): member in QpsWorkerJob 434 while any(job.is_running() for job in jobs): 436 if job.is_running():
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_performance_tests.py | 66 def is_running(self): member in QpsWorkerJob 442 while any(job.is_running() for job in jobs): 444 if job.is_running():
|