Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/scripts/
Dlink-hooks.mjs9 const hooks = [ variable
/third_party/rust/rust/tests/ui/consts/
Drefs_check_const_eq-issue-88384.rs7 hooks: &'static[fn()], field
/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c53 struct list_head hooks[SND_PCM_HOOK_TYPE_LAST + 1]; member
93 struct list_head *hooks = &h->hooks[k]; in snd_pcm_hooks_close() local
488 snd_config_t *hooks = NULL; in _snd_pcm_hooks_open() local
605 snd_pcm_hooks_t *hooks; in snd_pcm_hook_add() local
/third_party/jsframework/runtime/main/page/api/
DDiffer.ts104 const hooks: Function[] = this._hooks.slice(); constant
/third_party/cJSON/
DcJSON.c188 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
209 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()
241 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item()
299 internal_hooks hooks; member
473 internal_hooks hooks; member
1225 …signed char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) in print()
1978 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference()
2054 …nst object, const char * const string, cJSON * const item, const internal_hooks * const hooks, con… in add_item_to_object()
/third_party/pulseaudio/src/pulsecore/
Dmodule.h55 pa_dynarray *hooks; member
Dprotocol-native.h191 pa_hook hooks[PA_NATIVE_HOOK_MAX]; member
Dcore.h244 pa_hook hooks[PA_CORE_HOOK_MAX]; member
Dprotocol-dbus.c45 pa_hook hooks[PA_DBUS_PROTOCOL_HOOK_MAX]; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp130 } hooks; member in DrawTester
/third_party/ffmpeg/libavfilter/
Dvf_libplacebo.c147 const struct pl_hook *hooks[2]; member
/third_party/re2/re2/
Dre2.cc1313 namespace hooks { namespace
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c139 pa_hook hooks[PA_BLUETOOTH_HOOK_MAX]; member
/third_party/python/Python/
Dsysmodule.c188 PyObject *hooks = NULL; in sys_audit_tstate() local