Home
last modified time | relevance | path

Searched refs:host_arch (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/v8/build/
Ddetect_v8_host_arch.py43 host_arch = platform.machine()
46 if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
47 host_arch = 'ia32'
48 elif host_arch in ['x86_64', 'amd64']:
49 host_arch = 'x64'
50 elif host_arch.startswith('arm'):
51 host_arch = 'arm'
52 elif host_arch == 'aarch64':
53 host_arch = 'arm64'
54 elif host_arch == 'mips64':
[all …]
Dstandalone.gypi54 'host_arch%': '<!pymod_do_main(detect_v8_host_arch)',
58 'host_arch%': 'ia32',
62 'host_arch%': '<(host_arch)',
63 'target_arch%': '<(host_arch)',
65 'host_arch%': '<(host_arch)',
69 'host_arch%': '<(host_arch)',
98 ['(v8_target_arch=="arm" and host_arch!="arm") or \
99 (v8_target_arch=="arm64" and host_arch!="arm64") or \
100 (v8_target_arch=="mipsel" and host_arch!="mipsel") or \
101 (v8_target_arch=="mips64el" and host_arch!="mips64el") or \
[all …]
Dtoolchain.gypi106 ['host_arch=="ia32" or host_arch=="x64" or clang==1', {
165 ['v8_target_arch==host_arch and android_webview_build==0', {
189 # 'v8_target_arch!=host_arch'
/external/chromium_org/build/
Ddetect_host_arch.py15 host_arch = platform.machine()
18 if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
19 host_arch = 'ia32'
20 elif host_arch in ['x86_64', 'amd64']:
21 host_arch = 'x64'
22 elif host_arch.startswith('arm'):
23 host_arch = 'arm'
29 if host_arch == 'x64' and platform.architecture()[0] == '32bit':
30 host_arch = 'ia32'
32 return host_arch
Dcommon.gypi13 # weird. This is done so that 'host_arch', 'chromeos', etc are defined as
45 'host_arch%': 'ia32',
47 'host_arch%': '<!pymod_do_main(detect_host_arch)',
59 'host_arch%': '<(host_arch)',
126 'target_arch%': '<(host_arch)',
145 'host_arch%': '<(host_arch)',
271 'host_arch%': '<(host_arch)',
1073 'host_arch%': '<(host_arch)',
1526 ['host_arch=="x64"', {
1529 ['host_arch=="ia32"', {
[all …]
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
Dinstall-debian.wheezy.sysroot.py77 host_arch = ''
79 host_arch = 'amd64'
81 host_arch = 'i386'
91 host_arch = 'amd64'
93 host_arch = 'i386'
94 if host_arch != options.arch:
/external/scrypt/
DScrypt-config.mk94 host_arch := x86
96 host_arch := unknown_arch
99 host_c_flags := $(common_c_flags) $($(host_arch)_c_flags) $(local_c_flags)
101 host_src_files := $(common_src_files) $($(host_arch)_src_files)
102 host_src_files := $(filter-out $($(host_arch)_exclude_files), $(host_src_files))
Dimport_scrypt.sh337 host_arch := x86
339 host_arch := unknown_arch
342 host_c_flags := \$(common_c_flags) \$(\$(host_arch)_c_flags) \$(local_c_flags)
344 host_src_files := \$(common_src_files) \$(\$(host_arch)_src_files)
345 host_src_files := \$(filter-out \$(\$(host_arch)_exclude_files), \$(host_src_files))
/external/llvm/test/ExecutionEngine/
Dlit.local.cfg1 if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
4 # CMake and autoconf diverge in naming or host_arch
/external/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
15 if 'armv7' in root.host_arch:
/external/libunwind/
Dconfigure.ac106 SET_ARCH([$host_cpu],[host_arch])
111 …[AS_CASE([$host_arch], [aarch64*|arm*|mips*|sh*|x86*], [enable_coredump=yes], [enable_coredump=no]…
127 [AS_IF([test x$target_arch == x$host_arch], [enable_setjmp=yes], [enable_setjmp=no])]
136 AC_MSG_RESULT([$host_arch])
145 AM_CONDITIONAL(REMOTE_ONLY, test x$target_arch != x$host_arch)
188 if test x$target_arch != x$host_arch; then
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/llvm/test/CodeGen/SystemZ/Large/
Dlit.local.cfg5 if config.root.host_arch not in ['SystemZ']:
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp213 ArchSpec host_arch (Host::GetArchitecture ()); in Handle_qHostInfo() local
214 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo()
217 response.Printf (";ptrsize:%u;",host_arch.GetAddressByteSize()); in Handle_qHostInfo()
219 uint32_t cpu = host_arch.GetMachOCPUType(); in Handle_qHostInfo()
220 uint32_t sub = host_arch.GetMachOCPUSubType(); in Handle_qHostInfo()
/external/lldb/source/Host/common/
DHost.cpp308 ArchSpec host_arch; in GetArchitecture() local
410 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); in GetVendorString() local
411 const llvm::StringRef &str_ref = host_arch.GetTriple().getVendorName(); in GetVendorString()
423 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); in GetOSString() local
424 const llvm::StringRef &str_ref = host_arch.GetTriple().getOSName(); in GetOSString()
436 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); in GetTargetTriple() local
437 g_host_triple.SetCString(host_arch.GetTriple().getTriple().c_str()); in GetTargetTriple()
/external/compiler-rt/unittests/
Dlit.common.unit.configured.in12 config.host_arch = "@HOST_ARCH@"
/external/compiler-rt/test/asan/Unit/
Dlit.site.cfg.in27 if config.host_os == 'Linux' and config.host_arch == 'x86_64':
/external/llvm/test/
Dlit.site.cfg.in21 config.host_arch = "@HOST_ARCH@"
Dlit.site.cfg24 config.host_arch = "x86_64"
/external/compiler-rt/test/
Dlit.common.configured.in12 set_default("host_arch", "@HOST_ARCH@")
/external/clang/test/
Dlit.site.cfg.in22 config.host_arch = "@HOST_ARCH@"
/external/compiler-rt/test/lsan/
Dlit.common.cfg49 if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64']:
/external/llvm/autoconf/
Dconfigure.ac454 i?86-*) host_arch="x86" ;;
455 amd64-* | x86_64-*) host_arch="x86_64" ;;
456 sparc*-*) host_arch="Sparc" ;;
457 powerpc*-*) host_arch="PowerPC" ;;
458 arm64*-*) host_arch="AArch64" ;;
459 arm*-*) host_arch="ARM" ;;
460 aarch64*-*) host_arch="AArch64" ;;
461 mips-* | mips64-*) host_arch="Mips" ;;
462 mipsel-* | mips64el-*) host_arch="Mips" ;;
463 xcore-*) host_arch="XCore" ;;
[all …]
/external/compiler-rt/test/asan/
Dlit.cfg102 if config.host_arch.find('64') != -1 and config.android != "TRUE":
/external/llvm/
Dconfigure4187 i?86-*) host_arch="x86" ;;
4188 amd64-* | x86_64-*) host_arch="x86_64" ;;
4189 sparc*-*) host_arch="Sparc" ;;
4190 powerpc*-*) host_arch="PowerPC" ;;
4191 arm64*-*) host_arch="AArch64" ;;
4192 arm*-*) host_arch="ARM" ;;
4193 aarch64*-*) host_arch="AArch64" ;;
4194 mips-* | mips64-*) host_arch="Mips" ;;
4195 mipsel-* | mips64el-*) host_arch="Mips" ;;
4196 xcore-*) host_arch="XCore" ;;
[all …]

12