HomeSort by relevance Sort by last modified time
    Searched full:abis (Results 151 - 175 of 826) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/arch/
mcbsp.h 39 #define ABIS 0x0040
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
_wchar_limits.h 43 * affect other CPU ABIs.
  /toolchain/binutils/binutils-2.25/gas/doc/
c-mips.texi 31 * MIPS FP ABIs:: Marking which FP ABI is in use
799 @node MIPS FP ABIs
802 * MIPS FP ABI History:: History of FP ABIs
803 * MIPS FP ABI Variants:: Supported FP ABIs
809 @subsection History of FP ABIs
812 The MIPS ABIs support a variety of different floating-point extensions
824 @subsection Supported FP ABIs
835 ABIs this means that 64-bit wide floating-point registers are required.
836 For 32-bit ABIs this means that 32-bit wide floating-point registers are
854 This variant is used by 32-bit ABIs to indicate that the floating-poin
    [all...]
  /external/bison/m4/
lib-prefix.m4 166 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
173 dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 76 String abis = stdout.toString().trim(); local
78 for (String abi: abis.split(" ")) { //$NON-NLS-1$
  /cts/tools/utils/
DescriptionGenerator.java 87 static final String ATTRIBUTE_ABIS = "abis";
437 String abis = caze.mAbis.toString(); local
438 setAttribute(caseNode, ATTRIBUTE_ABIS, abis.substring(1, abis.length() - 1));
653 TestMethod(String name, String description, String controller, Set<String> abis,
661 mAbis = abis;

Completed in 202 milliseconds

1 2 3 4 5 67 8 91011>>