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

  /external/autotest/client/cros/cellular/pseudomodem/
testing.py 32 def IsAlive(self):
client.py 60 print self._get_proxy().IsAlive(dbus_interface=pm_constants.I_TESTING)
pseudomodem_context.py 362 return testing_object.IsAlive(
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py 158 if thread_group.IsAlive():
reraiser_thread.py 154 if not thread.isAlive():
162 def IsAlive(self):
168 return any(t.isAlive() for t in self._threads)
189 for thread in (t for t in self._threads if t.isAlive()):
199 if any([t.isAlive() for t in self._threads]):
  /external/libmojo/third_party/catapult/devil/devil/utils/
timeout_retry.py 158 if thread_group.IsAlive():
reraiser_thread.py 154 if not thread.isAlive():
162 def IsAlive(self):
168 return any(t.isAlive() for t in self._threads)
189 for thread in (t for t in self._threads if t.isAlive()):
199 if any([t.isAlive() for t in self._threads]):
  /external/libtextclassifier/util/hash/
farmhash.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
resapi.h 39 #define CLRES_V1_FUNCTION_TABLE(_Name, _Version, _Prefix, _Arbitrate, _Release, _ResControl, _ResTypeControl) CLRES_FUNCTION_TABLE _Name = { CLRES_V1_FUNCTION_SIZE, _Version, _Prefix##Open, _Prefix##Close, _Prefix##Online, _Prefix##Offline, _Prefix##Terminate, _Prefix##LooksAlive, _Prefix##IsAlive, _Arbitrate, _Release, _ResControl, _ResTypeControl }
46 #define CLRES_V2_FUNCTION_TABLE_SET(_Name, _Version, _Prefix, _Arbitrate, _Release, _ResControl, _ResTypeControl, _LooksAlive, _IsAlive, _Cancel) _Name.TableSize = CLRES_V2_FUNCTION_SIZE; _Name.Version = _Version; _Name.V2Functions.Open = _Prefix##OpenV2; _Name.V2Functions.Close = _Prefix##Close; _Name.V2Functions.Online = _Prefix##OnlineV2; _Name.V2Functions.Offline = _Prefix##OfflineV2; _Name.V2Functions.Terminate = _Prefix##Terminate; _Name.V2Functions.LooksAlive= _LooksAlive; _Name.V2Functions.IsAlive = _IsAlive; _Name.V2Functions.Arbitrate = _Arbitrate; _Name.V2Functions.Release = _Release; _Name.V2Functions.ResourceControl = _ResControl; _Name.V2Functions.ResourceTypeControl = _ResTypeControl; _Name.V2Functions.Cancel = _Cancel;
242 PIS_ALIVE_ROUTINE IsAlive;
257 PIS_ALIVE_ROUTINE IsAlive;
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 344 bool IsAlive(const std::string& name) const {
820 if (!env.IsAlive(var_name) && dead_vars_analysis_) {
    [all...]

Completed in 355 milliseconds