HomeSort by relevance Sort by last modified time
    Searched refs:architecture (Results 26 - 50 of 236) sorted by null

12 3 4 5 6 7 8 910

  /build/core/combo/arch/arm/
armv7-a-neon.mk 2 # Generating binaries for the ARMv7-a architecture and higher with NEON
  /external/chromium_org/build/win/importlibs/
create_importlib_win.py 122 def _CreateImportLib(self, dll_name, imports, architecture, output_file):
123 """Creates an import lib binding imports to dll_name for architecture.
129 # For x86 architecture we have to provide an object file for correct
131 if architecture == 'x86':
148 '/machine:%s' % architecture,
167 imports.get('architecture', 'x86'),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux_unittest.py 50 self.assertEqual(port.architecture(), expected_architecture)
77 self.assertEqual(port.architecture(), 'x86_64')
79 # Test that we default to 'x86' on an unknown architecture.
84 self.assertEqual(port.architecture(), 'x86_64')
  /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.
  /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.
  /external/chromium_org/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.
  /external/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.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 78 my $architecture;
292 return if defined $architecture;
293 # make sure $architecture is defined in all cases
294 $architecture = "";
304 $architecture = $1;
307 if (open ARCHITECTURE, "$baseProductDir/Architecture") {
308 $architecture = <ARCHITECTURE>;
309 close ARCHITECTURE;
654 sub architecture() subroutine
    [all...]
  /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
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
  /external/chromium_org/base/win/
windows_version.h 48 // The processor architecture this copy of Windows natively uses. For
77 WindowsArchitecture architecture() const { return architecture_; } function in class:base::win::OSInfo
  /external/chromium_org/chrome/test/chromedriver/
archive.py 77 if platform.architecture()[0] == '64bit':
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo_unittest.cc 58 talk_base::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); local
61 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_X64, architecture);
64 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_ARM, architecture);
66 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_X86, architecture);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
linux_shadow_stacks.cc 109 # error Cannot obtain SP (possibly compiling on a non x86 architecture)
  /external/v8/src/
macro-assembler.h 69 #error Unsupported target architecture.
  /external/webrtc/src/
typedefs.h 54 // Processor architecture detection. For more info on what's defined, see:
83 #error Please add support for your architecture in typedefs.h
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 35 * This is done to abstract us from the various ARM Architecture
75 # error Unknown or unsupported ARM architecture
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/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 1041 milliseconds

12 3 4 5 6 7 8 910