Home
last modified time | relevance | path

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

123

/external/adhd/cras/src/server/
Ddev_stream.h46 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/
Dcras_dbus_utils.py99 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/
Dupstart.py38 def is_running(service_name): function
69 if is_running(service_name):
Dservice_stopper.py72 if not upstart.is_running(service):
/external/rust/crates/tokio/src/runtime/task/
Dstate.rs115 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/
Ddockerjob.py82 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/
Ddockerjob.py100 while any(job.is_running() for job in jobs):
154 def is_running(self): member in DockerJob
/external/autotest/server/cros/graphics/
Dgraphics_power.py89 def is_running(self): member in GraphicsPowerThread
127 if self.is_running():
/external/llvm-project/clang/utils/analyzer/
DSATestUtils.py109 while (process.is_running() and
115 if process.is_running():
/external/autotest/site_utils/lxc/
Dcontainer.py355 if not self.is_running():
483 def is_running(self): member in Container
498 if not self.is_running():
617 if self.is_running():
Dbase_image_unittest.py134 self.assertTrue(container.is_running())
148 self.assertTrue(container.is_running())
/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py617 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/
Dchromedriver.py201 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/
DProcessKDP.cpp803 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/
Dcoroutines.py215 def is_running(coro): function
234 if is_running(coro):
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.utils.-sequence-enqueuer.pbtxt14 name: "is_running"
Dtensorflow.keras.utils.-ordered-enqueuer.pbtxt15 name: "is_running"
Dtensorflow.keras.utils.-generator-enqueuer.pbtxt15 name: "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/openscreen/discovery/public/
Ddns_sd_service_watcher_unittest.cc111 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/
DDefaultController.py45 while self.debugger.is_running:
/external/grpc-grpc/tools/run_tests/
Drun_performance_tests.py59 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/
Drun_performance_tests.py66 def is_running(self): member in QpsWorkerJob
442 while any(job.is_running() for job in jobs):
444 if job.is_running():

123