HomeSort by relevance Sort by last modified time
    Searched full:uname (Results 226 - 250 of 1343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/android/utils/
host_bitness.c 49 int host_runs_64bit_OS = (uname(&u) == 0 && strcmp(u.machine, "x86_64") == 0);
  /libcore/luni/src/main/java/android/system/
StructUtsname.java 22 * Information returned by {@link Os#uname}.
  /packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk 17 LATINIME_HOST_OSNAME := $(shell uname -s)
  /prebuilts/devtools/tools/
jobb 58 if [ `uname` = "Linux" ]; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 127 res = platform.uname()
142 system, node, release, version, machine, processor = platform.uname()
146 system, node, release, version, machine, processor = platform.uname()
169 if have_toolbox_glue and platform.uname()[0] == 'Darwin':
test__locale.py 10 from platform import uname namespace
12 if uname()[0] == "Darwin":
13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 127 res = platform.uname()
142 system, node, release, version, machine, processor = platform.uname()
146 system, node, release, version, machine, processor = platform.uname()
169 if have_toolbox_glue and platform.uname()[0] == 'Darwin':
test__locale.py 10 from platform import uname namespace
12 if uname()[0] == "Darwin":
13 maj, min, mic = [int(part) for part in uname()[2].split(".")]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 52 # 0.6.1 - added code to prevent 'uname -p' on platforms which are
62 # 0.5.2 - fixed uname() to return '' instead of 'unknown' in all
63 # return values (the system uname command tends to return
71 # API (was system_ver() in previous versions) -- use uname()
789 machine = os.uname()[4]
1166 def uname(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 52 # 0.6.1 - added code to prevent 'uname -p' on platforms which are
62 # 0.5.2 - fixed uname() to return '' instead of 'unknown' in all
63 # return values (the system uname command tends to return
71 # API (was system_ver() in previous versions) -- use uname()
789 machine = os.uname()[4]
1166 def uname(): function
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
configure 23 uname="`echo "${CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`"
109 -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;;
146 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
182 if test -z "$uname"; then
183 uname=`(uname -s || echo unknown) 2>/dev/null`
185 case "$uname" in
206 case `(uname -m || echo unknown) 2>/dev/null` in
233 if test -z "$uname"; the
    [all...]
  /external/zlib/src/
configure 23 uname="`echo "${CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`"
109 -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;;
146 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
182 if test -z "$uname"; then
183 uname=`(uname -s || echo unknown) 2>/dev/null`
185 case "$uname" in
206 case `(uname -m || echo unknown) 2>/dev/null` in
233 if test -z "$uname"; the
    [all...]
  /art/test/etc/
host-run-test-jar 46 if [ `uname` = "Darwin" ]; then
156 if [ `uname` = "Darwin" ]; then
185 if [ ! `uname` = "Darwin" ]; then # TODO: Darwin doesn't support "du -B..."
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_setup.sh 75 DEFINES="${DEFINES} host_os=$(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')"
204 if [ $(uname) == "Darwin" ]; then
242 if [ $(uname) == "Darwin" ]; then
  /external/skia/platform_tools/android/bin/
android_setup.sh 71 DEFINES="${DEFINES} host_os=$(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')"
185 if [ $(uname) == "Darwin" ]; then
222 if [ $(uname) == "Darwin" ]; then
  /cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp 92 if (uname(&uts) == -1) {
  /cts/tools/tradefed-host/etc/
cts-tradefed 58 HOST=`uname`
  /development/scripts/
combine_sdks.sh 44 case `uname -s` in
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 59 readonly OS_NAME=$(uname -s)
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
build.sh 56 readonly OS_NAME=$(uname -s)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
NavigatorID.cpp 75 DEFINE_STATIC_LOCAL(String, platformName, (uname(&osname) >= 0 ? String(osname.sysname) + String(" ") + String(osname.machine) : emptyString()));
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
msvs_common.sh 12 if [ "$(uname -o 2>/dev/null)" = "Cygwin" ] \
  /external/chromium_org/third_party/mesa/src/bin/
minstall 50 case `uname` in
  /external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
chromeos_make 9 if [ $(uname) != "Linux" ]; then
  /external/chromium_org/third_party/skia/platform_tools/nacl/
nacl_make 30 OS_NAME=$(uname -s)

Completed in 5075 milliseconds

1 2 3 4 5 6 7 8 91011>>