Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 48) sorted by relevance

12

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java131 private void mockCountTests(File binary, int numOfTest) throws Exception { in mockCountTests() argument
134 Mockito.eq(binary.getAbsolutePath()), in mockCountTests()
142 private void mockCountBenchmarks(File binary, int numOfTest) throws Exception { in mockCountBenchmarks() argument
145 Mockito.eq(binary.getAbsolutePath()), in mockCountBenchmarks()
154 private void mockListenerStarted(File binary, int count) throws Exception { in mockListenerStarted() argument
156 Mockito.eq(binary.getName()), in mockListenerStarted()
163 private void verifyListenerLog(File binary, boolean error) { in verifyListenerLog() argument
167 Mockito.eq(binary.getName() + "-stderr"), in verifyListenerLog()
173 Mockito.eq(binary.getName() + "-stdout"), in verifyListenerLog()
178 private void mockTestRunExpect(File binary, CommandResult res) throws Exception { in mockTestRunExpect() argument
[all …]
/tools/asuite/atest/unittest_data/
DVtsAndroidTest.xml.data16 <option name="binary-test-working-directory" value="_32bit::/data/nativetest/" />
17 <option name="binary-test-working-directory" value="_64bit::/data/nativetest64/" />
18 …<option name="binary-test-source" value="_32bit::DATA/nativetest/vts_treble_vintf_test/vts_treble_…
19 …<option name="binary-test-source" value="_64bit::DATA/nativetest64/vts_treble_vintf_test/vts_trebl…
20 <option name="binary-test-source" value="target_with_delim->/path/to/target_with_delim" />
21 <option name="binary-test-source" value="out/dir/target" />
22 <option name="binary-test-type" value="gtest"/>
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_data.py66 def __init__(self, binary, channel, sample_format): argument
79 if binary:
80 self.read_binary(binary)
82 def read_binary(self, binary): argument
99 np_array = numpy.fromstring(binary, dtype=np_dtype)
Dcheck_quality.py164 self.raw_data = audio_data.AudioRawData(binary=self._binary,
441 binary = None
443 binary = f.read()
444 raw_data = audio_data.AudioRawData(binary=binary,
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableTargetTest.java16 package com.android.tradefed.testtype.binary;
62 public String findBinary(String binary) throws DeviceNotAvailableException { in findBinary() argument
64 return binary; in findBinary()
66 for (String path : binary.split(" ")) { in findBinary()
68 return binary; in findBinary()
DKernelTargetTest.java16 package com.android.tradefed.testtype.binary;
81 public String findBinary(String binary) throws DeviceNotAvailableException { in findBinary() argument
82 if (mIgnoreBinaryCheck) return binary; in findBinary()
83 return super.findBinary(binary); in findBinary()
DKUnitModuleTest.java16 package com.android.tradefed.testtype.binary;
93 public String findBinary(String binary) throws DeviceNotAvailableException { in findBinary() argument
94 return getSkipBinaryCheck() || getDevice().doesFileExist(binary) ? binary : null; in findBinary()
DExecutableHostTest.java16 package com.android.tradefed.testtype.binary;
72 public String findBinary(String binary) { in findBinary() argument
73 File bin = new File(binary); in findBinary()
94 File src = FileUtil.findFile(binary, getAbi(), scanDirs.toArray(new File[] {})); in findBinary()
DExecutableBaseTest.java16 package com.android.tradefed.testtype.binary;
283 public abstract String findBinary(String binary) throws DeviceNotAvailableException; in findBinary() argument
448 for (String binary : mBinaryPaths) { in getAllTestCommands()
449 testCommands.put(new File(binary).getName(), binary); in getAllTestCommands()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DExecutableTargetTestTest.java16 package com.android.tradefed.testtype.binary;
82 public String findBinary(String binary) { in testRun_cmdSuccess()
83 return binary; in testRun_cmdSuccess()
125 public String findBinary(String binary) { in testRun_pathNotExist()
174 public String findBinary(String binary) { in testRun_cmdFailed()
175 return binary; in testRun_cmdFailed()
222 public String findBinary(String binary) { in testRun_addExcludeFilter()
223 return binary; in testRun_addExcludeFilter()
278 public String findBinary(String binary) { in testRun_addIncludeFilter()
279 return binary; in testRun_addIncludeFilter()
[all …]
DKernelTargetTestTest.java16 package com.android.tradefed.testtype.binary;
165 public String findBinary(String binary) {
166 return binary;
215 public String findBinary(String binary) {
216 return binary;
DKUnitModuleTestTest.java16 package com.android.tradefed.testtype.binary;
124 public String findBinary(String binary) { in setUp()
125 return binary; in setUp()
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_service.py54 def __init__(self, config, binary, output_log_path, argument
77 self._binary = binary
147 def _trigger_background_process(self, binary): argument
154 cmd = [binary,
Dbits_client.py56 def __init__(self, binary, service, service_config): argument
67 self._binary = binary
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/python/
DPythonBinaryHostTestTest.java427 File binary = FileUtil.createTempFile("python-dir", "", hostTestsDir); in testRun_withSharedLibInHostTestsDir() local
435 setter.setOptionValue("python-binaries", binary.getAbsolutePath()); in testRun_withSharedLibInHostTestsDir()
446 Mockito.eq(binary.getAbsolutePath()))) in testRun_withSharedLibInHostTestsDir()
470 Mockito.eq(binary.getName()), in testRun_withSharedLibInHostTestsDir()
476 Mockito.eq(binary.getName() + "-stderr"), in testRun_withSharedLibInHostTestsDir()
491 File binary = FileUtil.createTempFile("python-dir", "", testsDir); in testRun_withSharedLib() local
499 setter.setOptionValue("python-binaries", binary.getAbsolutePath()); in testRun_withSharedLib()
510 Mockito.eq(binary.getAbsolutePath()))) in testRun_withSharedLib()
534 Mockito.eq(binary.getName()), in testRun_withSharedLib()
540 Mockito.eq(binary.getName() + "-stderr"), in testRun_withSharedLib()
/tools/metalava/
DCOMPATIBILITY.md16 An example of a binary incompatibility is deleting a public method.
18 Metalava strives to prevent 100% of binary incompatible changes when performing
30 about source compatibility than binary compatibility. Some forms of source incompatibility are simp…
/tools/metalava/metalava-model-turbine/src/test/resources/
Dmodel-test-suite-baseline.txt13 Test publicName reports correct name when called on binary class - Object#equals
14 Test publicName reports correct name when called on binary class - ViewGroup#onLayout
/tools/test/connectivity/acts/framework/tests/metrics/
Dcore_test.py199 binary = Mock()
200 metric.get_binary = Mock(return_value=binary)
212 dump_string_to_file.assert_called_once_with(binary,
/tools/test/connectivity/acts/framework/acts/libs/proc/
Dprocess.py78 def set_on_output_callback(self, on_output_callback, binary=False): argument
93 self._binary_output = binary
/tools/asuite/atest/
DAndroid.bp87 // A helper binary used to generate the atest_flag_list_for_completion.txt
91 // atest binary during autocompletion.
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DCommonParameterItemTest.kt195 fun `Test publicName reports correct name when called on binary class - Object#equals`() { in Test publicName reports correct name when called on binary class - Object#equals()
223 fun `Test publicName reports correct name when called on binary class - ViewGroup#onLayout`() { in Test publicName reports correct name when called on binary class - ViewGroup#onLayout()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/
Daudio_analysis_integrationtest.py132 binary = open(file_path, 'rb').read()
133 data = audio_data.AudioRawData(binary, 2, 'S32_LE')
/tools/netsim/testing/netsim-grpc/
D.gitignore1 # Temporary and binary files
/tools/carrier_settings/bin/
DREADME.md14 2. Copy the generated binary to this directory:
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessor.java87 binary, enumConstant
234 if (!(mTraceProcessorOutputFormat == METRIC_FILE_FORMAT.binary) && in processPerfettoMetrics()
260 case binary: in processPerfettoMetrics()

12