/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
|
D | host_lock_manager_unittest.py | 55 def _host_modifier(self, hosts, operation, lock_reason=''): 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 | 89 def _create_job(self, hosts=[], metahosts=[], priority=0, active=False, argument 157 def _create_job_simple(self, hosts, use_metahost=False, argument
|
D | rpc_interface.py | 173 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/ |
D | Args2.java | 41 public List hosts = new ArrayList(); field in Args2
|
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/ |
D | hardware_StorageQualCheckSetup.py | 34 def _group_hosts_into_pools(self, hosts): argument
|
/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 | 512 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
|
D | host_unittest.py | 1255 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/ |
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()
|
D | HostDataSource.java | 31 List<JSONObject> hosts = new ArrayList<JSONObject>(); in handleJsonResult() local
|
/external/autotest/client/common_lib/ |
D | barrier.py | 494 def rendezvous(self, *hosts, **dargs): 523 def rendezvous_servers(self, masterid, *hosts, **dargs):
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | DnsNameResolverTest.java | 705 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/ |
D | dhcp_failed_machines.py | 73 hosts = sorted([lookup(h) for h in offenders]) variable
|
/external/autotest/server/ |
D | profilers.py | 150 def _get_all_failure_logs(self, test, hosts): argument 170 def _run_clients(self, test, hosts): argument
|
/external/autotest/scheduler/ |
D | rdb.py | 253 def lease_hosts(self, hosts): argument 303 def _sort_hosts_by_preferred_deps(cls, hosts, preferred_deps): argument
|
/external/grpc-grpc/tools/run_tests/ |
D | run_performance_tests.py | 223 def prepare_remote_hosts(hosts, prepare_local=False): argument 254 def build_on_remote_hosts(hosts, argument
|
/external/autotest/tko/ |
D | retrieve_logs.cgi | 97 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
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_analysis.proto | 9 repeated string hosts = 3; field
|
/external/autotest/site_utils/ |
D | test_runner_utils_unittest.py | 279 def __init__(self, suite_control_files, hosts): argument
|
/external/openssh/ |
D | hostfile.h | 90 const char *hosts; /* Raw hosts text, may be hashed or list multiple */ member
|