Searched refs:uname (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/external/valgrind/main/exp-sgcheck/tests/
H A Dis_arch_supported12 case `uname -m` in
/external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
H A Dsetup_adb.sh8 elif [ $(uname) == "Linux" ]; then
10 elif [ $(uname) == "Darwin" ]; then
/external/skia/platform_tools/android/bin/utils/
H A Dsetup_adb.sh8 elif [ $(uname) == "Linux" ]; then
10 elif [ $(uname) == "Darwin" ]; then
/external/chromium_org/third_party/libevent/
H A Dautogen.sh3 SYSNAME=`uname`
/external/chromium_org/third_party/skia/platform_tools/android/bin/
H A Dandroid_kill_skia26 if [ $(uname) == "Linux" ]; then
28 elif [ $(uname) == "Darwin" ]; then
/external/skia/platform_tools/android/bin/
H A Dandroid_kill_skia26 if [ $(uname) == "Linux" ]; then
28 elif [ $(uname) == "Darwin" ]; then
/external/chromium_org/third_party/mesa/src/bin/
H A Dinstallmesa6 # -f or -d flags), we may need to branch on `uname` to do the right thing.
52 if [ `uname` = "FreeBSD" ] ; then
54 elif [ `uname` = "Darwin" ] ; then
56 elif [ `uname` = "AIX" ] ; then
/external/mesa3d/bin/
H A Dinstallmesa6 # -f or -d flags), we may need to branch on `uname` to do the right thing.
52 if [ `uname` = "FreeBSD" ] ; then
54 elif [ `uname` = "Darwin" ] ; then
56 elif [ `uname` = "AIX" ] ; then
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Duninstall_host.sh8 if [ $(uname -s) == 'Darwin' ]; then
/external/llvm/autoconf/m4/
H A Dlinux_mixed_64_32.m42 # Some Linux machines run a 64-bit kernel with a 32-bit userspace. 'uname -m'
10 error: Not x86-64 even if uname says so!
/external/llvm/utils/
H A Dllvmgrep30 case `uname -s` in
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dutsname.h22 int uname(struct utsname* buf);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Duname.c13 int uname(struct utsname* buf) { function
/external/chromium_org/third_party/brotli/src/
H A Dshared.mk1 OS := $(shell uname)
/external/chromium_org/tools/clang/scripts/
H A Dplugin_flags.sh13 if uname -s | grep -q Darwin; then
/external/dhcpcd/mk/
H A Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
/external/lldb/examples/functions/
H A DMakefile8 MY_OS = $(shell uname -s)
/external/lldb/examples/lookup/
H A DMakefile7 MY_OS = $(shell uname -s)
/external/protobuf/gtest/test/
H A Dgtest_nc_test.py41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
/external/chromium_org/third_party/skia/
H A DMakefile69 uname := $(shell uname) macro
70 ifneq (,$(findstring CYGWIN, $(uname)))
/external/qemu/distrib/
H A Dupdate-audio.sh23 OS=`uname -s`
27 CPU=`uname -p`
35 CPU=`uname -m`
/external/skia/
H A DMakefile70 uname := $(shell uname) macro
71 ifneq (,$(findstring CYGWIN, $(uname)))
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dphase1-up.sh8 case `uname -s` in
33 case `uname -s` in
70 case `uname -s` in
/external/chromium_org/base/
H A Dsys_info_posix.cc103 if (uname(&info) < 0) {
115 if (uname(&info) < 0) {
126 if (uname(&info) < 0) {
/external/compiler-rt/make/
H A Dconfig.mk4 OS := $(shell uname)

Completed in 2388 milliseconds

1234567891011>>