Searched defs:newThread (Results 1 - 25 of 92) sorted by relevance

1234

/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DPrivilegedThreadFactory.java40 public Thread newThread(final Runnable r) { method in class:PrivilegedThreadFactory
/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/AsynchronousFileChannel/
H A DMyThreadFactory.java41 public Thread newThread(Runnable r) { method in class:MyThreadFactory
/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/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/sun/security/ssl/com/sun/net/ssl/internal/ssl/AppInputStream/
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) {
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) {
/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/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/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) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSessionImpl/
H A DHashCodeMissing.java256 void startServer(boolean newThread) throws Exception { argument
257 if (newThread) {
286 void startClient(boolean newThread) throws Exception { argument
287 if (newThread) {
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java230 void startServer(boolean newThread) throws Exception { argument
231 if (newThread) {
254 void startClient(boolean newThread) throws Exception { argument
255 if (newThread) {
H A DCloseSocketException.java257 void startServer(boolean newThread) throws Exception { argument
258 if (newThread) {
287 void startClient(boolean newThread) throws Exception { argument
288 if (newThread) {
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) {
H A DUnconnectedSocketWrongExceptions.java250 void startServer(boolean newThread) throws Exception { argument
251 if (newThread) {
274 void startClient(boolean newThread) throws Exception { argument
275 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/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) {
H A DSSLSessionNulls.java248 void startServer(boolean newThread) throws Exception { argument
249 if (newThread) {
272 void startClient(boolean newThread) throws Exception { argument
273 if (newThread) {

Completed in 63 milliseconds

1234