Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java68 private void mockCountTests(File binary, int numOfTest) throws Exception { in mockCountTests()
82 private void mockTestRunStarted(File binary, int count) throws Exception { in mockTestRunStarted()
92 private void mockRunTest(File binary, CommandStatus status, String stderr, String stdout) in mockRunTest()
124 File binary = FileUtil.createTempFile("rust-dir", ""); in testRun() local
150 File binary = FileUtil.createTempFile("rust-dir", ""); in testRun_withAdbPath() local
170 File binary = FileUtil.createTempFile("rust-dir", ""); in testRunFail_exception() local
189 File binary = FileUtil.createTempFile("rust-dir", ""); in testRunFail_list() local
224 File binary = FileUtil.createTempFile("rust-dir", ""); in testRunFail_failureOnly() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java116 File binary = FileUtil.createTempFile("python-dir", ""); in testRun() local
152 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_failWithIncludeFilters() local
191 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_withIncludeFilters() local
253 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_withExcludeFilters() local
315 File binary = FileUtil.createTempFile("python-dir", ""); in testRun_withAdbPath() local
354 File binary = FileUtil.createTempFile("python-dir", "", hostTestsDir); in testRun_withSharedLibInHostTestsDir() local
399 File binary = FileUtil.createTempFile("python-dir", "", testsDir); in testRun_withSharedLib() local
445 File binary = FileUtil.createTempFile("python-dir", ""); in testRunFail_exception() local
491 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/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dsyslog_lib.py158 def set_on_output_callback(self, on_output_callback, binary=False): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableHostTest.java67 public String findBinary(String binary) { in findBinary()
DExecutableBaseTest.java206 public abstract String findBinary(String binary) throws DeviceNotAvailableException; in findBinary()
/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.java70 binary, enumConstant
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_test_utils.py1712 def write_read_verify_data(client_ad, server_ad, msg, binary=False): argument