Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java68 File binary = FileUtil.createTempFile("python-dir", ""); in testRun() local
101 File binary = FileUtil.createTempFile("python-dir", ""); in testRunFail_exception() local
134 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/test_utils/bt/
Dbt_test_utils.py1136 def write_read_verify_data(client_ad, server_ad, msg, binary=False): argument