Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResourceDownloader.java41 final String protocol = url.getProtocol(); in download() local
74 final String protocol = url.getProtocol(); in buildDownloadCommandArgs() local
/tools/netsim/rust/http-proxy/src/
Dutil.rs47 pub protocol: String, field
81 let protocol = in from_string() localVariable
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_iperf_measurement.py201 def protocol(self): member in Cmx500IPerfService
206 def protocol(self, protocol): argument
Dcmw500_iperf_measurement.py302 def protocol(self): member in CMW500IPerfService
309 def protocol(self, protocol): argument
/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java352 String protocol; in resolvePartialDownloadZip() local
383 remoteZipFilePath, protocol, queryArgs))) { in resolvePartialDownloadZip() argument
404 private IRemoteFileResolver getResolver(String protocol) throws BuildRetrievalError { in getResolver()
455 String protocol; in resolveRemoteFiles() local
/tools/carrier_settings/proto/
Dcarrier_settings.proto112 optional Protocol protocol = 14 [default = IP]; field
/tools/netsim/rust/daemon/src/wifi/
Dmdns_forwarder.rs56 protocol: u8, field
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py573 def iperf_result(log, protocol, result): argument