Home
last modified time | relevance | path

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

1234

/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc461 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
468 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
475 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
482 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
491 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
504 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
530 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
579 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
584 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
589 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
[all …]
/external/perfetto/ui/src/frontend/
Drouter_jsdomtest.ts52 const dispatch = dingus<(a: DeferredAction) => void>(); constant
70 const dispatch = dingus<(a: DeferredAction) => void>(); constant
113 const dispatch = dingus<(a: DeferredAction) => void>(); constant
122 const dispatch = dingus<(a: DeferredAction) => void>(); constant
Drouter.ts28 private dispatch: (a: DeferredAction) => void) { property in Router
Dindex.ts115 const dispatch = controller.postMessage.bind(controller); constant
/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/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.java43 void dispatch(ServletRequest request, ServletResponse response, FilterChain defaultFilterChain) in dispatch() method
DDefaultFilterPipeline.java43 public void dispatch( in dispatch() method in DefaultFilterPipeline
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Ddata.py147 def dispatch(cls, files): member in Manpages
159 dispatch = classmethod(dispatch) variable in Manpages
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Ddata.py147 def dispatch(cls, files): member in Manpages
159 dispatch = classmethod(dispatch) variable in Manpages
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Ddata.py147 def dispatch(cls, files): member in Manpages
159 dispatch = classmethod(dispatch) variable in Manpages
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Ddata.py147 def dispatch(cls, files): member in Manpages
159 dispatch = classmethod(dispatch) variable in Manpages
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-registry.cpp33 HandlerType dispatch(cl::SubCommand *SC) { 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/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/perfetto/ui/src/controller/
Dglobals.ts33 dispatch(action: DeferredAction): void; method
/external/v8/tools/clang/blink_gc_plugin/
DDiagnosticsReporter.cpp452 CXXMethodDecl* dispatch) { in VirtualAndManualDispatch()
460 const FunctionDecl* dispatch, in MissingTraceDispatch()
466 const FunctionDecl* dispatch, in MissingFinalizeDispatch()
472 const FunctionDecl* dispatch, in ReportMissingDispatch()
525 void DiagnosticsReporter::NoteManualDispatchMethod(CXXMethodDecl* dispatch) { in NoteManualDispatchMethod()
/external/harfbuzz_ng/src/
Dhb-subset.hh44 bool dispatch (const T &obj) { return obj.subset (this); } in dispatch() function
/external/guava/guava/src/com/google/common/eventbus/
DAsyncEventBus.java110 void dispatch(final Object event, final EventSubscriber subscriber) { in dispatch() method in AsyncEventBus

1234