Searched defs:on (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DDigestInputStream.java12 * distributed under the License is distributed on an "AS IS" BASIS,
35 // Indicates whether digest functionality is on or off
43 * {@code DigestInputStream}. All operations on such a stream will fail.
76 * for the byte if this function is {@link #on(boolean)}.
89 // - digest functionality is on
101 * {@link #on(boolean)}.
115 // - digest functionality is on
125 * Enables or disables the digest function (default is on).
127 * @param on
132 public void on(boolea argument
[all...]
H A DDigestOutputStream.java12 * distributed under the License is distributed on an "AS IS" BASIS,
35 // Indicates whether digest functionality is on or off
73 * this function is {@link #on(boolean)}.
82 // update digest only if digest functionality is on
92 * offset. Updates the digest if this function is {@link #on(boolean)}.
105 // update digest only if digest functionality is on
114 * Enables or disables the digest function (default is on).
116 * @param on
121 public void on(boolean on) { argument
[all...]
/libcore/luni/src/main/java/java/net/
H A DSocket.java12 * distributed under the License is distributed on an "AS IS" BASIS,
94 * the port on the target host to connect to.
96 * the address on the local host to bind to.
98 * the port on the local host to bind to.
134 * to any available port on the local host.
143 * the port on the target host to connect to.
156 * the socket is bound to the given address {@code localAddress} on port
166 * the port on the target host to connect to.
168 * the address on the local host to bind to.
170 * the port on th
524 setSoLinger(boolean on, int timeout) argument
553 setTcpNoDelay(boolean on) argument
[all...]
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java11 * distributed under the License is distributed on an "AS IS" BASIS,
238 // Check that if we don't read to the end of a response, the next request on the
493 * Verify that we don't retry connections on certificate verification errors.
634 assertEquals("Connect line failure on proxy",
1702 // Fails on the RI, which gets "Proxy Response"
1777 * This relies on the fact that MockWebServer doesn't close the
2957 @Override public void setSoLinger(boolean on, int timeout) throws SocketException { argument
2958 delegate.setSoLinger(on, timeout);
2965 @Override public void setTcpNoDelay(boolean on) throws SocketException { argument
2966 delegate.setTcpNoDelay(on);
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 318 milliseconds