Searched refs:host_os (Results 1 - 25 of 96) sorted by relevance

1234

/external/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.in27 if config.host_os == 'Linux' and config.host_arch == 'x86_64':
/external/chromium_org/v8/tools/
H A Dandroid-sync.sh55 host_os=$(uname -s)
56 case "${host_os}" in
64 echo "$0: Host platform ${host_os} is not supported" >& 2
/external/chromium_org/android_webview/tools/
H A Dgyp_webview55 for host_os in linux mac; do
56 host_platform=$(echo $host_os | sed -e 's/mac/darwin/')
63 "${FLAGS} -Dhost_os=${host_os} -Dandroid_sdk_tools=\$(PWD)/${android_sdk_tools}"
/external/e2fsprogs/config/
H A Dconfig.rpath45 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
51 case "$host_os" in
95 case "$host_os" in
111 case "$host_os" in
163 case "$host_os" in
184 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
196 case $host_os in aix4.[012]|aix4.[012].*)
276 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
279 case "$host_os" in
355 case "$host_os" i
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dmanifest_util.py21 # Valid values for the archive.host_os field
25 VALID_ARCHIVE_KEYS = frozenset(['host_os', 'size', 'checksum', 'url'])
43 '''Returns the host_os value that corresponds to the current host OS'''
112 self['host_os'] = host_os_name
131 host_os = self.get('host_os', None)
132 if host_os and host_os not in HOST_OS_LITERALS:
134 # Ensure host_os has a valid string. We'll use it for pretty printing.
135 if not host_os
[all...]
/external/libexif/
H A 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-powerpc"; then
354 case "$host_os" in
432 case "$host_os" i
[all...]
H A Dconfigure671 host_os
3986 host_os=$*
3988 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4970 case $host_os in
5114 case $host_os in
5241 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5303 case $host_os in
5449 case $host_os i
[all...]
/external/compiler-rt/unittests/
H A Dlit.common.unit.configured.in13 config.host_os = "@HOST_OS@"
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh23 DEFINES="OS=linux host_os=linux skia_os=chromeos skia_gpu=0"
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh23 DEFINES="OS=linux host_os=linux skia_os=chromeos skia_gpu=0"
/external/bison/build-aux/
H A 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].*)
435 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
438 case "$host_os" in
519 case "$host_os" i
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dconfig.rpath36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
56 case "$host_os" in
134 case "$host_os" in
160 case "$host_os" in
246 case "$host_os" in
267 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
280 case $host_os in aix4.[012]|aix4.[012].*)
420 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
423 case "$host_os" in
504 case "$host_os" i
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dupdate_nacl_manifest_test.py49 def GetPlatformArchiveUrl(host_os, version):
50 basename = 'naclsdk_%s.tar.bz2' % (host_os,)
73 def MakeArchive(url, host_os):
74 archive = manifest_util.Archive(host_os)
83 def MakePlatformArchive(host_os, version):
84 return MakeArchive(GetPlatformArchiveUrl(host_os, version), host_os)
87 def MakeBionicArchive(host_os, version):
88 return MakeArchive(GetBionicArchiveUrl(version), host_os)
104 for host_os i
[all...]
H A Dsdktools_test.py195 self.sdk_tools_bundle.RemoveAllArchivesForHostOS(archive.host_os)
212 self.sdk_tools_bundle.RemoveAllArchivesForHostOS(archive.host_os)
/external/jpeg/
H A Dltconfig301 case "$host_os" in
308 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
310 case "$host_os" in
455 case "$host_os" in
474 case "$host_os" in
704 case "$host_os" in
732 case "$host_os" in
851 case "$host_os" in
935 case "$host_os" in
1107 dynamic_linker="$host_os l
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltconfig301 case "$host_os" in
308 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
310 case "$host_os" in
455 case "$host_os" in
474 case "$host_os" in
704 case "$host_os" in
732 case "$host_os" in
851 case "$host_os" in
935 case "$host_os" in
1107 dynamic_linker="$host_os l
[all...]
/external/chromium_org/v8/
H A DMakefile.nacl75 GYPENV += host_os=${HOST_OS}
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4145 _LT_DECL([], [host_os], [0])dnl
186 case $host_os in
702 case $host_os in
894 case $host_os in
945 case $host_os in
1383 case $host_os in
1742 case $host_os in
2018 # FIXME - insert some real tests, host_os isn't really good enough
2019 case $host_os in
2052 case $host_os i
[all...]
/external/chromium_org/third_party/icu/source/config/
H A DMakefile.inc.in173 host_os = @host_os@
/external/icu/icu4c/source/config/
H A DMakefile.inc.in173 host_os = @host_os@
/external/cmockery/cmockery_0_1_2/
H A Dconfigure468 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GCC_TRUE GCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS LIBOBJS LTLIBOBJS'
3887 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4084 case $host_os in
4177 case $host_os in
4286 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5570 case $host_os in
5783 case $host_os in
6092 case $host_os in
6381 case $host_os in
6450 case $host_os i
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dandroid_profiling_helper.py253 host_os = platform.uname()[0].lower()
266 'prebuilt', '%s-%s' % (host_os, host_machine), 'bin',
/external/chromium_org/third_party/libevent/
H A Dconfigure814 host_os
4320 host_os=$*
4322 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4506 case $host_os in
4588 case $host_os in
4703 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6531 case $host_os in
6744 case $host_os i
[all...]
/external/bison/
H A Dconfigure1697 host_os
6746 host_os=$*
6748 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
6903 case "$host_os" in
7200 case "$host_os" in
7216 case "$host_os" in
7230 case "$host_os" in
9632 case "$host_os" i
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure860 host_os
2695 host_os=$*
2697 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4952 case $host_os in
5866 case $host_os in
6005 case $host_os in
6126 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6508 case $host_os i
[all...]

Completed in 627 milliseconds

1234