/external/kernel-headers/original/linux/ |
err.h | 13 * This should be a per-architecture thing, to allow different
|
/external/linux-tools-perf/arch/sh/util/ |
dwarf-regs.c | 51 /* Return architecture dependent register string (for kprobe-tracer) */
|
/external/llvm/lib/Target/AArch64/TargetInfo/ |
AArch64TargetInfo.cpp | 10 // This file contains the key registration step for the architecture.
|
/external/llvm/ |
shared_llvm.mk | 104 $(error Unsupported architecture $(TARGET_ARCH))
|
/external/qemu/target-mips/ |
mips-defs.h | 58 /* Strictly follow the architecture standard:
|
/external/v8/src/ia32/ |
simulator-ia32.cc | 29 // Since there is no simulator for the ia32 architecture this file is empty.
|
/external/webkit/Source/WebCore/platform/win/ |
SystemInfo.cpp | 142 static WORD architecture = PROCESSOR_ARCHITECTURE_INTEL; local 148 return architecture; 155 architecture = systemInfo.wProcessorArchitecture; 159 return architecture;
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_linux_unittest.py | 54 self.assertEquals(port.architecture(), expected_architecture) 85 self.assertEquals(port.architecture(), 'x86') 87 # Test that we default to 'x86' on an unknown architecture. 93 self.assertEquals(port.architecture(), 'x86')
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM_Version.h | 35 /* The ARM architecture used to build any objects or executables in this release. */
|
/ndk/sources/host-tools/make-3.81/ |
version.c | 1 /* Record version and build host architecture for GNU make.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
shmbuf.h | 5 * The shmid64_ds structure for x86 architecture.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
elf-em.h | 48 /* This is the old interim value for S/390 architecture */
|
ptrace.h | 24 /* 0x4200-0x4300 are reserved for architecture-independent additions. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
shmbuf.h | 5 * The shmid64_ds structure for x86 architecture.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
elf-em.h | 48 /* This is the old interim value for S/390 architecture */
|
ptrace.h | 24 /* 0x4200-0x4300 are reserved for architecture-independent additions. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
shmbuf.h | 5 * The shmid64_ds structure for x86 architecture.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
elf-em.h | 48 /* This is the old interim value for S/390 architecture */
|
ptrace.h | 24 /* 0x4200-0x4300 are reserved for architecture-independent additions. */
|
/system/core/libcorkscrew/ |
backtrace-arch.h | 17 /* Architecture dependent functions. */
|
ptrace-arch.h | 17 /* Architecture dependent functions. */
|
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
Os.java | 53 * OS architecture 158 * Sets the desired OS architecture 160 * @param arch The OS architecture 212 * given OS architecture. 214 * @param arch the OS architecture to check for 236 * given OS family, name, architecture and version 240 * @param arch The OS architecture
|
/external/qemu/elff/ |
elff_elf.h | 30 * ## stands for CPU architecture (32, or 64 bit), and Xxx stands for a 33 * code simplicity, we will drop CPU architecture index from the types that 38 * Architecture independent types. 54 * Architecture dependent types. 74 /* Common (architecture independent portion of) ELF file header, 139 /* Tempated (architecture dependent) ELF file header. 199 /* Templated (architecture dependent) section header for ELF file.
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elff_elf.h | 30 * ## stands for CPU architecture (32, or 64 bit), and Xxx stands for a 33 * code simplicity, we will drop CPU architecture index from the types that 38 * Architecture independent types. 54 * Architecture dependent types. 74 /* Common (architecture independent portion of) ELF file header, 139 /* Tempated (architecture dependent) ELF file header. 199 /* Templated (architecture dependent) section header for ELF file.
|
/external/v8/src/ |
globals.h | 65 // Processor architecture detection. For more info on what's defined, see: 90 #error Host architecture was not detected as supported by v8 93 // Target architecture detection. This may be set externally. If not, detect 94 // in the same way as the host architecture, that is, target the native 107 #error Target architecture was not detected as supported by v8 113 #error Target architecture ia32 is only supported on ia32 host 116 #error Target architecture x64 is only supported on x64 host 120 #error Target architecture arm is only supported on arm and ia32 host 124 #error Target architecture mips is only supported on mips and ia32 host 151 #error Target architecture is not supported by v [all...] |