Home
last modified time | relevance | path

Searched defs:Dispatch (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/include/
Dangle_cl.h39 struct Dispatch struct
41 explicit Dispatch(std::uint32_t magic) : mDispatch(sDispatch), mMagic(magic) {} in Dispatch() function
43 const cl_icd_dispatch &getDispatch() const { return *mDispatch; } in getDispatch() argument
45 static const cl_icd_dispatch *sDispatch; argument
54 const cl_icd_dispatch *Dispatch<T>::sDispatch = nullptr; argument
/third_party/rust/crates/tracing/tracing-core/src/
Ddispatcher.rs155 pub struct Dispatch { struct
159 /// `WeakDispatch` is a version of [`Dispatch`] that holds a non-owning reference argument
251 pub fn with_default<T>(dispatcher: &Dispatch, f: impl FnOnce() -> T) -> T { in with_default()
439 impl Dispatch { implementation
705 impl Default for Dispatch { implementation
712 impl fmt::Debug for Dispatch { implementation
720 impl<S> From<S> for Dispatch implementation
751 pub fn upgrade(&self) -> Option<Dispatch> { in upgrade()
771 pub(crate) fn upgrade(&self) -> Option<Dispatch> { in upgrade()
813 fn current(&self) -> RefMut<'a, Dispatch> { in current() argument
Dcallsite.rs488 pub(crate) fn register_dispatch(dispatch: &Dispatch) { in register_dispatch()
565 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
598 dispatch: &'dispatch dispatcher::Dispatch, in register_dispatch()
607 pub(super) fn for_each(&self, mut f: impl FnMut(&dispatcher::Dispatch)) { in for_each()
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst1 Dispatch title
/third_party/rust/crates/tracing/tracing-error/src/
Dlayer.rs82 dispatch: &Dispatch, in get_context()
108 dispatch: &'a Dispatch, in with_context()
/third_party/node/tools/gyp/pylib/gyp/
Dflock_tool.py24 def Dispatch(self, args): member in FlockTool
Dwin_tool.py69 def Dispatch(self, args): member in WinTool
Dmac_tool.py40 def Dispatch(self, args): member in MacTool
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dflock_tool.py23 def Dispatch(self, args): member in FlockTool
Dwin_tool.py67 def Dispatch(self, args): member in WinTool
Dmac_tool.py40 def Dispatch(self, args): member in MacTool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
/third_party/rust/crates/tracing/tracing/src/
Dinstrument.rs169 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber()
340 pub fn dispatcher(&self) -> &Dispatch { in dispatcher()
Dspan.rs445 dispatch: &Dispatch, in new_with()
469 dispatch: &Dispatch, in new_root_with()
501 dispatch: &Dispatch, in child_of_with()
566 dispatch: &Dispatch, in make_with()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DComputePassEncoder.cpp42 void ComputePassEncoderBase::Dispatch(uint32_t x, uint32_t y, uint32_t z) { in Dispatch() function in dawn_native::ComputePassEncoderBase
/third_party/typescript/tests/cases/compiler/
DreactReduxLikeDeferredInferenceAllowsAssignment.ts110 interface Dispatch<A extends Action = AnyAction> { interface
/third_party/node/src/inspector/
Dmain_thread_interface.cc151 void Dispatch(std::unique_ptr<StringBuffer> message) { in Dispatch() function in node::inspector::__anon579017f30111::MainThreadSessionState
174 void Dispatch(const StringView& message) override { in Dispatch() function in node::inspector::__anon579017f30111::CrossThreadInspectorSession
/third_party/rust/crates/tracing/tracing-futures/src/
Dlib.rs210 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber()
481 pub fn dispatch(&self) -> &Dispatch { in dispatch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp350 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local
/third_party/gptfdisk/
Dgptcurses.cc694 int GPTDataCurses::Dispatch(char operation) { in Dispatch() function in GPTDataCurses
/third_party/node/src/
Dinspector_js_api.cc135 static void Dispatch(const FunctionCallbackInfo<Value>& info) { in Dispatch() function in node::inspector::__anon41a2922d0111::JSBindingsConnection
Dinspector_io.cc75 void Dispatch(InspectorSocketServer* server) const { in Dispatch() function in node::inspector::__anonb7bacb4f0111::RequestToServer
/third_party/rust/crates/tracing/tracing-subscriber/src/
Dreload.rs119 fn on_register_dispatch(&self, subscriber: &Dispatch) { in on_register_dispatch()
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs521 impl<N, E, F, W> From<SubscriberBuilder<N, E, F, W>> for tracing_core::Dispatch implementation
529 fn from(builder: SubscriberBuilder<N, E, F, W>) -> tracing_core::Dispatch { in from()
/third_party/rust/crates/tracing/tracing-subscriber/src/layer/
Dlayered.rs247 fn on_register_dispatch(&self, subscriber: &Dispatch) { in on_register_dispatch()

12