/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash_itanium.cc | 74 namespace abi = __cxxabiv1; 115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, 116 const abi::__class_type_info *Base, 121 if (const abi::__si_class_type_info *SI = 122 dynamic_cast<const abi::__si_class_type_info*>(Derived)) 125 const abi::__vmi_class_type_info *VTI = 126 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); 136 abi::__base_class_type_info::__offset_shift; 138 abi::__base_class_type_info::__virtual_mask) 153 static const abi [all...] |
/external/kernel-headers/original/uapi/mtd/ |
H A D | mtd-user.h | 24 #include <mtd/mtd-abi.h>
|
/external/mesa3d/src/mapi/glapi/gen/ |
H A D | extension_helper.py | 105 def all_entrypoints_in_abi(f, abi, api): 108 if category not in abi: 114 def any_entrypoints_in_abi(f, abi, api): 117 if category in abi: 123 def condition_for_function(f, abi, all_not_in_ABI): 135 if category not in abi: 160 abi = [ "1.0", "1.1", "1.2", "GL_ARB_multitexture" ] 170 condition = condition_for_function(f, abi, 0) 198 if category not in abi: 220 if any_entrypoints_in_abi(f, abi, ap [all...] |
/external/libunwind/src/mips/ |
H A D | Gcreate_addr_space.c | 61 as->abi = UNW_MIPS_ABI_O32; 64 as->abi = UNW_MIPS_ABI_N64;
|
H A D | Ginit.c | 64 && unw_local_addr_space->abi == UNW_MIPS_ABI_O32) 239 local_addr_space.abi = UNW_MIPS_ABI_O32; 241 local_addr_space.abi = UNW_MIPS_ABI_N32; 243 local_addr_space.abi = UNW_MIPS_ABI_N64;
|
H A D | Gis_signal_frame.c | 55 switch (c->dwarf.as->abi)
|
/external/conscrypt/ |
H A D | update_prebuilts.sh | 109 abi="${ABI_NAMES[$i]}" 111 if [[ ! -d "jni/$abi" ]]; then 112 mkdir -p "jni/$abi" 114 cp "$sys_lib_dir/libconscrypt_jni.so" "jni/$abi/" || exit 4
|
/external/llvm/test/MC/Mips/ |
H A D | reloc-directive-bad.s | 1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
|
H A D | reloc-directive.s | 1 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \ 3 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \ 5 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \ 7 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \ 10 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \ 13 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \
|
H A D | macro-li-bad.s | 3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \ 5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
|
H A D | elf_reginfo.s | 4 # RUN: llvm-mc -filetype=obj -triple=mips64el-linux -target-abi n64 %s -o - \ 6 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -target-abi n32 -o - \
|
H A D | macro-la-bad.s | 3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \ 5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
|
H A D | mips_abi_flags_xx.s | 5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \ 9 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \ 13 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
|
H A D | module-softfloat.s | 5 # RUN: llvm-readobj -mips-abi-flags - | \
|
H A D | nabi-regs.s | 10 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n32 | FileCheck %s 13 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n64 | FileCheck %s
|
H A D | cpsetup.s | 1 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 -filetype=obj -o - %s | \ 5 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 %s | \ 8 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 -filetype=obj -o - %s | \ 12 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \
|
/external/v8/build/android/ |
H A D | install_emulator_deps.py | 49 abi: target abi, x86 or arm 77 def CheckSystemImage(abi, api_level=DEFAULT_ANDROID_API_LEVEL, google=False): 81 abi: target abi, x86 or arm 91 if abi == 'x86': 97 elif abi == 'arm': 105 raise Exception("abi option invalid") 193 def GetSystemImage(abi, api_level=DEFAULT_ANDROID_API_LEVEL, google=False): 197 abi [all...] |
H A D | avd.py | 47 run_parser.add_argument('--abi', default='x86', 90 if arguments.abi == 'x86': 96 if not install_emulator_deps.CheckSystemImage(arguments.abi, 99 'install_emulator_deps.py', arguments.abi) 127 arguments.abi, 137 arguments.abi,
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | ptrace.h | 5 #include <asm/ptrace-abi.h>
|
/external/jemalloc/test/ |
H A D | test.sh.in | 3 case @abi@ in
|
/external/apache-harmony/jdwp/ |
H A D | Android_debug_config.mk | 99 # Declare variant host rule for run-jdwp-tests-host. It depends on the previous abi rule(s) 144 # Declare variant target rule for run-jdwp-tests-target. It depends on the previous abi rule(s) 151 $(foreach abi,$(jdwp_tests_host_abis),$(eval $(call declare-jdwp-host-rule,$(abi)))) 152 $(foreach abi,$(jdwp_tests_target_abis),$(eval $(call declare-jdwp-target-rule,$(abi))))
|
/external/v8/build/android/pylib/utils/ |
H A D | emulator.py | 58 abi.type={abi.type} 63 image.sysdir.1=system-images/android-{api.level}/default/{abi.type}/ 74 '{abi.type}': 'x86', 79 '{abi.type}': 'armeabi-v7a', 84 '{abi.type}': 'mips', 189 def LaunchTempEmulators(emulator_count, abi, api_level, enable_kvm=False, 197 abi: the emulator target platform 212 emulator = Emulator(avd_name, abi, enable_kvm=enable_kvm, 227 def LaunchEmulator(avd_name, abi, kill_and_launc [all...] |
/external/libcxxabi/ |
H A D | Android.mk | 53 LOCAL_MODULE := libc++abi 72 LOCAL_MODULE := libc++abi
|
/external/libcxxabi/lib/ |
H A D | buildit | 50 LDSHARED_FLAGS="-o libc++abi.dylib \ 54 -install_name /usr/lib/libc++abi.dylib \ 64 LDSHARED_FLAGS="-o libc++abi.dll \ 65 -shared -nodefaultlibs -Wl,--export-all-symbols -Wl,--allow-multiple-definition -Wl,--out-implib,libc++abi.dll.a \ 71 LDSHARED_FLAGS="-o libc++abi.so.1.0 \ 72 -shared -nodefaultlibs -Wl,-soname,libc++abi.so.1 \ 79 rm -f libc++abi.1.$SOEXT*
|
/external/libbrillo/brillo/ |
H A D | type_name_undecorate.cc | 19 // Under g++ use abi::__cxa_demangle() to undecorate the type name. 23 abi::__cxa_demangle(type_name, nullptr, nullptr, &status),
|