Home
last modified time | relevance | path

Searched defs:bitness (Results 1 – 16 of 16) sorted by relevance

/test/vts/utils/python/vndk/
Dvndk_utils.py47 def FormatVndkPath(pattern, bitness, version=""): argument
62 def GetVndkDirectory(bitness, version): argument
76 def GetVndkExtDirectories(bitness): argument
89 def GetVndkSpExtDirectories(bitness): argument
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py121 def _TestVndkCoreDirectory(self, bitness): argument
144 def _TestNoLlndkInVendor(self, bitness): argument
163 def _TestNoLlndkInOdm(self, bitness): argument
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py86 def __init__(self, target_path, bitness, deps, runpaths): argument
261 def _FindLibsInLinkPaths(self, bitness, link_paths, objs): argument
333 def _TestElfDependency(self, bitness, objs): argument
Dvts_vndk_dependency_test.py82 def __init__(self, target_path, bitness, deps, runpaths): argument
266 def _FindLibsInLinkPaths(self, bitness, link_paths, objs): argument
338 def _TestElfDependency(self, bitness, objs): argument
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparer.java92 String bitness = in setUp() local
186 private void pushAdapter(ITestDevice device, String bitness) in pushAdapter()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java82 String bitness = (getAbi() != null) ? getAbi().getBitness() : ""; in loadBusinessLogic() local
/test/vts/utils/python/hal/
Dhal_service_name_utils.py27 def GetHalServiceName(shell, hal, bitness="64", run_as_compliance_test=False): argument
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java199 String bitness = AbiUtils.getBitness(buildTarget.iterator().next()); in testBinariesAbis() local
/test/vts/utils/native/testability_checker/
DVtsTestabilityCheckerMain.cpp50 string bitness = "32"; in main() local
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsTraceCollectPreparerTest.java195 private File createTestFile(String fileName, String bitness) throws Exception { in createTestFile()
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py304 def _TestAbiCompatibility(self, bitness): argument
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py323 def _LoadSrcResults(src_xml, max_return, bitness=""): argument
/test/vts-testcase/vndk/
Dutils.py78 def GetCpuAbiList(self, bitness=""): argument
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java122 String bitness = "64"; in createProfilingRun() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java228 String bitness = (mAbi != null) ? mAbi.getBitness() : ""; in setUp() local
/test/vts/utils/python/controllers/
Dandroid_device.py619 def getCpuAbiList(self, bitness=""): argument