Home
last modified time | relevance | path

Searched defs:Dispatcher (Results 1 – 16 of 16) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DDispatcher.java36 public final class Dispatcher { class
52 public Dispatcher(ExecutorService executorService) { in Dispatcher() method in Dispatcher
56 public Dispatcher() { in Dispatcher() method in Dispatcher
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DDispatcher.java38 public final class Dispatcher { class
54 public Dispatcher(ExecutorService executorService) { in Dispatcher() method in Dispatcher
58 public Dispatcher() { in Dispatcher() method in Dispatcher
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dwrapped_handler.hpp198 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_allocate()
206 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_deallocate()
214 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_is_continuation()
222 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke()
232 wrapped_handler<Dispatcher, Handler, IsContinuation>* this_handler) in asio_handler_invoke()
257 rewrapped_handler<Dispatcher, Context>* this_handler) in asio_handler_is_continuation()
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DDelayExceptionTest.kt11 private object Dispatcher : CoroutineDispatcher() { in <lambda>() object
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DDispatcher.java19 public abstract class Dispatcher { class
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DDispatcher.java21 public abstract class Dispatcher { class
/external/okhttp/mockwebserver/
DREADME.md114 #### Dispatcher subsubsection
/external/libchrome/mojo/core/
Dwatch.h18 class Dispatcher; variable
Ddispatcher.h39 class Dispatcher; variable
Ddispatcher.cc193 Dispatcher::Dispatcher() {} in Dispatcher() function in mojo::core::Dispatcher
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DReactiveStreamTckTest.kt48 enum class Dispatcher(val dispatcher: CoroutineDispatcher) { class
/external/guava/android/guava/src/com/google/common/eventbus/
DDispatcher.java34 abstract class Dispatcher { class
/external/guava/guava/src/com/google/common/eventbus/
DDispatcher.java34 abstract class Dispatcher { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt215 private inner class Dispatcher : EventLoop(), Delay { in <lambda>() class in kotlinx.coroutines.test.TestCoroutineContext
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.h36 Dispatcher, enumerator
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py149 class Dispatcher: class