OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowCoreThreadTimeOut
(Results
1 - 25
of
40
) sorted by null
1
2
/libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java
144
* method {@link #
allowCoreThreadTimeOut
(boolean)} can be used to
288
* setting {@link #
allowCoreThreadTimeOut
(boolean)}. </dd>
542
* present or if
allowCoreThreadTimeOut
. Otherwise they wait
552
private volatile boolean
allowCoreThreadTimeOut
;
556
* (and not allow to time out etc) unless
allowCoreThreadTimeOut
[
all
...]
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
ParallelSensorOperation.java
92
executor.
allowCoreThreadTimeOut
(true);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java
120
// can never die! By creating it this way and calling
allowCoreThreadTimeOut
, we allow
125
// superclass ExecutorService which does not have the #
allowCoreThreadTimeOut
method,
131
mExecutor.
allowCoreThreadTimeOut
(true);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java
165
replyExecutor.
allowCoreThreadTimeOut
(true);
/frameworks/base/core/java/android/os/
AsyncTask.java
211
threadPoolExecutor.
allowCoreThreadTimeOut
(true);
/frameworks/base/core/java/android/service/euicc/
EuiccService.java
197
mExecutor.
allowCoreThreadTimeOut
(true);
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
ContactsExecutors.java
87
executor.
allowCoreThreadTimeOut
(true);
/packages/apps/TV/src/com/android/tv/util/images/
ImageLoader.java
88
threadPoolExecutor.
allowCoreThreadTimeOut
(true);
/libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java
[
all
...]
ThreadPoolExecutorTest.java
[
all
...]
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java
675
replyExecutor.
allowCoreThreadTimeOut
(true);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationInflater.java
746
mExecutor.
allowCoreThreadTimeOut
(true);
/prebuilts/misc/common/robolectric/3.1.1/lib/
backport-util-concurrent-3.1.jar
/prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar
android-all-4.2.2_r1.2-robolectric-r1.jar
android-all-4.3_r2-robolectric-r1.jar
android-all-4.4_r1-robolectric-r2.jar
android-all-5.0.2_r3-robolectric-r0.jar
android-all-5.1.1_r9-robolectric-r2.jar
android-all-6.0.1_r3-robolectric-r1.jar
android-all-7.0.0_r1-robolectric-0.jar
android-all-7.0.0_r1-robolectric-r1.jar
android-all-7.1.0_r7-robolectric-0.jar
android-all-7.1.0_r7-robolectric-r1.jar
Completed in 965 milliseconds
1
2