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

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/plugins/
builder_darwin.py 8 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
14 + getArchSpec(architecture) + getCCSpec(compiler)
20 + getArchSpec(architecture) + getCCSpec(compiler)
builder_freebsd.py 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
builder_linux2.py 3 def buildDsym(sender=None, architecture=None, compiler=None, dictionary=None, clean=True):
builder_base.py 20 """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) + getCCSpec(compiler
    [all...]
  /external/chromium_org/v8/src/
simulator.h 21 #error Unsupported target architecture.
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
52 # error Unknown or unsupported ARM architecture
61 /* define __ARM_HAVE_LDREXD for ARMv7 architecture
75 /* define _ARM_HAVE_NEON for ARMv7 architecture if we support the
  /development/ndk/platforms/android-L/arch-arm/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
52 # error Unknown or unsupported ARM architecture
61 /* define __ARM_HAVE_LDREXD for ARMv7 architecture
75 /* define _ARM_HAVE_NEON for ARMv7 architecture if we support the
  /external/chromium_org/components/nacl/renderer/
sandbox_arch.cc 20 // We have to check the host architecture on Windows.
22 if (base::win::OSInfo::GetInstance()->architecture() ==
34 #error Architecture not supported.
  /external/chromium_org/v8/src/base/
build_config.h 10 // Processor architecture detection. For more info on what's defined, see:
18 // compiled for the host architecture in question.
45 #error "Host architecture was not detected as supported by v8"
58 // Target architecture detection. This may be set externally. If not, detect
59 // in the same way as the host architecture, that is, target the native
74 #error Target architecture was not detected as supported by v8
80 #error Target architecture ia32 is only supported on ia32 host
83 #error Target architecture x64 is only supported on x64 host
86 #error Target architecture arm is only supported on arm and ia32 host
89 #error Target architecture arm64 is only supported on arm64 and x64 hos
    [all...]
  /bionic/libc/private/
__get_tls.h 50 #error unsupported architecture
  /external/chromium_org/build/
detect_host_arch.py 6 """Outputs host CPU architecture in format recognized by gyp."""
34 if host_arch == 'x64' and platform.architecture()[0] == '32bit':
  /cts/tools/utils/
VogarUtils.java 98 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) {
99 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture);
115 * {@code architecture}, {@code className} and {@code testName}.
117 public static Set<String> extractSupportedAbis(String architecture,
123 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture);
126 supportedAbiSet.retainAll(extractSupportedAbis(architecture, expectation));
  /external/chromium_org/
Android.mk 47 # 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/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:
64 #error Host architecture was not detected as supported by protobuf
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_desktop_browser_finder.py 71 def __init__(self, browser_type, finder_options, architecture):
73 self._architecture = architecture
101 for architecture, ie_info in win_search_paths.iteritems():
106 PossibleDesktopIE(ie_info['type'], finder_options, architecture))
  /frameworks/webview/chromium/
version.mk 25 # a - device architecture (exactly 1 digit). Current valid values are:
65 $(warning Could not determine target architecture for versioning)
70 # Use the milestone, build number and architecture to construct a version
  /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
  /build/core/
module_arch_supported.mk 49 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not supported)
59 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) unsupported)
  /external/chromium_org/build/win/
reorder-imports.py 13 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/
directive-object_arch-diagnostics.s 8 @ CHECK: error: unknown architecture 'i686'
  /external/ltrace/testsuite/ltrace.main/
hello-vfork.exp 25 if [regexp {ELF from incompatible architecture} $exec_output] {
signals.exp 22 if [regexp {ELF from incompatible architecture} $exec_output] {
  /external/ltrace/testsuite/ltrace.minor/
libdl-simple.exp 27 if [regexp {ELF from incompatible architecture} $exec_output] {

Completed in 865 milliseconds

1 2 3 4 5 6 7 8 91011>>