Searched refs:newThread (Results 1 - 25 of 113) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadFactory.java47 * public Thread newThread(Runnable r) {
69 Thread newThread(Runnable r); method in interface:ThreadFactory
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DPrivilegedThreadFactory.java40 public Thread newThread(final Runnable r) { method in class:PrivilegedThreadFactory
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DMyThreadFactory.java41 public Thread newThread(Runnable r) { method in class:MyThreadFactory
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
H A DReadZeroBytes.java215 void startServer(boolean newThread) throws Exception { argument
216 if (newThread) {
239 void startClient(boolean newThread) throws Exception { argument
240 if (newThread) {
H A DRemoveMarkReset.java217 void startServer(boolean newThread) throws Exception { argument
218 if (newThread) {
241 void startClient(boolean newThread) throws Exception { argument
242 if (newThread) {
H A DReadBlocksClose.java272 void startServer(boolean newThread) throws Exception { argument
273 if (newThread) {
302 void startClient(boolean newThread) throws Exception { argument
303 if (newThread) {
H A DReadHandshake.java268 void startServer(boolean newThread) throws Exception { argument
269 if (newThread) {
292 void startClient(boolean newThread) throws Exception { argument
293 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppOutputStream/
H A DNoExceptionOnClose.java240 void startServer(boolean newThread) throws Exception { argument
241 if (newThread) {
264 void startClient(boolean newThread) throws Exception { argument
265 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DSSLSocketTimeoutNulls.java246 void startServer(boolean newThread) throws Exception { argument
247 if (newThread) {
271 void startClient(boolean newThread) throws Exception { argument
272 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DReuseAddr.java222 void startServer(boolean newThread) throws Exception { argument
223 if (newThread) {
246 void startClient(boolean newThread) throws Exception { argument
247 if (newThread) {
H A DReverseNameLookup.java217 void startServer(boolean newThread) throws Exception { argument
218 if (newThread) {
245 void startClient(boolean newThread) throws Exception { argument
246 if (newThread) {
H A DSSLSocketImplThrowsWrongExceptions.java219 void startServer(boolean newThread) throws Exception { argument
220 if (newThread) {
243 void startClient(boolean newThread) throws Exception { argument
244 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DAnonCipherWithWantClientAuth.java221 void startServer(boolean newThread) throws Exception { argument
222 if (newThread) {
243 void startClient(boolean newThread) throws Exception { argument
244 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/
H A DCriticalSubjectAltName.java218 void startServer(boolean newThread) throws Exception { argument
219 if (newThread) {
242 void startClient(boolean newThread) throws Exception { argument
243 if (newThread) {
H A DGetResponseCode.java206 void startServer(boolean newThread) throws Exception { argument
207 if (newThread) {
230 void startClient(boolean newThread) throws Exception { argument
231 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/
H A DImplicitHandshake.java253 void startServer(boolean newThread) throws Exception { argument
254 if (newThread) {
277 void startClient(boolean newThread) throws Exception { argument
278 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargePacket.java211 void startServer(boolean newThread) throws Exception { argument
212 if (newThread) {
236 void startClient(boolean newThread) throws Exception { argument
237 if (newThread) {
/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DBalancedParentheses.java172 void startServer(boolean newThread) throws Exception { argument
173 if (newThread) {
197 void startClient(boolean newThread) throws Exception { argument
198 if (newThread) {
H A DInvalidLdapFilters.java228 void startServer(boolean newThread) throws Exception { argument
229 if (newThread) {
253 void startClient(boolean newThread) throws Exception { argument
254 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DCipherSuiteOrder.java261 void startServer(boolean newThread) throws Exception { argument
262 if (newThread) {
285 void startClient(boolean newThread) throws Exception { argument
286 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/HandshakeOutStream/
H A DNullCerts.java263 private void startServer(boolean newThread) throws Exception { argument
264 if (newThread) {
287 private void startClient(boolean newThread) throws Exception { argument
288 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ProtocolVersion/
H A DHttpsProtocols.java251 void startServer(boolean newThread) throws Exception { argument
252 if (newThread) {
275 void startClient(boolean newThread) throws Exception { argument
276 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DBadKSProvider.java267 void startServer(boolean newThread) throws Exception { argument
268 if (newThread) {
297 void startClient(boolean newThread) throws Exception { argument
298 if (newThread) {
H A DBadTSProvider.java267 void startServer(boolean newThread) throws Exception { argument
268 if (newThread) {
297 void startClient(boolean newThread) throws Exception { argument
298 if (newThread) {
H A DGoodProvider.java244 void startServer(boolean newThread) throws Exception { argument
245 if (newThread) {
274 void startClient(boolean newThread) throws Exception { argument
275 if (newThread) {

Completed in 69 milliseconds

12345