Home
last modified time | relevance | path

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

12345678910>>...17

/external/libchrome/build/
Dget_landmines.py16 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/
DDEPS69 '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/
Dlit.cfg.py64 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/
DBUILD.gn5 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/
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/webrtc/tools_webrtc/
Dget_landmines.py24 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/
Dlit.common.cfg.py31 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/
Dlit.cfg.py23 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/
Dlit.common.cfg.py96 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/
Dlit.common.cfg.py32 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/
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/llvm-project/compiler-rt/test/xray/
Dlit.cfg.py17 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/
DBUILD.gn27 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/
DBUILD.gn16 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/
DBUILD.gn74 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/
Dlit.cfg.py19 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/
DBUILD.gn1 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/
DBUILD.gn1 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/
DBUILD.gn12 if (host_os == "mac") {
14 } else if (host_os == "win") {
25 if (host_os == "win") {
/external/perfetto/gn/standalone/
DBUILDCONFIG.gn28 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/
DBUILD.gn4 if (host_os != "mac" && host_os != "win") {
27 if (host_os == "mac") {
/external/libcups/config-scripts/
Dcups-opsys.m411 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/
DBUILD.gn80 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/
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/llvm-project/llvm/utils/gn/build/libs/zlib/
Denable.gni2 if (host_os == "win") {
10 llvm_enable_zlib = host_os != "win" || zlib_path != ""

12345678910>>...17