Searched defs:AUTO (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/javax/swing/JScrollBar/7163696/
H A DTest7163696.java47 private static final boolean AUTO = null != System.getProperty("test.src", null); field in class:Test7163696
77 if (AUTO) { // error reporting only for automatic testing
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32MediaTray.java42 static final Win32MediaTray AUTO = new Win32MediaTray(1, field in class:Win32MediaTray
84 AUTO,
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharUnicode.java55 static final int AUTO = 0; field in class:ByteToCharUnicode
70 originalByteOrder = byteOrder = AUTO;
127 int bo = AUTO;
134 if (byteOrder == AUTO) {
135 if (bo == AUTO) {
146 else if (bo == AUTO) {

Completed in 30 milliseconds