/external/libchrome/build/ |
D | get_landmines.py | 16 host_os = landmine_utils.host_os variable 39 if host_os() == 'win': 41 if host_os() == 'linux': 43 if host_os() == 'mac': 45 if host_os() in ('win', 'mac'): 48 if host_os() == 'win': 63 if host_os() == 'win': 65 if host_os() == 'mac': 67 if host_os() == 'mac': 69 if host_os() == 'mac': [all …]
|
/external/boringssl/src/util/bot/ |
D | DEPS | 69 'condition': 'host_os == "linux"', 81 'condition': 'host_os == "linux"', 91 'condition': 'host_os == "mac"', 103 'condition': 'host_os == "mac"', 113 'condition': 'host_os == "win"', 125 'condition': 'host_os == "win"', 135 'condition': 'host_os == "win"', 147 'condition': 'host_os == "win"', 158 'condition': 'host_os == "win" and checkout_nasm', 170 'condition': 'host_os == "win"', [all …]
|
/external/llvm-project/compiler-rt/test/asan/ |
D | lit.cfg.py | 64 if config.host_os == 'Darwin' and config.target_arch == 'x86_64': 77 if config.host_os not in ['FreeBSD', 'NetBSD']: 134 if config.host_os in ['Linux', 'FreeBSD', 'NetBSD', 'SunOS']: 136 elif config.host_os == 'Darwin': 213 leak_detection_linux = (config.host_os == 'Linux') and (not config.android) and (config.target_arch… 214 leak_detection_mac = (config.host_os == 'Darwin') and (config.target_arch == 'x86_64') 215 leak_detection_netbsd = (config.host_os == 'NetBSD') and (config.target_arch in ['x86_64', 'i386']) 230 if config.host_os == 'Windows' and config.asan_dynamic: 237 if config.host_os == 'Darwin': 240 if config.host_os == 'Windows': [all …]
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Passes/ |
D | BUILD.gn | 5 if (host_os != "win") { 18 if (host_os != "mac" && host_os != "win") { 40 if (host_os != "win") { 45 if (host_os != "mac" && host_os != "win") {
|
/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/webrtc/tools_webrtc/ |
D | get_landmines.py | 24 host_os = landmine_utils.host_os # pylint: disable=invalid-name variable 38 if host_os() == 'win': 47 if host_os() == 'mac':
|
/external/llvm-project/compiler-rt/test/sanitizer_common/ |
D | lit.common.cfg.py | 31 if config.host_os == 'Linux' and config.tool_name == "lsan" and config.target_arch == 'i386': 34 if config.host_os == 'Darwin': 53 if config.host_os in ['Linux']: 73 if config.host_os not in ['Linux', 'Darwin', 'NetBSD', 'FreeBSD', 'SunOS']: 79 if config.host_os == 'NetBSD':
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | lit.cfg.py | 23 if config.host_os == 'Darwin': 57 if config.has_libcxx and config.host_os != 'Darwin': 77 config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os))) 84 if config.host_os not in ['FreeBSD', 'Linux', 'Darwin', 'NetBSD']: 93 if config.host_os == 'NetBSD':
|
/external/llvm-project/compiler-rt/test/ |
D | lit.common.cfg.py | 96 config.available_features.add(config.host_os.lower()) 112 if config.host_os == 'NetBSD': 146 elif config.host_os == 'Darwin' and config.apple_platform != "osx": 216 config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os))) 221 if config.host_os == 'Windows': 237 config.available_features.add(target_arch + '-' + config.host_os.lower()) 272 if config.host_os == 'Darwin': 381 if config.host_os == 'Linux': 422 if config.host_os == 'Darwin' and is_darwin_lto_supported(): 426 elif config.host_os in ['Linux', 'FreeBSD', 'NetBSD']: [all …]
|
/external/llvm-project/compiler-rt/test/lsan/ |
D | lit.common.cfg.py | 32 if config.host_os == 'NetBSD': 41 if config.host_os == 'Darwin': 79 supported_linux = (not config.android) and config.host_os == 'Linux' and config.host_arch in ['x86_… 80 supported_darwin = config.host_os == 'Darwin' and config.target_arch in ['x86_64'] 81 supported_netbsd = config.host_os == 'NetBSD' and config.target_arch in ['x86_64', 'i386']
|
/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/llvm-project/compiler-rt/test/xray/ |
D | lit.cfg.py | 17 if config.libcxx_used == "1" and config.host_os == "Linux": 31 if config.host_os == "Linux": 56 if config.host_os not in ['FreeBSD', 'Linux', 'NetBSD', 'OpenBSD']: 65 if config.host_os == 'NetBSD':
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/ |
D | BUILD.gn | 27 if (host_os == "win") { 100 if (host_os == "win") { 106 if (host_os == "win") { 112 if (host_os == "mac") { 114 } else if (host_os == "win") { 120 if (host_os == "freebsd") { 122 } else if (host_os == "mac") { 124 } else if (host_os == "linux") { 126 } else if (host_os == "win") { 129 assert(false, "unsupported host_os " + host_os) [all …]
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Support/DynamicLibrary/ |
D | BUILD.gn | 16 if (host_os != "mac" && host_os != "win") { 43 if (host_os != "mac" && host_os != "win") {
|
/external/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/ |
D | BUILD.gn | 74 if (host_os == "mac") { 76 } else if (host_os == "linux") { 78 } else if (host_os == "win") { 81 assert(false, "unsupported host_os " + host_os)
|
/external/llvm-project/compiler-rt/test/msan/ |
D | lit.cfg.py | 19 if config.host_os == 'FreeBSD': 41 if config.host_os not in ['Linux', 'NetBSD', 'FreeBSD']: 52 if config.host_os == 'NetBSD':
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/ |
D | BUILD.gn | 1 assert(host_os != "win", "loadable modules not supported on win") 12 if (host_os != "mac" && host_os != "win") {
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/bugpoint-passes/ |
D | BUILD.gn | 1 assert(host_os != "win", "loadable modules not supported on win") 12 if (host_os != "mac" && host_os != "win") {
|
/external/llvm-project/llvm/utils/gn/secondary/clang/tools/scan-build/ |
D | BUILD.gn | 12 if (host_os == "mac") { 14 } else if (host_os == "win") { 25 if (host_os == "win") {
|
/external/perfetto/gn/standalone/ |
D | BUILDCONFIG.gn | 28 target_os = host_os 37 is_linux_host = host_os == "linux" 39 is_mac_host = host_os == "mac" 41 is_win_host = host_os == "win" 59 target_cpu != host_cpu || target_os != host_os || target_triplet != ""
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/lto/ |
D | BUILD.gn | 4 if (host_os != "mac" && host_os != "win") { 27 if (host_os == "mac") {
|
/external/libcups/config-scripts/ |
D | cups-opsys.m4 | 11 dnl Get the build and host platforms and split the host_os value 15 [host_os_name=`echo $host_os | sed -e '1,$s/[0-9.]*$//g'`] 16 [host_os_version=`echo $host_os | sed -e '1,$s/^[^0-9.]*//g' | awk -F. '{print $1 $2}'`]
|
/external/pigweed/ |
D | BUILD.gn | 80 if (host_os == "linux") { 82 } else if (host_os == "mac") { 84 } else if (host_os == "win") { 87 assert(false, "Please define a host config for your system: $host_os") 131 if (host_os != "win") { 169 pw_toolchain_SCOPE.is_host_toolchain && host_os != "win") { 234 if (host_os != "win") { 308 if (host_os != "win") {
|
/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/llvm-project/llvm/utils/gn/build/libs/zlib/ |
D | enable.gni | 2 if (host_os == "win") { 10 llvm_enable_zlib = host_os != "win" || zlib_path != ""
|