Searched refs:newThread (Results 51 - 75 of 113) sorted by relevance

12345

/openjdk7/jdk/test/sun/security/ssl/templates/
H A DSSLSocketTemplate.java244 void startServer(boolean newThread) throws Exception { argument
245 if (newThread) {
274 void startClient(boolean newThread) throws Exception { argument
275 if (newThread) {
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DCoreThreadTimeOut.java39 public Thread newThread(Runnable r) { method in class:CoreThreadTimeOut.IdentifiableThreadFactory
40 Thread t = defaultThreadFactory.newThread(r);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DThreadTab.java209 for (long newThread : threads) {
210 if (nameCache.get(newThread) == null) {
211 ThreadInfo ti = threadMBean.getThreadInfo(newThread);
215 nameCache.put(newThread, name);
259 long newThread = iterator.next();
260 String name = nameCache.get(newThread);
278 for (long newThread : newThreads) {
279 if (newThread == oldThread) {
294 long newThread = newThreads[i];
297 if (newThread
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DEngine.java96 public Thread newThread(Runnable r) { method in class:Engine.DaemonThreadFactory
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DRSAExport.java473 void startServer(boolean newThread) throws Exception { argument
474 if (newThread) {
497 void startClient(boolean newThread) throws Exception { argument
498 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DMD2InTrustAnchor.java369 void startServer(boolean newThread) throws Exception { argument
370 if (newThread) {
399 void startClient(boolean newThread) throws Exception { argument
400 if (newThread) {
H A DTrustTrustedCert.java421 void startServer(boolean newThread) throws Exception { argument
422 if (newThread) {
451 void startClient(boolean newThread) throws Exception { argument
452 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientTimeout.java327 void startServer(boolean newThread) throws Exception { argument
328 if (newThread) {
352 void startClient(boolean newThread) throws Exception { argument
353 if (newThread) {
H A DNonAutoClose.java335 private void startServer(boolean newThread) throws Exception { argument
336 if (newThread) {
359 private void startClient(boolean newThread) throws Exception { argument
360 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DBasicConstraints.java510 void startServer(boolean newThread) throws Exception { argument
511 if (newThread) {
534 void startClient(boolean newThread) throws Exception { argument
535 if (newThread) {
H A DCertRequestOverflow.java357 void startServer(boolean newThread) throws Exception { argument
358 if (newThread) {
381 void startClient(boolean newThread) throws Exception { argument
382 if (newThread) {
H A DClientServer.java319 void startServer(boolean newThread) throws Exception { argument
320 if (newThread) {
343 void startClient(boolean newThread) throws Exception { argument
344 if (newThread) {
H A DSelfIssuedCert.java360 void startServer(boolean newThread) throws Exception { argument
361 if (newThread) {
384 void startClient(boolean newThread) throws Exception { argument
385 if (newThread) {
H A DX509ExtendedTMEnabled.java345 void startServer(boolean newThread) throws Exception { argument
346 if (newThread) {
369 void startClient(boolean newThread) throws Exception { argument
370 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/
H A DCheckMyTrustedKeystore.java328 void startServer(boolean newThread) throws Exception { argument
329 if (newThread) {
352 void startClient(boolean newThread) throws Exception { argument
353 if (newThread) {
H A DHttpsURLConnectionLocalCertificateChain.java295 void startServer(boolean newThread) throws Exception { argument
296 if (newThread) {
319 void startClient(boolean newThread) throws Exception { argument
320 if (newThread) {
H A DSessionCacheSizeTests.java371 boolean newThread) throws Exception {
372 if (newThread) {
396 void startClient(boolean newThread) argument
398 if (newThread) {
370 startServer(final int port, final int nConns, boolean newThread) argument
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv11/
H A DEmptyCertificateAuthorities.java321 void startServer(boolean newThread) throws Exception { argument
322 if (newThread) {
351 void startClient(boolean newThread) throws Exception { argument
352 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java379 void startServer(boolean newThread) throws Exception { argument
380 if (newThread) {
409 void startClient(boolean newThread) throws Exception { argument
410 if (newThread) {
H A DShortRSAKey512.java368 void startServer(boolean newThread) throws Exception { argument
369 if (newThread) {
398 void startClient(boolean newThread) throws Exception { argument
399 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DCookieHandlerTest.java263 void startServer(boolean newThread) throws Exception { argument
264 if (newThread) {
287 void startClient(boolean newThread) throws Exception { argument
288 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHTTPSConnection.java339 void startServer(boolean newThread) throws Exception { argument
340 if (newThread) {
363 void startClient(boolean newThread) throws Exception { argument
364 if (newThread) {
H A DJavaxHTTPSConnection.java331 void startServer(boolean newThread) throws Exception { argument
332 if (newThread) {
355 void startClient(boolean newThread) throws Exception { argument
356 if (newThread) {
/openjdk7/jdk/src/share/classes/sun/rmi/runtime/
H A DRuntimeUtil.java75 public Thread newThread(Runnable runnable) {
/openjdk7/jdk/test/sun/security/mscapi/
H A DShortRSAKeyWithinTLS.java300 void startServer(boolean newThread) throws Exception { argument
301 if (newThread) {
330 void startClient(boolean newThread) throws Exception { argument
331 if (newThread) {

Completed in 72 milliseconds

12345