Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Deventmanager.h63 void Dispatch(const Event& event) in Dispatch() function
Darchrast.cpp301 void Dispatch(HANDLE hThreadContext, const Event& event) in Dispatch() function
/external/libchrome/ipc/
Dipc_message_templates.h138 static bool Dispatch(const Message* msg, in Dispatch() function
187 static bool Dispatch(const Message* msg, in Dispatch() function
Dipc_message.h158 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/perfetto/ui/src/frontend/
Dglobals.ts22 type Dispatch = (action: DeferredAction) => void; alias
/external/libtextclassifier/utils/
Dlua-utils.h254 static int Dispatch(lua_State *state) { in Dispatch() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp184 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in VisitLoop() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp181 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in VisitLoop() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs335 protected virtual void Dispatch(string line) { in Dispatch() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/webrtc/webrtc/base/
Dmessagequeue.cc408 void MessageQueue::Dispatch(Message *pmsg) { in Dispatch() function in rtc::MessageQueue
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs417 protected virtual void Dispatch( string line ) in Dispatch() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
/external/gptfdisk/
Dgptcurses.cc680 int GPTDataCurses::Dispatch(char operation) { in Dispatch() function in GPTDataCurses
/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc125 static gboolean Dispatch(GSource* source, in Dispatch() function in base::__anon1e9a7beb0111::EventInjector
/external/v8/src/
Dcode-stubs.cc209 void CodeStub::Dispatch(Isolate* isolate, uint32_t key, void** value_out, in Dispatch() function in v8::internal::CodeStub
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUUsage.rst1485 .. _amdgpu-amdhsa-memory-spaces:
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1386 Node* InterpreterAssembler::Dispatch() { in Dispatch() function in v8::internal::interpreter::InterpreterAssembler
/external/toolchain-utils/cros_utils/
Dstats.py237 class Dispatch: class