| /third_party/skia/third_party/externals/angle2/include/ |
| D | angle_cl.h | 39 struct Dispatch struct 41 explicit Dispatch(std::uint32_t magic) : mDispatch(sDispatch), mMagic(magic) {} in Dispatch() argument 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/ |
| D | dispatcher.rs | 155 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 { impl 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
|
| D | callsite.rs | 488 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/ |
| D | dispatch.rst | 1 Dispatch title
|
| /third_party/rust/crates/tracing/tracing-error/src/ |
| D | layer.rs | 82 dispatch: &Dispatch, in get_context() 108 dispatch: &'a Dispatch, in with_context()
|
| /third_party/node/tools/gyp/pylib/gyp/ |
| D | flock_tool.py | 24 def Dispatch(self, args): member in FlockTool
|
| D | win_tool.py | 69 def Dispatch(self, args): member in WinTool
|
| D | mac_tool.py | 40 def Dispatch(self, args): member in MacTool
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| D | flock_tool.py | 23 def Dispatch(self, args): member in FlockTool
|
| D | win_tool.py | 67 def Dispatch(self, args): member in WinTool
|
| D | mac_tool.py | 40 def Dispatch(self, args): member in MacTool
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
| D | Context.cpp | 43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline() local
|
| /third_party/rust/crates/tracing/tracing/src/ |
| D | instrument.rs | 169 fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> in with_subscriber() 340 pub fn dispatcher(&self) -> &Dispatch { in dispatcher()
|
| D | span.rs | 445 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/ |
| D | ComputePassEncoder.cpp | 42 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/ |
| D | reactReduxLikeDeferredInferenceAllowsAssignment.ts | 110 interface Dispatch<A extends Action = AnyAction> { interface
|
| /third_party/node/src/inspector/ |
| D | main_thread_interface.cc | 151 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/ |
| D | lib.rs | 210 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/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 350 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local
|
| /third_party/gptfdisk/ |
| D | gptcurses.cc | 694 int GPTDataCurses::Dispatch(char operation) { in Dispatch() function in GPTDataCurses
|
| /third_party/node/src/ |
| D | inspector_js_api.cc | 135 static void Dispatch(const FunctionCallbackInfo<Value>& info) { in Dispatch() function in node::inspector::__anon41a2922d0111::JSBindingsConnection
|
| D | inspector_io.cc | 75 void Dispatch(InspectorSocketServer* server) const { in Dispatch() function in node::inspector::__anonb7bacb4f0111::RequestToServer
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/ |
| D | reload.rs | 119 fn on_register_dispatch(&self, subscriber: &Dispatch) { in on_register_dispatch()
|
| /third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
| D | mod.rs | 521 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/ |
| D | layered.rs | 247 fn on_register_dispatch(&self, subscriber: &Dispatch) { in on_register_dispatch()
|