Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:dispatch
(Results
1 - 25
of
102
) sorted by relevance
1
2
3
4
5
/third_party/musl/porting/linux/user/src/hook/
H
A
D
socket_common.c
9
volatile const struct SocketDispatchType*
dispatch
= get_socket_dispatch();
in socket()
local
/third_party/musl/src/hook/linux/
H
A
D
socket_common.c
24
volatile const struct SocketDispatchType*
dispatch
= get_socket_dispatch();
in socket()
local
/third_party/mesa3d/src/mapi/glapi/
H
A
D
glapi.c
57
_glapi_set_dispatch(struct _glapi_table *
dispatch
)
in _glapi_set_dispatch()
argument
H
A
D
glapi_entrypoint.c
148
unsigned long
dispatch
= __glapi_sparc_get_dispatch();
in init_glapi_relocs()
local
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H
A
D
dispatch.cpp
86
IcdDispatch
dispatch
;
in CreateDispatch()
local
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister/
H
A
D
rpc_svc_unregister.c
81
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
D
rpc_svc_register.c
77
void
dispatch
(struct svc_req *request, SVCXPRT * xprt)
in dispatch()
function
/third_party/python/Lib/idlelib/
H
A
D
redirector.py
97
def
dispatch
(self, operation, *args):
member in WidgetRedirector
H
A
D
debugobj.py
103
dispatch
= {
variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
Commands.cpp
71
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
D
hb-dispatch.hh
52
return_t
dispatch
(const T &obj, Ts&&... ds)
in dispatch()
function
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
object.hpp
54
const cl_icd_dispatch *
dispatch
;
member
/third_party/skia/samplecode/
H
A
D
Sample.cpp
65
auto
dispatch
= [this](Click* c) {
in mouse()
local
/foundation/resourceschedule/ffrt/src/sync/
H
A
D
delayed_worker.cpp
171
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
D
mainloop-signal.c
79
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
D
RetireControlUnit.cpp
41
unsigned RetireControlUnit::
dispatch
(const InstRef &IR) {
in dispatch()
function in llvm::mca::RetireControlUnit
H
A
D
LSUnit.cpp
69
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
D
Instruction.cpp
158
void Instruction::
dispatch
(unsigned RCUToken) {
in dispatch()
function in llvm::mca::Instruction
/third_party/python/Lib/test/
H
A
D
test_print.py
14
dispatch
= {
variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
adapter_state_machine.h
60
explicit AdapterStateMachine(utility::Dispatcher &
dispatch
) : dispatch_(
dispatch
){};
in AdapterStateMachine()
argument
[all...]
/third_party/mesa3d/src/mapi/
H
A
D
mapi_glapi.c
62
_glapi_set_dispatch(struct _glapi_table *
dispatch
)
in _glapi_set_dispatch()
argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H
A
D
vbo_noop.c
156
_mesa_using_noop_vtxfmt(const struct _glapi_table *
dispatch
)
in _mesa_using_noop_vtxfmt()
argument
/third_party/mesa3d/src/mesa/main/
H
A
D
glthread.c
287
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
D
DispatchStage.cpp
78
Error DispatchStage::
dispatch
(InstRef IR) {
in dispatch()
function in llvm::mca::DispatchStage
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H
A
D
GPUComputePassEncoder.cpp
39
void GPUComputePassEncoder::
dispatch
(Napi::Env,
in dispatch()
function in wgpu::binding::GPUComputePassEncoder
Completed in 9 milliseconds
1
2
3
4
5