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

  /external/autotest/server/cros/dynamic_suite/
dynamic_suite_unittest.py 41 'check_hosts': False,
94 self.assertEquals(spec.check_hosts, self._DARGS['check_hosts'])
104 del(self._DARGS['check_hosts'])
110 self.assertEquals(spec.check_hosts, True)
dynamic_suite.py 51 job=job, pool=pool, check_hosts=check_hosts, add_experimental=True,
224 check_hosts=True,
260 @param check_hosts: require appropriate hosts to be available now.
320 self.check_hosts = check_hosts
  /external/autotest/scheduler/
rdb_integration_tests.py 167 self.check_hosts(iter(hosts))
329 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
358 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
365 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
372 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
436 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
rdb_cache_unittests.py 114 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
164 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
194 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
340 self.check_hosts(rdb_lib.acquire_hosts(queue_entries))
rdb_testing_utils.py 431 def check_hosts(self, host_iter): member in class:AbstractBaseRDBTester
  /external/autotest/cli/
suite.py 54 self.parser.add_option('-c', '--check_hosts',
59 metavar='CHECK_HOSTS')
92 check_info = topic_common.item_parse_info(attribute_name='check_hosts',
93 inline_option='check_hosts')
120 self.data['check_hosts'] = options.check_hosts
  /external/autotest/frontend/afe/
rpc_interface.py     [all...]
rpc_interface_unittest.py     [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 763 static int check_hosts(X509 *x, X509_VERIFY_PARAM_ID *id) function
787 if (id->hosts && check_hosts(x, id) <= 0) {
    [all...]
  /external/autotest/site_utils/
run_suite.py     [all...]

Completed in 764 milliseconds