Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 25 of 33) sorted by relevance

12

/ndk/sources/cxx-stl/gabi++/src/
Ddynamic_cast.cc62 inline const abi::__class_type_info*
66 return *reinterpret_cast<abi::__class_type_info*const*>(type_info_ptr); in get_class_type_info()
100 const abi::__base_class_type_info* base_info) in get_subobject()
116 const abi::__class_type_info *type, in walk_object()
118 const abi::__class_type_info *match_type) in walk_object()
125 case abi::__class_type_info::CLASS_TYPE_INFO_CODE: in walk_object()
129 case abi::__class_type_info::SI_CLASS_TYPE_INFO_CODE: in walk_object()
132 const abi::__si_class_type_info* ti = in walk_object()
133 static_cast<const abi::__si_class_type_info*>(type); in walk_object()
138 case abi::__class_type_info::VMI_CLASS_TYPE_INFO_CODE: in walk_object()
[all …]
/ndk/tests/build/import-install/
DREADME2 are properly installed to the target location, i.e. libs/<abi>/
/ndk/tests/device/b8708181-Vector4/jni/
DAndroid.mk7 …L_CFLAGS := -DHAVE_NEON=1 -march=armv7-a -mfpu=neon -ftree-vectorize -ffast-math -mfloat-abi=softfp
/ndk/tests/
Drun-tests-all.sh22 ARCH=`$ADB_CMD -s "$DEVICE" shell getprop ro.product.cpu.abi | tr -dc '[:print:]'`
89 ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armeabi
92 NDK_TOOLCHAIN_VERSION=clang ANDROID_SERIAL=none ./run-tests.sh --continue-on-build-fail --abi=armea…
Drun-tests.sh69 --abi=*)
824 adb_var_shell_cmd "$DEVICE" CPU_ABI1 getprop ro.product.cpu.abi
/ndk/tests/build/prebuild-stlport/
DREADME3 copied to $STLPORT_PATH/<abi>/ directories.
/ndk/toolchains/llvm-3.2/
Dsetup-common.mk91 --abi=$(TARGET_ARCH_ABI) \
107 --abi=$(TARGET_ARCH_ABI) \
/ndk/toolchains/llvm-3.3/
Dsetup-common.mk91 --abi=$(TARGET_ARCH_ABI) \
107 --abi=$(TARGET_ARCH_ABI) \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
Dutility.hpp42 realname = abi::__cxa_demangle(name,NULL,&len,&stat); in demangle()
/ndk/docs/text/
DCPU-ARCH-ABIS.text62 - Generic C++ ABI (http://mentorembedded.github.com/cxx-abi/abi.html)
201 - Generic C++ ABI (http://sourcery.mentor.com/public/cxx-abi/abi.html)
262 lib/<abi>/lib<name>.so
264 Where <abi> is one of the ABI names listed in section II above, and <name>
318 A typical MIPS-based device only defines a primary abi named '`mips`'.
326 lib/<primary-abi>/lib<name>.so
334 lib/<secondary-abi>/lib<name>.so
DNDK-STACK.text55 then these are always located under `$PROJECT_PATH/obj/local/<abi>`, where
56 `<abi>` stands for your device's ABI (i.e. '`armeabi`' by default).
DPREBUILTS.text50 copied and stripped into `$PROJECT/libs/<abi>`.
102 symbols. The version that is installed into `$PROJECT/libs/<abi>/` is always
DNDK-BUILD.text80 NDK are now stored in different directories (e.g. obj/local/<abi>/objs and
81 obj/local/<abi>/objs-debug). This avoids having to recompile all your sources
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html.
Dcxxabi.h201 namespace abi = __cxxabiv1; variable
/ndk/build/core/
Dsetup-app.mk110 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
/ndk/toolchains/arm-linux-androideabi-4.6/
Dsetup.mk40 -mfloat-abi=softfp \
/ndk/toolchains/arm-linux-androideabi-4.7/
Dsetup.mk40 -mfloat-abi=softfp \
/ndk/toolchains/arm-linux-androideabi-4.8/
Dsetup.mk40 -mfloat-abi=softfp \
/ndk/toolchains/arm-linux-androideabi-clang3.2/
Dsetup.mk69 -mfloat-abi=softfp \
/ndk/toolchains/arm-linux-androideabi-clang3.3/
Dsetup.mk69 -mfloat-abi=softfp \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android86 --abi=*)
/ndk/build/tools/
Dbuild-ndk-sysroot.sh66 --abi=*)
Dbuilder-funcs.sh580 builder_cflags "-mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
/ndk/tests/standalone/
Drun.sh61 --abi=*)

12