Home
last modified time | relevance | path

Searched defs:Dispatcher (Results 1 – 13 of 13) 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/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/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DDispatcher.java23 public interface Dispatcher extends Callback { interface
/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/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java47 public class Dispatcher implements RequestDispatcher class
72 public Dispatcher(ContextHandler contextHandler, String uri, String pathInContext, String query) in Dispatcher() method in Dispatcher
87 public Dispatcher(ContextHandler contextHandler,String name) in Dispatcher() method in Dispatcher
/external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/
Dreduce.hpp376 template <int N> struct Dispatcher struct
386 >::type reductor;
Dreduce_key_val.hpp378 template <int N> struct Dispatcher struct
388 >::type reductor;
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dreduce.hpp348 template <unsigned int N> struct Dispatcher struct
358 >::type reductor;
Dreduce_key_val.hpp485 template <unsigned int N> struct Dispatcher struct
495 >::type reductor;
/external/autotest/scheduler/
Dmonitor_db.py1079 class Dispatcher(SiteDispatcher): class
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc714 TEST(MessageLoopTest, Dispatcher) { in TEST() argument