Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dagsa_acts.py50 def _initiate_agsa_ota(self, file_path, destination=None, force=True): argument
117 def initiate_agsa_and_wait_until_transfer(self, file_path, destination=None, argument
Dapollo_acts.py546 destination=None, argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dchameleon_controller.py116 def pull_file(self, chameleon_location, destination): argument
177 def scp(self, source, destination): argument
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_handover_simulator.py83 def _prepare_handover(self, source, destination): argument
110 def _perform_handover(self, source, destination): argument
171 def handover_destination(self, destination): argument
/tools/test/openhst/
Dstress_test.proto57 string destination = 2; field
72 string destination = 3; field
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java84 File destination = null; in dumpConfigForVersion() local
/tools/test/connectivity/acts_tests/tests/google/net/
DUsbTetheringTest.py139 def _send_http_get(self, destination, interface): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DAndroidJUnitTest.java568 private void pushTestFile(File testFile, String destination, ITestInvocationListener listener) in pushTestFile()
/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs406 let destination = parse_mac_address("01:02:03:00:00:02").unwrap(); in test_with_address() localVariable
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs386 let destination = self.get_station(&dest_addr)?; in queue_frame() localVariable
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java567 String destination = getTestsDir().getAbsolutePath(); in stageTestArtifacts() local