/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
D | HttpURLConnectionTest.java | 49 boolean started = false; field in HttpURLConnectionTest.MockServer 65 started = true; in run() 167 if (!httpServer.started) { in testGetOutputStream() 202 if (!server.started) bound.wait(5000); in testUsingProxy() 206 if (!proxy.started) bound.wait(5000); in testUsingProxy() 247 if (!server.started) bound.wait(5000); in testUsingProxySelector() 251 if (!proxy.started) bound.wait(5000); in testUsingProxySelector()
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | DoubleStream.java | 1007 boolean started; in iterate() 1013 if (started) in iterate() 1017 started = true; in iterate() 1069 boolean started, finished; in iterate() 1077 if (started) in iterate() 1081 started = true; in iterate() 1097 double t = started ? next.applyAsDouble(prev) : seed; in iterate()
|
D | IntStream.java | 948 boolean started; in iterate() 954 if (started) in iterate() 958 started = true; in iterate() 1010 boolean started, finished; in iterate() 1018 if (started) in iterate() 1022 started = true; in iterate() 1038 int t = started ? next.applyAsInt(prev) : seed; in iterate()
|
D | LongStream.java | 937 boolean started; in iterate() 943 if (started) in iterate() 947 started = true; in iterate() 999 boolean started, finished; in iterate() 1007 if (started) in iterate() 1011 started = true; in iterate() 1027 long t = started ? next.applyAsLong(prev) : seed; in iterate()
|
D | Stream.java | 1457 boolean started; 1463 if (started) 1467 started = true; 1520 boolean started, finished; 1528 if (started) 1532 started = true; 1549 T t = started ? next.apply(prev) : seed;
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | FileIOInterruptTest.java | 458 volatile boolean started; field in FileIOInterruptTest.StreamReader 470 started = true; in run() 480 for (int i = 0; i < 10 && !started; i++) { in waitForThreadToBlock() 483 assertTrue(started); in waitForThreadToBlock() 540 volatile boolean started; field in FileIOInterruptTest.ChannelReader 553 started = true; in run() 568 for (int i = 0; i < 10 && !started; i++) { in waitForThreadToBlock() 571 assertTrue(started); in waitForThreadToBlock()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 266 boolean started = false; field in Thread 1066 if (started) in start() 1079 started = false; in start() 1084 started = true; in start() 1087 if (!started) { in start() 2252 return State.values()[nativeGetStatus(started)]; in getState()
|
D | Runtime.java | 280 if (hook.started) { in addShutdownHook()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | LockSupportTest.java | 298 final CountDownLatch started = new CountDownLatch(1); in testGetBlocker() local 302 started.countDown(); in testGetBlocker() 312 await(started); in testGetBlocker()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | LockSupportTest.java | 367 final CountDownLatch started = new CountDownLatch(1); in testGetBlocker() local 371 started.countDown(); in testGetBlocker() 381 await(started); in testGetBlocker()
|
/libcore/luni/src/test/java/libcore/java/lang/smali/ |
D | README.txt | 18 For reference, the classes started out as:
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramPacketTest.java | 31 volatile boolean started = false; field in DatagramPacketTest
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Thread.java | 417 boolean started = false; field in Thread
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/ |
D | README.txt | 16 For reference, MetadataVariations started out as:
|
/libcore/ojluni/src/test/ |
D | LICENSE | 104 when run, you must cause it, when started running for such
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 104 when run, you must cause it, when started running for such
|
/libcore/ |
D | LICENSE | 100 you must cause it, when started running for such interactive use in the
|
/libcore/ojluni/src/main/ |
D | LICENSE | 108 you must cause it, when started running for such interactive use in the
|