Home
last modified time | relevance | path

Searched refs:host_os (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/boringssl/src/util/bot/
DDEPS72 'condition': 'host_os == "linux"',
84 'condition': 'host_os == "linux"',
94 'condition': 'host_os == "mac"',
106 'condition': 'host_os == "mac"',
116 'condition': 'host_os == "win"',
128 'condition': 'host_os == "win"',
138 'condition': 'host_os == "win"',
150 'condition': 'host_os == "win"',
161 'condition': 'host_os == "win" and not checkout_nasm',
173 'condition': 'host_os == "win" and checkout_nasm',
[all …]
/external/libexif/
Dconfig.rpath51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
59 case "$host_os" in
111 case "$host_os" in
127 case "$host_os" in
190 case "$host_os" in
211 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
223 case $host_os in aix4.[012]|aix4.[012].*)
351 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p…
354 case "$host_os" in
432 case "$host_os" in
[all …]
/external/e2fsprogs/config/
Dconfig.rpath36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
56 case "$host_os" in
151 case "$host_os" in
177 case "$host_os" in
264 case "$host_os" in
285 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
298 case $host_os in aix4.[012]|aix4.[012].*)
431 …if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-p…
434 case "$host_os" in
515 case "$host_os" in
[all …]
/external/v8/
DDEPS113 'condition': 'host_os == "linux"',
123 'condition': 'host_os == "mac"',
139 'condition': 'host_os == "win"',
228 'condition': 'host_os == "linux" and checkout_fuchsia',
238 'condition': 'host_os == "mac" and checkout_fuchsia',
248 'condition': 'host_os == "linux" and checkout_fuchsia',
258 'condition': 'host_os == "mac" and checkout_fuchsia',
278 'condition': 'host_cpu != "s390" and host_os != "aix"',
354 'condition': 'host_os == "win"',
366 'condition': 'host_os == "mac"',
[all …]
Dsnapshot_toolchain.gni53 if (current_os == host_os && current_cpu == host_cpu) {
57 } else if (current_os == host_os && current_cpu == "x86" &&
63 } else if (current_os == "win" && host_os == "mac" && is_clang) {
96 v8_snapshot_toolchain = "//build/toolchain/${host_os}:${_clang}${_cpus}"
103 "on $host_os $host_cpu")
/external/compiler-rt/test/asan/
Dlit.cfg34 if config.host_os == 'Darwin':
50 if config.host_os != 'FreeBSD':
157 if config.host_os == 'Darwin':
160 elif config.host_os == 'FreeBSD':
163 elif config.host_os == 'Linux':
177 if config.host_os == 'Linux' and config.target_arch == 'x86_64':
192 if config.host_os == 'Darwin':
196 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
/external/compiler-rt/test/tsan/
Dlit.cfg23 if config.host_os == 'Darwin':
50 if config.has_libcxx and config.host_os != 'Darwin':
70 config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
78 if config.host_os not in ['FreeBSD', 'Linux', 'Darwin']:
/external/skia/gn/
DBUILDCONFIG.gn48 target_os = host_os
98 if (host_os == "linux") {
100 } else if (host_os == "mac") {
102 } else if (host_os == "win") {
/external/compiler-rt/test/
Dlit.common.cfg88 config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
90 if config.host_os == 'Windows':
123 if config.host_os == 'Darwin':
163 if config.host_os == 'Darwin' and is_darwin_lto_supported():
167 elif config.host_os == 'Linux' and is_linux_lto_supported():
171 elif config.host_os == 'Windows' and is_windows_lto_supported():
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn28 target_os = host_os
36 is_linux_host = host_os == "linux"
55 is_cross_compiling = target_cpu != host_cpu || target_os != host_os
Dandroid.gni20 if (host_os == "linux") {
22 } else if (host_os == "mac") {
/external/compiler-rt/test/msan/
Dlit.cfg19 if config.host_os == 'FreeBSD':
33 if config.host_os not in ['Linux']:
/external/icu/icu4c/source/extra/uconv/
Dpkgdata.inc.in51 host_os=@host_os@
/external/icu/icu4c/source/data/
Dicupkg.inc.in48 host_os=@host_os@
/external/autotest/server/hosts/
Dfactory.py195 host_os = None
200 host_os = label[len(full_os_prefix):]
207 or OS_HOST_DICT.get(host_os))
/external/skqp/gn/
DBUILDCONFIG.gn50 target_os = host_os
99 if (host_os == "linux") {
101 } else if (host_os == "mac") {
103 } else if (host_os == "win") {
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg29 if config.host_os == 'Darwin':
53 if config.host_os not in ['Linux', 'Darwin']:
/external/libffi/
Dacinclude.m421 case "$host_os" in
39 case "$host_os" in
71 case "$host_os" in
/external/python/cpython2/Modules/_ctypes/libffi/
Dacinclude.m421 case "$host_os" in
39 case "$host_os" in
71 case "$host_os" in
/external/v8/gni/
Dsnapshot_toolchain.gni53 if (current_os == host_os && current_cpu == host_cpu) {
57 } else if (current_os == host_os && current_cpu == "x86" &&
99 v8_snapshot_toolchain = "//build/toolchain/${host_os}:${_clang}${_cpus}"
109 "on $host_os $host_cpu")
/external/angle/
DDEPS154 'condition': 'not build_with_chromium and (host_os == "linux" and checkout_fuchsia)',
165 'condition': 'not build_with_chromium and (host_os == "mac" and checkout_fuchsia)',
261 'condition': 'host_os == "win" and not build_with_chromium',
273 'condition': 'host_os == "mac" and not build_with_chromium',
285 'condition': 'host_os == "linux" and not build_with_chromium',
344 'condition': 'checkout_win and (host_os == "win" and not build_with_chromium)',
/external/compiler-rt/test/profile/
Dlit.cfg36 if config.host_os in ['Linux']:
66 if config.host_os not in ['Darwin', 'FreeBSD', 'Linux']:
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dlit.local.cfg8 if root.host_os in ['Windows']:
/external/compiler-rt/test/asan/TestCases/Posix/
Dlit.local.cfg8 if root.host_os in ['Windows']:
/external/compiler-rt/test/ubsan/TestCases/Misc/Linux/
Dlit.local.cfg8 if root.host_os not in ['Linux']:

12345678910>>...12