Searched defs:on (Results 1 – 15 of 15) sorted by relevance
57 private boolean on = true; field in DigestOutputStream169 public void on(boolean on) { in on() method in DigestOutputStream
69 private boolean on = true; field in DigestInputStream177 public void on(boolean on) { in on() argument
320 public void setTcpNoDelay(boolean on) throws SocketException { in setTcpNoDelay()328 public void setSoLinger(boolean on, int linger) throws SocketException { in setSoLinger()344 public void setOOBInline(boolean on) throws SocketException { in setOOBInline()384 public void setKeepAlive(boolean on) throws SocketException { in setKeepAlive()400 public void setReuseAddress(boolean on) throws SocketException { in setReuseAddress()
53 int on = elts.length; in add() local
323 public void setReuseAddress(boolean on) throws SocketException { in setReuseAddress()332 public void setBroadcast(boolean on) throws SocketException { in setBroadcast()
160 public void setReuseAddress(boolean on) throws SocketException { in setReuseAddress()
89 public void setStickyCRLF(boolean on) { in setStickyCRLF()
86 public void setStickyCRLF(boolean on) { in setStickyCRLF()
1004 public void setTcpNoDelay(boolean on) throws SocketException { in setTcpNoDelay()1041 public void setSoLinger(boolean on, int linger) throws SocketException { in setSoLinger()1129 public void setOOBInline(boolean on) throws SocketException { in setOOBInline()1341 public void setKeepAlive(boolean on) throws SocketException { in setKeepAlive()1485 public void setReuseAddress(boolean on) throws SocketException { in setReuseAddress()
1114 public synchronized void setReuseAddress(boolean on) throws SocketException { in setReuseAddress()1157 public synchronized void setBroadcast(boolean on) throws SocketException { in setBroadcast()
713 public void setReuseAddress(boolean on) throws SocketException { in setReuseAddress()
54 jboolean on) in Java_java_io_Console_echo()
813 public void traceInstructions(boolean on) { in traceInstructions()836 public void traceMethodCalls(boolean on) { in traceMethodCalls()
1366 public final void setDaemon(boolean on) { in setDaemon()
373 private static native boolean echo(boolean on) throws IOException; in echo()