Searched refs:machine (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/android/system/ |
D | StructUtsname.java | 39 public final String machine; field in StructUtsname 44 …ic StructUtsname(String sysname, String nodename, String release, String version, String machine) { in StructUtsname() argument 49 this.machine = machine; in StructUtsname()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 962 p.put("os.arch", info.machine); in initUnchangeableSystemProperties()
|
/libcore/ |
D | LICENSE | 132 a) Accompany it with the complete corresponding machine-readable source 138 performing source distribution, a complete machine-readable copy of the
|
/libcore/luni/src/main/native/ |
D | libcore_io_Posix.cpp | 472 TO_JAVA_STRING(machine, buf.machine); in makeStructUtsname() 476 sysname, nodename, release, version, machine); in makeStructUtsname()
|
/libcore/ojluni/ |
D | NOTICE | 418 a) Accompany it with the complete corresponding machine-readable source 424 performing source distribution, a complete machine-readable copy of the
|