OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Thread
(Results
351 - 375
of
1369
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/org/apache/harmony/luni/util/
DeleteOnExit.java
29
public class DeleteOnExit extends
Thread
{
/libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java
39
* Test that interrupting a
thread
blocked on I/O causes that
thread
to throw
53
Thread
.interrupted(); // clear interrupted bit
173
final
Thread
toInterrupt =
Thread
.currentThread();
174
new
Thread
(new Runnable () {
/libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java
65
Thread
.sleep(1000);
/packages/apps/Contacts/src/com/android/contacts/interactions/
TestLoaderManager.java
154
// We want to wait for each loader using a separate
thread
, so that we can
156
Thread
[] waitThreads = new
Thread
[loaders.length];
159
waitThreads[i] = new
Thread
("LoaderWaitingThread" + i) {
174
for (
Thread
thread
: waitThreads) {
176
thread
.join();
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallView.java
53
Thread
.sleep(16);
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
KeystoreHelper.java
152
Thread
t1 = new
Thread
("") {
178
Thread
t2 = new
Thread
("") {
207
// before the
thread
have filled the arrays, so we wait for both threads and the
222
// since we're waiting for the output
thread
above, we should never actually wait
/cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java
215
Thread
.sleep(1000);
232
Thread
.sleep(1000);
249
Thread
.sleep(3000);
316
Thread
.sleep(defaultDuration);
382
Thread
.sleep(duration / 3);
400
Thread
.sleep(duration / 3);
424
Thread
.sleep(duration);
487
Thread
.sleep(1500);
503
Thread
.sleep(1000);
525
Thread
.sleep(1000)
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
JetPlayerTest.java
50
* for the current
thread
. However, since we don't actually call loop() in the test,
263
Thread
.sleep(20000);
292
Thread
.sleep(10000);
303
Thread
.sleep(1000);
305
Thread
.sleep(1000);
307
Thread
.sleep(1000);
309
Thread
.sleep(1000);
311
Thread
.sleep(1000);
313
Thread
.sleep(30000);
MediaPlayerStreamingTest.java
181
Thread
.sleep(LONG_SLEEP_TIME);
186
Thread
.sleep(SLEEP_TIME);
/cts/tests/tests/os/src/android/os/cts/
HandlerThreadTest.java
51
new HandlerThread("test",
Thread
.MAX_PRIORITY);
100
Thread
.sleep(sleepTime);
/cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java
72
Thread
.sleep(BEAUTY_SLEEP_INTERVAL);
96
Thread
.sleep(BEAUTY_SLEEP_INTERVAL / 10);