HomeSort by relevance Sort by last modified time
    Searched full:abis (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/tests/build/import-install/
build.sh 10 # Extract ABIs list from parameters, we're looking for something like APP_ABI=<something>
14 echo "NO ABIS in param '$@'"
15 ABIS="armeabi armeabi-v7a x86 mips"
17 echo "FOUND ABIS in param '$@': $PARAM_ABIS"
18 ABIS="$PARAM_ABIS"
21 # Now ensure that all files were installed to all supported ABIs
23 for ABI in $ABIS; do
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 1 # We want to build support for all ARM ABIs
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /ndk/tests/device/test-gabi++/jni/
Application.mk 1 # Note: by default, build for all supported ABIs
  /ndk/tests/build/prebuilt-copy/
build.sh 23 ABIS="$APP_ABI"
25 ABIS=
29 ABIS=${OPT##APP_ABI=}
30 APP_ABI=$ABIS
35 if [ -z "$ABIS" ]; then
36 ABIS="armeabi armeabi-v7a x86 mips"
77 for ABI in $ABIS; do
  /ndk/build/tools/
build-target-prebuilts.sh 89 ABIS=$(convert_archs_to_abis $ARCHS)
91 FLAGS=$FLAGS" --abis=$ABIS"
92 dump "Building $ABIS gabi++ binaries..."
96 dump "Building $ABIS stlport binaries..."
100 dump "Building $ABIS libc++ binaries..."
108 dump "Building $ABIS gnustl binaries..."
112 dump "Building $ABIS libportable binaries..."
116 dump "Building $ABIS compiler-rt binaries..."
build-libportable.sh 56 ABIS="$PREBUILT_ABIS"
57 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
76 ABIS=$(commas_to_spaces $ABIS)
169 for ABI in $ABIS; do
180 for ABI in $ABIS; do
build-compiler-rt.sh 53 ABIS="$PREBUILT_ABIS"
54 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
69 ABIS=$(commas_to_spaces $ABIS)
231 for ABI in $ABIS; do
238 for ABI in $ABIS; do
build-cxx-stl.sh 71 ABIS="$PREBUILT_ABIS"
72 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
90 ABIS=$(commas_to_spaces $ABIS)
381 UNKNOWN_ABIS="$(filter_out "$PREBUILT_ABIS" "$ABIS")"
383 ABIS="$(filter_out "$UNKNOWN_ABIS" "$ABIS")"
384 ABIS="$ABIS $(find_ndk_unknown_archs)
    [all...]
build-gnu-libstdc++.sh 61 ABIS=$(spaces_to_commas $PREBUILT_ABIS)
62 register_var_option "--abis=<list>" ABIS "Specify list of target ABIs."
77 ABIS=$(commas_to_spaces $ABIS)
278 for ABI in $ABIS; do
298 for ABI in $ABIS; do
  /external/clang/test/CodeGenCXX/
pragma-weak.cpp 6 // Different c++ ABIs may or may not mangle this, so we produce a strong
  /ndk/docs/text/
CPU-MIPS.text 11 The Android 'mips' ABI itself is fully specified in d/CPU-ARCH-ABIS.
25 will generate machine code for all supported ABIs with this NDK. Doing so
27 ABIs. Note that this has an impact on package size, since each ABI will
33 And just like other ABIs, the Android package manager will extract these
CPU-X86.text 11 The Android x86 ABI itself is fully specified in docs/CPU-ARCH-ABIS.html.
25 will generate machine code for all supported ABIs with this NDK. Doing so
27 ABIs. Note that this has an impact on package size, since each ABI will
35 And just like other ABIs, the Android package manager will extract these
CPU-ARCH-ABIS.text 32 This document lists the exact ABIs supported by the Android NDK and the
37 I. Supported ABIs:
65 a _family_ of similar but distinct ABIs. Android follows the little-endian
224 It is also possible to build machine code for two or more distinct ABIs,
242 which will generate machine code for all supported ABIs with this NDK. Doing so
243 will ensure that your application package contains libraries for all target ABIs.
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
  /ndk/build/core/
add-toolchain.mk 70 $(_toolchain).abis := $(_abis)
89 NDK_ARCH.$(_arch).abis := $(sort $(NDK_ARCH.$(_arch).abis) $(_abis))
add-platform.mk 18 # For each platform, determine the corresponding supported ABIs
setup-app.mk 57 # If APP_ABI is 'all', then set it to all supported ABIs
86 # check the target ABIs for this application
97 # package an obsolete version of it. Or if you change the ABIs you're targetting,
  /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.
  /ndk/docs/
sidenav.html 17 <li><a href="CPU-ARCH-ABIS.html" target="content">CPU Arch ABIs</a></li>
  /external/iproute2/include/linux/
types.h 38 * aligned_u64 should be used in defining kernel<->userspace ABIs to avoid
  /external/libffi/man/
ffi_prep_cif.3 60 will be returned. Available ABIs are
  /external/llvm/test/CodeGen/X86/
x86-64-ptr-arg-simple.ll 4 ; %in is kept in %esi for both ABIs. But the pointer will be passed in %edi
  /external/kernel-headers/original/linux/
personality.h 7 * Handling of different ABIs (personalities).
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 41 // other ABIs do, which means that initialized function pointers must

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 9