Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/main/java/android/system/
DStructUtsname.java39 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/
DCpuFeatures.java52 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/
Dinput.txt118 # 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/
DLICENSE138 a) Accompany it with the complete corresponding machine-readable
145 machine-readable copy of the corresponding source code, to be
/libcore/ojluni/src/tools/
DLICENSE138 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/
DSystem.java1086 p.put("os.arch", info.machine); in initUnchangeableSystemProperties()
/libcore/
DLICENSE132 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/
Dlibcore_io_Linux.cpp560 TO_JAVA_STRING(machine, buf.machine); in makeStructUtsname()
567 sysname, nodename, release, version, machine); in makeStructUtsname()
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template110 * direct byte buffer, the Java virtual machine will make a best effort to
/libcore/ojluni/src/main/
DLICENSE140 a) Accompany it with the complete corresponding machine-readable source
146 performing source distribution, a complete machine-readable copy of the
/libcore/api/
Dcurrent.txt749 field public final String machine;