Home
last modified time | relevance | path

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

12

/external/autotest/server/cros/
Dhost_lock_manager.py47 def locked_hosts(self, hosts): argument
102 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument
119 def unlock(self, hosts=None): argument
142 def _host_modifier(self, hosts, operation, lock_reason=None): argument
Dhost_lock_manager_unittest.py55 def _host_modifier(self, hosts, operation, lock_reason=''): argument
/external/webrtc/webrtc/p2p/client/
Dhttpportallocator.h58 void SetStunHosts(const std::vector<rtc::SocketAddress>& hosts) { in SetStunHosts()
63 void SetRelayHosts(const std::vector<std::string>& hosts) { in SetRelayHosts()
Dhttpportallocator.cc127 ServerAddresses hosts; in GetPortConfigurations() local
195 ServerAddresses hosts; in ReceiveSessionResponse() local
/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.py173 def add_label_to_hosts(id, hosts): argument
194 def _create_label_everywhere(id, hosts): argument
242 def label_add_hosts(id, hosts): argument
266 def remove_label_from_hosts(id, hosts): argument
284 def label_remove_hosts(id, hosts): argument
814 def acl_group_add_hosts(id, hosts): argument
822 def acl_group_remove_hosts(id, hosts): argument
970 hosts=(), argument
1102 def _call_special_tasks_on_hosts(task, hosts): argument
2028 def get_host_history(start_time, end_time, hosts=None, board=None, pool=None): argument
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgs2.java41 public List hosts = new ArrayList(); field in Args2
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py34 def _group_hosts_into_pools(self, hosts): argument
/external/autotest/cli/
Dchange_protection_level.py22 hosts = afe_proxy.run('get_hosts', hostname__in=leftover_args[1:]) variable
Dquery_results85 hosts = [row[0] for row in results] variable
Dhost.py512 def _set_acls(self, hosts, acls): argument
753 def output(self, hosts): argument
797 cls, web_server, hosts, platform=None, argument
927 def output(self, hosts): argument
Dhost_unittest.py1255 def _gen_acls_rpcs(self, hosts, acls, host_ids=[]): argument
1442 def _gen_expectations(self, hosts=['localhost'], locked=None, argument
1559 def _gen_expectations(self, hosts=['localhost'], locked=False, argument
/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/autotest/client/common_lib/
Dbarrier.py494 def rendezvous(self, *hosts, **dargs):
523 def rendezvous_servers(self, masterid, *hosts, **dargs):
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDnsNameResolverTest.java705 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatches() local
716 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameDoesntMatch() local
727 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_clientLanguageCaseSensitive() local
738 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatchesEmtpy() local
748 List<Object> hosts = new ArrayList<>(); in maybeChooseServiceConfig_hostnameMatchesMulti() local
/external/autotest/contrib/
Ddhcp_failed_machines.py73 hosts = sorted([lookup(h) for h in offenders]) variable
/external/autotest/server/
Dprofilers.py150 def _get_all_failure_logs(self, test, hosts): argument
170 def _run_clients(self, test, hosts): argument
/external/autotest/scheduler/
Drdb.py253 def lease_hosts(self, hosts): argument
303 def _sort_hosts_by_preferred_deps(cls, hosts, preferred_deps): 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/autotest/tko/
Dretrieve_logs.cgi97 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument
/external/autotest/scheduler/shard/
Dsimple_heartbeat_server.py95 def _create_packet(hosts, jobs): argument
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_analysis.proto9 repeated string hosts = 3; field
/external/autotest/site_utils/
Dtest_runner_utils_unittest.py279 def __init__(self, suite_control_files, hosts): argument
/external/openssh/
Dhostfile.h90 const char *hosts; /* Raw hosts text, may be hashed or list multiple */ member

12