Home
last modified time | relevance | path

Searched defs:hosts (Results 1 – 25 of 61) sorted by relevance

123

/external/cronet/net/dns/
Ddns_hosts_unittest.cc144 DnsHosts hosts; in TEST() local
150 DnsHosts hosts; in TEST() local
156 DnsHosts hosts; in TEST() local
162 DnsHosts hosts; in TEST() local
168 DnsHosts hosts; in TEST() local
174 DnsHosts hosts; in TEST() local
180 DnsHosts hosts; in TEST() local
186 DnsHosts hosts; in TEST() local
192 DnsHosts hosts; in TEST() local
Ddns_config_service_unittest.cc106 DnsHosts hosts; in MakeHosts() local
363 DnsHosts hosts = { in TEST_F() local
389 DnsHosts hosts = { in TEST_F() local
419 DnsHosts hosts = { in TEST_F() local
445 DnsHosts hosts = { in TEST_F() local
470 DnsHosts hosts = { in TEST_F() local
507 DnsHosts hosts = { in TEST_F() local
Dtest_dns_config_service.h41 void OnHostsRead(const DnsHosts& hosts) { in OnHostsRead()
Dhost_resolver_internal_result.cc355 std::vector<HostPortPair> hosts; in FromValue() local
378 std::vector<HostPortPair> hosts) in HostResolverInternalDataResult()
424 std::vector<HostPortPair> hosts) in HostResolverInternalDataResult()
/external/autotest/server/cros/tradefed/
Dtradefed_prerequisite.py10 def bluetooth(hosts): argument
24 def region_us(hosts): argument
41 def check(prereq, hosts): argument
Dadb.py73 def get_adb_targets(hosts): argument
Dtradefed_chromelogin.py199 def login_chrome(hosts, **kwargs): argument
/external/autotest/server/cros/
Dhost_lock_manager.py47 def locked_hosts(self, hosts): argument
101 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument
118 def unlock(self, hosts=None): argument
141 def _host_modifier(self, hosts, operation, lock_reason=None): argument
Dhost_lock_manager_unittest.py39 def _host_modifier(self, hosts, operation, lock_reason=''): argument
/external/autotest/frontend/afe/
Dfrontend_test_utils.py89 def _create_job(self, hosts=[], metahosts=[], priority=0, active=False, argument
157 def _create_job_simple(self, hosts, use_metahost=False, argument
Drpc_interface.py165 def add_label_to_hosts(id, hosts): argument
186 def _create_label_everywhere(id, hosts): argument
234 def label_add_hosts(id, hosts): argument
258 def remove_label_from_hosts(id, hosts): argument
276 def label_remove_hosts(id, hosts): argument
806 def acl_group_add_hosts(id, hosts): argument
814 def acl_group_remove_hosts(id, hosts): argument
962 hosts=(), argument
1094 def _call_special_tasks_on_hosts(task, hosts): argument
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDnsNameResolverTest.java550 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatches() local
561 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameDoesntMatch() local
572 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_clientLanguageCaseSensitive() local
583 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatchesEmtpy() local
593 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatchesMulti() local
/external/cronet/base/android/junit/src/org/chromium/base/
DUnownedUserDataKeyTest.java70 public void assertDetachedHostsMatch(UnownedUserDataHost... hosts) { in assertDetachedHostsMatch()
72 assertArrayEquals(mDetachedHosts.toArray(), hosts); in assertDetachedHostsMatch() local
81 public void assertDetachedHostsMatchAnyOrder(UnownedUserDataHost... hosts) { in assertDetachedHostsMatchAnyOrder()
/external/autotest/frontend/client/src/autotest/afe/
DHostSelector.java47 public List<String> hosts = new ArrayList<String>(); field in HostSelector.HostSelection
156 List<String> hosts = Utils.splitListWithSpaces(display.getHostnameField().getText()); in onAddByHostname() local
161 public void setSelectedHostnames(final List<String> hosts, final boolean allowOneTimeHosts) { in setSelectedHostnames()
DHostDataSource.java31 List<JSONObject> hosts = new ArrayList<JSONObject>(); in handleJsonResult() local
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgs2.java41 public List hosts = new ArrayList(); field in Args2
/external/flatbuffers/swift/Sources/FlatBuffers/
DEnum.swift31 /// The current value the enum hosts enum
/external/autotest/client/common_lib/
Dbarrier.py494 def rendezvous(self, *hosts, **dargs):
523 def rendezvous_servers(self, mainid, *hosts, **dargs):
/external/rust/crates/tokio/tests/
Dnet_lookup_host.rs27 let mut hosts = net::lookup_host("localhost:3000").await?; in resolve_dns() localVariable
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py32 def _group_hosts_into_pools(self, hosts): argument
/external/openthread/tests/toranj/cli/
Dtest-400-srp-client-server.py105 hosts = server.srp_server_get_hosts() variable
/external/autotest/server/
Dprofilers.py151 def _get_all_failure_logs(self, test, hosts): argument
171 def _run_clients(self, test, hosts): argument
/external/grpc-grpc/tools/run_tests/
Drun_performance_tests.py223 def prepare_remote_hosts(hosts, prepare_local=False): argument
254 def build_on_remote_hosts(hosts, argument
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_performance_tests.py220 def prepare_remote_hosts(hosts, prepare_local=False): argument
254 def build_on_remote_hosts(hosts, argument
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_analysis.proto12 repeated string hosts = 3; // host or host:port, port will be ignored. field

123