Home
last modified time | relevance | path

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

/test/vts/utils/python/vndk/
Dvndk_utils.py47 def FormatVndkPath(pattern, bitness, version=""): argument
63 def GetVndkCoreDirectory(bitness, version): argument
76 def GetVndkSpDirectory(bitness, version): argument
89 def GetVndkExtDirectories(bitness): argument
102 def GetVndkSpExtDirectories(bitness): argument
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py83 def __init__(self, target_path, bitness, deps): argument
261 def _FindLibsInSpHalNamespace(self, bitness, objs): argument
383 def _TestElfDependency(self, bitness, objs): argument
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsHalAdapterPreparer.java96 String bitness = in setUp() local
190 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.java189 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/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py323 def _LoadSrcResults(src_xml, max_return, 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.java229 String bitness = (mAbi != null) ? mAbi.getBitness() : ""; in setUp() local
/test/vts/utils/python/controllers/
Dandroid_device.py596 def getCpuAbiList(self, bitness=""): argument