Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/tracing/mre/
Dthreaded_work_queue.py24 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/
Dcras_dbus_utils.py98 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/
Dswarming_bots.py187 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/
DProcessKDP.cpp875 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/
Dchromedriver.py184 utils.poll_for_condition(self.is_running,
198 def is_running(self): member in chromedriver_server
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dlocal_server.py111 def is_running(self): member in LocalServer
157 assert not server.is_running, 'Server already started'
/external/autotest/scheduler/
Dmonitor_db_babysitter102 def is_running(self): member in MonitorProc
201 while proc.is_running():
Ddrone_manager.py107 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:
Dmonitor_db_unittest.py667 def setup_is_running(self, is_running): argument
669 self.process).and_return(is_running)
/external/libchrome/base/timer/
Dtimer.h127 bool is_running() const { return is_running_; } in is_running() function
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp902 bool is_running = false; in IsAThreadRunning() local
912 is_running = true; in IsAThreadRunning()
916 return is_running; in IsAThreadRunning()
/external/webrtc/talk/media/base/
Dvideocapturer.cc177 bool is_running = capture_state() == CS_STARTING || in Pause() local
179 if (!is_running) { in Pause()
/external/lldb/scripts/Python/interface/
DSBProcess.i423 …if _newclass: is_running = property(__get_is_running__, None, doc='''A read only property that ret…
/external/libchrome/base/message_loop/
Dmessage_loop.h382 bool is_running() const;
Dmessage_loop.cc359 bool MessageLoop::is_running() const { in is_running() function in base::MessageLoop
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc358 if (!base::Timer::is_running()) in Stop()
/external/v8/src/debug/
Ddebug.cc2028 Handle<Object> is_running = in NotifyMessageHandler() local
2075 isolate_, is_running, cmd_processor, 1, is_running_args); in NotifyMessageHandler()
/external/lldb/www/python_reference/
Dapi-objects.txt3464 lldb.SBProcess.is_running lldb.SBProcess-class.html#is_running