Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 21 of 21) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/rohdeschwarz_lib/
Dcontest_test.py78 protocol = contest.AutomationServer.AutomationProtocol(
80 protocol.send_ok = mock.Mock()
81 protocol.data_received(b'DUT_SWITCH_ON')
83 asserts.assert_true(protocol.send_ok.called, 'OK response not sent.')
90 protocol = contest.AutomationServer.AutomationProtocol(
92 protocol.send_ok = mock.Mock()
93 protocol.data_received(b'DUT_SWITCH_OFF')
95 asserts.assert_true(protocol.send_ok.called, 'OK response not sent.')
101 protocol = contest.AutomationServer.AutomationProtocol(
103 protocol.send_ok = mock.Mock()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestResourceDownloader.java46 final String protocol = url.getProtocol(); in download() local
52 if ("file".equals(protocol)) { in download()
80 final String protocol = url.getProtocol(); in buildDownloadCommandArgs() local
81 if ("gs".equals(protocol)) { in buildDownloadCommandArgs()
85 if ("http".equals(protocol) || "https".equals(protocol)) { in buildDownloadCommandArgs()
90 throw new UnsupportedOperationException("protocol " + protocol + " is not supported"); in buildDownloadCommandArgs()
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanStandalonePerformanceTest.py42 for protocol, stream in itertools.product(
46 'test_wlan_standalone_{}_{}'.format(protocol, stream)
DCoexBasicPerformanceTest.py63 for protocol, stream, test_type in itertools.product(
68 test_type, protocol, stream)
DWlanWithA2dpPerformanceTest.py99 for protocol, stream, test_type in itertools.product(
104 test_type, protocol, stream)
DWlanWithBlePerformanceTest.py161 for protocol, stream, test_type in itertools.product(
165 test_type, protocol, stream)
/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java278 String protocol; in resolvePartialDownloadZip() local
281 protocol = uri.getScheme(); in resolvePartialDownloadZip()
289 IRemoteFileResolver resolver = getResolver(protocol); in resolvePartialDownloadZip()
313 protected IRemoteFileResolver getResolver(String protocol) { in getResolver() argument
314 return mFileResolverLoader.load(protocol, mExtraArgs); in getResolver()
349 String protocol; in resolveRemoteFiles() local
353 protocol = uri.getScheme(); in resolveRemoteFiles()
355 fileToResolve = new File(protocol + ":" + uri.getPath()); in resolveRemoteFiles()
360 IRemoteFileResolver resolver = getResolver(protocol); in resolveRemoteFiles()
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexBaseTest.py58 self.protocol = current_test_name.split("_")[-2]
210 traffic_type=self.iperf_variables.protocol
216 traffic_type=self.iperf_variables.protocol
224 if (self.iperf_variables.protocol == 'udp' and
227 self.log, self.iperf_variables.protocol,
231 self.iperf_variables.protocol,
Dcoex_test_utils.py574 def iperf_result(log, protocol, result): argument
589 if protocol == "udp":
/tools/tradefederation/core/atest/tools/
Datest_tools.py160 pickle.dump(_dict, cache_file, protocol=2)
211 pickle.dump(testable_modules, cache, protocol=2)
289 pickle.dump(_dict, cache_file, protocol=2)
/tools/asuite/atest/tools/
Datest_tools.py159 pickle.dump(_dict, cache_file, protocol=2)
211 pickle.dump(testable_modules, cache, protocol=2)
292 pickle.dump(_dict, cache_file, protocol=2)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/
Dtelephony_metric.proto9 https://developers.google.com/protocol-buffers/docs/pythontutorial
/tools/test/connectivity/acts/framework/acts/test_utils/power/loggers/protos/
Dpower_metric.proto8 https://developers.google.com/protocol-buffers/docs/pythontutorial
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py33 protocol = c.get('Protocol', 'telnet')
35 protocol)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto3 // https://developers.google.com/protocol-buffers/
50 // The protocol compiler can output a FileDescriptorSet containing the .proto
236 // or may contain hints for code that manipulates protocol messages.
259 // https://developers.google.com/protocol-buffers/docs/proto#options
297 // will be consistent across runtimes or versions of the protocol compiler.)
378 // the protocol compiler.
451 // setting this option true suggests that the protocol author believes that
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto3 // https://developers.google.com/protocol-buffers/
41 // of dealing with the raw protocol defined here.
/tools/asuite/atest/
Datest_utils.py533 pickle.dump(test_infos, test_info_cache_file, protocol=2)
/tools/carrier_settings/proto/
Dcarrier_settings.proto111 optional Protocol protocol = 14 [default = IP]; field
/tools/tradefederation/core/atest/
Datest_utils.py539 pickle.dump(test_infos, test_info_cache_file, protocol=2)
/tools/repohooks/tools/
Dspelling.txt912 protcol||protocol
914 protocoll||protocol
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...