OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeExecutor
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-tests/test/com/google/common/eventbus/
AsyncEventBusTest.java
35
private
FakeExecutor
executor;
40
executor = new
FakeExecutor
();
72
public static class
FakeExecutor
implements Executor {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
SerializingExecutorTest.java
42
private static class
FakeExecutor
implements Executor {
58
private
FakeExecutor
fakePool;
63
fakePool = new
FakeExecutor
();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
ConnectionPoolTest.java
66
private
FakeExecutor
cleanupExecutor;
107
cleanupExecutor = new
FakeExecutor
();
560
private static class
FakeExecutor
implements Executor {
Completed in 89 milliseconds