HomeSort by relevance Sort by last modified time
    Searched refs:architecture (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /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.
macro-assembler.h 90 #error Unsupported target architecture.
globals.h 36 // Processor architecture detection. For more info on what's defined, see:
61 #error Host architecture was not detected as supported by v8
64 // Target architecture detection. This may be set externally. If not, detect
65 // in the same way as the host architecture, that is, target the native
78 #error Target architecture was not detected as supported by v8
84 #error Target architecture ia32 is only supported on ia32 host
87 #error Target architecture x64 is only supported on x64 host
91 #error Target architecture arm is only supported on arm and ia32 host
95 #error Target architecture mips is only supported on mips and ia32 host
122 #error Target architecture is not supported by v
    [all...]
  /external/webkit/Tools/Scripts/
set-webkit-configuration 37 --32-bit Set the default architecture to 32-bit
38 --64-bit Set the default architecture to 64-bit
44 my $architecture = passedArchitecture();
46 if (!$architecture) {
52 $architecture = 'x86_64';
57 if (!$configuration && !$architecture) {
71 if ($architecture) {
72 if ($architecture ne "x86_64") {
73 open ARCHITECTURE, ">", "$baseProductDir/Architecture" or die
    [all...]
gdb-safari 52 my @architectureFlags = ("-arch", architecture()) if !isTiger();
webkitdirs.pm 53 my $architecture;
217 return if defined $architecture;
218 # make sure $architecture is defined for non-apple-mac builds
219 $architecture = "";
223 if (open ARCHITECTURE, "$baseProductDir/Architecture") {
224 $architecture = <ARCHITECTURE>;
225 close ARCHITECTURE;
227 if ($architecture) {
520 sub architecture() subroutine
    [all...]
run-api-tests 148 if (architecture()) {
149 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test.";
201 if (architecture()) {
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
  /frameworks/compile/libbcc/
libbcc-build-rules.mk 19 # Architecture Selection
25 # For the host build, we will include as many architecture as possible,
43 $(error Unsupported architecture $(TARGET_ARCH))
  /bionic/libdl/
libdl.c 35 #error Unsupported architecture. Only arm and x86 are supported.
  /build/core/combo/arch/arm/
armv4t.mk 2 # Generating binaries for the ARMv4T architecture and higher
5 # it's mostly an obsoleted instruction set architecture (only available
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/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/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
  /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')
google_chrome.py 67 def architecture(self): member in class:GetGoogleChromePort.GoogleChromeLinux32Port
86 def architecture(self): member in class:GetGoogleChromePort.GoogleChromeLinux64Port
  /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/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.h 58 cpu_type_t architecture; member in struct:WebKit::ProcessLauncher::LaunchOptions
  /external/llvm/device/include/llvm/Config/
config.h 501 /* LLVM architecture name for the native architecture, if available */
507 # error Unsupported target architecture for LLVM_NATIVE_ARCH
510 /* Short LLVM architecture name for the native architecture, if available */
516 # error Unsupported target architecture for LLVM_NATIVE_ARCHNAME
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_fat.mk 17 # Arch - The target architecture; this must match the compiler-rt name for the
18 # architecture and is used to find the appropriate function
22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
  /external/chromium/sdch/open-vcdiff/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.
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
152 /* define __ARM_HAVE_LDREX_STREX for ARMv6 and ARMv7 architecture to be
159 /* define __ARM_HAVE_DMB for ARMv7 architecture
165 /* define __ARM_HAVE_LDREXD for ARMv7 architecture
179 /* define _ARM_HAVE_NEON for ARMv7 architecture if we support the
  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture

Completed in 234 milliseconds

1 2 3 4 5