Searched refs:echo (Results 1 – 4 of 4) sorted by relevance
311 echoOff = echo(false); in readPassword()324 echoOff = echo(true); in readPassword()371 private static native boolean echo(boolean on) throws IOException; in echo() method in Console
78 NATIVE_METHOD(Console, echo, "(Z)Z"),
41 private final boolean echo; field in DatagramSocketTest.DatagramServer46 public DatagramServer(InetAddress address, boolean echo) in DatagramServer() argument48 this.echo = echo; in DatagramServer()65 if (echo) { in run()
318 String echo(String s); in echo() method