Home
last modified time | relevance | path

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

123

/aosp_15_r20/system/tools/aidl/tests/
Daidl_integration_test.py37 def pretty_bitness(bitness): argument
130 def __init__(self, host, bitness): argument
136 def __init__(self, host, bitness): argument
142 def __init__(self, host, bitness): argument
148 def __init__(self, host, bitness): argument
154 def __init__(self, host, bitness): argument
160 def __init__(self, host, bitness): argument
174 def __init__(self, host, bitness): argument
190 def __init__(self, host, bitness, ver): argument
207 def __init__(self, host, bitness, ver): argument
[all …]
/aosp_15_r20/test/vts/vndk_utils/vndk/
H A 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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/ltp/android/tools/
H A Dandroid_build_generator.py533 def ArchString(self, arch, bitness, lowmem=False, hwasan=False): argument
544 def BuildConfigGenrule(self, arch, bitness, targets, extra_test_configs=None): argument
581 def BuildLTPTestSuite(self, arch, bitness, targets, extra_test_configs=None): argument
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DAbiFormatter.java79 public static String getDefaultAbi(ITestDevice device, String bitness) in getDefaultAbi()
96 public static String[] getSupportedAbis(ITestDevice device, String bitness) in getSupportedAbis()
/aosp_15_r20/system/libfmq/tests/
H A Dfmq_test.py47 def has_bitness(bitness): argument
71 def bitness(binary_path: str) -> str: function
/aosp_15_r20/external/zucchini/
H A Dreloc_elf.cc18 Bitness bitness, in RelocReaderElf()
141 Bitness bitness, in RelocWriterElf()
/aosp_15_r20/platform_testing/libraries/sts-common-util/autorepro/plugin/autorepro/src/main/kotlin/com/android/security/autorepro/
H A DPluginBase.kt24 val bitness = bitness in <lambda>() constant
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Demugl_config.cpp46 static void resetBackendList(int bitness) { in resetBackendList()
195 int bitness, in emuglConfig_init()
/aosp_15_r20/art/oatdump/
H A Doatdump_test.h81 bool bitness) { in GetExecutableFilePath()
95 static std::string GetExecutableFilePath(Flavor flavor, const char* name, bool bitness) { in GetExecutableFilePath()
/aosp_15_r20/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
H A DNativePoc.java156 public Builder bitness(Bitness bitness) { in bitness() argument
H A DPocPusher.java121 String bitness = abi.getBitness().trim(); in pushFile() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp923 int bitness = 8; // Internal precision after conversion in load_ktx_uncompressed_image() local
1359 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_ktx_uncompressed_image() local
1732 int bitness = 0; in load_dds_uncompressed_image() local
1761 int bitness; in load_dds_uncompressed_image() member
1966 int bitness = img->data_type == ASTCENC_TYPE_U8 ? 8 : 16; in store_dds_uncompressed_image() local
/aosp_15_r20/art/libnativeloader/
H A Dpublic_libraries.h66 Bitness bitness; member
/aosp_15_r20/tools/tradefederation/core/proto/
Dconfiguration_description.proto38 string bitness = 2; field
/aosp_15_r20/tools/asuite/atest/tf_proto/
H A Dconfiguration_description.proto38 string bitness = 2; field
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/testtype/
DAbi.java32 public Abi(String name, String bitness) { in Abi()
/aosp_15_r20/system/tools/hidl/test/hidl_test/
Dhidl_test.py51 def has_bitness(bitness): argument
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
H A DBusinessLogicHostTestBase.java83 String bitness = (getAbi() != null) ? getAbi().getBitness() : ""; in loadBusinessLogic() local
/aosp_15_r20/system/tools/hidl/test/java_test/
Dhidl_test_java.py61 def has_bitness(bitness): argument
/aosp_15_r20/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
H A DValidateTestsAbi.java295 String bitness = AbiUtils.getBitness(buildTarget.iterator().next()); in testBinariesAbis() local
/aosp_15_r20/external/libcxx/
H A Drun_tests.py118 def get_build_cmds(bitness, host): argument
/aosp_15_r20/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py304 def _TestAbiCompatibility(self, bitness): argument
/aosp_15_r20/test/vts-testcase/vndk/
Dutils.py104 def GetCpuAbiList(self, bitness=""): argument

123