Home
last modified time | relevance | path

Searched defs:hook (Results 1 - 25 of 45) sorted by relevance

12

/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_path_hook.py14 def hook(self, entry): member in PathHookTests
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_resource_manager.cpp34 void RSResourceManager::SetUploadTextureFunction(TextureUpload hook) { in SetUploadTextureFunction() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Datomic_hook_test.cc32 hook; in TEST() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dhook-list.c30 void pa_hook_init(pa_hook *hook, void *data) { in pa_hook_init() argument
38 static void slot_free(pa_hook *hook, pa_hook_slot *slot) { in slot_free() argument
47 pa_hook_done(pa_hook *hook) pa_hook_done() argument
57 pa_hook_connect(pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) pa_hook_connect() argument
92 pa_hook_fire(pa_hook *hook, void *data) pa_hook_fire() argument
125 pa_hook_is_firing(pa_hook *hook) pa_hook_is_firing() argument
[all...]
H A Dhook-list.h47 pa_hook *hook; member
H A Dmodule.c108 void pa_module_hook_connect(pa_module *m, pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) { in pa_module_hook_connect() argument
/third_party/pulseaudio/src/tests/
H A Dhook-list-test.c25 pa_hook hook; in START_TEST() local
[all...]
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-mode.el
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dthread_utils.h42 WebPWorkerHook hook; // hook to call member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h50 void SetMainTask(gcTask hook) { in SetMainTask() argument
62 void SetRenderTask(gcTask hook) { in SetRenderTask() argument
/third_party/node/lib/internal/test_runner/
H A Dharness.js249 function hook(hook) { function
[all...]
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c8 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) { in MustNotCall() argument
/third_party/pulseaudio/src/modules/
H A Dreserve-wrap.c44 pa_hook hook; member
55 pa_hook hook; member
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h66 inline void SetGCNotifyTask(GCNotifyTask hook) in SetGCNotifyTask() argument
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc24 Local<Object> hook = args.This(); in UnwrapHook() local
/third_party/python/Lib/test/
H A Daudit-tests.py278 def hook(event, args): global() function
297 def hook(event, args): global() function
311 def hook(event, args): global() function
334 def hook(event, args): global() function
356 def hook(event, args): global() function
374 def hook(event, args): global() function
392 def hook(event, *args): global() function
414 def hook(event, args): global() function
425 def hook(event, args): global() function
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dutil.py397 def hook(entry): function
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c87 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_close() local
95 snd_pcm_hook_t *hook; in snd_pcm_hooks_close() local
119 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_hw_params() local
135 snd_pcm_hook_t *hook in snd_pcm_hooks_hw_free() local
560 snd_pcm_hook_get_pcm(snd_pcm_hook_t *hook) snd_pcm_hook_get_pcm() argument
571 snd_pcm_hook_get_private(snd_pcm_hook_t *hook) snd_pcm_hook_get_private() argument
582 snd_pcm_hook_set_private(snd_pcm_hook_t *hook, void *private_data) snd_pcm_hook_set_private() argument
628 snd_pcm_hook_remove(snd_pcm_hook_t *hook) snd_pcm_hook_remove() argument
640 snd_pcm_hook_ctl_elems_hw_params(snd_pcm_hook_t *hook) snd_pcm_hook_ctl_elems_hw_params() argument
646 snd_pcm_hook_ctl_elems_hw_free(snd_pcm_hook_t *hook) snd_pcm_hook_ctl_elems_hw_free() argument
652 snd_pcm_hook_ctl_elems_close(snd_pcm_hook_t *hook) snd_pcm_hook_ctl_elems_close() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-microtask-queue-gen.cc484 Branch(NeedsAnyPromiseHooks(promiseHookFlags), &hook, &done_hook); in RunAllPromiseHooks() local
521 promiseHookFlags), &hook, &done_hook); in RunPromiseHook() local
[all...]
/third_party/python/Modules/
H A Dmain.c450 PyObject *sys, *hook, *result; in pymain_run_interactive_hook() local
/third_party/python/Objects/
H A Dfileobject.c480 PyFile_SetOpenCodeHook(Py_OpenCodeHookFunction hook, void *userData) { in PyFile_SetOpenCodeHook() argument
510 Py_OpenCodeHookFunction hook = _PyRuntime.open_code_hook; in PyFile_OpenCodeObject() local
/third_party/libbpf/src/
H A Dnetlink.c542 static int attach_point_to_config(struct bpf_tc_hook *hook, in attach_point_to_config() argument
582 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify() argument
606 static int tc_qdisc_create_excl(struct bpf_tc_hook *hook) in tc_qdisc_create_excl() argument
611 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in tc_qdisc_delete() argument
616 bpf_tc_hook_create(struct bpf_tc_hook *hook) bpf_tc_hook_create() argument
632 bpf_tc_hook_destroy(struct bpf_tc_hook *hook) bpf_tc_hook_destroy() argument
718 bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) bpf_tc_attach() argument
792 __bpf_tc_detach(const struct bpf_tc_hook *hook, const struct bpf_tc_opts *opts, const bool flush) __bpf_tc_detach() argument
853 bpf_tc_detach(const struct bpf_tc_hook *hook, const struct bpf_tc_opts *opts) bpf_tc_detach() argument
865 bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) bpf_tc_query() argument
[all...]
/third_party/python/Python/clinic/
H A Dsysmodule.c.h24 PyObject *hook; in sys_addaudithook() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp329 void ProductAdapter::RegExtraPresetModulesHook(ExtraPresetModulesHook hook) in RegExtraPresetModulesHook() argument
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp328 napi_add_async_cleanup_hook( napi_env env, napi_async_cleanup_hook hook, void* arg, napi_async_cleanup_hook_handle* remove_handle) napi_add_async_cleanup_hook() argument

Completed in 13 milliseconds

12