Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java103 private void mockCountTests(File binary, int numOfTest) throws Exception { in mockCountTests()
113 private void mockListenerStarted(File binary, int count) throws Exception { in mockListenerStarted()
122 private void mockListenerLog(File binary) { in mockListenerLog()
129 private void mockTestRunExpect(File binary, CommandResult res) throws Exception { in mockTestRunExpect()
152 File binary = FileUtil.createTempFile("rust-dir", ""); in testRun() local
177 File binary = FileUtil.createTempFile("rust-dir", ""); in testRun_withAdbPath() local
196 File binary = FileUtil.createTempFile("rust-dir", ""); in testRunFail_exception() local
216 File binary = FileUtil.createTempFile("rust-dir", ""); in testRunFail_list() local
246 File binary = FileUtil.createTempFile("rust-dir", ""); in testRunFail_failureOnly() local
266 File binary = FileUtil.createTempFile("rust-dir", ""); in testExcludeFilter() local
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java116 File binary = FileUtil.createTempFile("python-dir", ""); in testRun() local
157 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_failWithIncludeFilters() local
196 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_withIncludeFilters() local
258 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_withExcludeFilters() local
320 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_withAdbPath() local
359 File binary = FileUtil.createTempFile("python-dir", "", hostTestsDir); in testRun_withSharedLibInHostTestsDir() local
404 File binary = FileUtil.createTempFile("python-dir", "", testsDir); in testRun_withSharedLib() local
450 File binary = FileUtil.createTempFile("python-dir", ""); in testRunFail_exception() local
496 File binary = FileUtil.createTempFile("python-dir", ""); in testRunFail_failureOnly() local
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Daudio_data.py73 def __init__(self, binary, channel, sample_format): argument
89 def read_binary(self, binary): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableTargetTest.java54 public String findBinary(String binary) throws DeviceNotAvailableException { in findBinary()
DExecutableHostTest.java68 public String findBinary(String binary) { in findBinary()
DExecutableBaseTest.java224 public abstract String findBinary(String binary) throws DeviceNotAvailableException; in findBinary()
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dsyslog_lib.py171 def set_on_output_callback(self, on_output_callback, binary=False): argument
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py77 def set_on_output_callback(self, on_output_callback, binary=False): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessor.java80 binary, enumConstant
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java162 File binary = copyFile(binaryFile.getAbsolutePath(), binaryFilesDir); in run() local
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java69 binary, enumConstant
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1770 def write_read_verify_data(client_ad, server_ad, msg, binary=False): argument