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

1 2 34 5 6 7 8 9

  /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/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;
  /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 34 namespace abi = __cxxabiv1;
40 // Derived types of type_info below are based on 2.9.5 of C++ ABI.
  /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);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/
ApkBuilder.java 480 * There will be one version of gdbserver for each ABI supported by the application.
482 * the gbdserver files are placed in the libs/abi/ folders automatically by the NDK.
639 * The content of this folder must be the various ABI folders.
672 for (File abi : abiList) {
673 if (abi.isDirectory()) { // ignore files
675 File[] libs = abi.listFiles();
688 abi.getName() + "/" + lib.getName();
747 for (File abi : abiList) {
748 if (abi.isDirectory()) { // ignore files
750 File[] libs = abi.listFiles()
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
processor.h 71 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
processor.h 71 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
processor.h 71 struct mips_abi *abi; member in struct:thread_struct
  /tools/build/builder/src/main/java/com/android/builder/packaging/
Packager.java 280 * There will be one version of gdbserver for each ABI supported by the application.
282 * the gbdserver files are placed in the libs/abi/ folders automatically by the NDK.
391 * The content of this folder must be the various ABI folders.
395 * @param jniLibLocation the root folder containing the abi folders which contain the .so
426 for (File abi : abiList) {
427 if (abi.isDirectory()) { // ignore files
429 File[] libs = abi.listFiles();
441 abi.getName() + "/" + lib.getName();
  /external/kernel-headers/original/asm-mips/
processor.h 147 struct mips_abi *abi; member in struct:thread_struct
  /external/kernel-headers/original/asm-x86/
ptrace.h 5 #include <asm/ptrace-abi.h>
  /ndk/build/core/
setup-app.mk 42 # which platform/abi/toolchain are we going to use?
45 # The ABI(s) to use
48 # the default ABI for now is armeabi
61 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
82 $(eval include $(BUILD_SYSTEM)/setup-abi.mk) \
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 704 // First look in the SDK/system-image/platform-n/abi folders.
707 // If we find multiple occurrences of the same platform/abi, the first one read wins.
733 String abi = props.getProperty(PkgProps.SYS_IMG_ABI); local
734 if (abi != null && !abiFound.contains(abi)) {
738 abi));
739 abiFound.add(abi);
748 // Then look in either the platform/images/abi or the legacy folder
759 String abi = file.getName(); local
760 if (!abiFound.contains(abi)) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/
SdkRepoSourceTest.java 616 // Check the layoutlib & included-abi of the platform packages.
622 String abi = ((PlatformPackage) p).getIncludedAbi(); local
623 includedAbi.add(abi == null ? "(null)" : abi);
774 String abi = ((PlatformPackage) p).getIncludedAbi(); local
918 String abi = ((PlatformPackage) p).getIncludedAbi(); local
    [all...]
  /external/libffi/darwin-x86/
ffi.h 178 ffi_abi abi; member in struct:__anon8847
212 /* This is a special case for mips64/n32 ABI (and perhaps others) where
348 ffi_abi abi,
  /external/libffi/include/
ffi_real.h 179 ffi_abi abi; member in struct:__anon8855
213 /* This is a special case for mips64/n32 ABI (and perhaps others) where
349 ffi_abi abi,
  /external/libffi/src/arm/
ffi.c 179 switch (cif->abi)
298 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/libffi/src/m68k/
ffi.c 186 switch (cif->abi)
258 FFI_ASSERT (cif->abi == FFI_SYSV);
  /external/oprofile/libabi/
Android.mk 38 abi.cpp
  /external/webrtc/src/modules/audio_processing/aecm/
Android.mk 65 -mfloat-abi=softfp \
  /external/webrtc/src/modules/audio_processing/ns/
Android.mk 67 -mfloat-abi=softfp \

Completed in 920 milliseconds

1 2 34 5 6 7 8 9