Searched refs:architecture (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/lldb/test/plugins/
H A Dbuilder_freebsd.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
H A Dbuilder_linux2.py3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
H A Dbuilder_darwin.py8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
14 + getArchSpec(architecture) + getCCSpec(compiler)
20 + getArchSpec(architecture) + getCCSpec(compiler)
H A Dbuilder_base.py20 """Returns the architecture in effect the test suite is running with."""
48 def getArchSpec(architecture):
50 Helper function to return the key-value string to specify the architecture
53 arch = architecture if architecture else None
88 def buildDefault(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
94 + getArchSpec(architecture) + getCCSpec(compiler)
99 getMake() + getArchSpec(architecture) + getCCSpec(compiler)
106 def buildDwarf(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
112 + getArchSpec(architecture)
[all...]
/external/chromium_org/v8/src/
H A Dsimulator.h23 #error Unsupported target architecture.
/external/chromium_org/build/
H A Ddetect_host_arch.py6 """Outputs host CPU architecture in format recognized by gyp."""
14 """Returns the host architecture with a predictable string."""
29 if host_arch == 'x64' and platform.architecture()[0] == '32bit':
/external/chromium_org/v8/src/base/
H A Dbuild_config.h10 // Processor architecture detection. For more info on what's defined, see:
18 // compiled for the host architecture in question.
48 #error "Host architecture was not detected as supported by v8"
61 // Target architecture detection. This may be set externally. If not, detect
62 // in the same way as the host architecture, that is, target the native
80 #error Target architecture was not detected as supported by v8
84 // Determine architecture pointer size.
106 #error Unknown target architecture pointer size
111 #error Target architecture ia32 is only supported on ia32 host
115 #error Target architecture x6
[all...]
/external/chromium_org/v8/build/
H A Ddetect_v8_host_arch.py29 """Outputs host CPU architecture in format recognized by gyp."""
63 if host_arch == 'x64' and platform.architecture()[0] == '32bit':
/external/chromium_org/
H A DAndroid.mk47 # target architecture, we need to include it. If it doesn't exist then just do
48 # nothing, since we may not have finished bringing up this architecture yet.
52 # the primary target architecture.
71 endif # End primary architecture handling.
73 # Do the same check for the secondary architecture; if this doesn't exist then
74 # the current target platform probably doesn't have a secondary architecture and
79 # building for the secondary target architecture.
98 endif # End secondary architecture handling.
/external/chromium_org/components/nacl/renderer/
H A Dplatform_info.cc22 // We have to check the host architecture on Windows.
24 if (base::win::OSInfo::GetInstance()->architecture() ==
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_desktop_browser_finder.py73 def __init__(self, browser_type, finder_options, architecture):
75 self._architecture = architecture
113 for architecture, search_path, browser_type in search_paths:
118 PossibleDesktopIE(browser_type, finder_options, architecture))
/external/chromium_org/build/win/
H A Dreorder-imports.py13 def reorder_imports(input_dir, output_dir, architecture):
29 if architecture == 'x64':
48 parser.add_option('-a', '--arch', help='architecture of build (optional)',
/external/llvm/test/MC/ARM/
H A Ddirective-object_arch-diagnostics.s8 @ CHECK: error: unknown architecture 'i686'
/external/ltrace/testsuite/ltrace.main/
H A Dhello-vfork.exp25 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dsignals.exp22 if [regexp {ELF from incompatible architecture} $exec_output] {
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.exp27 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dprint-instruction-pointer.exp21 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dtrace-clone.exp19 if [regexp {ELF from incompatible architecture} $exec_output] {
/external/ltrace/testsuite/ltrace.torture/
H A Dia64-sigill.exp19 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dsignals.exp22 if [regexp {ELF from incompatible architecture} $exec_output] {
H A Dvfork-thread.exp21 if [regexp {ELF from incompatible architecture} $exec_output] {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dlinux_unittest.py51 self.assertEqual(port.architecture(), expected_architecture)
78 self.assertEqual(port.architecture(), 'x86_64')
80 # Test that we default to 'x86' on an unknown architecture.
85 self.assertEqual(port.architecture(), 'x86_64')
/external/strace/debian/
H A Drules22 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_helpers.cc55 base::win::OSInfo::GetInstance()->architecture();
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dplatform_macros.h36 // Processor architecture detection. For more info on what's defined, see:
69 #error Host architecture was not detected as supported by protobuf

Completed in 515 milliseconds

12345678910