/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/ |
ServerNameHelloExtension.java | 32 public List<String> hostnames; field in class:ServerNameHelloExtension 39 hostnames = new ArrayList<String>(); 47 hostnames.add(hostname); 52 return "HelloExtension{type: server_name, hostnames: " + hostnames + "}";
|
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/ |
ServerNameHelloExtension.java | 30 public List<String> hostnames; field in class:ServerNameHelloExtension 37 hostnames = new ArrayList<String>(); 45 hostnames.add(hostname); 50 return "HelloExtension{type: server_name, hostnames: " + hostnames + "}";
|
/external/autotest/contrib/ |
repair_hosts | 24 # with hostnames=[], the call takes longer than I was willing to 28 frontend.AFE().repair_hosts(hostnames=sys.argv[1:])
|
reverify_hosts | 24 # with hostnames=[], the call takes longer than I was willing to 28 frontend.AFE().reverify_hosts(hostnames=sys.argv[1:])
|
task_runner.sh | 61 hostnames='' 63 if [ "$hostnames" ]; then 64 hostnames="$hostnames,$H" 66 hostnames=$H 70 $AT_DIR/cli/atest host delete $hostnames --web $AFE 73 $AT_DIR/cli/atest host create $hostnames --web $AFE 74 $AT_DIR/cli/atest label add -m $hostnames $labels --web $AFE
|
manage_powerunit_info.py | 116 @param devices: a list of device hostnames. 144 parser.add_argument('-m', type=str, dest='hostnames', default='', 145 help='A list of machine hostnames seperated by comma, ' 164 if options.action == 'list' and not options.hostnames: 165 logging.error('Please specify hostnames with -m') 185 list_powerunit_info(afe, [h.strip() for h in options.hostnames.split(',')])
|
find_suite_tasks.py | 82 hostnames = {h.host.hostname for h in hqes if h.host} 84 for hostname in hostnames:
|
/external/autotest/client/tests/barriertest/ |
barriertest.py | 12 def run_once(self, our_addr, hostnames, master, timeout=120): 18 listen_server=server).rendezvous(*hostnames) 25 ).rendezvous_servers(hostnames[-1], *hostnames[:-1]) 33 ).rendezvous(abort=True, *hostnames) 49 ).rendezvous_servers(master, *hostnames) 57 ).rendezvous_servers(master, *hostnames)
|
/external/autotest/utils/ |
reverify_repair_failed.py | 27 hostnames = afe_client.reverify_hosts(status='Repair Failed', 30 # A more recent one returns a list of hostnames to make this message useful. 31 if hostnames: 34 print ' '.join(hostnames)
|
/external/chromium-libpac/test/js-unittest/ |
international_domain_names.js | 1 // Try resolving hostnames containing non-ASCII characters.
|
/external/curl/docs/cmdline-opts/ |
doh-url.d | 6 Specifies which DNS-over-HTTPS (DOH) server to use to resolve hostnames,
|
/external/autotest/server/ |
profilers.py | 176 hostnames = [host_info[0].hostname for host_info in hosts] 181 control_script = standalone_profiler.generate_test(hostnames, 199 standalone_profiler.wait_for_profilers(hostnames) 216 hostnames = [host_info[0].hostname for host_info in hosts] 218 standalone_profiler.start_profilers(hostnames) 231 hostnames = [host_info[0].hostname for host_info in hosts] 233 standalone_profiler.stop_profilers(hostnames) 246 hostnames = [host_info[0].hostname for host_info in hosts] 248 standalone_profiler.finish_profilers(hostnames)
|
frontend.py | 473 def _dict_for_host_query(hostnames=(), status=None, label=None): 475 if hostnames: 476 query_args['hostname__in'] = hostnames 484 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): 486 query_args.update(self._dict_for_host_query(hostnames=hostnames, 494 """Like get_hosts() but returns hostnames instead of Host objects.""" 501 def reverify_hosts(self, hostnames=(), status=None, label=None): 504 query_args.update(self._dict_for_host_query(hostnames=hostnames, [all...] |
/external/autotest/scheduler/ |
agent_task_unittest.py | 46 task.hostnames = {1: self.HOST_IN_RESTRICTED_SUBNET} 63 task.hostnames = {1: self.HOST_NOT_IN_RESTRICTED_SUBNET} 76 task.hostnames = {1: self.HOST_NOT_IN_RESTRICTED_SUBNET,
|
/external/autotest/server/cros/dynamic_suite/ |
fakes.py | 38 def __init__(self, id=0, statuses=[], hostnames=[], parent_job_id=None): 40 self.hostnames = hostnames if hostnames else ['host%d' % id]
|
tools.py | 143 hostnames = [host.hostname for host in host_list] 144 updated_hosts = afe.get_hosts(hostnames=hostnames)
|
/external/autotest/server/cros/network/ |
rf_switch_utils.py | 48 rf_switch = afe.get_hosts(hostnames=(rf_switch_host.hostname,))
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
capture_profile.cc | 124 // hostnames, for the time interval of duration_ms. Possibly save the profiling 127 const std::vector<tensorflow::string>& hostnames, 135 for (const auto& hostname : hostnames) { 158 << str_util::Join(hostnames, ",") << std::endl; 196 std::vector<tensorflow::string> hostnames = local 208 if (hostnames.empty()) { 213 status = NewSession(tpu_master, hostnames, duration_ms, repository_root,
|
/external/autotest/server/cros/ap_configurators/ |
ap_configurator_factory.py | 28 @attribute HOSTNAMES: a string, AP hostname. 43 HOSTNAMES = 'hostnames' 131 def get_aps_by_hostnames(self, hostnames, ap_list=None): 134 @param hostnames: a list of strings, AP's wan_hostname defined in the AP 145 if ap.host_name in hostnames: 237 # Add hostnames to chamber_aps list 273 # If APs hostnames are provided, assume the tester knows the location 275 if spec.hostnames is None: 285 if spec.hostnames is not None [all...] |
ap_spec.py | 139 band=None, mode=None, channel=None, hostnames=None, 149 self._hostnames = hostnames 236 def hostnames(self): member in class:APSpec 237 """Return the hostnames; this may be None."""
|
ap_configurator_factory_unittest.py | 203 spec = ap_spec.APSpec(hostnames=['chromeos3-row2-rack1-host1']) 207 spec = ap_spec.APSpec(hostnames=['chromeos3-row2-rack1-host1',
|
/external/autotest/venv/lucifer/ |
jobx.py | 35 return not hostnames(job) 38 def hostnames(job): function 39 """Return a list of hostnames for a job.
|
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/ |
Crawler.java | 46 private final ConcurrentHashMap<String, AtomicInteger> hostnames = new ConcurrentHashMap<>(); field in class:Crawler 85 AtomicInteger previous = hostnames.putIfAbsent(url.host(), hostnameCount);
|
/external/autotest/server/lib/ |
suite_report.py | 216 hostnames = {h.host.hostname for h in hqes if h.host} 218 len(hostnames)) 234 for hostname in sorted(hostnames)]
|
/external/autotest/site_utils/ |
test_push.py | 152 AFE.reverify_hosts(hostnames=[hostname]) 159 AFE.reverify_hosts(hostnames=hosts) 314 hostnames = set([hqe.host.hostname for hqe in hqes]) 315 for hostname in hostnames:
|