/external/autotest/server/cros/ |
D | host_lock_manager.py | 47 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/ |
D | MachineQualHistogram.java | 30 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/ |
D | ContextHandlerCollection.java | 115 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/ |
D | host_history.py | 144 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
|
D | analyze_reboot_time.py | 152 hosts = options.hosts variable 154 hosts = host_history.get_matched_hosts(options.autotest_server, variable
|
D | host_history_utils.py | 305 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
|
D | test_runner_utils_unittest.py | 180 def __init__(self, suite_control_files, hosts): argument
|
D | mass_update.py | 73 def __init__(self, options, hosts, status): argument
|
/external/webrtc/webrtc/p2p/client/ |
D | httpportallocator.h | 58 void SetStunHosts(const std::vector<rtc::SocketAddress>& hosts) { in SetStunHosts() 63 void SetRelayHosts(const std::vector<std::string>& hosts) { in SetRelayHosts()
|
D | httpportallocator.cc | 127 ServerAddresses hosts; in GetPortConfigurations() local 195 ServerAddresses hosts; in ReceiveSessionResponse() local
|
/external/autotest/frontend/afe/ |
D | frontend_test_utils.py | 84 def _create_job(self, hosts=[], metahosts=[], priority=0, active=False, argument 164 def _create_job_simple(self, hosts, use_metahost=False, argument
|
D | rpc_interface.py | 132 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/ |
D | HostSelector.java | 47 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()
|
D | HostDataSource.java | 31 List<JSONObject> hosts = new ArrayList<JSONObject>(); in handleJsonResult() local
|
/external/autotest/client/common_lib/ |
D | base_barrier.py | 493 def rendezvous(self, *hosts, **dargs): 522 def rendezvous_servers(self, masterid, *hosts, **dargs):
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | Args2.java | 41 public List hosts = new ArrayList(); field in Args2
|
/external/autotest/cli/ |
D | change_protection_level.py | 22 hosts = afe_proxy.run('get_hosts', hostname__in=leftover_args[1:]) variable
|
D | query_results | 85 hosts = [row[0] for row in results] variable
|
D | host.py | 397 def output(self, hosts): argument 542 def output(self, hosts): argument
|
D | site_host.py | 35 cls, web_server, hosts, platform=None, argument
|
/external/autotest/server/ |
D | profilers.py | 155 def _get_all_failure_logs(self, test, hosts): argument 175 def _run_clients(self, test, hosts): argument
|
/external/autotest/scheduler/ |
D | rdb.py | 251 def lease_hosts(self, hosts): argument 301 def _sort_hosts_by_preferred_deps(cls, hosts, preferred_deps): argument
|
/external/autotest/contrib/ |
D | dhcp_failed_machines.py | 73 hosts = sorted([lookup(h) for h in offenders]) variable
|
/external/autotest/tko/ |
D | retrieve_logs.cgi | 82 def _get_tpool_args(hosts, job_path, is_shard, host_set): argument
|
/external/autotest/scheduler/shard/ |
D | simple_heartbeat_server.py | 95 def _create_packet(hosts, jobs): argument
|