Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 25 of 44) sorted by relevance

12

/external/mockwebserver/src/main/java/com/google/mockwebserver/
DDispatcher.java26 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; in dispatch() method in Dispatcher
DQueueDispatcher.java31 @Override public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in QueueDispatcher
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DDispatcher.java24 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; in dispatch() method in Dispatcher
DQueueDispatcher.java32 @Override public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in QueueDispatcher
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DFilterPipeline.java46 void dispatch(ServletRequest request, ServletResponse response, in dispatch() method
DDefaultFilterPipeline.java43 public void dispatch(ServletRequest request, ServletResponse response, in dispatch() method in DefaultFilterPipeline
DManagedFilterPipeline.java109 public void dispatch(ServletRequest request, ServletResponse response, in dispatch() method in ManagedFilterPipeline
/external/mesa3d/src/mapi/glapi/
Dglapi.c62 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
Dglapi_entrypoint.c196 unsigned long dispatch = __glapi_sparc_get_dispatch(); in init_glapi_relocs() local
200 unsigned long dispatch = (unsigned long) &_glapi_Dispatch; in init_glapi_relocs() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_register/
Drpc_svc_register.c78 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister/
Drpc_svc_unregister.c82 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtask_io_service.hpp28 void task_io_service::dispatch(Handler& handler) in dispatch() function in asio::detail::task_io_service
/external/v8/tools/clang/blink_gc_plugin/
DDiagnosticsReporter.cpp430 CXXMethodDecl* dispatch) { in VirtualAndManualDispatch()
438 const FunctionDecl* dispatch, in MissingTraceDispatch()
444 const FunctionDecl* dispatch, in MissingFinalizeDispatch()
450 const FunctionDecl* dispatch, in ReportMissingDispatch()
495 void DiagnosticsReporter::NoteManualDispatchMethod(CXXMethodDecl* dispatch) { in NoteManualDispatchMethod()
/external/guava/guava/src/com/google/common/eventbus/
DAsyncEventBus.java110 void dispatch(final Object event, final EventSubscriber subscriber) { in dispatch() method in AsyncEventBus
DEventBus.java320 void dispatch(Object event, EventSubscriber wrapper) { in dispatch() method in EventBus
/external/libchrome/base/allocator/
Dallocator_shim.cc101 void InsertAllocatorDispatch(AllocatorDispatch* dispatch) { in InsertAllocatorDispatch()
119 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { in RemoveAllocatorDispatchForTesting()
/external/v8/tools/
Dlogreader.js174 LogReader.prototype.skipDispatch = function(dispatch) { argument
/external/testng/src/main/java/org/testng/remote/
DSuiteDispatcher.java88 public List<ISuite> dispatch(IConfiguration configuration, in dispatch() method in SuiteDispatcher
/external/openssh/
Dpacket.h64 dispatch_fn *dispatch[DISPATCH_MAX]; member
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_test.c45 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
/external/mesa3d/src/mapi/mapi/
Dmapi_glapi.c66 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh239 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
433 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
585 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
909 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1070 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1109 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch() function
1268 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
Dhb-ot-layout-gpos-table.hh562 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
855 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1035 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1131 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1249 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1364 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
1415 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch() function
1486 inline typename context_t::return_t dispatch (context_t *c) const in dispatch() function
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
DSampleServer.java40 @Override public MockResponse dispatch(RecordedRequest request) { in dispatch() method in SampleServer
/external/libmojo/ipc/
Dipc_message_utils.h68 int64_t dispatch; // Time after it was dispatched (i.e. after calling member

12