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

1 2 34 5 6 7 8 91011>>

  /prebuilts/tools/gcc-sdk/
objcopy 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
objdump 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
ranlib 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
readelf 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
size 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
strings 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
strip 3 HOST_OS=`uname -s | tr '[:upper:]' '[:lower:]'`
27 # Note that "uname -m" only show host CPU is capable of. Use the following technique
  /sdk/eclipse/scripts/
build_server.sh 55 [ `uname` == "Linux" -o `uname` == "Darwin" ] || die "This must run from a Linux or Mac OSX box."
create_all_symlinks.sh 25 HOST=`uname`
226 [[ $(uname) == "Darwin" ]] && J=$(sysctl hw.ncpu | cut -d : -f 2 | tr -d ' ')
227 [[ $(uname) == "Linux" ]] && J=$(cat /proc/cpuinfo | grep processor | wc -l)
  /sdk/monitor/
monitor 38 if [[ "Darwin" == `uname` ]]; then
  /cts/tools/tradefed-host/etc/
cts-tradefed 55 HOST=`uname`
  /external/compiler-rt/test/Unit/
test 5 if test `uname` = "Darwin"; then
  /external/expat/conftools/
PrintPath 28 os=`(uname) 2>/dev/null`
  /frameworks/compile/libbcc/runtime/test/Unit/
test 5 if test `uname` = "Darwin"; then
  /ndk/
ndk-build 75 # uname -m returns the kernel's bit size, and it's possible to run with
78 HOST_OS=$(uname -s)
89 HOST_ARCH=$(uname -m)
  /development/scripts/
symbol.py 32 def Uname():
33 """'uname' for constructing prebuilt/<...> and out/host/<...> paths."""
34 uname = os.uname()[0]
35 if uname == "Darwin":
36 proc = os.uname()[-1]
40 if uname == "Linux":
42 return uname
49 return os.path.join(ANDROID_BUILD_TOP, "prebuilt", Uname(), "toolchain", label, "bin",
  /external/llvm/projects/sample/autoconf/
config.guess 127 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
129 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
133 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
134 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
135 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
136 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
282 # 1.2 uses "1.2" for uname -r.
287 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
345 UNAME_RELEASE=`uname -v
    [all...]
  /external/qemu-pc-bios/bochs/
config.guess 116 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
118 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
122 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
123 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
124 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
125 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
222 # 1.2 uses "1.2" for uname -r.
280 # Should we change UNAME_MACHINE based on the output of uname instead
334 UNAME_RELEASE=`uname -v`
445 UNAME_PROCESSOR=`/usr/bin/uname -p
    [all...]
  /external/llvm/autoconf/
config.guess 132 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
134 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
138 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
139 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
140 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
141 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
271 # 1.2 uses "1.2" for uname -r.
279 # Should we change UNAME_MACHINE based on the output of uname instead
328 case `/usr/bin/uname -p` in
368 UNAME_RELEASE=`uname -v
    [all...]
  /external/e2fsprogs/config/
config.guess 131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
361 UNAME_RELEASE=`uname -v
    [all...]
  /external/libpng/
config.guess 131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
361 UNAME_RELEASE=`uname -v
    [all...]
  /external/openfst/
config.guess 131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
361 UNAME_RELEASE=`uname -v
    [all...]
  /external/openssh/
config.guess 132 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
134 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
138 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
139 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
140 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
141 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
271 # 1.2 uses "1.2" for uname -r.
279 # Should we change UNAME_MACHINE based on the output of uname instead
328 case `/usr/bin/uname -p` in
368 UNAME_RELEASE=`uname -v
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.guess 131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
361 UNAME_RELEASE=`uname -v
    [all...]
  /external/chromium/third_party/libevent/
config.guess 131 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
133 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
137 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
138 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
139 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
140 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
270 # 1.2 uses "1.2" for uname -r.
275 # Should we change UNAME_MACHINE based on the output of uname instead
324 case `/usr/bin/uname -p` in
345 UNAME_RELEASE=`uname -v
    [all...]

Completed in 1117 milliseconds

1 2 34 5 6 7 8 91011>>