Searched refs:ABI (Results 1 – 25 of 31) sorted by relevance
12
/ndk/build/tools/ |
D | build-gnu-libstdc++.sh | 106 local ABI=$1 111 local DSTDIR=$NDK_DIR/$GNUSTL_SUBDIR/$GCC_VERSION/libs/$ABI/$THUMB 114 prepare_target_build $ABI $PLATFORM $NDK_DIR 117 INSTALLDIR=$BUILDDIR/install-$ABI-$GCC_VERSION/$THUMB 118 BUILDDIR=$BUILDDIR/$LIBTYPE-${ABI}${THUMB}-$GCC_VERSION 122 ARCH=$(convert_abi_to_arch $ABI) 182 if [ "$ABI" = "armeabi-v7a" ]; then 205 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB" 230 fail_panic "Could not create $ABI $THUMB prebuilts for GNU libsupc++/libstdc++" 241 local ABI="$1" [all …]
|
D | build-gabi++.sh | 127 local ABI=$1 137 DSTDIR=$NDK_DIR/$GABIXX_SUBDIR/libs/$ABI 142 builder_begin_android $ABI "$BUILDDIR" "$LLVM_VERSION" "$MAKEFILE" 165 for ABI in $ABIS; do 166 build_gabixx_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" 167 build_gabixx_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" 172 for ABI in $ABIS; do 175 FILES="$FILES $GABIXX_SUBDIR/libs/$ABI/$LIB" 177 PACKAGE="$PACKAGE_DIR/gabixx-libs-$ABI.tar.bz2" 180 fail_panic "Could not package $ABI GAbi++ binaries!"
|
D | build-stlport.sh | 160 local ABI=$1 166 local UNKNOWN_ARCH=$(find_ndk_unknown_archs | grep $ABI) 177 DSTDIR=$NDK_DIR/$STLPORT_SUBDIR/libs/$ABI 182 builder_begin_android $ABI "$BUILDDIR" "$LLVM_VERSION" "$MAKEFILE" 220 for ABI in $ABIS; do 221 build_stlport_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" 222 build_stlport_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" 227 for ABI in $ABIS; do 230 FILES="$FILES $STLPORT_SUBDIR/libs/$ABI/$LIB" 232 PACKAGE="$PACKAGE_DIR/stlport-libs-$ABI.tar.bz2" [all …]
|
D | build-libportable.sh | 116 local ABI=$1 125 DSTDIR=$NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI 130 builder_begin_android $ABI "$BUILDDIR" "$LLVM_VERSION" "$MAKEFILE" 158 for ABI in $ABIS; do 160 ARCH=$(convert_abi_to_arch $ABI) 163 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" 168 for ABI in $ABIS; do 169 FILES="$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.*" 170 PACKAGE="$PACKAGE_DIR/libportable-libs-$ABI.tar.bz2" 173 fail_panic "Could not package $ABI libportable binaries!"
|
D | build-ndk-sysroot.sh | 37 ABI=arm 85 echo " --abi=<name> generate sysroot for abi <name> (default is $ABI)" 97 ABI=$OPTION_ABI 100 case "$ABI" in 105 ARCH=$ABI 134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
|
D | prebuilt-common.sh | 1002 ABI="armeabi" 1008 ABI="armeabi" 1014 ABI=$ARCH 1023 ABI=$ARCH 1143 local ABI=$1 1145 case $ABI in 1156 FOUND_ARCH=$(echo $(find_ndk_unknown_archs) | grep $ABI) 1158 RET=$ABI 1160 … >&2 echo "ERROR: Unsupported ABI name: $ABI, use one of: armeabi, armeabi-v7a or x86 or mips" 1207 ABI=$(convert_arch_to_abi $ARCH) [all …]
|
D | build-llvm.sh | 194 OLD_ABI="${ABI}" 195 export ABI=$HOST_GMP_ABI # needed to build 32-bit on 64-bit host 208 ABI="$OLD_ABI" 370 for ABI in $PREBUILT_ABIS; do 371 ANALYZER_PATH="$TOOLCHAIN_PATH/bin/$ABI" 374 case "$ABI" in 388 dump "ERROR: Unsupported NDK ABI: $ABI"
|
D | builder-funcs.sh | 464 ARCH=$(convert_abi_to_arch $ABI) 496 builder_set_prefix "$ABI " 501 case $ABI in 540 case $ABI in
|
D | build-gcc.sh | 219 OLD_ABI="${ABI}" 224 export ABI=$HOST_GMP_ABI 304 ABI="$OLD_ABI" 309 export ABI=$HOST_GMP_ABI 335 ABI="$OLD_ABI"
|
D | package-release.sh | 403 for ABI in $ABIS; do 404 unpack_prebuilt gabixx-libs-$ABI "$REFERENCE" 405 unpack_prebuilt stlport-libs-$ABI "$REFERENCE" 407 unpack_prebuilt gnu-libstdc++-libs-$VERSION-$ABI "$REFERENCE" 409 unpack_prebuilt libportable-libs-$ABI "$REFERENCE"
|
/ndk/tests/build/prebuilt-copy/ |
D | build.sh | 54 for ABI in $ABIS; do 55 SHARED_LIB=$OUT/$ABI/libfoo.so 56 STATIC_LIB=$OUT/$ABI/libbar.a 57 printf "Checking for $ABI shared library: " 65 printf "Checking for $ABI static library: "
|
/ndk/tests/standalone/ |
D | run.sh | 49 ABI= 62 ABI=$optarg 214 elif [ -f "$DIR/run-$ABI.sh" ]; then 216 SCRIPT=run-$ABI.sh 237 if [ -z "$ABI" ]; then 238 ABI=armeabi 324 if [ -z "$ABI" ]; then 329 ABI=armeabi 333 ABI=x86 337 ABI=mips [all …]
|
/ndk/tests/standalone/builtin-macros/ |
D | run.sh | 105 case $ABI in 110 case $ABI in 118 case $ABI in 160 echo "Unknown ABI: $ABI"
|
/ndk/ |
D | ndk-build | 308 local ABI=$2 310 …KE --no-print-dir -f $PROGDIR/build/core/build-local.mk $FLAGS DUMP_${VAR} APP_ABI=${ABI} | tail -1 314 for ABI in $APP_ABIS; do 315 TOOLCHAIN_PREFIX=`get_build_var_for_abi TOOLCHAIN_PREFIX $ABI` 317 …-analyzer $PROGDIR/toolchains/llvm-${DEFAULT_LLVM_VERSION}/prebuilt/$HOST_TAG/bin/${ABI}/analyzer \ 321 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" APP_ABI=$ABI
|
D | ndk-gdb.py | 521 COMPAT_ABI = [ABI for ABI in CPU_ABIS if ABI in APP_ABIS]
|
/ndk/tests/build/import-install/ |
D | build.sh | 23 for ABI in $ABIS; do 24 DIR=$PWD/libs/$ABI
|
/ndk/tests/ |
D | run-tests.sh | 43 ABI=default 70 ABI="$optarg" 141 echo " --abi=<name> Only run tests for the specific ABI [$ABI]" 396 case $ABI in 400 NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS APP_ABI=$ABI" 403 echo "ERROR: Unsupported abi value: $ABI" 497 if [ "$ABI" != "default" ] ; then 508 if [ "$APP_ABIS" = "${APP_ABIS%$ABI *}" ] ; then 816 if [ "$ABI" = "default" -o "$ABI" = "$CPU_ABI" ] ; then 828 dump "WARNING: No device matches ABI $ABI! SKIPPING RUNNING TESTS ON DEVICE!"
|
/ndk/build/core/ |
D | setup-abi.mk | 19 $(call ndk_log,Building application '$(NDK_APP_NAME)' for ABI '$(TARGET_ARCH_ABI)') 23 $(call __ndk_info,ERROR: The $(TARGET_ARCH_ABI) ABI has no associated architecture!)
|
D | setup-toolchain.mk | 40 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.) 75 …$(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through … 77 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI) 82 … __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
|
D | add-platform.mk | 32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
|
D | setup-app.mk | 84 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
|
D | add-application.mk | 150 $(call __ndk_info,Application $(_app) targets unknown ABI '$(_bad_abis)')
|
/ndk/sources/android/libthread_db/ |
D | README | 9 target process. Its API and ABI are not stable and may change in the
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | typeinfo | 31 // Itanium C++ ABI at http://www.codesourcery.com/public/cxx-abi/abi.html. 44 // Defintion of type_info based on example in C++ ABI section 2.9.3
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | CMakeLists.txt | 47 "Specify C++ ABI library to use." FORCE)
|
12