Home
last modified time | relevance | path

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

12

/external/autotest/server/cros/tradefed/
Dtradefed_prerequisite.py9 def bluetooth(hosts): argument
23 def region_us(hosts): argument
40 def check(prereq, hosts): argument
Dtradefed_chromelogin.py166 def login_chrome(hosts, **kwargs): argument
/external/autotest/server/cros/
Dhost_lock_manager.py46 def locked_hosts(self, hosts): argument
100 def lock(self, hosts, lock_reason='Locked by HostLockManager'): argument
117 def unlock(self, hosts=None): argument
140 def _host_modifier(self, hosts, operation, lock_reason=None): argument
Dhost_lock_manager_unittest.py37 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.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
Dmodels.py810 def check_no_platform(cls, hosts): argument
839 def check_board_labels_allowed(cls, hosts, new_labels=[]): argument
1139 hosts = dbmodels.ManyToManyField(Host, blank=True, variable in AclGroup
1146 def check_for_acl_violation_hosts(hosts): argument
1586 def create(cls, owner, options, hosts): argument
1770 def queue(self, hosts, is_template=False): 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/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/autotest/client/common_lib/
Dbarrier.py494 def rendezvous(self, *hosts, **dargs):
523 def rendezvous_servers(self, mainid, *hosts, **dargs):
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py31 def _group_hosts_into_pools(self, hosts): argument
/external/rust/crates/tokio/tests/
Dnet_lookup_host.rs25 let mut hosts = net::lookup_host("localhost:3000").await?; in resolve_dns() localVariable
/external/autotest/server/
Dprofilers.py151 def _get_all_failure_logs(self, test, hosts): argument
171 def _run_clients(self, test, hosts): argument
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
/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/contrib/
Ddhcp_failed_machines.py73 hosts = sorted([lookup(h) for h in offenders]) variable
/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/autotest/tko/
Dretrieve_logs.cgi97 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_analysis.proto12 repeated string hosts = 3; // host or host:port, port will be ignored. field
/external/autotest/site_utils/
Ddiagnosis_utils.py27 def __init__(self, labels, num_available, num_required, hosts): argument
Dbalance_pools.py316 def _exchange_labels(dry_run, hosts, target_pool, spare_pool): argument
Dtest_runner_utils_unittest.py193 def __init__(self, suite_control_files, hosts): argument
/external/autotest/server/site_tests/cheets_CTS_P/
Dcheets_CTS_P.py133 hosts=None, argument

12