/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_hosts_unittest.cc | 144 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 D | dns_config_service_unittest.cc | 106 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 D | host_resolver_internal_result.h | 137 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 D | host_resolver_internal_result.cc | 375 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 D | rpc_interface.py | 165 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 D | frontend_test_utils.py | 89 def _create_job(self, hosts=[], metahosts=[], priority=0, active=False, argument 157 def _create_job_simple(self, hosts, use_metahost=False, argument
|
H A D | models.py | 811 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 D | host_lock_manager.py | 47 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 D | tradefed_prerequisite.py | 10 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 D | UnownedUserDataKeyTest.java | 69 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 D | HostSelector.java | 47 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 D | DnsNameResolverTest.java | 1071 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 D | test-501-multi-br-failure-recovery.py | 158 hosts = br1.srp_server_get_hosts() variable 194 hosts = br2.srp_server_get_hosts() variable
|
H A D | test-502-multi-br-leader-failure-recovery.py | 158 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 D | DomainVerificationReceiverV1.kt | 56 val hosts = in scheduleUnlockedV1() constant
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | barrier.py | 494 def rendezvous(self, *hosts, **dargs): 523 def rendezvous_servers(self, mainid, *hosts, **dargs):
|
/aosp_15_r20/external/autotest/server/ |
H A D | profilers.py | 151 def _get_all_failure_logs(self, test, hosts): argument 171 def _run_clients(self, test, hosts): argument
|
H A D | frontend.py | 776 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/ |
D | run_performance_tests.py | 221 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 D | run_performance_tests.py | 238 def prepare_remote_hosts(hosts, prepare_local=False): argument 276 def build_on_remote_hosts( argument
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_test_utils.cpp | 62 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 D | builder.json | 24 "hosts": { object 82 "hosts": { object
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | DnsBenchmark.java | 24 String[] hosts = new String[] { in timeDns() local
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | DnsPerfTest.java | 39 String[] hosts = new String[] { in timeDns() local
|
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/args/ |
H A D | Args2.java | 41 public List hosts = new ArrayList(); field in Args2
|