/external/chromium_org/build/linux/ |
pkg-config-wrapper | 20 target_arch="$1" 25 if [ -z "$root" -o -z "$target_arch" ] 27 echo "usage: $0 /path/to/sysroot target_arch libdir [pkg-config-arguments] package" >&2 31 if [ "$target_arch" = "x64" ]
|
/external/compiler-rt/test/asan/ |
lit.site.cfg.in | 13 config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
|
/external/scrypt/ |
Scrypt-config.mk | 74 target_arch := $(TARGET_ARCH) macro 75 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true) 76 target_arch := unknown_arch macro 79 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags) 81 target_src_files := $(common_src_files) $($(target_arch)_src_files) 82 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files)) 85 ifeq ($(target_arch),arm)
|
import_scrypt.sh | 317 target_arch := \$(TARGET_ARCH) 318 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true) 319 target_arch := unknown_arch 322 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags) 324 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files) 325 target_src_files := \$(filter-out \$(\$(target_arch)_exclude_files), \$(target_src_files)) 328 ifeq (\$(target_arch),arm)
|
/external/chromium_org/third_party/openssl/openssl/ |
Apps-config.mk | 111 target_arch := $(TARGET_ARCH) macro 112 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true) 113 target_arch := unknown_arch macro 116 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags) 118 target_src_files := $(common_src_files) $($(target_arch)_src_files) 119 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
|
Ssl-config.mk | 108 target_arch := $(TARGET_ARCH) macro 109 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true) 110 target_arch := unknown_arch macro 113 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags) 115 target_src_files := $(common_src_files) $($(target_arch)_src_files) 116 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
|
import_openssl.sh | 328 target_arch := \$(TARGET_ARCH) 329 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true) 330 target_arch := unknown_arch 333 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags) 335 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files) 336 target_src_files := \$(filter-out \$(\$(target_arch)_exclude_files), \$(target_src_files))
|
Crypto-config.mk | 677 target_arch := $(TARGET_ARCH) macro 678 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true) 679 target_arch := unknown_arch macro 682 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags) 684 target_src_files := $(common_src_files) $($(target_arch)_src_files) 685 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/ |
pnacl_component_crx_gen.py | 83 def DetermineInstallerArches(target_arch): 84 arch = CanonicalArch(target_arch) 86 raise Exception('Unknown target_arch %s' % target_arch) 92 raise Exception('Unknown target_arch on windows w/ target_arch == %s' % 93 target_arch) 172 def LibDir(target_arch): 173 return J(PnaclDirs.TranslatorRoot(), 'lib-%s' % target_arch) 176 def SandboxedCompilerDir(target_arch) [all...] |
/external/chromium_org/build/android/buildbot/ |
bb_run_bot.py | 29 ['script', 'host_steps', 'extra_args', 'extra_gyp_defines', 'target_arch']) 72 if host_obj.target_arch: 73 env['GYP_DEFINES'] += ' target_arch=%s' % host_obj.target_arch 130 H = (lambda steps, extra_args=None, extra_gyp=None, target_arch=None : 132 extra_gyp, target_arch)) 156 H(compile_step + std_host_tests, experimental, target_arch='x86')), 161 H(compile_step + std_host_tests, target_arch='x86')),
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSVersion.py | 71 def SetupScript(self, target_arch): 75 # the setup script from the SDK if so. |target_arch| should be either 77 assert target_arch in ('x86', 'x64') 81 '/' + target_arch] 86 if target_arch == 'x86': 97 assert target_arch == 'x64'
|
/external/chromium_org/chrome/tools/build/win/ |
create_installer_archive.py | 373 def CopyVisualStudioRuntimeDLLs(target_arch, build_dir): 384 "Debug_NonRedist/" + target_arch + "/Microsoft.*.DebugCRT/*.dll") 388 target_arch + "/Microsoft.*.CRT/*.dll") 393 if target_arch == 'x64': 428 def DoComponentBuildTasks(staging_dir, build_dir, target_arch, current_version): 441 CopyVisualStudioRuntimeDLLs(target_arch, build_dir) 519 options.target_arch, current_version) 577 parser.add_option('--target_arch', default='x86',
|
/external/lldb/source/Plugins/Process/Utility/ |
UnwindMacOSXFrameBackchain.cpp | 43 const ArchSpec& target_arch = target->GetArchitecture (); local 47 if (target_arch.GetAddressByteSize() == 8)
|
/external/chromium_org/tools/ |
bisect-perf-regression.py | 433 def GetZipFileName(build_revision=None, target_arch='ia32', patch_sha=None): 440 if Is64BitWindows() and target_arch == 'x64': 457 def GetRemoteBuildPath(build_revision, target_arch='ia32', patch_sha=None): 462 if Is64BitWindows() and target_arch == 'x64': 471 base_filename = GetZipFileName(build_revision, target_arch, patch_sha) [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
ProcessGDBRemote.cpp | 490 const ArchSpec &target_arch = GetTarget().GetArchitecture(); 501 if (!target_arch.IsValid()) 508 else if (target_arch.GetMachine() == llvm::Triple::arm) 883 ArchSpec &target_arch = GetTarget().GetArchitecture(); local 885 if (target_arch.IsValid()) [all...] |
/external/lldb/source/Target/ |
StackFrame.cpp | 1425 const ArchSpec &target_arch = target->GetArchitecture(); local [all...] |
Thread.cpp | [all...] |
Process.cpp | [all...] |
Target.cpp | 62 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp) : 69 m_arch (target_arch), [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 494 def GypNinjaBuild_Pnacl(rel_out_dir, target_arch): 504 GypNinjaBuild(target_arch, gyp_py, gyp_file, targets, out_dir, False) 515 gyp_defines.append('target_arch=%s' % arch) [all...] |
/external/lldb/include/lldb/Target/ |
Target.h | 426 const ArchSpec &target_arch, [all...] |
/external/chromium_org/build/android/ |
adb_gdb | 107 TARGET_ARCH= 179 TARGET_ARCH=$optarg 361 local ARCH=$(echo $GYP_DEFINES | tr ' ' '\n' | grep '^target_arch=' |\ 370 if [ -z "$TARGET_ARCH" ]; then 371 TARGET_ARCH=$(get_gyp_target_arch) 372 if [ -z "$TARGET_ARCH" ]; then 373 TARGET_ARCH=arm 379 if [ "$TARGET_ARCH" = "ia32" ]; then 380 TARGET_ARCH=x86 381 log "Auto-config: --arch=$TARGET_ARCH (equivalent to ia32) [all...] |
/external/lldb/source/Commands/ |
CommandObjectTarget.cpp | 63 const ArchSpec &target_arch = target->GetArchitecture(); local 77 if (target_arch.IsValid()) 79 strm.Printf ("%sarch=%s", properties++ > 0 ? ", " : " ( ", target_arch.GetTriple().str().c_str()); [all...] |