HomeSort by relevance Sort by last modified time
    Searched defs:abi (Results 1 - 16 of 16) sorted by null

  /external/oprofile/libabi/
abi.h 2 * @file abi.h
4 * Contains internal ABI management class
28 class abi { class
30 abi();
34 bool operator==(abi const & other) const;
35 friend std::ostream & operator<<(std::ostream & o, abi const & abi);
36 friend std::istream & operator>>(std::istream & i, abi & abi);
abi.cpp 2 * @file abi.cpp
12 #include "abi.h"
28 abi::abi() function in class:abi
38 int abi::need(string const key) const throw (abi_exception)
43 throw abi_exception(string("missing ABI key: ") + key);
47 bool abi::operator==(abi const & other) const
53 ostream & operator<<(ostream & o, abi const & abi)
    [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 75 struct mips_abi *abi; member in struct:thread_struct
  /external/kernel-headers/original/asm-mips/
processor.h 147 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
processor.h 75 struct mips_abi *abi; member in struct:thread_struct
  /external/libffi/darwin-x86/
ffi.h 178 ffi_abi abi; member in struct:__anon22134
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:__anon22142
213 /* This is a special case for mips64/n32 ABI (and perhaps others) where
349 ffi_abi abi,
  /external/qemu/android/
main.c 1208 char* abi = avdInfo_getTargetAbi(avd); local
    [all...]
  /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...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 126 public static final String NODE_ABI = "abi";
524 Element abi = doc.createElement(PREFIX + NODE_ABI); local
525 hardware.appendChild(abi);
527 abi.appendChild(abiText);
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 686 milliseconds