Searched refs:console (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/java/util/logging/
H A DLoggingNIOChange.java34 ConsoleHandler console = new ConsoleHandler();
37 console.setEncoding("junk");
38 f.getHead(console);
39 console.setEncoding(null);
40 f.getHead(console);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaIOAccess.java31 public Console console(); method in interface:JavaIOAccess
/openjdk7/jdk/test/java/lang/Runtime/shutdown/
H A DShutdownHooks.java55 Console cons = System.console();
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A DMakefile46 /nologo /subsystem:console /debug /machine:I386
49 /nologo /subsystem:console /debug /machine:IA64
52 /nologo /subsystem:console /debug /machine:AMD64
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DPassword.java55 if (!isEchoOn && in == System.in && ((con = System.console()) != null)) {
67 // and when there is no console.
/openjdk7/jdk/test/com/sun/jdi/
H A DMultiBreakpointsTest.java65 console(ii, numHits);
91 // ptr.console(i);
131 void console(final int num, final int nhits) { method in class:MultiBreakpointsTarg
/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java58 String answer = System.console().readLine("overwrite %s (yes/no)? ", file);
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java204 * @return The system console, if any, otherwise <tt>null</tt>.
208 public static Console console() { method in class:System
211 cons = sun.misc.SharedSecrets.getJavaIOAccess().console();
/openjdk7/jdk/src/share/classes/java/io/
H A DConsole.java34 * Methods to access the character-based console device, if any, associated
37 * <p> Whether a virtual machine has a console is dependent upon the
41 * output streams then its console will exist and will typically be
45 * have a console.
47 * If this virtual machine has a console then it is represented by a
49 * {@link java.lang.System#console()} method. If no console device is
63 * The console-read methods return <tt>null</tt> when the end of the
64 * console input stream is reached, for example by typing control-D on
66 * if additional characters are later entered on the console'
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java409 protected void start(boolean console) { argument
431 // if asked, start read-eval-print console
432 if (console) {

Completed in 60 milliseconds