Home
last modified time | relevance | path

Searched defs:hostnames (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/tests/barriertest/
Dbarriertest.py12 def run_once(self, our_addr, hostnames, master, timeout=120): argument
/external/conscrypt/testing/src/main/java/org/conscrypt/tlswire/handshake/
DServerNameHelloExtension.java30 public List<String> hostnames; field in ServerNameHelloExtension
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/tlswire/handshake/
DServerNameHelloExtension.java32 public List<String> hostnames; field in ServerNameHelloExtension
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc127 const std::vector<tensorflow::string>& hostnames, in NewSession()
196 std::vector<tensorflow::string> hostnames = in StartTracing() local
/external/autotest/server/cros/ap_configurators/
Dap_spec.py139 band=None, mode=None, channel=None, hostnames=None, argument
236 def hostnames(self): member in APSpec
Dap_configurator_factory.py131 def get_aps_by_hostnames(self, hostnames, ap_list=None): argument
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java46 private final ConcurrentHashMap<String, AtomicInteger> hostnames = new ConcurrentHashMap<>(); field in Crawler
/external/autotest/venv/lucifer/
Djobx.py38 def hostnames(job): function
/external/autotest/server/
Dfrontend.py473 def _dict_for_host_query(hostnames=(), status=None, label=None): argument
484 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): argument
501 def reverify_hosts(self, hostnames=(), status=None, label=None): argument
510 def repair_hosts(self, hostnames=(), status=None, label=None): argument
/external/autotest/server/cros/dynamic_suite/
Dfakes.py38 def __init__(self, id=0, statuses=[], hostnames=[], parent_job_id=None): argument
/external/autotest/cli/
Dhost.py1167 def _remove_invalid_hostnames(self, hostnames, log_failure=False): argument
1276 def execute_skylab_migration(self, hostnames): argument
/external/autotest/frontend/client/src/autotest/afe/
DHostSelector.java344 List<String> hostnames = new ArrayList<String>(); in updateHostnameList() local
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto243 repeated string hostnames = 1; field
/external/autotest/site_utils/deployment/
Dinstall.py651 def _report_results(afe, report_log, hostnames, results): argument
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java259 List<String> hostnames = new ArrayList<String>(); in cloneJob() local
/external/autotest/scheduler/
Dmonitor_db_unittest.py37 hostnames = {} variable in DummyAgent