Home
last modified time | relevance | path

Searched refs:target_arch (Results 1 – 25 of 51) sorted by relevance

123

/external/scrypt/
DScrypt-config.mk74 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)
Dimport_scrypt.sh317 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/
Dvideo_processing.gypi47 ['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/
DMakefile.android39 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/
Dconfigure.ac107 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/
Dupdate_v862 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/
Dlit.common.cfg21 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':
Dlit.site.cfg.in7 config.target_arch = "@UBSAN_TEST_TARGET_ARCH@"
/external/v8/build/
Dstandalone.gypi57 # 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 …]
Dtoolchain.gypi40 '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 …]
Disolate.gypi78 '--config-variable', 'target_arch=<(target_arch)',
/external/webrtc/webrtc/
Dsupplement.gypi25 ['target_arch=="arm" or target_arch=="ia32"', {
28 ['target_arch=="arm64" or target_arch=="x64"', {
/external/webrtc/talk/app/webrtc/objc/
DREADME28 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/
Daudio_processing.gypi172 ['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/
Dcommon_audio.gyp137 ['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/
Dcommon.gypi164 ['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/
Dvs_env.py26 target_arch = sys.argv[1] variable
36 sys.exit(subprocess.call(vs_version.SetupScript(target_arch) + ["&&"] + cmd,
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture.gypi100 ['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/
Dkernel.py195 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/
Dlit.cfg103 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':
Dlit.site.cfg.in13 config.target_arch = "@ASAN_TEST_TARGET_ARCH@"
/external/libchrome/sandbox/win/
Dsandbox_win.gypi9 '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/
Dstandalone.gypi24 # 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/
Dlit.site.cfg.in7 config.target_arch = "@SANITIZER_COMMON_TEST_TARGET_ARCH@"
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Disacfix.gypi80 ['target_arch=="arm" and arm_version>=7', {
93 ['target_arch=="mipsel" and mips_arch_variant!="r6"', {

123