HomeSort by relevance Sort by last modified time
    Searched refs:target_arch (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/build/linux/
pkg-config-wrapper 20 target_arch="$1"
23 if [ -z "$root" -o -z "$target_arch" ]
25 echo "usage: $0 /path/to/sysroot target_arch [pkg-config-arguments] package" >&2
29 if [ "$target_arch" = "x64" ]
  /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 316 target_arch := \$(TARGET_ARCH)
317 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true)
318 target_arch := unknown_arch
321 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags)
323 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files)
324 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/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 106 target_arch := $(TARGET_ARCH) macro
107 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
108 target_arch := unknown_arch macro
111 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
113 target_src_files := $(common_src_files) $($(target_arch)_src_files)
114 target_src_files := $(filter-out $($(target_arch)_exclude_files), $(target_src_files))
import_openssl.sh 316 target_arch := \$(TARGET_ARCH)
317 ifeq (\$(target_arch)-\$(TARGET_HAS_BIGENDIAN),mips-true)
318 target_arch := unknown_arch
321 target_c_flags := \$(common_c_flags) \$(\$(target_arch)_c_flags) \$(local_c_flags)
323 target_src_files := \$(common_src_files) \$(\$(target_arch)_src_files)
324 target_src_files := \$(filter-out \$(\$(target_arch)_exclude_files), \$(target_src_files))
Crypto-config.mk 664 target_arch := $(TARGET_ARCH) macro
665 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true)
666 target_arch := unknown_arch macro
669 target_c_flags := $(common_c_flags) $($(target_arch)_c_flags) $(local_c_flags)
671 target_src_files := $(common_src_files) $($(target_arch)_src_files)
672 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 108 def DetermineInstallerArches(target_arch):
109 arch = CanonicalArch(target_arch)
111 raise Exception('Unknown target_arch %s' % target_arch)
117 raise Exception('Unknown target_arch on windows w/ target_arch == %s' %
118 target_arch)
188 def LibDir(target_arch):
189 return J(PnaclDirs.TranslatorRoot(), 'lib-%s' % target_arch)
192 def SandboxedCompilerDir(target_arch)
    [all...]
  /dalvik/vm/compiler/template/
gen-template.py 154 opcode_fp = open("%s/%s" % (target_arch, interp_defs_file))
334 target_arch = sys.argv[1] variable
348 config_fp = open("config-%s" % target_arch)
350 print "Unable to open config file 'config-%s'" % target_arch
357 asm_fp = open("%s/CompilerTemplateAsm-%s.S" % (output_dir, target_arch), "w")
374 """ % (target_arch)
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 29 ['script', 'host_steps', 'extra_args', 'extra_gyp_defines', 'target_arch'])
55 if host_obj.target_arch:
56 envsetup_cmd += ' --target-arch=%s' % host_obj.target_arch
127 H = (lambda steps, extra_args=None, extra_gyp=None, target_arch=None :
129 extra_gyp, target_arch))
150 H(compile_step + std_host_tests, experimental, target_arch='x86')),
155 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'
  /dalvik/vm/mterp/
gen-mterp.py 527 target_arch = sys.argv[1] variable
541 config_fp = open("config-%s" % target_arch)
543 print "Unable to open config file 'config-%s'" % target_arch
550 c_fp = open("%s/InterpC-%s.cpp" % (output_dir, target_arch), "w")
551 asm_fp = open("%s/InterpAsm-%s.S" % (output_dir, target_arch), "w")
568 """ % (target_arch)
  /external/chromium_org/build/android/
envsetup_functions.sh 29 case "${TARGET_ARCH}" in
40 echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2
112 case "${TARGET_ARCH}" in
115 DEFINES+=" target_arch=arm"
124 DEFINES+=" target_arch=ia32"
127 DEFINES+=" target_arch=mipsel"
131 echo "TARGET_ARCH: ${TARGET_ARCH} is not supported." >& 2
185 target_arch="$(echo "$1" | sed 's/^[^=]*=//')
    [all...]
  /external/chromium_org/build/config/win/
get_msvc_config_real.py 72 def SetupScript(self, target_arch):
76 # the setup script from the SDK if so. |target_arch| should be either
78 assert target_arch in ('x86', 'x64')
82 '/' + target_arch]
87 if target_arch == 'x86':
91 assert target_arch == 'x64'
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 375 def CopyVisualStudioRuntimeDLLs(build_dir, target_arch):
386 "Debug_NonRedist/" + target_arch + "/Microsoft.*.DebugCRT/*.dll")
390 target_arch + "/Microsoft.*.CRT/*.dll")
395 if target_arch == 'x64':
430 def DoComponentBuildTasks(staging_dir, build_dir, target_arch, current_version):
443 CopyVisualStudioRuntimeDLLs(build_dir, target_arch)
523 options.target_arch, current_version)
584 parser.add_option('--target_arch', default='x86',
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 517 def GypNinjaBuild_Pnacl(rel_out_dir, target_arch):
527 GypNinjaBuild(target_arch, gyp_py, gyp_file, targets, out_dir, False)
538 gyp_defines.append('target_arch=%s' % arch)
    [all...]

Completed in 1400 milliseconds