HomeSort by relevance Sort by last modified time
    Searched refs:abi (Results 76 - 100 of 603) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 16 #include <asm/ptrace-abi.h>
  /build/core/combo/arch/arm/
armv7-a.mk 12 -mfloat-abi=softfp \
armv7-a-neon.mk 24 -mfloat-abi=softfp \
  /device/asus/flo/
BoardConfigCommon.mk 17 TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp
18 TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp
  /external/chromium_org/build/android/
avd.py 34 opt_parser.add_option('--abi', default='x86',
44 if options.abi =='x86':
59 emulator.LaunchEmulators(options.emulator_count, options.abi, True)
  /external/libffi/src/cris/
ffi.c 158 ffi_abi abi, unsigned int nargs,
166 FFI_ASSERT ((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
168 cif->abi = abi;
257 switch (cif->abi)
371 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/chromium_org/build/android/pylib/utils/
emulator.py 109 def LaunchEmulators(emulator_count, abi, wait_for_boot=True):
114 abi: the emulator target platform
126 emulator = Emulator(avd_name, abi)
167 def __init__(self, avd_name, abi):
172 abi: target platform for emulator being created
180 self.abi = abi
195 if self.abi == 'arm':
205 '--abi', abi_option,
224 self.abi, 'config.ini'
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 49 * Obtain the ABI's the application is compatible with.
50 * The ABI's are obtained by reading the result of the following command:
78 for (String abi: abis.split(" ")) { //$NON-NLS-1$
79 if (abi.equals("all")) { //$NON-NLS-1$
84 nativeAbis.add(NativeAbi.getByString(abi));
86 AdtPlugin.printErrorToConsole(project, "Unknown Application ABI: ", abi);
94 * Obtain the toolchain prefix to use for given project and abi.
98 * DUMP_TOOLCHAIN_PREFIX APP_ABI=abi
100 public static String getToolchainPrefix(IProject project, NativeAbi abi,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86_64cpuid.pl 32 .type OPENSSL_atomic_add,\@abi-omnipotent
46 .type OPENSSL_rdtsc,\@abi-omnipotent
56 .type OPENSSL_ia32_cpuid,\@abi-omnipotent
177 .type OPENSSL_cleanse,\@abi-omnipotent
214 .type OPENSSL_wipe_cpu,\@abi-omnipotent
247 .type OPENSSL_wipe_cpu,\@abi-omnipotent
269 .type OPENSSL_ia32_rdrand,\@abi-omnipotent
  /external/openssl/crypto/
x86_64cpuid.pl 32 .type OPENSSL_atomic_add,\@abi-omnipotent
46 .type OPENSSL_rdtsc,\@abi-omnipotent
56 .type OPENSSL_ia32_cpuid,\@abi-omnipotent
177 .type OPENSSL_cleanse,\@abi-omnipotent
214 .type OPENSSL_wipe_cpu,\@abi-omnipotent
247 .type OPENSSL_wipe_cpu,\@abi-omnipotent
269 .type OPENSSL_ia32_rdrand,\@abi-omnipotent
  /external/libffi/src/mips/
ffi.c 124 /* The size of a pointer depends on the ABI */
127 (ecif->cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32;
299 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32)
337 if (cif->abi == FFI_O32_SOFT_FLOAT)
520 switch (cif->abi)
577 FFI_ASSERT(cif->abi == FFI_O32 || cif->abi == FFI_O32_SOFT_FLOAT);
580 FFI_ASSERT(cif->abi == FFI_N32 || cif->abi == FFI_N64);
670 seen_int = (cif->abi == FFI_O32_SOFT_FLOAT)
    [all...]
  /device/lge/mako/
BoardConfig.mk 17 TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp
18 TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp
  /abi/cpp/include/
cxxabi.h 34 namespace abi = __cxxabiv1;
40 // Derived types of type_info below are based on 2.9.5 of C++ ABI.
  /external/chromium_org/v8/src/
platform-posix.h 64 demangled = abi::__cxa_demangle(mangled, NULL, &length, &status);
  /external/oprofile/libabi/tests/
abi_test.cpp 3 * Import sample files from other ABI
11 #include "abi.h"
34 popt::option(abi_filename, "abi", 'a', "output abi to file", "filename")
56 file << abi();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
utility.hpp 42 realname = abi::__cxa_demangle(name,NULL,&len,&stat);
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 34 namespace abi = __cxxabiv1;
40 // Derived types of type_info below are based on 2.9.5 of C++ ABI.
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h 38 // Derived types of type_info below are based on 2.9.5 of C++ ABI.
180 namespace abi = __cxxabiv1;
  /external/libffi/src/powerpc/
ffi_darwin.c 45 FLAG_FP_ARGUMENTS = 1 << (31- 6), /* cr1.eq; specified by ABI */
50 /* About the DARWIN ABI. */
202 if (size_al < 3 && ecif->cif->abi == FFI_DARWIN)
274 /* All this is for the DARWIN ABI. */
286 if (cif->abi == FFI_DARWIN)
450 switch (cif->abi)
541 switch (cif->abi)
545 FFI_ASSERT (cif->abi == FFI_DARWIN);
573 FFI_ASSERT (cif->abi == FFI_AIX);
710 if (size_al < 3 && cif->abi == FFI_DARWIN
    [all...]
  /external/libffi/src/x86/
ffi.c 210 switch (cif->abi)
348 if (cif->abi == FFI_SYSV)
355 else if (cif->abi == FFI_STDCALL)
387 if (cif->abi != FFI_SYSV) {
455 switch (cif->abi)
  /external/libffi/src/sparc/
ffi.c 255 if (cif->abi != FFI_V9)
305 if (cif->abi == FFI_V9 && cif->rtype->size > 32)
313 if (cif->abi != FFI_V9)
392 switch (cif->abi)
440 FFI_ASSERT (cif->abi == FFI_V9);
449 FFI_ASSERT (cif->abi == FFI_V8);
  /bionic/libc/kernel/arch-mips/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct

Completed in 470 milliseconds

1 2 34 5 6 7 8 91011>>