Searched refs:abi (Results 1 - 25 of 110) sorted by relevance

12345

/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc74 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 Dmtd-user.h24 #include <mtd/mtd-abi.h>
/external/mesa3d/src/mapi/glapi/gen/
H A Dextension_helper.py105 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 DGcreate_addr_space.c61 as->abi = UNW_MIPS_ABI_O32;
64 as->abi = UNW_MIPS_ABI_N64;
H A DGinit.c64 && 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 DGis_signal_frame.c55 switch (c->dwarf.as->abi)
/external/conscrypt/
H A Dupdate_prebuilts.sh109 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 Dreloc-directive-bad.s1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
H A Dreloc-directive.s1 # 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 Dmacro-li-bad.s3 # 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 Delf_reginfo.s4 # 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 Dmacro-la-bad.s3 # 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 Dmips_abi_flags_xx.s5 # 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 Dmodule-softfloat.s5 # RUN: llvm-readobj -mips-abi-flags - | \
H A Dnabi-regs.s10 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n32 | FileCheck %s
13 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n64 | FileCheck %s
H A Dcpsetup.s1 # 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 Dinstall_emulator_deps.py49 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 Davd.py47 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 Dptrace.h5 #include <asm/ptrace-abi.h>
/external/jemalloc/test/
H A Dtest.sh.in3 case @abi@ in
/external/apache-harmony/jdwp/
H A DAndroid_debug_config.mk99 # 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 Demulator.py58 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 DAndroid.mk53 LOCAL_MODULE := libc++abi
72 LOCAL_MODULE := libc++abi
/external/libcxxabi/lib/
H A Dbuildit50 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 Dtype_name_undecorate.cc19 // Under g++ use abi::__cxa_demangle() to undecorate the type name.
23 abi::__cxa_demangle(type_name, nullptr, nullptr, &status),

Completed in 1395 milliseconds

12345