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

1 2 3 4 5 6

  /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/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...]
  /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 35 #error Unsupported architecture. Only mips, 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-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
armv7-a.mk 2 # Generating binaries for the ARMv7-a architecture and higher
  /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/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))
  /external/compiler-rt/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.
  /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.

Completed in 2298 milliseconds

1 2 3 4 5 6