HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 126 - 150 of 207) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/
mtd.h 23 #include <mtd/mtd-abi.h>
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/
mtd.h 23 #include <mtd/mtd-abi.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 135 // Get ABI's supported by the application
195 // get Device ABI
197 String deviceAbi1 = device.getProperty("ro.product.cpu.abi"); //$NON-NLS-1$
200 // get the abi that is supported by both the device and the application
206 String.format("ABI's supported by the application: %s", JOINER.join(appAbis)));
208 String.format("ABI's supported by the device: %s, %s", //$NON-NLS-1$
454 for (NativeAbi abi: appAbis) {
455 if (abi.getAbi().equals(deviceAbi1) || abi.getAbi().equals(deviceAbi2)) {
456 return abi;
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 105 Platform.IncludedAbi included-abi 5
109 SystemImage.Abi abi 5
326 # - included-abi platform
335 # - abi system-image
  /external/libffi/src/sh64/
ffi.c 274 switch (cif->abi)
304 FFI_ASSERT (cif->abi == FFI_GCC_SYSV);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Android.mk 108 -mfloat-abi=softfp \
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 7 # Unix ABI to Windows one [see cross-reference "card" at the end of
16 # enough to provide for dual-ABI OpenSSL modules development...
24 # Dual-ABI styling rules.
27 # ABI "card" at the end for explanation].
33 # to take care of ABI differences yourself, tag functions as
34 # ".type name,@abi-omnipotent" instead.
37 # larger than 6, then you *have to* write "abi-omnipotent" code,
149 if ($win64 && $current_function->{abi} eq "svr4") {
163 if ($win64 && $current_function->{abi} eq "svr4") {
353 $current_function->{abi} eq "svr4")
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 506 .type RC4_options,\@abi-omnipotent
541 .type stream_se_handler,\@abi-omnipotent
587 .type key_se_handler,\@abi-omnipotent
  /external/libffi/src/ia64/
ffi.c 282 FFI_ASSERT (cif->abi == FFI_UNIX);
428 FFI_ASSERT (cif->abi == FFI_UNIX);
  /external/libffi/src/s390/
ffi.c 522 switch (cif->abi)
753 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/sh/
ffi.c 434 switch (cif->abi)
466 FFI_ASSERT (cif->abi == FFI_GCC_SYSV);
  /ndk/build/core/
add-toolchain.mk 80 # NDK_ABI.<abi>.toolchains records the list of toolchains that support
81 # a given ABI
setup-toolchain.mk 16 # this file is included repeatedly from build/core/setup-abi.mk and is used
17 # to setup the target toolchain for a given platform/abi combination.
25 # Check that we have a toolchain that supports the current ABI.
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 NDK_TOOLCHAIN_VERSION))
77 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI)
82 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.)
  /ndk/sources/cxx-stl/stlport/
Android.mk 4 # in $LOCAL_PATH/<abi>/. However,
  /ndk/tests/
run-tests.sh 43 ABI=default
69 --abi=*)
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"
    [all...]
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 39 -mfloat-abi=softfp \
  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 40 -mfloat-abi=softfp \
  /ndk/toolchains/arm-linux-androideabi-4.7/
setup.mk 40 -mfloat-abi=softfp \
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 201 #define SET_PERSONALITY(ex, ibcs2) do { if (ibcs2) set_personality(PER_SVR4); set_personality(PER_LINUX); current->thread.abi = &mips_abi; } while (0)
  /external/kernel-headers/original/linux/mtd/
mtd.h 22 #include <mtd/mtd-abi.h>
  /external/libffi/src/frv/
ffi.c 154 switch (cif->abi)
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 416 .type gcm_init_clmul,\@abi-omnipotent
453 .type gcm_gmult_clmul,\@abi-omnipotent
481 .type gcm_ghash_clmul,\@abi-omnipotent
692 .type se_handler,\@abi-omnipotent
  /external/qemu/android/avd/
info.c 890 char* abi; local
892 /* If the target ABI is armeabi-v7a, then look for
895 abi = path_getBuildTargetAbi(i->androidOut);
896 if (!strcmp(abi,"armeabi-v7a")) {
899 AFREE(abi);
1040 /* For now, we can't get the ABI from SDK AVDs */
    [all...]
  /external/qemu/android/
main.c 1208 char* abi = avdInfo_getTargetAbi(avd); local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 238 char* demangledName = abi::__cxa_demangle(mangledName, 0, 0, 0);

Completed in 7394 milliseconds

1 2 3 4 56 7 8 9