Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 - 25 of 152) sorted by relevance

1234567

/third_party/musl/porting/linux/user/src/hook/
H A Dsocket_common.c9 volatile const struct SocketDispatchType* dispatch = get_socket_dispatch(); in socket() local
/third_party/musl/src/hook/linux/
H A Dsocket_common.c24 volatile const struct SocketDispatchType* dispatch = get_socket_dispatch(); in socket() local
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi.c57 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch() argument
H A Dglapi_entrypoint.c148 unsigned long dispatch = __glapi_sparc_get_dispatch(); in init_glapi_relocs() local
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A Ddispatch.cpp86 IcdDispatch dispatch; in CreateDispatch() local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister/
H A Drpc_svc_unregister.c81 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_register/
H A Drpc_svc_register.c77 void dispatch(struct svc_req *request, SVCXPRT * xprt) in dispatch() function
/third_party/python/Lib/idlelib/
H A Dredirector.py97 def dispatch(self, operation, *args): member in WidgetRedirector
H A Ddebugobj.py103 dispatch = { variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.cpp71 DispatchCmd* dispatch = commands->NextCommand<DispatchCmd>(); in FreeCommands() local
76 DispatchIndirectCmd* dispatch = commands->NextCommand<DispatchIndirectCmd>(); in FreeCommands() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-dispatch.hh52 return_t dispatch (const T &obj, Ts&&... ds) in dispatch() function
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dobject.hpp54 const cl_icd_dispatch *dispatch; member
/third_party/skia/samplecode/
H A DSample.cpp65 auto dispatch = [this](Click* c) { in mouse() local
/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs58 fn dispatch(&mut self, events: u32) in dispatch() functions
150 fn dispatch(&self, events: u32) in dispatch() functions
/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.cpp171 bool DelayedWorker::dispatch(const TimePoint& to, WaitEntry* we, const std::function<void(WaitEntry*)>& wakeup) in dispatch() function in ffrt::DelayedWorker
/third_party/pulseaudio/src/pulse/
H A Dmainloop-signal.c79 static void dispatch(pa_mainloop_api*a, int sig) { in dispatch() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp41 unsigned RetireControlUnit::dispatch(const InstRef &IR) { in dispatch() function in llvm::mca::RetireControlUnit
H A DLSUnit.cpp69 unsigned LSUnit::dispatch(const InstRef &IR) { in dispatch() function in llvm::mca::LSUnit
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp158 void Instruction::dispatch(unsigned RCUToken) { in dispatch() function in llvm::mca::Instruction
/third_party/python/Lib/test/
H A Dtest_print.py14 dispatch = { variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.h60 explicit AdapterStateMachine(utility::Dispatcher &dispatch) : dispatch_(dispatch){}; in AdapterStateMachine() argument
[all...]
/third_party/mesa3d/src/mapi/
H A Dmapi_glapi.c62 _glapi_set_dispatch(struct _glapi_table *dispatch) in _glapi_set_dispatch() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c156 _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch) in _mesa_using_noop_vtxfmt() argument
/third_party/mesa3d/src/mesa/main/
H A Dglthread.c287 struct _glapi_table *dispatch = _glapi_get_dispatch(); in _mesa_glthread_finish() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() function in llvm::mca::DispatchStage

Completed in 9 milliseconds

1234567