/external/python/cpython2/Modules/_ctypes/libffi/man/ |
ffi_prep_cif.3 | 62 will be returned. Available ABIs are
|
ffi_prep_cif_var.3 | 66 will be returned. Available ABIs are
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
closure_simple.c | 2 Purpose: Check simple closure handling with all ABIs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
types.h | 38 * aligned_u64 should be used in defining kernel<->userspace ABIs to avoid
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
profiling.gradle | 2 // Set when building only part of the abis in the apk.
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
profiling.gradle | 2 // Set when building only part of the abis in the apk.
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
profiling.gradle | 2 // Set when building only part of the abis in the apk.
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
ModuleRepoTest.java | 78 private static final Set<IAbi> ABIS = new LinkedHashSet<>(); 120 ABIS.add(new Abi(ABI_32, "32")); 121 ABIS.add(new Abi(ABI_64, "64")); 193 mRepo.initialize(3, null, mTestsDir, ABIS, DEVICE_TOKENS, TEST_ARGS, MODULE_ARGS, INCLUDES, 208 mRepo.initialize(1, null, mTestsDir, ABIS, DEVICE_TOKENS, TEST_ARGS, MODULE_ARGS, INCLUDES, 219 mRepo.initialize(2, null, mTestsDir, ABIS, new ArrayList<String>(), TEST_ARGS, MODULE_ARGS, 241 mRepo.initialize(1, null, mTestsDir, ABIS, new ArrayList<String>(), TEST_ARGS, MODULE_ARGS, 263 mRepo.initialize(2, null, mTestsDir, ABIS, tokens, TEST_ARGS, MODULE_ARGS, 286 mRepo.initialize(4, null, mTestsDir, ABIS, new ArrayList<String>(), TEST_ARGS, MODULE_ARGS, 328 mRepo.initialize(1, null, mTestsDir, ABIS, DEVICE_TOKENS, TEST_ARGS, MODULE_ARGS 402 Set<IAbi> abis = new HashSet<>(); local [all...] |
/external/clang/lib/AST/ |
CXXABI.h | 1 //===----- CXXABI.h - Interface to C++ ABIs ---------------------*- C++ -*-===// 11 // subclasses of this implement AST support for specific C++ ABIs.
|
/external/libunwind/include/ |
libunwind-mips.h | 55 multiple ABIs, and to support N32 at all, we must use a 64-bit type 60 /* FIXME: MIPS ABIs. */
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
comm-data.exp | 84 set abis { o32 -32 elf32btsmip n32 "-n32 -march=mips3" elf32btsmipn32 n64 "-64 -march=mips3" elf64btsmip } 86 foreach { abi flag emul } $abis {
|
export-class.exp | 93 set abis { o32 -32 elf32btsmip n32 "-n32 -march=mips3" elf32btsmipn32 n64 "-64 -march=mips3" elf64btsmip } 94 foreach { abi flag emul } $abis {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
export-class.exp | 88 set abis { 32 be elf32ppclinux 32 le elf32lppclinux 64 be elf64ppc 64 le elf64lppc } 93 foreach { abi endian emul } $abis {
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
export-class.exp | 90 set abis { 32 --32 elf_i386 x32 --x32 elf32_x86_64 64 --64 elf_x86_64 } 91 foreach { abi flag emul } $abis {
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
IModuleRepo.java | 40 void initialize(int shards, Integer shardIndex, File testsDir, Set<IAbi> abis,
|
/cts/common/util/src/com/android/compatibility/common/util/ |
AbiUtils.java | 19 * Utility class for handling device ABIs
|
/external/llvm/test/CodeGen/Mips/cconv/ |
return-hard-fp128.ll | 8 ; section 5 of MD00305 (MIPS ABIs Described).
|
stack-alignment.ll | 14 ; section 5 of MD00305 (MIPS ABIs Described).
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 79 String abis = null; local 89 abis = TextUtils.join(",", Build.SUPPORTED_ABIS); 104 Build.CPU_ABI2, abis, abis32, abis64, Build.BOARD, Build.BRAND, Build.DEVICE,
|
/prebuilts/ndk/r11/sources/android/support/ |
Android.mk | 6 # 64-bit ABIs 13 # 32-bit ABIs 139 endif # 64-/32-bit ABIs
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/ |
ModuleRepoSuite.java | 68 public LinkedHashMap<String, IConfiguration> loadConfigs(File testsDir, Set<IAbi> abis, 75 testsDir.getAbsolutePath(), abis, testArgs, moduleArgs, 84 addFilters(includeFilters, mIncludeFilters, abis); 86 addFilters(excludeFilters, mExcludeFilters, abis); 103 for (IAbi abi : abis) { 248 Map<String, List<TestFilter>> filters, Set<IAbi> abis) { 253 for (IAbi a : abis) {
|
/external/apache-harmony/jdwp/ |
Android_debug_config.mk | 43 # The lists of ABIs supported on host and target. 101 # so all ABIs are tested. 146 # so all ABIs are tested.
|
/prebuilts/ndk/r13/sources/android/support/ |
Android.mk | 6 # 64-bit ABIs 13 # 32-bit ABIs 139 endif # 64-/32-bit ABIs
|
/external/libunwind/src/mips/ |
offsets.h | 8 of the three ABIs, gen-offsets.c can not quite generate this file. */
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetObjectFile.cpp | 34 // other ABIs do, which means that initialized function pointers must
|