HomeSort by relevance Sort by last modified time
    Searched refs:uname (Results 51 - 75 of 304) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/traceview/etc/
traceview 59 os=`uname`
66 if [ `uname` = "Linux" ]; then
88 osname=`uname -s | tr A-Z a-z`
  /cts/tools/tradefed-host/tests/
run_unit_tests.sh 28 HOST=`uname`
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
phase1-down.sh 9 case `uname -s` in
32 case `uname -s` in
  /external/protobuf/gtest/test/
gtest_nc_test.py 41 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
  /external/valgrind/tsan/
get_and_build_tsan.sh 22 VG_ARCH=$(uname -m | sed -e "s/i.86/x86/;s/x86_64/amd64/;s/arm.*/arm/")
25 OS=`uname -s`
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
utsname.h 82 extern int uname (struct utsname *__name) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
utsname.h 82 extern int uname (struct utsname *__name) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
utsname.h 82 extern int uname (struct utsname *__name) __THROW;
  /sdk/manifmerger/etc/
manifmerger 65 if [ `uname` = "Darwin" ]; then
71 if [ `uname` = "Linux" ]; then
  /external/dropbear/libtomcrypt/
testme.sh 10 # get uname
11 echo "uname="`uname -a`
  /external/llvm/utils/
llvmdo 171 case `uname -s` in
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
run 49 # Guess bits (32/64) from uname -m
50 machine=$(uname -m)
  /prebuilts/tools/gcc-sdk/
addr2line 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
ar 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
as 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
c++ 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
c++filt 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
cpp 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
elfedit 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
g++ 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
gcc 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
gcov 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
gprof 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
ld 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
nm 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique

Completed in 388 milliseconds

1 23 4 5 6 7 8 91011>>