HomeSort by relevance Sort by last modified time
    Searched refs:is_running (Results 1 - 25 of 25) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ecs1030.cxx 31 int is_running = 0; variable
39 is_running = 1;
50 while (!is_running) {
joystick12-example.cxx 32 int is_running = 0; variable
40 is_running = 1;
53 while (!is_running) {
lol-example.cxx 32 int is_running = 0; variable
40 is_running = 1;
54 while (!is_running) {
mic.cxx 32 int is_running = 0; variable
41 is_running = 1;
62 while (!is_running) {
mq2.cxx 32 int is_running = 0; variable
41 is_running = 1;
62 while (!is_running) {
mq3.cxx 32 int is_running = 0; variable
41 is_running = 1;
62 while (!is_running) {
mq5.cxx 32 int is_running = 0; variable
41 is_running = 1;
57 while (!is_running) {
mq9.cxx 32 int is_running = 0; variable
41 is_running = 1;
57 while (!is_running) {
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mic.js 38 var is_running = false; variable
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
network_controller_backend_unittest.py 70 self.is_running = False
73 assert not self.is_running
74 self.is_running = True
78 assert self.is_running
79 self.is_running = False
189 self.assertTrue(b.replay_server.is_running)
196 self.assertFalse(old_replay_server.is_running)
208 self.assertTrue(b.replay_server.is_running)
215 self.assertFalse(old_replay_server.is_running)
231 self.assertTrue(b.replay_server.is_running)
    [all...]
  /external/chromium-trace/catapult/perf_insights/perf_insights/mre/
threaded_work_queue.py 24 def is_running(self): member in class:ThreadedWorkQueue
28 if self.is_running:
50 if not self.is_running:
60 assert not self.is_running
  /system/bt/osi/src/
reactor.c 46 bool is_running; // indicates whether |run_thread| is valid. member in struct:reactor_t
201 if (reactor->is_running && pthread_equal(pthread_self(), reactor->run_thread)) {
231 reactor->is_running = true;
243 reactor->is_running = false;
254 reactor->is_running = false;
284 reactor->is_running = false;
  /external/autotest/client/cros/audio/
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/
swarming_bots.py 187 def is_running(self): member in class:SwarmingBot
195 if self.is_running():
220 if not self.is_running():
231 if not self.is_running():
  /external/libchrome/base/timer/
timer.h 127 bool is_running() const { return is_running_; } function in class:base::Timer
  /external/autotest/client/common_lib/cros/
chromedriver.py 184 utils.poll_for_condition(self.is_running,
198 def is_running(self): member in class:chromedriver_server
  /external/autotest/scheduler/
monitor_db_babysitter 102 def is_running(self): member in class:MonitorProc
201 while proc.is_running():
drone_manager.py 107 def is_running(self): member in class:PidfileContents
125 def is_running(self): member in class:InvalidPidfile
422 is_running = contents.exit_status is None
425 if is_running and on_this_drone:
    [all...]
monitor_db_unittest.py 667 def setup_is_running(self, is_running):
669 self.process).and_return(is_running)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/core/
local_server.py 109 def is_running(self): member in class:LocalServer
155 assert not server.is_running, 'Server already started'
  /external/libchrome/base/message_loop/
message_loop.h 382 bool is_running() const;
message_loop.cc 359 bool MessageLoop::is_running() const { function in class:base::MessageLoop
  /external/webrtc/talk/media/base/
videocapturer.cc 177 bool is_running = capture_state() == CS_STARTING || local
179 if (!is_running) {
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 358 if (!base::Timer::is_running())
  /external/v8/src/debug/
debug.cc 1886 Handle<Object> is_running = Object::GetProperty( local
    [all...]

Completed in 2292 milliseconds