Home
last modified time | relevance | path

Searched defs:TestExecutor (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DWrappingScheduledExecutorServiceTest.java91 private static final class TestExecutor extends WrappingScheduledExecutorService { class in WrappingScheduledExecutorServiceTest
92 public TestExecutor(MockExecutor mock) { in TestExecutor() method in WrappingScheduledExecutorServiceTest.TestExecutor
DWrappingExecutorServiceTest.java176 private static final class TestExecutor extends WrappingExecutorService { class in WrappingExecutorServiceTest
177 public TestExecutor(MockExecutor mock) { in TestExecutor() method in WrappingExecutorServiceTest.TestExecutor
/external/deqp/execserver/tools/
DxsTest.cpp200 class TestExecutor class
213 TestExecutor::TestExecutor (TestContext& testCtx) in TestExecutor() function in xs::TestExecutor
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java1397 private static class TestExecutor implements Executor { class in DiskLruCacheTest