Home
last modified time | relevance | path

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

123

/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/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/python/cpython2/Lib/compiler/
Dvisitor.py42 def dispatch(self, node, *args): member in ASTVisitor
74 def dispatch(self, node, *args): member in ExampleASTVisitor
/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.c61 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
Dglapi_entrypoint.c197 unsigned long dispatch = __glapi_sparc_get_dispatch(); in init_glapi_relocs() local
201 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_unregister/
Drpc_svc_unregister.c82 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_register/
Drpc_svc_register.c78 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.cpp437 CXXMethodDecl* dispatch) { in VirtualAndManualDispatch()
445 const FunctionDecl* dispatch, in MissingTraceDispatch()
451 const FunctionDecl* dispatch, in MissingFinalizeDispatch()
457 const FunctionDecl* dispatch, in ReportMissingDispatch()
502 void DiagnosticsReporter::NoteManualDispatchMethod(CXXMethodDecl* dispatch) { in NoteManualDispatchMethod()
/external/libchrome/base/allocator/
Dallocator_shim.cc101 void InsertAllocatorDispatch(AllocatorDispatch* dispatch) { in InsertAllocatorDispatch()
119 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { in RemoveAllocatorDispatchForTesting()
/external/guava/guava/src/com/google/common/eventbus/
DAsyncEventBus.java110 void dispatch(final Object event, final EventSubscriber subscriber) { in dispatch() method in AsyncEventBus
/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/python/cpython2/Lib/test/
Dtest_print.py20 dispatch = { variable
/external/python/cpython2/Lib/idlelib/
DWidgetRedirector.py98 def dispatch(self, operation, *args): member in WidgetRedirector
/external/openssh/
Dpacket.h69 dispatch_fn *dispatch[DISPATCH_MAX]; member
/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
/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/mesa3d/src/mapi/
Dmapi_glapi.c66 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
/external/libmojo/ipc/
Dipc_message_utils.h68 int64_t dispatch; // Time after it was dispatched (i.e. after calling member

123