HomeSort by relevance Sort by last modified time
    Searched full:is_alive (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 48 def is_alive(self): member in class:ProcessShim
49 return self._proc.is_alive()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
threaded_import_hangers.py 41 if t.is_alive():
test_queue.py 55 if self.t.is_alive():
75 if self.t.is_alive():
  /external/python/cpython2/Lib/test/
threaded_import_hangers.py 41 if t.is_alive():
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
threaded_import_hangers.py 41 if t.is_alive():
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
threaded_import_hangers.py 41 if t.is_alive():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 41 if t.is_alive():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 41 if t.is_alive():
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd.py 76 if self.is_alive():
103 def is_alive(self): member in class:Hostapd
108 return self._shell.is_alive(self._identifier)
129 while time.time() - start_time < timeout and not self.is_alive():
162 is_dead = not self.is_alive()
dhcp_server.py 81 if self.is_alive():
114 def is_alive(self): member in class:DhcpServer
119 return self._shell.is_alive(self._identifier)
139 while time.time() - start_time < timeout and not self.is_alive():
179 is_dead = not self.is_alive()
  /external/python/cpython2/Doc/includes/
mp_pool.py 247 assert worker.is_alive()
256 assert not worker.is_alive()
274 assert not worker.is_alive()
295 assert not worker.is_alive()
  /external/autotest/client/site_tests/platform_CrosDisksDBus/
platform_CrosDisksDBus.py 91 is_alive = self.cros_disks.is_alive()
92 if not is_alive:
  /external/autotest/client/cros/cellular/pseudomodem/
client.py 52 Handles the 'is_alive' command.
58 print '\nCommand "is_alive" expects no arguments.\n'
64 """ Handles the 'help is_alive' command. """
  /external/autotest/client/cros/enterprise/
enterprise_fake_dmserver.py 66 if self.process.is_alive():
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 173 if stdOutLogger.is_alive():
175 if stdErrLogger.is_alive():
  /external/python/cpython2/Lib/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_channel.py 120 if self._endpoint_process.is_alive():
123 if self._endpoint_process.is_alive():
378 if not self._endpoint_process.is_alive():
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 83 if thread.is_alive():
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 94 if thread.is_alive():
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
shell.py 67 def is_alive(self, identifier): member in class:ShellCommand
223 pids = [pid for pid in pids if self.is_alive(pid)]
  /tools/test/connectivity/tools/lab/utils/
shell.py 67 def is_alive(self, identifier): member in class:ShellCommand
223 pids = [pid for pid in pids if self.is_alive(pid)]

Completed in 3815 milliseconds

1 2 3 4