HomeSort by relevance Sort by last modified time
    Searched defs:uname (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
uname.S 6 ENTRY(uname) function
15 END(uname)
  /bionic/libc/arch-mips/syscalls/
uname.S 4 .globl uname
6 .ent uname
8 uname: label
22 .end uname
  /bionic/libc/arch-x86/syscalls/
uname.S 6 ENTRY(uname) function
21 END(uname)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
uname.c 9 int uname(struct utsname* buf) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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__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(".")]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 293 String uname = credentials.getUserPrincipal().getName(); local
297 StringBuilder tmp = new StringBuilder(uname.length() + realm.length() + pwd.length() + 2);
298 tmp.append(uname);
400 String uname = credentials.getUserPrincipal().getName(); local
403 params.add(new BasicNameValuePair("username", 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/zlib/src/contrib/untgz/
untgz.c 81 char uname[32]; /* 265 */ member in struct:tar_header
  /libcore/luni/src/main/java/libcore/io/
Os.java 133 public StructUtsname uname(); method in interface:Os
Posix.java 190 public native StructUtsname uname(); method in class:Posix
ForwardingOs.java 140 public StructUtsname uname() { return os.uname(); } method in class:ForwardingOs
  /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/strace/
process.c 2198 struct utsname uname; local
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 607 /// int uname(struct utsname *name);
608 uname, enumerator in enum:llvm::LibFunc::Func
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1663 milliseconds

1 2