| /external/angle/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
|
| /external/rust/crates/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 { 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
|
| 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()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
| D | command_queue.cc | 35 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anon2cc586480111::DefaultCommandQueue 60 absl::Status Dispatch(const GlProgram& program, in Dispatch() function in tflite::gpu::gl::__anon2cc586480111::AdrenoCommandQueue
|
| D | gl_program.cc | 213 absl::Status GlProgram::Dispatch(const uint3& workgroups) const { in Dispatch() function in tflite::gpu::gl::GlProgram
|
| /external/javassist/src/test/test1/ |
| D | Dispatch.java | 3 public class Dispatch { class
|
| /external/rust/crates/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()
|
| /external/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
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
| D | eventmanager.h | 64 void Dispatch(const Event& event) in Dispatch() function
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | cl_command_queue.cc | 61 absl::Status CLCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::CLCommandQueue 86 absl::Status CLCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::CLCommandQueue 207 absl::Status ProfilingCommandQueue::Dispatch(const CLKernel& kernel, in Dispatch() function in tflite::gpu::cl::ProfilingCommandQueue
|
| /external/libchrome/ipc/ |
| D | ipc_message_templates.h | 138 static bool Dispatch(const Message* msg, in Dispatch() function 187 static bool Dispatch(const Message* msg, in Dispatch() function
|
| D | ipc_message.h | 158 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function 165 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function
|
| /external/cronet/ipc/ |
| D | ipc_message_templates.h | 133 static bool Dispatch(const Message* msg, in Dispatch() function 182 static bool Dispatch(const Message* msg, in Dispatch() function
|
| D | ipc_message.h | 152 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function 159 static bool Dispatch(const Message* msg, T* obj, S* sender, P* parameter, in Dispatch() function
|
| /external/libtextclassifier/native/utils/ |
| D | lua-utils.h | 440 static int Dispatch(const LuaEnvironment* env, const int length, in Dispatch() function 466 static int Dispatch(const LuaEnvironment* env, const int length, in Dispatch() function
|
| /external/cronet/build/toolchain/win/ |
| D | tool_wrapper.py | 63 def Dispatch(self, args): member in WinTool
|
| /external/angle/build/toolchain/win/ |
| D | tool_wrapper.py | 63 def Dispatch(self, args): member in WinTool
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | python_api_dispatcher_wrapper.cc | 34 py::object Dispatch(PythonAPIDispatcher* self, py::handle args, in Dispatch() function
|
| D | python_api_dispatcher.cc | 114 Safe_PyObjectPtr PythonAPIDispatcher::Dispatch(PyObject* args, in Dispatch() function in tensorflow::py_dispatch::PythonAPIDispatcher
|
| /external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
| D | runtime_fallback_op_handler.cc | 156 static void Dispatch(const RuntimeFallbackOpEntry& op_entry, in Dispatch() function
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 181 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in VisitLoop() local
|
| /external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
| D | kernel_fallback_op_handler.cc | 106 static void Dispatch(const CompatOpEntry& op_entry, in Dispatch() function
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
| D | RemoteDebugEventSocketListener.cs | 335 protected virtual void Dispatch(string line) { in Dispatch() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
| D | converter.cc | 71 absl::Status Dispatch(const uint3& workload) { in Dispatch() function in tflite::gpu::gl::__anon1e444b000111::OpenGlConverterImpl
|