Home
last modified time | relevance | path

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

/test/vts/vndk_utils/vndk/
Dvndk_utils.py80 def FormatVndkPath(pattern, bitness, version=""): argument
95 def GetVndkDirectory(bitness, version): argument
109 def GetVndkExtDirectories(bitness): argument
122 def GetVndkSpExtDirectories(bitness): argument
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py123 def _TestVndkCoreDirectory(self, bitness): argument
153 def _TestNoLlndkInVendor(self, bitness): argument
170 def _TestNoLlndkInOdm(self, bitness): argument
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py87 def __init__(self, target_path, bitness, deps, runpaths, argument
269 def _FindLibsInLinkPaths(self, bitness, link_paths, objs): argument
340 def _TestElfDependency(self, bitness, objs): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DBusinessLogicHostTestBase.java83 String bitness = (getAbi() != null) ? getAbi().getBitness() : ""; in loadBusinessLogic() local
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py304 def _TestAbiCompatibility(self, bitness): argument
/test/vts-testcase/vndk/
Dutils.py104 def GetCpuAbiList(self, bitness=""): argument
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java256 String bitness = (mAbi != null) ? mAbi.getBitness() : ""; in setUp() local