Searched defs:running (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
H A DOldAndroidMonitorTest.java325 while (OldAndroidMonitorTest.running) {
334 private static Boolean running = false; field in class:OldAndroidMonitorTest
347 running = true;
369 running = false;
380 static Boolean running = false; field in class:OldAndroidMonitorTest.CompareAndExchange
391 running = true;
407 running = false;
430 // System.out.println(getName() + " running");
432 while (CompareAndExchange.running) {
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketTest.java62 boolean running = true; field in class:OldDatagramSocketTest.DatagramServer
70 while (running) {
89 running = false;
313 boolean running = true;
321 while (running) {
340 running = false;
354 // send a dgram to a server that is not running and then do a recv
1340 // send a dgram to a server that is not running and then do a recv
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java220 boolean running = false; field in class:Support_TestWebServer.AcceptThread
237 running = true;
238 while (running) {
243 running = false;
258 running = false;
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 2015 milliseconds