Home
last modified time | relevance | path

Searched defs:Dispatch (Results 1 – 25 of 28) 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() 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/mesa3d/docs/vulkan/
Ddispatch.rst1 Dispatch title
/third_party/typescript/tests/cases/compiler/
DbindingPatternCannotBeOnlyInferenceSource.ts10 type Dispatch<A = { type: any; [extraProps: string]: any }> = { <T extends A>(action: T): T }; alias
DreactReduxLikeDeferredInferenceAllowsAssignment.ts110 interface Dispatch<A extends Action = AnyAction> { interface
/third_party/node/tools/gyp/pylib/gyp/
Dflock_tool.py24 def Dispatch(self, args): member in FlockTool
Dwin_tool.py67 def Dispatch(self, args): member in WinTool
Dmac_tool.py37 def Dispatch(self, args): member in MacTool
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dflock_tool.py24 def Dispatch(self, args): member in FlockTool
Dwin_tool.py67 def Dispatch(self, args): member in WinTool
Dmac_tool.py37 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/node/src/inspector/
Dmain_thread_interface.cc148 void Dispatch(std::unique_ptr<StringBuffer> message) { in Dispatch() function in node::inspector::__anonfd2540750111::MainThreadSessionState
171 void Dispatch(const StringView& message) override { in Dispatch() function in node::inspector::__anonfd2540750111::CrossThreadInspectorSession
/third_party/node/src/
Djs_native_api_v8_inspector.cc267 void Dispatch(std::unique_ptr<StringBuffer> message) { in Dispatch() function in v8impl::__anon9ed861e20111::MainThreadSessionState
290 void Dispatch(const StringView& message) override { in Dispatch() function in v8impl::__anon9ed861e20111::CrossThreadInspectorSession
487 void Dispatch(InspectorSocketServer* server) const { in Dispatch() function in v8impl::__anon9ed861e20411::RequestToServer
1440 void SameThreadInspectorSession::Dispatch( in Dispatch() function in v8impl::SameThreadInspectorSession
Dinspector_js_api.cc138 static void Dispatch(const FunctionCallbackInfo<Value>& info) { in Dispatch() function in node::inspector::__anonbd5786ef0111::JSBindingsConnection
Dinspector_io.cc73 void Dispatch(InspectorSocketServer* server) const { in Dispatch() function in node::inspector::__anon97ffaf110111::RequestToServer
Dnode_messaging.cc902 Maybe<bool> MessagePortData::Dispatch( in Dispatch() function in node::worker::MessagePortData
1358 Maybe<bool> SiblingGroup::Dispatch( in Dispatch() function in node::worker::SiblingGroup
Dinspector_agent.cc1008 void SameThreadInspectorSession::Dispatch( in Dispatch() function in node::inspector::SameThreadInspectorSession
Dnode_api.cc351 void Dispatch() { in Dispatch() function in v8impl::__anon1b83e5020411::ThreadSafeFunction
/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.cc695 int GPTDataCurses::Dispatch(char operation) { in Dispatch() function in GPTDataCurses
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Ddispatch.cc549 UberDispatcher::DispatchResult UberDispatcher::Dispatch( in Dispatch() function in v8_crdtp::UberDispatcher
Ddispatch_test.cc380 std::function<void(const Dispatchable&)> Dispatch( in Dispatch() function in v8_crdtp::TestDomain
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h44 Dispatch, enumerator
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc1222 void InterpreterAssembler::Dispatch() { in Dispatch() function in v8::internal::interpreter::InterpreterAssembler
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h38 Dispatch, enumerator

12