Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/cronet/net/dns/
H A 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
H A 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
H A Dhost_resolver_internal_result.h137 const std::vector<HostPortPair>& hosts() const { return hosts_; } in hosts() function
138 void set_hosts(std::vector<HostPortPair> hosts) { hosts_ = std::move(hosts); } in set_hosts()
H A Dhost_resolver_internal_result.cc375 std::vector<HostPortPair> hosts; in FromValue() local
398 std::vector<HostPortPair> hosts) in HostResolverInternalDataResult()
452 std::vector<HostPortPair> hosts) in HostResolverInternalDataResult()
/aosp_15_r20/external/autotest/frontend/afe/
H A 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
H A 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
H A Dmodels.py811 def check_no_platform(cls, hosts): argument
840 def check_board_labels_allowed(cls, hosts, new_labels=[]): argument
1140 hosts = dbmodels.ManyToManyField(Host, blank=True, variable in AclGroup
1147 def check_for_acl_violation_hosts(hosts): argument
1587 def create(cls, owner, options, hosts): argument
1771 def queue(self, hosts, is_template=False): argument
/aosp_15_r20/external/autotest/server/cros/
H A 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
/aosp_15_r20/external/autotest/server/cros/tradefed/
H A Dtradefed_prerequisite.py10 def bluetooth(hosts): argument
24 def region_us(hosts): argument
41 def check(prereq, hosts): argument
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/
H A DUnownedUserDataKeyTest.java69 public void assertDetachedHostsMatch(UnownedUserDataHost... hosts) { in assertDetachedHostsMatch()
71 assertArrayEquals(mDetachedHosts.toArray(), hosts); in assertDetachedHostsMatch() local
80 public void assertDetachedHostsMatchAnyOrder(UnownedUserDataHost... hosts) { in assertDetachedHostsMatchAnyOrder()
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A 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()
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DDnsNameResolverTest.java1071 List<String> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatches() local
1082 List<String> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameDoesntMatch() local
1093 List<String> hosts = new ArrayList<>(); in maybeChooseServiceConfig_clientLanguageCaseSensitive() local
1104 List<String> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatchesEmtpy() local
1114 List<String> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatchesMulti() local
/aosp_15_r20/external/openthread/tests/toranj/cli/
H A Dtest-501-multi-br-failure-recovery.py158 hosts = br1.srp_server_get_hosts() variable
194 hosts = br2.srp_server_get_hosts() variable
H A Dtest-502-multi-br-leader-failure-recovery.py158 hosts = br1.srp_server_get_hosts() variable
194 hosts = br2.srp_server_get_hosts() variable
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/
H A DDomainVerificationReceiverV1.kt56 val hosts = in scheduleUnlockedV1() constant
/aosp_15_r20/external/autotest/client/common_lib/
H A Dbarrier.py494 def rendezvous(self, *hosts, **dargs):
523 def rendezvous_servers(self, mainid, *hosts, **dargs):
/aosp_15_r20/external/autotest/server/
H A Dprofilers.py151 def _get_all_failure_logs(self, test, hosts): argument
171 def _run_clients(self, test, hosts): argument
H A Dfrontend.py776 def add_hosts(self, hosts): argument
782 def remove_hosts(self, hosts): argument
799 def add_hosts(self, hosts): argument
804 def remove_hosts(self, hosts): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_performance_tests.py221 def prepare_remote_hosts(hosts, prepare_local=False): argument
255 def build_on_remote_hosts(hosts, argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_performance_tests.py238 def prepare_remote_hosts(hosts, prepare_local=False): argument
276 def build_on_remote_hosts( argument
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_test_utils.cpp62 std::vector<std::string> hosts; in ToStrings() local
83 std::vector<std::string> hosts; in ToStrings() local
/aosp_15_r20/external/aws-crt-java/
H A Dbuilder.json24 "hosts": { object
82 "hosts": { object
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DDnsBenchmark.java24 String[] hosts = new String[] { in timeDns() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DDnsPerfTest.java39 String[] hosts = new String[] { in timeDns() local
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgs2.java41 public List hosts = new ArrayList(); field in Args2

12345678910>>...13