| /kernel/linux/linux-6.6/tools/virtio/linux/ |
| H A D | virtio.h | 22 void (*callback)(struct virtqueue *vq); member
|
| /kernel/linux/linux-6.6/lib/livepatch/ |
| H A D | test_klp_callbacks_demo.c | 21 static void callback_info(const char *callback, struct klp_object *obj) in callback_info() argument
|
| /kernel/linux/linux-6.6/samples/livepatch/ |
| H A D | livepatch-callbacks-demo.c | 98 static void callback_info(const char *callback, struct klp_object *obj) in callback_info() argument
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_getfuncs.c | 41 int (*callback) (Dwarf_Die *, void *); member
|
| /third_party/glslang/SPIRV/ |
| H A D | InReadableOrder.cpp | 64 ReadableOrderTraverser(std::function<void(Block*, spv::ReachReason, Block*)> callback) in ReadableOrderTraverser() argument 128 void spv::inReadableOrder(Block* root, std::function<void(Block*, spv::ReachReason, Block*)> callback) in inReadableOrder() argument
|
| /third_party/alsa-lib/src/ |
| H A D | async.c | 112 snd_async_add_handler(snd_async_handler_t **handler, int fd, snd_async_callback_t callback, void *private_data) snd_async_add_handler() argument [all...] |
| /third_party/libunwind/libunwind/src/ |
| H A D | os-qnx.c | 38 static int callback(const struct dl_phdr_info *info, size_t size, void *data) in callback() function
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
| H A D | EventLoop.h | 75 void callback(jerry_value_t f) { in callback() function in mbed::js::EventLoop
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglcurrent.c | 178 EGLDEBUGPROCKHR callback = NULL; in _eglDebugReport() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | string_to_uint_map.h | 49 void (*callback)(const char *key, unsigned value, void *closure); member
|
| /third_party/node/src/api/ |
| H A D | async_resource.cc | 29 MaybeLocal<Value> AsyncResource::MakeCallback(Local<Function> callback, in MakeCallback() argument
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| H A D | zip_writer.h | 55 void SetProgressCallback(ProgressCallback callback, base::TimeDelta period) { in SetProgressCallback() argument 70 void SetFilterCallback(FilterCallback callback) { in SetFilterCallback() argument
|
| /third_party/node/deps/zlib/google/ |
| H A D | zip_writer.h | 55 void SetProgressCallback(ProgressCallback callback, base::TimeDelta period) { in SetProgressCallback() argument 70 void SetFilterCallback(FilterCallback callback) { in SetFilterCallback() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | streaming-decoder.h | 93 void SetModuleCompiledCallback(ModuleCompiledCallback callback) { in SetModuleCompiledCallback() argument
|
| /third_party/node/test/addons/async-hello-world/ |
| H A D | binding.cc | 10 v8::Global<v8::Function> callback; member 35 v8::Local<v8::Function> callback = in AfterAsync() local 72 v8::Local<v8::Function> callback = v8::Local<v8::Function>::Cast(args[1]); in Method() local
|
| /third_party/musl/src/thread/ |
| H A D | synccall.c | 13 static void (*callback)(void *), *context; variable
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares_query.c | 41 ares_callback callback; member 48 ares_query_qid(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg, unsigned short *qid) ares_query_qid() argument 88 ares_query(ares_channel_t *channel, const char *name, int dnsclass, int type, ares_callback callback, void *arg) ares_query() argument [all...] |
| H A D | ares_send.c | 51 ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf, size_t qlen, ares_callback callback, void *arg, unsigned short *qid) ares_send_ex() argument 153 ares_send(ares_channel_t *channel, const unsigned char *qbuf, int qlen, ares_callback callback, void *arg) ares_send() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/nftw/ |
| H A D | tools.c | 173 int callback(const char *path) in callback() function
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | prefinalizer-handler.cc | 19 PrefinalizerRegistration(void* object, Callback callback) PrefinalizerRegistration() argument
|
| H A D | platform.cc | 41 void FatalOutOfMemoryHandler::SetCustomHandler(Callback* callback) { in SetCustomHandler() argument
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_jit_misc.c | 166 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign() argument
|
| /third_party/python/Lib/ctypes/test/ |
| H A D | test_refcounts.py | 22 def callback(value): function
|
| /third_party/skia/third_party/externals/imgui/misc/cpp/ |
| H A D | imgui_stdlib.cpp | 42 bool ImGui::InputText(const char* label, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputText() argument 54 bool ImGui::InputTextMultiline(const char* label, std::string* str, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextMultiline() argument 66 bool ImGui::InputTextWithHint(const char* label, const char* hint, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextWithHint() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | chunked_example.c | 30 callback (void *cls, in callback() function
|