Home
last modified time | relevance | path

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

123

/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
/external/autotest/frontend/client/src/autotest/tko/
DMachineQualHistogram.java30 String hosts = Utils.jsonToString(drilldownParams.get("hosts")); in showDrilldownImpl() local
42 private void showNADialog(String hosts) { in showNADialog()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandlerCollection.java115 Map hosts; in mapContexts() local
136 Map hosts=(Map)contexts; in mapContexts() local
216 Map hosts = (Map)list; in handle() local
/external/autotest/site_utils/
Dhost_history.py144 def get_results(start_time, end_time, hosts=None, board=None, pool=None, argument
174 def get_history_details(start_time, end_time, hosts=None, board=None, argument
Danalyze_reboot_time.py152 hosts = options.hosts variable
154 hosts = host_history.get_matched_hosts(options.autotest_server, variable
Dhost_history_utils.py305 def get_intervals_for_hosts(t_start, t_end, hosts=None, board=None, pool=None): argument
362 def get_report(t_start, t_end, hosts=None, board=None, pool=None, argument
Dtest_runner_utils_unittest.py180 def __init__(self, suite_control_files, hosts): argument
Dmass_update.py73 def __init__(self, options, hosts, status): 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.py84 def _create_job(self, hosts=[], metahosts=[], priority=0, active=False, argument
164 def _create_job_simple(self, hosts, use_metahost=False, argument
Drpc_interface.py132 def add_label_to_hosts(id, hosts): argument
148 def label_add_hosts(id, hosts): argument
194 def remove_label_from_hosts(id, hosts): argument
205 def label_remove_hosts(id, hosts): argument
687 def acl_group_add_hosts(id, hosts): argument
695 def acl_group_remove_hosts(id, hosts): argument
779 upload_kernel_config=False, hosts=(), argument
905 hosts=(), meta_hosts=(), one_time_hosts=(), argument
1034 def _call_special_tasks_on_hosts(task, hosts): argument
/external/autotest/frontend/client/src/autotest/afe/
DHostSelector.java47 public List<String> hosts = new ArrayList<String>(); field in HostSelector.HostSelection
157 List<String> hosts = Utils.splitListWithSpaces(display.getHostnameField().getText()); in onAddByHostname() local
162 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/
Dbase_barrier.py493 def rendezvous(self, *hosts, **dargs):
522 def rendezvous_servers(self, masterid, *hosts, **dargs):
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgs2.java41 public List hosts = new ArrayList(); field in Args2
/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.py397 def output(self, hosts): argument
542 def output(self, hosts): argument
Dsite_host.py35 cls, web_server, hosts, platform=None, argument
/external/autotest/server/
Dprofilers.py155 def _get_all_failure_logs(self, test, hosts): argument
175 def _run_clients(self, test, hosts): argument
/external/autotest/scheduler/
Drdb.py251 def lease_hosts(self, hosts): argument
301 def _sort_hosts_by_preferred_deps(cls, hosts, preferred_deps): argument
/external/autotest/contrib/
Ddhcp_failed_machines.py73 hosts = sorted([lookup(h) for h in offenders]) variable
/external/autotest/tko/
Dretrieve_logs.cgi82 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

123