/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 | 62 target_arch = platform.machine() 74 if target_arch not in PYTHON_MACHINE_TO_NINJA_ARCH: 80 UpdateV8Binary(v8_version, target_os, target_arch) 100 def UpdateV8Binary(v8_version, target_os, target_arch): argument 113 ninja_arch = PYTHON_MACHINE_TO_NINJA_ARCH[target_arch] 122 d8_dst = V8_BINARY_PATH.format(os=target_os, arch=target_arch)
|
/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':
|
D | lit.site.cfg.in | 7 config.target_arch = "@UBSAN_TEST_TARGET_ARCH@"
|
/external/v8/build/ |
D | standalone.gypi | 57 # very well; such hosts should pass an explicit target_arch 68 'target_arch%': '<(host_arch)', 76 'target_arch%': '<(target_arch)', 77 'v8_target_arch%': '<(target_arch)', 131 …['(OS=="linux" or OS=="android") and (target_arch=="x64" or target_arch=="arm" or (target_arch=="i… 150 'target_arch%': '<(target_arch)', 229 ['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64") and \ 270 ['target_arch == "ia32"', { 275 ['target_arch == "x64"', { 280 ['target_arch=="arm"', { [all …]
|
D | toolchain.gypi | 40 'v8_target_arch%': '<(target_arch)', 108 ['OS=="linux" and (target_arch=="x64" or target_arch=="arm")', { 118 ['OS=="linux" and (target_arch=="ia32" or target_arch=="x64")', { 125 ['OS=="linux" and target_arch=="x64"', { 148 ['target_arch=="ia32" or target_arch=="x64" or target_arch=="x87" or \ 149 target_arch=="ppc" or target_arch=="ppc64" or target_arch=="s390" or \ 150 target_arch=="s390x" or clang==1', { 242 ['v8_target_arch==target_arch', { 266 # 'v8_target_arch!=target_arch' 363 and v8_target_arch==target_arch', { [all …]
|
D | isolate.gypi | 78 '--config-variable', 'target_arch=<(target_arch)',
|
/external/webrtc/webrtc/ |
D | supplement.gypi | 25 ['target_arch=="arm" or target_arch=="ia32"', { 28 ['target_arch=="arm64" or target_arch=="x64"', {
|
/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/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"', {
|
/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/build/ |
D | common.gypi | 164 ['target_arch=="arm" or target_arch=="arm64"', { 167 ['(target_arch=="arm" and (arm_neon==1 or arm_neon_optional==1)) or target_arch=="arm64"', { 170 ['OS!="ios" and (target_arch!="arm" or arm_version>=7) and target_arch!="mips64el"', { 250 ['target_arch!="arm64" or OS!="android"', { 275 ['target_arch=="arm64"', { 281 ['target_arch=="arm"', { 299 ['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|
/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/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_capture.gypi | 100 ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', { 137 ['OS!="ios" and (target_arch=="ia32" or target_arch=="x64")', {
|
/external/autotest/client/bin/ |
D | kernel.py | 195 self.target_arch = None 633 def set_cross_cc(self, target_arch=None, cross_compile=None, argument 641 if self.target_arch: 650 if target_arch is None: 651 target_arch = utils.get_current_kernel_arch() 652 if target_arch == 'ppc64': 674 if target_arch == 'ppc64': 678 elif target_arch == 'x86_64': 682 os.environ['ARCH'] = self.target_arch = target_arch
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 103 config.substitutions.append( ("%shared_libasan", "libclang_rt.asan-%s.so" % config.target_arch)) 120 base_lib = os.path.join(config.compiler_rt_libdir, "clang_rt.asan%%s-%s.lib" % config.target_arch) 171 if config.target_arch != 'arm' and config.target_arch != 'armhf' and config.target_arch != 'aarch64… 175 if config.host_os == 'Linux' and config.target_arch == 'x86_64':
|
D | lit.site.cfg.in | 13 config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
|
/external/libchrome/sandbox/win/ |
D | sandbox_win.gypi | 9 'target_arch%': 'ia32', 145 ['target_arch=="x64"', { 154 ['target_arch=="ia32"', { 193 ['target_arch=="ia32"', { 335 ['OS=="win" and target_arch=="ia32"', { 342 'target_arch': 'x64',
|
/external/pdfium/build/ |
D | standalone.gypi | 24 # very well; such hosts should pass an explicit target_arch 40 'target_arch%': '<(host_arch)', 43 'target_arch%': '<(target_arch)', 48 'target_arch%': '<(target_arch)', 310 ['target_arch=="x64"', {
|
/external/compiler-rt/test/sanitizer_common/ |
D | lit.site.cfg.in | 7 config.target_arch = "@SANITIZER_COMMON_TEST_TARGET_ARCH@"
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/ |
D | isacfix.gypi | 80 ['target_arch=="arm" and arm_version>=7', { 93 ['target_arch=="mipsel" and mips_arch_variant!="r6"', {
|