/third_party/glib/glib/ |
D | ghook.c | 181 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 …]
|
D | ghook.h | 87 #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/ |
D | hook-list.c | 30 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/ |
D | misc.h | 349 #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/ |
D | atomic_hook_test.cc | 32 hook; in TEST() local 60 hook(TestHook); in TEST() local
|
/third_party/abseil-cpp/absl/base/internal/ |
D | atomic_hook_test.cc | 32 hook; in TEST() local 60 hook(TestHook); in TEST() local
|
/third_party/python/Lib/test/ |
D | audit-tests.py | 251 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/ |
D | link-hooks.js | 8 hooks.forEach(function (hook) { argument
|
/third_party/node/test/parallel/ |
D | test-async-hooks-vm-gc.js | 12 const hook = asyncHooks.createHook({ init() {} }).enable(); constant
|
D | test-async-hooks-prevent-double-destroy.js | 10 const hook = async_hooks.createHook({ constant
|
D | test-async-hooks-disable-gc-tracking.js | 10 const hook = async_hooks.createHook({ constant
|
D | test-async-hooks-disable-during-promise.js | 8 const hook = async_hooks.createHook({ constant
|
D | test-async-hooks-enable-disable.js | 6 const hook = async_hooks.createHook({ constant
|
D | test-emit-after-uncaught-exception.js | 10 const hook = async_hooks.createHook({ constant
|
D | test-async-hooks-promise-enable-disable.js | 27 const hook = async_hooks.createHook({ constant
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerutils.c | 146 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/ |
D | test_path_hook.py | 14 def hook(self, entry): member in PathHookTests
|
/third_party/node/test/fixtures/v8-coverage/ |
D | async-hooks.js | 4 const hook = async_hooks.createHook({ constant
|
/third_party/node/test/async-hooks/ |
D | test-late-hook-enable.js | 34 const hook = async_hooks.createHook({ constant
|
/third_party/glib/glib/tests/ |
D | hook.c | 40 GHook *hook; in test_hook1() local
|
/third_party/libnl/lib/netfilter/ |
D | netfilter.c | 45 char *nfnl_inet_hook2str(unsigned int hook, char *buf, size_t len) in nfnl_inet_hook2str()
|
/third_party/boost/boost/poly_collection/detail/ |
D | is_final.hpp | 30 struct hook{}; struct
|
/third_party/pulseaudio/src/modules/ |
D | reserve-wrap.c | 44 pa_hook hook; member 55 pa_hook hook; member
|
/third_party/node/deps/npm/lib/ |
D | hook.js | 43 function hook (args) { function 152 function hookName (hook) { argument
|
/third_party/pulseaudio/src/tests/ |
D | hook-list-test.c | 25 pa_hook hook; in START_TEST() local
|