Searched refs:host_os (Results 1 – 25 of 212) sorted by relevance
123456789
/third_party/libuv/ |
D | configure.ac | 57 AM_CONDITIONAL([AIX], [AS_CASE([$host_os],[aix*], [true], [false])]) 58 AM_CONDITIONAL([ANDROID], [AS_CASE([$host_os],[linux-android*],[true], [false])]) 59 AM_CONDITIONAL([CYGWIN], [AS_CASE([$host_os],[cygwin*], [true], [false])]) 60 AM_CONDITIONAL([DARWIN], [AS_CASE([$host_os],[darwin*], [true], [false])]) 61 AM_CONDITIONAL([DRAGONFLY],[AS_CASE([$host_os],[dragonfly*], [true], [false])]) 62 AM_CONDITIONAL([FREEBSD], [AS_CASE([$host_os],[*freebsd*], [true], [false])]) 63 AM_CONDITIONAL([HAIKU], [AS_CASE([$host_os],[haiku], [true], [false])]) 64 AM_CONDITIONAL([HURD], [AS_CASE([$host_os],[gnu*], [true], [false])]) 65 AM_CONDITIONAL([LINUX], [AS_CASE([$host_os],[linux*], [true], [false])]) 66 AM_CONDITIONAL([MSYS], [AS_CASE([$host_os],[msys*], [true], [false])]) [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | builtin.py | 94 host_os = os_name() 95 if host_os not in (x.upper() for x in __os_names): 96 if host_os == 'NT': host_os = 'windows' 97 elif host_os == 'AS400': host_os = 'unix' 98 elif host_os == 'MINGW': host_os = 'windows' 99 elif host_os == 'BSDI': host_os = 'bsd' 100 elif host_os == 'COHERENT': host_os = 'unix' 101 elif host_os == 'DRAGONFLYBSD': host_os = 'bsd' 102 elif host_os == 'IRIX': host_os = 'sgi' 103 elif host_os == 'MACOSX': host_os = 'darwin' [all …]
|
/third_party/skia/gn/ |
D | platform.gni | 25 if (host_os == "linux") { 27 } else if (host_os == "mac") { 29 } else if (host_os == "win") { 57 is_android = host_os == "android" 62 is_mac = host_os == "mac" 69 is_fuchsia = host_os == "fuchsia"
|
D | BUILDCONFIG.gn | 83 if (host_os == "linux") { 85 } else if (host_os == "mac") { 87 } else if (host_os == "win") {
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/dawn/ |
D | DEPS | 39 'condition': 'dawn_standalone and host_os == "linux"', 47 'condition': 'dawn_standalone and host_os == "mac"', 55 'condition': 'dawn_standalone and host_os == "win"', 172 'condition': 'dawn_node and (host_os == "mac" or host_os == "linux")', 223 'condition': 'dawn_standalone and checkout_win and host_os == "win"', 235 'condition': 'dawn_standalone and host_os == "win"', 246 'condition': 'dawn_standalone and host_os == "mac"', 257 'condition': 'dawn_standalone and host_os == "linux"', 277 'condition': 'dawn_node and host_os == "win"', 290 'condition': 'dawn_node and host_os == "win"',
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | DEPS | 99 'condition': 'host_os == "win" and dawn_standalone', 111 'condition': 'host_os == "mac" and dawn_standalone', 123 'condition': 'host_os == "linux" and dawn_standalone', 137 'condition': 'host_os == "win" and dawn_standalone', 149 'condition': 'host_os == "mac" and dawn_standalone', 161 'condition': 'host_os == "linux" and dawn_standalone', 204 'condition': 'checkout_win and (host_os == "win" and dawn_standalone)', 216 'condition': 'host_os == "linux"',
|
/third_party/nghttp2/m4/ |
D | ax_boost_thread.m4 | 71 if test "x$host_os" = "xsolaris" ; then 73 elif test "x$host_os" = "xmingw32" ; then 86 if test "x$host_os" = "xsolaris" ; then 88 elif test "x$host_os" = "xmingw32" ; then 100 case "x$host_os" in 136 case "x$host_os" in
|
/third_party/gn/examples/simple_build/build/ |
D | BUILDCONFIG.gn | 6 target_os = host_os 18 is_linux = host_os == "linux" && current_os == "linux" && target_os == "linux" 19 is_mac = host_os == "mac" && current_os == "mac" && target_os == "mac"
|
/third_party/gettext/gettext-tools/tests/ |
D | init-env.in | 25 host_os="@host_os@" 32 case "$host_os" in
|
D | lang-c | 135 0) case "$host_os" in 148 0) case "$host_os" in
|
D | lang-c++ | 155 0) case "$host_os" in 168 0) case "$host_os" in
|
/third_party/flutter/engine/flutter/tools/fuchsia/ |
D | build_fuchsia_artifacts.py | 39 host_os = '' 41 host_os = 'linux' 43 host_os = 'mac' 45 host_os = 'windows' 47 return os.path.join(_src_root_dir, 'fuchsia', 'sdk', host_os, 'tools', 'pm')
|
/third_party/skia/third_party/externals/tint/ |
D | DEPS | 60 'condition': 'host_os == "win"', 72 'condition': 'host_os == "mac"', 84 'condition': 'host_os == "linux"', 133 'condition': 'checkout_win and (host_os == "win")',
|
/third_party/flutter/skia/gn/ |
D | BUILDCONFIG.gn | 47 target_os = host_os 93 if (host_os == "linux") { 95 } else if (host_os == "mac") { 97 } else if (host_os == "win") {
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | icupkg.inc.in | 48 host_os=@host_os@
|
/third_party/flutter/skia/third_party/externals/icu/source/data/ |
D | icupkg.inc.in | 48 host_os=@host_os@
|
/third_party/icu/icu4c/source/extra/uconv/ |
D | pkgdata.inc.in | 51 host_os=@host_os@
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/ |
D | pkgdata.inc.in | 51 host_os=@host_os@
|
/third_party/icu/icu4c/source/data/ |
D | icupkg.inc.in | 48 host_os=@host_os@
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
D | pkgdata.inc.in | 51 host_os=@host_os@
|
/third_party/flutter/engine/flutter/ |
D | DEPS | 112 'download_android_deps': 'host_os == "mac" or host_os == "linux"', 115 'download_windows_deps' : 'host_os == "win"', 524 'src/buildtools/{host_os}-x64/clang': { 531 'condition': 'host_os == "mac" or host_os == "linux"', 545 'condition': 'host_os == "mac"', 555 'condition': 'host_os == "mac"', 565 'condition': 'host_os == "linux"', 575 'condition': 'host_os == "linux"',
|
/third_party/libsnd/ |
D | configure.ac | 109 [test "x${build_os}:${host_os}:${HAVE_WINE}" = "xlinux-gnu:mingw32msvc:yes"]) 198 AS_CASE([$host_os], 425 AS_CASE([$host_os], 493 AS_CASE([$host_os], 560 AS_CASE([${host_os}], 600 AS_CASE([$host_os], 622 AS_CASE([$host_os], [linux*|kfreebsd*-gnu*|gnu*], [SHLIB_VERSION_ARG="-Wl,--version-script=\$(top_… 633 HOST_TRIPLET="${host_cpu}-${host_vendor}-${host_os}" 710 Host OS : ............................. ${host_os}
|
/third_party/gn/examples/rust_example/ |
D | BUILDCONFIG.gn | 2 target_os = host_os
|
/third_party/f2fs-tools/ |
D | configure.ac | 161 # AC_CANONICAL_HOST is needed to access the 'host_os' variable 169 case "${host_os}" in 180 AC_MSG_ERROR(["OS $host_os is not supported"])
|
123456789