HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 176 - 200 of 218) sorted by null

1 2 3 4 5 6 78 9

  /ndk/build/tools/
builder-funcs.sh 412 # Same as builder_begin, but to target Android with a specific ABI
413 # $1: ABI name (e.g. armeabi)
418 local ARCH ABI PLATFORM BUILDDIR DSTDIR SYSROOT CFLAGS
425 ABI=$1
426 ARCH=$(convert_abi_to_arch $ABI)
446 builder_set_prefix "$ABI "
457 case $ABI in
462 builder_cflags "-mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16"
gen-platforms.sh 103 --abi=*) # We still support this for backwards-compatibility
188 # We support both --arch and --abi for backwards compatibility reasons
189 # --arch is the new hotness, --abi is deprecated.
196 echo "WARNING: --abi=<names> is deprecated. Use --arch=<names> instead!"
199 echo "ERROR: You can't use both --abi and --arch with different values!"
475 sed -e '/\.note\.ABI-tag/s/progbits/note/' > "$CRTBRAND_S") 1>>$TMPL 2>&1
496 # Add .note.ABI-tag section
  /ndk/tests/standalone/
run.sh 48 ABI=
60 --abi=*)
61 ABI=$optarg
113 echo "The target ABI is normally auto-detected from the toolchain, but you can specify an"
114 echo "alternative one with the --abi=<name> option. This is only useful on ARM, where the"
115 echo "default ABI is 'armeabi' targetting the ARMv5TE instruction set. If you want to check"
118 echo " --abi=armeabi-v7a"
122 echo "to display the list of all tests that are relevant for your current ABI."
131 echo " --list List all available tests for current ABI."
135 echo " --abi=<name> Specify target ABI name.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 1 // new abi support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
150 * ABI-mandated entry point in the C++ runtime library for demangling.
168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
175 * The demangling is performed using the C++ ABI mangling rules,
186 * the ABI is unchanged.
582 /** @namespace abi
585 * alias `abi'.
587 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 1 // new abi support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
150 * ABI-mandated entry point in the C++ runtime library for demangling.
168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
175 * The demangling is performed using the C++ ABI mangling rules,
186 * the ABI is unchanged.
582 /** @namespace abi
585 * alias `abi'.
587 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 1 // new abi support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
150 * ABI-mandated entry point in the C++ runtime library for demangling.
168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
175 * The demangling is performed using the C++ ABI mangling rules,
186 * the ABI is unchanged.
582 /** @namespace abi
585 * alias `abi'.
587 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 1 // new abi support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
150 * ABI-mandated entry point in the C++ runtime library for demangling.
168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
175 * The demangling is performed using the C++ ABI mangling rules,
186 * the ABI is unchanged.
582 /** @namespace abi
585 * alias `abi'.
587 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 1 // new abi support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
150 * ABI-mandated entry point in the C++ runtime library for demangling.
168 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
175 * The demangling is performed using the C++ ABI mangling rules,
186 * the ABI is unchanged.
582 /** @namespace abi
585 * alias `abi'.
587 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 348 .type MULADD_128x512,\@abi-omnipotent
415 .type mont_reduce,\@abi-omnipotent
677 .type mont_mul_a3b,\@abi-omnipotent
1078 .type sqr_reduce,\@abi-omnipotent
1386 .type mod_exp_512_se_handler,\@abi-omnipotent
    [all...]
x86_64-mont5.pl 840 .type bn_scatter5,\@abi-omnipotent
858 .type bn_gather5,\@abi-omnipotent
931 .type mul_handler,\@abi-omnipotent
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl 242 .type ${PREFIX}_encrypt,\@abi-omnipotent
255 .type ${PREFIX}_decrypt,\@abi-omnipotent
285 .type _aesni_${dir}rypt3,\@abi-omnipotent
329 .type _aesni_${dir}rypt4,\@abi-omnipotent
374 .type _aesni_${dir}rypt6,\@abi-omnipotent
438 .type _aesni_${dir}rypt8,\@abi-omnipotent
    [all...]
bsaes-x86_64.pl 751 .type _bsaes_encrypt8,\@abi-omnipotent
815 .type _bsaes_decrypt8,\@abi-omnipotent
906 .type _bsaes_key_convert,\@abi-omnipotent
1100 .type bsaes_ecb_encrypt_blocks,\@abi-omnipotent
1301 .type bsaes_ecb_decrypt_blocks,\@abi-omnipotent
    [all...]
  /external/icu4c/common/
Android.mk 133 abi/cpp/include
  /external/icu4c/i18n/
Android.mk 99 abi/cpp/include
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 495 .type RC4_options,\@abi-omnipotent
517 .type se_handler,\@abi-omnipotent
  /ndk/toolchains/arm-linux-androideabi-clang3.1/
setup.mk 70 -mfloat-abi=softfp \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 0 // ABI Support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
147 * ABI-mandated entry point in the C++ runtime library for demangling.
165 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
172 * The demangling is performed using the C++ ABI mangling rules,
183 * the ABI is unchanged.
579 /** @namespace abi
582 * alias 'abi'.
584 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 0 // ABI Support -*- C++ -*-
29 /* This file declares the new abi entry points into the runtime. It is not
39 * The header provides an interface to the C++ ABI.
147 * ABI-mandated entry point in the C++ runtime library for demangling.
165 * -2: @a mangled_name is not a valid name under the C++ ABI mangling rules.
172 * The demangling is performed using the C++ ABI mangling rules,
183 * the ABI is unchanged.
579 /** @namespace abi
582 * alias 'abi'.
584 * A brief overview of an ABI is given in the libstdc++ FAQ, questio
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 125 public static final String NODE_ABI = "abi";
522 Element abi = doc.createElement(PREFIX + NODE_ABI); local
523 hardware.appendChild(abi);
525 abi.appendChild(abiText);
  /external/libffi/src/x86/
ffi64.c 53 These represent classes as documented by the PS ABI, with the exception
78 /* x86-64 register passing implementation. See x86-64 ABI for details. Goal
83 See the x86-64 PS ABI for details. */
131 See the x86-64 PS ABI for details.
354 FFI_ASSERT (cif->abi == FFI_UNIX64);
  /ndk/
ndk-gdb 510 # Get the target device's supported ABI(s)
514 adb_var_shell CPU_ABI1 getprop ro.product.cpu.abi
537 log "Compatible device ABI: $COMPAT_ABI"
  /external/libvpx/build/make/
configure.sh 670 check_add_cflags -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp #-ftree-vectorize
671 check_add_asflags -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp #-march=armv7-a
  /gdk/build/core/
add-application.mk 151 # when they are copied to the final project's libs/<abi> directory.
  /external/libffi/src/mips/
o32.S 257 # Load ABI enum to s0
259 REG_L $16, 0($16) # abi is first member.
  /external/openssl/crypto/sha/asm/
sha512-x86_64.pl 351 .type se_handler,\@abi-omnipotent

Completed in 1156 milliseconds

1 2 3 4 5 6 78 9