Searched refs:executionThread (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractExecutionThreadServiceTest.java43 private Thread executionThread; field in class:AbstractExecutionThreadServiceTest
48 executionThread = new Thread(command);
49 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {
55 executionThread.start();
76 executionThread.join();
93 executionThread.join();
106 executionThread.join();
174 executionThread.join();
206 executionThread.join();
223 executionThread
[all...]
H A DAbstractServiceTest.java48 private Thread executionThread; field in class:AbstractServiceTest
436 executionThread.join();
514 executionThread = new Thread(runnable);
515 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {
521 executionThread.start();
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java89 private final Thread executionThread; field in class:AbstractClientConnAdapter
121 executionThread = Thread.currentThread();
399 if (executionThread.equals(Thread.currentThread())) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 462 milliseconds