/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | Dispatcher.java | 24 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; in dispatch() method in Dispatcher
|
D | QueueDispatcher.java | 32 @Override public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in QueueDispatcher
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | Dispatcher.java | 26 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; in dispatch() method in Dispatcher
|
D | QueueDispatcher.java | 31 @Override public MockResponse dispatch(RecordedRequest request) throws InterruptedException { in dispatch() method in QueueDispatcher
|
/external/python/cpython2/Lib/compiler/ |
D | visitor.py | 42 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/ |
D | FilterPipeline.java | 46 void dispatch(ServletRequest request, ServletResponse response, in dispatch() method
|
D | DefaultFilterPipeline.java | 43 public void dispatch(ServletRequest request, ServletResponse response, in dispatch() method in DefaultFilterPipeline
|
D | ManagedFilterPipeline.java | 109 public void dispatch(ServletRequest request, ServletResponse response, in dispatch() method in ManagedFilterPipeline
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi.c | 61 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
|
D | glapi_entrypoint.c | 197 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/ |
D | rpc_svc_unregister.c | 82 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/ |
D | rpc_svc_register.c | 78 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | task_io_service.hpp | 28 void task_io_service::dispatch(Handler& handler) in dispatch() function in asio::detail::task_io_service
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | DiagnosticsReporter.cpp | 437 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/ |
D | allocator_shim.cc | 101 void InsertAllocatorDispatch(AllocatorDispatch* dispatch) { in InsertAllocatorDispatch() 119 void RemoveAllocatorDispatchForTesting(AllocatorDispatch* dispatch) { in RemoveAllocatorDispatchForTesting()
|
/external/guava/guava/src/com/google/common/eventbus/ |
D | AsyncEventBus.java | 110 void dispatch(final Object event, final EventSubscriber subscriber) { in dispatch() method in AsyncEventBus
|
/external/v8/tools/ |
D | logreader.js | 174 LogReader.prototype.skipDispatch = function(dispatch) { argument
|
/external/testng/src/main/java/org/testng/remote/ |
D | SuiteDispatcher.java | 88 public List<ISuite> dispatch(IConfiguration configuration, in dispatch() method in SuiteDispatcher
|
/external/python/cpython2/Lib/test/ |
D | test_print.py | 20 dispatch = { variable
|
/external/python/cpython2/Lib/idlelib/ |
D | WidgetRedirector.py | 98 def dispatch(self, operation, *args): member in WidgetRedirector
|
/external/openssh/ |
D | packet.h | 69 dispatch_fn *dispatch[DISPATCH_MAX]; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 239 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/ |
D | SampleServer.java | 40 @Override public MockResponse dispatch(RecordedRequest request) { in dispatch() method in SampleServer
|
/external/mesa3d/src/mapi/ |
D | mapi_glapi.c | 66 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch()
|
/external/libmojo/ipc/ |
D | ipc_message_utils.h | 68 int64_t dispatch; // Time after it was dispatched (i.e. after calling member
|