/external/v8/build/linux/sysroot_scripts/ |
D | install-sysroot.py | 99 target_arch = gyp_defines.get('target_arch') 100 if target_arch == 'x64': 102 elif target_arch == 'ia32': 104 elif target_arch == 'arm': 106 elif target_arch == 'arm64': 108 elif target_arch == 'mipsel': 110 elif target_arch: 111 raise Error('Unrecognized target_arch: %s' % target_arch) 133 target_arch = DetectTargetArch() 134 if target_arch and target_arch not in (host_arch, 'i386', 'arm64'): [all …]
|
/external/v8/build/android/ |
D | v8_external_startup_data_arch_suffix.gypi | 9 # This help to find out if target_arch is set to something else. 10 'arch_suffix': '<(target_arch)', 12 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', { 15 ['target_arch=="arm64" or target_arch=="x64" or target_arch=="mips64el"', {
|
/external/scrypt/ |
D | Scrypt-config.mk | 74 target_arch := $(TARGET_ARCH) 75 ifeq ($(target_arch)-$(TARGET_HAS_BIGENDIAN),mips-true) 76 target_arch := unknown_arch 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)
|
D | 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/webrtc/webrtc/modules/video_processing/ |
D | video_processing.gypi | 47 ['target_arch=="ia32" or target_arch=="x64"', { 50 ['target_arch=="arm" or target_arch == "arm64"', { 57 ['target_arch=="ia32" or target_arch=="x64"', { 80 ['target_arch=="arm" or target_arch == "arm64"', {
|
/external/v8/ |
D | Makefile.android | 39 DEFINES = target_arch=arm v8_target_arch=arm 41 DEFINES = target_arch=arm64 v8_target_arch=arm64 43 DEFINES = target_arch=mipsel v8_target_arch=mipsel 45 DEFINES = target_arch=ia32 v8_target_arch=ia32 47 DEFINES = target_arch=x64 v8_target_arch=x64 49 DEFINES = target_arch=ia32 v8_target_arch=x87
|
/external/libunwind/ |
D | configure.ac | 107 SET_ARCH([$target_cpu],[target_arch]) 127 [AS_IF([test x$target_arch == x$host_arch], [enable_setjmp=yes], [enable_setjmp=no])] 138 AC_MSG_RESULT([$target_arch]) 145 AM_CONDITIONAL(REMOTE_ONLY, test x$target_arch != x$host_arch) 146 AM_CONDITIONAL(ARCH_AARCH64, test x$target_arch = xaarch64) 147 AM_CONDITIONAL(ARCH_ARM, test x$target_arch = xarm) 148 AM_CONDITIONAL(ARCH_IA64, test x$target_arch = xia64) 149 AM_CONDITIONAL(ARCH_HPPA, test x$target_arch = xhppa) 150 AM_CONDITIONAL(ARCH_MIPS, test x$target_arch = xmips) 151 AM_CONDITIONAL(ARCH_X86, test x$target_arch = xx86) [all …]
|
/external/chromium-trace/catapult/third_party/vinn/bin/ |
D | update_v8 | 65 target_arch = platform.machine() 78 if target_arch not in PYTHON_MACHINE_TO_NINJA_ARCH: 80 target_arch, PYTHON_MACHINE_TO_NINJA_ARCH) 84 UpdateV8Binary(v8_version, target_os, target_arch) 109 def UpdateV8Binary(v8_version, target_os, target_arch): argument 129 ninja_arch = PYTHON_MACHINE_TO_NINJA_ARCH[target_arch] 138 d8_dst_dir = V8_DST_PATH.format(os=target_os, arch=target_arch)
|
/external/v8/build/win/ |
D | copy_cdb_to_output.py | 46 def _CopyCDBToOutput(output_dir, target_arch): argument 57 if target_arch == 'ia32' or target_arch == 'x86': 59 elif target_arch == 'x64': 62 print 'copy_cdb_to_output.py: unknown target_arch %s' % target_arch
|
/external/libyuv/files/docs/ |
D | getting_started.md | 74 set GYP_DEFINES=target_arch=ia32 79 set GYP_DEFINES=target_arch=x64 85 set GYP_DEFINES=clang=1 target_arch=ia32 libyuv_enable_svn=1 96 GYP_DEFINES="clang=1 target_arch=x64" ./gyp_libyuv 100 GYP_DEFINES="clang=1 target_arch=ia32" ./gyp_libyuv 111 …GYP_DEFINES="OS=ios target_arch=armv7 target_subarch=arm32" GYP_CROSSCOMPILE=1 GYP_GENERATOR_FLAGS… 117 …GYP_DEFINES="OS=ios target_arch=arm64 target_subarch=arm64" GYP_CROSSCOMPILE=1 GYP_GENERATOR_FLAGS… 123 …GYP_DEFINES="OS=ios target_arch=armv7 target_subarch=both" GYP_CROSSCOMPILE=1 GYP_GENERATOR_FLAGS=… 129 …GYP_DEFINES="OS=ios target_arch=ia32 target_subarch=arm32" GYP_CROSSCOMPILE=1 GYP_GENERATOR_FLAGS=… 146 GYP_DEFINES="OS=android target_arch=arm64 target_subarch=arm64" GYP_CROSSCOMPILE=1 ./gyp_libyuv [all …]
|
/external/libyuv/files/ |
D | libyuv.gyp | 30 ['(target_arch == "armv7" or target_arch == "armv7s" or \ 31 (target_arch == "arm" and arm_version >= 7) or target_arch == "arm64")\ 75 ['target_arch != "arm64"', { 127 ['OS == "android" and target_arch == "arm64"', { 132 ['OS == "android" and target_arch != "arm64"', {
|
/external/compiler-rt/test/ubsan/ |
D | lit.common.cfg | 21 config.name = 'UBSan-Standalone-' + config.target_arch 25 config.name = 'UBSan-ASan-' + config.target_arch 30 config.name = 'UBSan-MSan-' + config.target_arch 34 config.name = 'UBSan-TSan-' + config.target_arch 79 if config.target_arch.startswith('arm') == False and config.target_arch != 'aarch64':
|
/external/webrtc/webrtc/ |
D | supplement.gypi | 25 ['target_arch=="arm" or target_arch=="ia32"', { 28 ['target_arch=="arm64" or target_arch=="x64"', {
|
/external/v8/gypfiles/ |
D | standalone.gypi | 58 # very well; such hosts should pass an explicit target_arch 69 'target_arch%': '<(host_arch)', 78 'target_arch%': '<(target_arch)', 94 ['target_arch=="arm"', { 97 ['target_arch=="x64"', { 100 ['target_arch=="ia32"', { 103 ['target_arch=="mipsel"', { 112 'target_arch%': '<(target_arch)', 113 'v8_target_arch%': '<(target_arch)', 172 …['(OS=="linux" or OS=="android") and (target_arch=="x64" or target_arch=="arm" or (target_arch=="i… [all …]
|
D | toolchain.gypi | 42 'v8_target_arch%': '<(target_arch)', 110 ['OS=="linux" and (target_arch=="x64" or target_arch=="arm")', { 120 ['OS=="linux" and (target_arch=="ia32" or target_arch=="x64")', { 127 ['OS=="linux" and target_arch=="x64"', { 153 ['target_arch=="ia32" or target_arch=="x64" or target_arch=="x87" or \ 154 target_arch=="ppc" or target_arch=="ppc64" or target_arch=="s390" or \ 155 target_arch=="s390x" or clang==1', { 247 ['v8_target_arch==target_arch', { 271 # 'v8_target_arch!=target_arch' 368 and v8_target_arch==target_arch', { [all …]
|
/external/v8/tools/gyp/pylib/gyp/ |
D | MSVSVersion.py | 71 def _SetupScriptInternal(self, target_arch): argument 78 assert target_arch in ('x86', 'x64') 83 return [setup_path, '/' + target_arch] 88 if target_arch == 'x86': 100 assert target_arch == 'x64' 111 def SetupScript(self, target_arch): argument 112 script_data = self._SetupScriptInternal(target_arch)
|
/external/v8/build/ |
D | common_untrusted.gypi | 14 ['target_arch=="x64"', { 19 ['target_arch=="ia32" and OS!="win"', { 24 ['target_arch=="arm"', {
|
/external/webrtc/talk/app/webrtc/objc/ |
D | README | 28 export GYP_DEFINES="$GYP_DEFINES target_arch=arm" 33 export GYP_DEFINES="$GYP_DEFINES target_arch=arm64" 38 export GYP_DEFINES="$GYP_DEFINES OS=ios target_subarch=arm32 target_arch=ia32" 45 export GYP_DEFINES="$GYP_DEFINES OS=mac target_subarch=arm64 target_arch=x64"
|
/external/v8/build/android/buildbot/ |
D | bb_run_bot.py | 72 if host_obj.target_arch: 73 env['GYP_DEFINES'] += ' target_arch=%s' % host_obj.target_arch 137 H = (lambda steps, extra_args=None, extra_gyp=None, target_arch=None: 139 extra_gyp, target_arch)) 166 H(compile_step + std_host_tests, experimental, target_arch='ia32')), 171 H(compile_step + std_host_tests, target_arch='ia32')),
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 350 'gyp_defines': 'target_arch=arm', 355 'gyp_defines': 'target_arch=arm64', 450 'gyp_defines': 'target_arch=mips', 477 'gyp_defines': 'target_arch=ia32 v8_target_arch=arm', 482 'gyp_defines': 'target_arch=x64 v8_target_arch=arm64', 487 'gyp_defines': 'target_arch=ia32 v8_target_arch=mipsel', 492 'gyp_defines': 'target_arch=x64 v8_target_arch=mips64el', 497 'gyp_defines': 'target_arch=ia32 v8_target_arch=ppc', 502 'gyp_defines': 'target_arch=x64 v8_target_arch=ppc64', 507 'gyp_defines': 'target_arch=ia32 v8_target_arch=s390', [all …]
|
/external/boringssl/src/util/bot/ |
D | vs_env.py | 26 target_arch = sys.argv[1] variable 36 sys.exit(subprocess.call(vs_version.SetupScript(target_arch) + ["&&"] + cmd,
|
/external/v8/gni/ |
D | isolate.gni | 75 target_arch = "ia32" 77 target_arch = target_cpu 149 "target_arch=$target_arch",
|
/external/v8/build/linux/ |
D | pkg-config-wrapper | 20 target_arch="$1" 25 if [ -z "$root" -o -z "$target_arch" ]
|
/external/webrtc/webrtc/common_audio/ |
D | common_audio.gyp | 137 ['target_arch=="ia32" or target_arch=="x64"', { 143 ['target_arch=="arm"', { 163 ['target_arch=="mipsel" and mips_arch_variant!="r6"', { 195 ['target_arch=="ia32" or target_arch=="x64"', {
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing.gypi | 172 ['target_arch=="mipsel" and mips_arch_variant!="r6"', { 193 ['target_arch=="ia32" or target_arch=="x64"', { 199 ['target_arch=="mipsel" and mips_arch_variant!="r6"', { 239 ['target_arch=="ia32" or target_arch=="x64"', {
|