Searched refs:binary (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTestTest.java | 68 File binary = FileUtil.createTempFile("python-dir", ""); in testRun() local 71 setter.setOptionValue("python-binaries", binary.getAbsolutePath()); in testRun() 78 EasyMock.eq(binary.getAbsolutePath()), in testRun() 81 mMockListener.testRunStarted(binary.getName(), 5); in testRun() 91 FileUtil.deleteFile(binary); in testRun() 101 File binary = FileUtil.createTempFile("python-dir", ""); in testRunFail_exception() local 104 setter.setOptionValue("python-binaries", binary.getAbsolutePath()); in testRunFail_exception() 111 EasyMock.eq(binary.getAbsolutePath()), in testRunFail_exception() 124 FileUtil.deleteFile(binary); in testRunFail_exception() 134 File binary = FileUtil.createTempFile("python-dir", ""); in testRunFail_failureOnly() local [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/ |
D | audio_data.py | 73 def __init__(self, binary, channel, sample_format): argument 86 if binary: 87 self.read_binary(binary) 89 def read_binary(self, binary): argument 106 np_array = numpy.fromstring(binary, dtype=np_dtype)
|
D | check_quality.py | 170 binary=self._binary, 450 binary = None 452 binary = f.read() 454 binary=binary, channel=channel, sample_format='S%d_LE' % bit_width)
|
/tools/test/connectivity/acts/framework/tests/ |
D | audio_analysis_unittest.py | 130 binary = open(file_path, 'rb').read() 131 data = audio_data.AudioRawData(binary, 2, 'S32_LE')
|
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/ |
D | Android.mk.bak | 38 # All gtests in all files should be compiled into one binary
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_test_utils.py | 1136 def write_read_verify_data(client_ad, server_ad, msg, binary=False): argument 1150 if binary: 1159 if binary:
|
/tools/metalava/ |
D | README.md | 28 This builds a binary distribution in `../../out/host/common/install/metalava/bin/metalava`.
|
/tools/external/fat32lib/ |
D | NOTICE | 104 …d not include anything that is normally distributed (in either source or binary form) with the maj…
|