Searched refs:machine (Results 1 – 11 of 11) 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 | 52 String machine = Os.uname().machine; in currentArch() local 54 if (machine.matches(type.machineRegex)) { in currentArch() 58 throw new IllegalStateException("Unknown machine value: " + machine); in currentArch()
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 118 # this tells Samba to use a separate log file for each machine 134 # on a per machine basis. The %m gets replaced with the netbios name 135 # of the machine that is connecting. 237 # if you enable domain logons then you may want a per-machine or 239 # run a specific logon batch file per workstation (machine) 399 # a service which has a different directory for each machine that connects 402 # The %m gets replaced with the machine name that is connecting.
|
/libcore/ojluni/src/test/ |
D | LICENSE | 138 a) Accompany it with the complete corresponding machine-readable 145 machine-readable copy of the corresponding source code, to be
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 138 a) Accompany it with the complete corresponding machine-readable 145 machine-readable copy of the corresponding source code, to be
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 1086 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/src/main/java/java/nio/ |
D | X-Buffer.java.template | 110 * direct byte buffer, the Java virtual machine will make a best effort to
|
/libcore/ojluni/src/main/ |
D | LICENSE | 140 a) Accompany it with the complete corresponding machine-readable source 146 performing source distribution, a complete machine-readable copy of the
|
/libcore/api/ |
D | current.txt | 749 field public final String machine;
|