Searched defs:started (Results 1 - 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramPacketTest.java31 volatile boolean started = false; field in class:DatagramPacketTest
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java49 boolean started = false; field in class:HttpURLConnectionTest.MockServer
65 started = true;
167 if (!httpServer.started) {
202 if (!server.started) bound.wait(5000);
206 if (!proxy.started) bound.wait(5000);
247 if (!server.started) bound.wait(5000);
251 if (!proxy.started) bound.wait(5000);
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileIOInterruptTest.java450 volatile boolean started; field in class:FileIOInterruptTest.StreamReader
462 started = true;
472 for (int i = 0; i < 10 && !started; i++) {
475 assertTrue(started);
520 fail("Writer never started blocking. Bytes written: " + bytesWritten);
532 volatile boolean started; field in class:FileIOInterruptTest.ChannelReader
545 started = true;
560 for (int i = 0; i < 10 && !started; i++) {
563 assertTrue(started);
621 fail("Writer never started blockin
[all...]

Completed in 367 milliseconds