/external/chromium_org/v8/src/ |
simulator.h | 40 #error Unsupported target architecture.
|
codegen.h | 35 // Include the declaration of the architecture defined class CodeGenerator. 81 #error Unsupported target architecture.
|
globals.h | 50 // Processor architecture detection. For more info on what's defined, see: 58 // compiled for the host architecture in question. 81 #error Host architecture was not detected as supported by v8 94 // Target architecture detection. This may be set externally. If not, detect 95 // in the same way as the host architecture, that is, target the native 108 #error Target architecture was not detected as supported by v8 114 #error Target architecture ia32 is only supported on ia32 host 117 #error Target architecture x64 is only supported on x64 host 120 #error Target architecture arm is only supported on arm and ia32 host 123 #error Target architecture mips is only supported on mips and ia32 hos [all...] |
/external/v8/src/ |
simulator.h | 40 #error Unsupported target architecture.
|
codegen.h | 35 // Include the declaration of the architecture defined class CodeGenerator. 81 #error Unsupported target architecture.
|
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...] |
/external/qemu/android/config/darwin-x86/ |
config-host.h | 10 #error Unknown architecture for codegen
|
/external/qemu/android/config/freebsd-x86/ |
config-host.h | 10 #error Unknown architecture for codegen
|
/external/qemu/android/config/linux-x86/ |
config-host.h | 10 #error Unknown architecture for codegen
|
/external/qemu/android/config/windows/ |
config-host.h | 10 #error Unknown architecture for codegen
|
/bionic/libdl/ |
libdl.c | 40 #error Unsupported architecture. Only mips, arm and x86 are supported.
|
/art/runtime/ |
atomic.cc | 75 #error Unexpected architecture 86 // we know that ARM architecture has LPAE (such as Cortex-A15) this isn't necessary and strd will 104 #error Unexpected architecture 137 #error Unexpected architecture
|
/bionic/libc/private/ |
bionic_tls.h | 110 #error unsupported architecture
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
failures.css | 47 a.failing-builder>span.architecture { 51 .effects a.failing-builder>span.architecture {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
platform_macros.h | 36 // Processor architecture detection. For more info on what's defined, see: 61 #error Host architecture was not detected as supported by protobuf
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
webdriver_desktop_browser_finder.py | 67 def __init__(self, browser_type, finder_options, architecture): 69 self._architecture = architecture 98 for architecture, ie_info in win_search_paths.iteritems(): 103 PossibleDesktopIE(ie_info['type'], finder_options, architecture))
|
/build/core/combo/arch/arm/ |
armv5te.mk | 2 # Generating binaries for the ARMv5TE architecture and higher
|
armv7-a.mk | 2 # Generating binaries for the ARMv7-a architecture and higher
|
armv7-a-neon.mk | 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
|
/external/libffi/ |
Libffi.mk | 15 # The libffi code is organized primarily by architecture, but at some 19 # right set of source files for the OS and architecture. 42 $(info The os/architecture $(ffi_os)-$(ffi_arch) is not supported by libffi.) 43 LOCAL_SRC_FILES := your-architecture-not-supported-by-ffi-makefile.c
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
cfmfile.py | 24 def mergecfmfiles(srclist, dst, architecture = 'fat'): 27 If architecture is given, only code fragments of that type will be used: 30 If architecture is None, all fragments will be used, enabling FAT binaries. 45 if frag.architecture == 'pwpc' and architecture == 'm68k': 47 if frag.architecture == 'm68k' and architecture == 'pwpc': 112 self.architecture = data[:4] 128 data = self.architecture
|
/external/chromium/base/win/ |
windows_version.h | 45 // The processor architecture this copy of Windows natively uses. For 74 WindowsArchitecture architecture() const { return architecture_; } function in class:base::win::OSInfo
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/ |
rules | 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) 16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) 81 # Build architecture-independent files here. 85 # Build architecture-dependent files here.
|
/external/webrtc/test/testsupport/ |
fileutils.cc | 28 #include "typedefs.h" // For architecture defines 128 std::string architecture = "64"; local 130 std::string architecture = "32"; local 136 architecture + "." + extension; 140 // Try without architecture. 146 resource_file = resources_path + name + "_" + architecture + "." + extension; 150 // Fall back on name without architecture or platform.
|
/frameworks/compile/libbcc/ |
libbcc-device-build.mk | 31 # Architecture Selection 34 # For the host build, we will include as many architecture as possible, 58 $(error Unsupported architecture $(TARGET_ARCH))
|