Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/glib/glib/
Dghook.c181 GHook *hook) in default_finalize_hook()
231 GHook *hook; in g_hook_list_clear() local
266 GHook *hook; in g_hook_alloc() local
293 GHook *hook) in g_hook_free()
316 GHook *hook) in g_hook_destroy_link()
342 GHook *hook; in g_hook_destroy() local
368 GHook *hook) in g_hook_unref()
418 GHook *hook) in g_hook_ref()
446 GHook *hook) in g_hook_prepend()
464 GHook *hook) in g_hook_insert_before()
[all …]
Dghook.h87 #define G_HOOK(hook) ((GHook*) (hook)) argument
88 #define G_HOOK_FLAGS(hook) (G_HOOK (hook)->flags) argument
89 #define G_HOOK_ACTIVE(hook) ((G_HOOK_FLAGS (hook) & \ argument
91 #define G_HOOK_IN_CALL(hook) ((G_HOOK_FLAGS (hook) & \ argument
93 #define G_HOOK_IS_VALID(hook) (G_HOOK (hook)->hook_id != 0 && \ argument
96 #define G_HOOK_IS_UNLINKED(hook) (G_HOOK (hook)->next == NULL && \ argument
174 #define g_hook_append( hook_list, hook ) \ argument
/third_party/pulseaudio/src/pulsecore/
Dhook-list.c30 void pa_hook_init(pa_hook *hook, void *data) { in pa_hook_init()
38 static void slot_free(pa_hook *hook, pa_hook_slot *slot) { in slot_free()
47 void pa_hook_done(pa_hook *hook) { in pa_hook_done()
57 pa_hook_slot* pa_hook_connect(pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) { in pa_hook_connect()
92 pa_hook_result_t pa_hook_fire(pa_hook *hook, void *data) { in pa_hook_fire()
125 bool pa_hook_is_firing(pa_hook *hook) { in pa_hook_is_firing()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h349 #define error(hook, templ, args...) \ argument
351 #define warning(hook, templ, args...) \ argument
353 #define notice(hook, templ, args...) \ argument
355 #define info(hook, templ, args...) \ argument
357 #define debug1(hook, templ, args...) \ argument
359 #define debug2(hook, templ, args...) \ argument
361 #define debug3(hook, templ, args...) \ argument
364 #define error(hook, templ, ...) \ argument
366 #define warning(hook, templ, ...) \ argument
368 #define notice(hook, templ, ...) \ argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/third_party/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/third_party/python/Lib/test/
Daudit-tests.py251 def hook(event, args): function
270 def hook(event, args): function
284 def hook(event, args): function
307 def hook(event, args): function
/third_party/typescript/scripts/
Dlink-hooks.js8 hooks.forEach(function (hook) { argument
/third_party/node/test/parallel/
Dtest-async-hooks-vm-gc.js12 const hook = asyncHooks.createHook({ init() {} }).enable(); constant
Dtest-async-hooks-prevent-double-destroy.js10 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-disable-gc-tracking.js10 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-disable-during-promise.js8 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-enable-disable.js6 const hook = async_hooks.createHook({ constant
Dtest-emit-after-uncaught-exception.js10 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-promise-enable-disable.js27 const hook = async_hooks.createHook({ constant
/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c146 GstTracerHook *hook; in _priv_gst_tracing_deinit() local
172 GstTracerHook *hook = g_slice_new0 (GstTracerHook); in gst_tracing_register_hook_id() local
/third_party/python/Lib/test/test_importlib/extension/
Dtest_path_hook.py14 def hook(self, entry): member in PathHookTests
/third_party/node/test/fixtures/v8-coverage/
Dasync-hooks.js4 const hook = async_hooks.createHook({ constant
/third_party/node/test/async-hooks/
Dtest-late-hook-enable.js34 const hook = async_hooks.createHook({ constant
/third_party/glib/glib/tests/
Dhook.c40 GHook *hook; in test_hook1() local
/third_party/libnl/lib/netfilter/
Dnetfilter.c45 char *nfnl_inet_hook2str(unsigned int hook, char *buf, size_t len) in nfnl_inet_hook2str()
/third_party/boost/boost/poly_collection/detail/
Dis_final.hpp30 struct hook{}; struct
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c44 pa_hook hook; member
55 pa_hook hook; member
/third_party/node/deps/npm/lib/
Dhook.js43 function hook (args) { function
152 function hookName (hook) { argument
/third_party/pulseaudio/src/tests/
Dhook-list-test.c25 pa_hook hook; in START_TEST() local

1234