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

1 2 34 5 6 7

  /development/scripts/
combine_sdks.sh 44 case `uname -s` in
  /sdk/eclipse/scripts/
build_plugins.sh 59 HOST=`uname`
create_adt_symlinks.sh 27 HOST=`uname`
  /system/core/init/
bootchart.c 127 char uname[128]; local
140 proc_read("/proc/version", uname, sizeof(uname));
153 fprintf(out, "system.uname = %s\n", uname);
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl 869 my $uname = `uname -a`;
871 if ($uname =~ /WIN/) {
872 $uname = "WIN";
874 chop $uname;
877 &dd ("get_os_type returning '$uname'.");
878 return $uname;
    [all...]
runtests.pl 244 $machine_os = `uname -s`;
  /external/dnsmasq/
Makefile 35 SUNOS_LIBS= `if uname | grep SunOS 2>&1 >/dev/null; then echo -lsocket -lnsl -lposix4; fi`
  /build/
envsetup.sh 178 case `uname -s` in
231 echo "Only device builds are supported for" `uname -s`
439 if [ "$(uname)" = "Linux" ] ; then
445 local uname=$(uname)
447 echo "You're building on" $uname
796 case `uname -s` in
827 case `uname -s` in
1077 case `uname -s` in
  /external/bluetooth/glib/
glib-gettextize.in 46 case `uname` in
  /external/qemu/android/build/
common.sh 62 CPU=`uname -m`
83 OS=`uname -s`
  /ndk/build/core/
init.mk 100 # For other systems, use the `uname` output
101 UNAME := $(shell uname -s)
102 ifneq (,$(findstring Linux,$(UNAME)))
105 ifneq (,$(findstring Darwin,$(UNAME)))
109 ifneq (,$(findstring CYGWIN,$(UNAME)))
113 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
131 UNAME := $(shell uname -m
    [all...]
ndk-common.sh 182 HOST_ARCH=`uname -m`
202 HOST_OS=`uname -s`
  /external/e2fsprogs/lib/blkid/
getsize.c 106 if ((uname(&ut) == 0) &&
  /external/protobuf/gtest/test/
gtest_test_utils.py 56 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
  /development/build/tools/
windows_sdk.mk 15 ifneq ($(shell uname),Linux)
mk_sdk_repo_xml.sh 223 if [[ $( uname ) == "Darwin" ]]; then
  /external/stlport/test/eh/
hpacc.mak 49 HP_VERSION=$(shell uname -r)
  /system/core/libacc/tests/
test.py 45 def uname(): function
46 return runCmd(["uname"])
49 return runCmd(["uname", "-m"])
64 osName = uname()
  /build/core/
envsetup.mk 56 UNAME := $(shell uname -sm)
59 ifneq (,$(findstring Linux,$(UNAME)))
62 ifneq (,$(findstring Darwin,$(UNAME)))
65 ifneq (,$(findstring Macintosh,$(UNAME)))
68 ifneq (,$(findstring CYGWIN,$(UNAME)))
84 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
89 ifneq (,$(findstring 86,$(UNAME)))
93 ifneq (,$(findstring Power,$(UNAME)))
    [all...]
  /external/quake/quake/src/QW/
Makefile.Solaris 9 ifneq (,$(findstring i86pc,$(shell uname -m)))
  /dalvik/vm/
Properties.c 143 uname(&info);
  /external/e2fsprogs/lib/ext2fs/
getsize.c 184 if ((uname(&ut) == 0) &&
  /external/netcat/
stupidh 38 uname -a
  /external/strace/
process.c 2179 struct utsname uname; local
    [all...]
  /bionic/libc/include/sys/
linux-unistd.h 188 int uname (struct utsname *);

Completed in 713 milliseconds

1 2 34 5 6 7