/external/chromium-trace/catapult/tracing/tracing/mre/ |
D | threaded_work_queue.py | 24 def is_running(self): member in ThreadedWorkQueue 28 if self.is_running: 50 if not self.is_running: 60 assert not self.is_running
|
/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/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/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.cpp | 875 bool is_running = false; in AsyncThread() local 883 is_running = true; in AsyncThread() 896 is_running = false; in AsyncThread() 918 is_running = false; in AsyncThread() 927 is_running = false; in AsyncThread() 930 } while (is_running); in AsyncThread()
|
/external/autotest/client/common_lib/cros/ |
D | chromedriver.py | 184 utils.poll_for_condition(self.is_running, 198 def is_running(self): member in chromedriver_server
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | local_server.py | 111 def is_running(self): member in LocalServer 157 assert not server.is_running, 'Server already started'
|
/external/autotest/scheduler/ |
D | monitor_db_babysitter | 102 def is_running(self): member in MonitorProc 201 while proc.is_running():
|
D | drone_manager.py | 107 def is_running(self): member in PidfileContents 125 def is_running(self): member in InvalidPidfile 422 is_running = contents.exit_status is None 425 if is_running and on_this_drone:
|
D | monitor_db_unittest.py | 667 def setup_is_running(self, is_running): argument 669 self.process).and_return(is_running)
|
/external/libchrome/base/timer/ |
D | timer.h | 127 bool is_running() const { return is_running_; } in is_running() function
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 902 bool is_running = false; in IsAThreadRunning() local 912 is_running = true; in IsAThreadRunning() 916 return is_running; in IsAThreadRunning()
|
/external/webrtc/talk/media/base/ |
D | videocapturer.cc | 177 bool is_running = capture_state() == CS_STARTING || in Pause() local 179 if (!is_running) { in Pause()
|
/external/lldb/scripts/Python/interface/ |
D | SBProcess.i | 423 …if _newclass: is_running = property(__get_is_running__, None, doc='''A read only property that ret…
|
/external/libchrome/base/message_loop/ |
D | message_loop.h | 382 bool is_running() const;
|
D | message_loop.cc | 359 bool MessageLoop::is_running() const { in is_running() function in base::MessageLoop
|
/external/libchrome/components/timers/ |
D | alarm_timer_chromeos.cc | 358 if (!base::Timer::is_running()) in Stop()
|
/external/v8/src/debug/ |
D | debug.cc | 2028 Handle<Object> is_running = in NotifyMessageHandler() local 2075 isolate_, is_running, cmd_processor, 1, is_running_args); in NotifyMessageHandler()
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 3464 lldb.SBProcess.is_running lldb.SBProcess-class.html#is_running
|