Searched refs:host_os (Results 1 – 25 of 279) sorted by relevance
12345678910>>...12
/external/boringssl/src/util/bot/ |
D | DEPS | 72 '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/ |
D | config.rpath | 51 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/ |
D | config.rpath | 36 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/ |
D | DEPS | 113 '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 …]
|
D | snapshot_toolchain.gni | 53 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/ |
D | lit.cfg | 34 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/ |
D | lit.cfg | 23 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/ |
D | BUILDCONFIG.gn | 48 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/ |
D | lit.common.cfg | 88 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/ |
D | BUILDCONFIG.gn | 28 target_os = host_os 36 is_linux_host = host_os == "linux" 55 is_cross_compiling = target_cpu != host_cpu || target_os != host_os
|
D | android.gni | 20 if (host_os == "linux") { 22 } else if (host_os == "mac") {
|
/external/compiler-rt/test/msan/ |
D | lit.cfg | 19 if config.host_os == 'FreeBSD': 33 if config.host_os not in ['Linux']:
|
/external/icu/icu4c/source/extra/uconv/ |
D | pkgdata.inc.in | 51 host_os=@host_os@
|
/external/icu/icu4c/source/data/ |
D | icupkg.inc.in | 48 host_os=@host_os@
|
/external/autotest/server/hosts/ |
D | factory.py | 195 host_os = None 200 host_os = label[len(full_os_prefix):] 207 or OS_HOST_DICT.get(host_os))
|
/external/skqp/gn/ |
D | BUILDCONFIG.gn | 50 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/ |
D | lit.common.cfg | 29 if config.host_os == 'Darwin': 53 if config.host_os not in ['Linux', 'Darwin']:
|
/external/libffi/ |
D | acinclude.m4 | 21 case "$host_os" in 39 case "$host_os" in 71 case "$host_os" in
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | acinclude.m4 | 21 case "$host_os" in 39 case "$host_os" in 71 case "$host_os" in
|
/external/v8/gni/ |
D | snapshot_toolchain.gni | 53 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/ |
D | DEPS | 154 '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/ |
D | lit.cfg | 36 if config.host_os in ['Linux']: 66 if config.host_os not in ['Darwin', 'FreeBSD', 'Linux']:
|
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | lit.local.cfg | 8 if root.host_os in ['Windows']:
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | lit.local.cfg | 8 if root.host_os in ['Windows']:
|
/external/compiler-rt/test/ubsan/TestCases/Misc/Linux/ |
D | lit.local.cfg | 8 if root.host_os not in ['Linux']:
|
12345678910>>...12