Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/webkit/Tools/Scripts/
Dset-webkit-configuration44 my $architecture = passedArchitecture();
46 if (!$architecture) {
52 $architecture = 'x86_64';
57 if (!$configuration && !$architecture) {
71 if ($architecture) {
72 if ($architecture ne "x86_64") {
74 print ARCHITECTURE $architecture;
Dwebkitdirs.pm53 my $architecture;
217 return if defined $architecture;
219 $architecture = "";
224 $architecture = <ARCHITECTURE>;
227 if ($architecture) {
228 chomp $architecture;
231 $architecture = `arch`;
235 $architecture = $supports64Bit ? 'x86_64' : `arch`;
237 chomp $architecture;
281 push(@args, '--32-bit') if $architecture ne "x86_64";
[all …]
Drun-api-tests148 if (architecture()) {
149 …$pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, $test, …
201 if (architecture()) {
202 …$pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump…
/external/strace/
Dconfigure.ac44 AC_MSG_CHECKING([for supported architecture])
48 AC_DEFINE([I386], 1, [Define for the i386 architecture.])
52 AC_DEFINE([IA64], 1, [Define for the IA64 architecture.])
56 AC_DEFINE([M68K], 1, [Define for the m68k architecture.])
60 AC_DEFINE([SPARC64], 1, [Define for the SPARC64 architecture.])
64 AC_DEFINE([SPARC], 1, [Define for the SPARC architecture.])
68 AC_DEFINE([MIPS], 1, [Define for the MIPS architecture.])
72 AC_DEFINE([ALPHA], 1, [Define for the Alpha architecture.])
76 AC_DEFINE([POWERPC], 1, [Define for the PowerPC architecture.])
80 AC_DEFINE([ARM], 1, [Define for the ARM architecture.])
[all …]
Dconfig.h.in3 /* Define for the Alpha architecture. */
6 /* Define for the ARM architecture. */
301 /* Define for the HPPA architecture. */
304 /* Define for the i386 architecture. */
307 /* Define for the IA64 architecture. */
313 /* Define for the m68k architecture. */
324 /* Define for the MIPS architecture. */
345 /* Define for the PowerPC architecture. */
351 /* Define for the S390 architecture. */
354 /* Define for the S390x architecture. */
[all …]
Darm-eabi.patch25 #warning Do not know how to handle change_syscall for this architecture
26 #endif /* architecture */
DINSTALL71 same time, by placing the object files for each architecture in their
79 variable, you have to compile the package for one architecture at a time
81 one architecture, use `make distclean' before reconfiguring for another
82 architecture.
93 architecture-specific files and architecture-independent files. If you
/external/v8/src/
Dglobals.h61 #error Host architecture was not detected as supported by v8
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 v8
Dsimulator.h40 #error Unsupported target architecture.
/external/webkit/Source/WebCore/platform/win/
DSystemInfo.cpp142 static WORD architecture = PROCESSOR_ARCHITECTURE_INTEL; in processorArchitecture() local
148 return architecture; in processorArchitecture()
155 architecture = systemInfo.wProcessorArchitecture; in processorArchitecture()
159 return architecture; in processorArchitecture()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium_linux_unittest.py54 self.assertEquals(port.architecture(), expected_architecture)
85 self.assertEquals(port.architecture(), 'x86')
93 self.assertEquals(port.architecture(), 'x86')
Dgoogle_chrome.py67 def architecture(self): member in GetGoogleChromePort.GoogleChromeLinux32Port
86 def architecture(self): member in GetGoogleChromePort.GoogleChromeLinux64Port
Dbase.py525 def architecture(self): member in Port
974 def __init__(self, port=None, os=None, version=None, architecture=None, argument
978 self.architecture = architecture or port.architecture()
1010 architecture=system[2],
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt11 architecture interface first (i.e., consider the code generation and
12 processor issues), since the architecture interface question is also
20 Also, while the architecture interface question is important for
58 -- Multiscalar architecture from Wisconsin
59 -- Simultaneous multithreading architecture from Washington
/external/llvm/docs/CommandGuide/
Dlli.pod15 available for the current architecture, or an interpreter. B<lli> takes all of
36 for this architecture. Defaults to false.
71 architecture which is not compatible with the current system.
75 Specify the architecture for which to generate assembly, overriding the target
78 autodetected to the current architecture.
82 Specify a specific chip in the current architecture to generate code for.
84 the current architecture. For a list of available CPUs, use:
Dllc.pod14 specified architecture. The assembly language output can then be passed through
17 The choice of architecture for the output assembly code is automatically
58 Specify the architecture for which to generate assembly, overriding the target
61 autodetected to the current architecture.
65 Specify a specific chip in the current architecture to generate code for.
67 the current architecture. For a list of available CPUs, use:
/external/oprofile/m4/
Dconfigmodule.m443 AC_MSG_CHECKING(for x86 architecture)
50 AC_MSG_CHECKING(for ia64 architecture)
56 test "$arch" = "unknown" && AC_MSG_ERROR(Unsupported architecture)
/external/libffi/
DLibffi.mk42 $(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/valgrind/main/docs/internals/
Dporting-HOWTO.txt1 This is a rough guide to porting Valgrind to a new architecture, or a new
8 Porting Valgrind to a new architecture
10 Note that this implies both a new architecture, and a new platform (ie. arch/OS
18 architecture name.
38 guards, so they refer to the new architecture, rather than x86.
/external/llvm/device/include/llvm/Config/
Dconfig.h507 # error Unsupported target architecture for LLVM_NATIVE_ARCH
516 # error Unsupported target architecture for LLVM_NATIVE_ARCHNAME
/external/chromium/sdch/open-vcdiff/packages/deb/
Drules15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
DProcessLauncherMac.mm235 // Determine the architecture to use.
236 cpu_type_t architecture = m_launchOptions.architecture;
237 if (architecture == LaunchOptions::MatchCurrentArchitecture)
238 architecture = _NSGetMachExecuteHeader()->cputype;
240 cpu_type_t cpuTypes[] = { architecture };
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
Dmaster.cfg32 def __init__(self, platform, configuration, architecture, buildOnly, *args, **kwargs):
37 self.architecture = architecture
39 …actoryArguments(platform=platform, configuration=configuration, architecture=architecture, buildOn…
45 self.setProperty("architecture", self.architecture)
127 …masterdest = WithProperties("archives/%(fullPlatform)s-%(architecture)s-%(configuration)s/%(got_re…
136 …mastersrc = WithProperties("archives/%(fullPlatform)s-%(architecture)s-%(configuration)s/%(got_rev…
438 …self.addStep(ConfigureBuild, platform=platform, configuration=configuration, architecture=" ".join…
/external/elfutils/
DINSTALL71 same time, by placing the object files for each architecture in their
79 variable, you have to compile the package for one architecture at a time
81 one architecture, use `make distclean' before reconfiguring for another
82 architecture.
93 architecture-specific files and architecture-independent files. If you
/external/pcre/doc/
Dpcre-config.txt23 architecture independent files (/usr on many systems,
28 architecture dependent files (normally the same as --prefix)

1234567891011