Home
last modified time | relevance | path

Searched refs:is_available (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dwakeup_fd_eventfd.cc74 const int is_available = efd >= 0; in eventfd_check_availability() local
75 if (is_available) close(efd); in eventfd_check_availability()
76 return is_available; in eventfd_check_availability()
/external/autotest/site_utils/
Ddiagnosis_utils_unittest.py107 is_available = frontend.Host.is_available.im_func variable in _StubHost
Ddiagnosis_utils.py311 if host.is_available():
/external/python/cpython2/Modules/
D_hotshot.c994 is_available(ProfilerObject *self) in is_available() function
1076 if (is_available(self)) { in profiler_runcall()
1102 if (is_available(self)) { in profiler_runcode()
1133 if (is_available(self)) { in profiler_start()
/external/python/setuptools/setuptools/
Dssl_support.py38 is_available = ssl is not None and object not in (HTTPSHandler, HTTPSConnection) variable
Dpackage_index.py312 and ssl_support.is_available
/external/libaom/libaom/av1/common/
Dmvref_common.c560 int is_available = 0; in setup_ref_mv_list() local
588 if (blk_row == 0 && blk_col == 0) is_available = ret; in setup_ref_mv_list()
592 if (is_available == 0) mode_context[ref_frame] |= (1 << GLOBALMV_OFFSET); in setup_ref_mv_list()
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py679 self.faft_client.system.is_available()
/external/autotest/server/
Dfrontend.py914 def is_available(self): member in Host
/external/autotest/server/cros/dynamic_suite/
Dsuite.py1595 available_hosts = [h for h in hosts if h.is_available()]
/external/autotest/server/cros/faft/
Dfirmware_test.py184 self.faft_client.system.is_available()