Searched refs:machine (Results 1 – 6 of 6) 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/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 50 String machine = Os.uname().machine; in currentArch() local 52 if (machine.matches(type.machineRegex)) { in currentArch() 56 throw new IllegalStateException("Unknown machine value: " + machine); in currentArch()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 997 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_Linux.cpp | 560 TO_JAVA_STRING(machine, buf.machine); in makeStructUtsname() 567 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
|