/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_integration_test.py | 37 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 D | vndk_utils.py | 80 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/ |
D | vts_vndk_files_test.py | 123 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/ |
D | vts_vndk_dependency_test.py | 87 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 D | android_build_generator.py | 533 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/ |
D | AbiFormatter.java | 79 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 D | fmq_test.py | 47 def has_bitness(bitness): argument 71 def bitness(binary_path: str) -> str: function
|
/aosp_15_r20/external/zucchini/ |
H A D | reloc_elf.cc | 18 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 D | PluginBase.kt | 24 val bitness = bitness in <lambda>() constant
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | emugl_config.cpp | 46 static void resetBackendList(int bitness) { in resetBackendList() 195 int bitness, in emuglConfig_init()
|
/aosp_15_r20/art/oatdump/ |
H A D | oatdump_test.h | 81 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 D | NativePoc.java | 156 public Builder bitness(Bitness bitness) { in bitness() argument
|
H A D | PocPusher.java | 121 String bitness = abi.getBitness().trim(); in pushFile() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image_load_store.cpp | 923 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 D | public_libraries.h | 66 Bitness bitness; member
|
/aosp_15_r20/tools/tradefederation/core/proto/ |
D | configuration_description.proto | 38 string bitness = 2; field
|
/aosp_15_r20/tools/asuite/atest/tf_proto/ |
H A D | configuration_description.proto | 38 string bitness = 2; field
|
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/testtype/ |
D | Abi.java | 32 public Abi(String name, String bitness) { in Abi()
|
/aosp_15_r20/system/tools/hidl/test/hidl_test/ |
D | hidl_test.py | 51 def has_bitness(bitness): argument
|
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
H A D | BusinessLogicHostTestBase.java | 83 String bitness = (getAbi() != null) ? getAbi().getBitness() : ""; in loadBusinessLogic() local
|
/aosp_15_r20/system/tools/hidl/test/java_test/ |
D | hidl_test_java.py | 61 def has_bitness(bitness): argument
|
/aosp_15_r20/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
H A D | ValidateTestsAbi.java | 295 String bitness = AbiUtils.getBitness(buildTarget.iterator().next()); in testBinariesAbis() local
|
/aosp_15_r20/external/libcxx/ |
H A D | run_tests.py | 118 def get_build_cmds(bitness, host): argument
|
/aosp_15_r20/test/vts-testcase/vndk/abi/ |
D | vts_vndk_abi_test.py | 304 def _TestAbiCompatibility(self, bitness): argument
|
/aosp_15_r20/test/vts-testcase/vndk/ |
D | utils.py | 104 def GetCpuAbiList(self, bitness=""): argument
|