Searched defs:hooks (Results 1 - 14 of 14) sorted by relevance
/third_party/node/lib/internal/test_runner/ |
H A D | test.js | [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | module.h | 55 pa_dynarray *hooks; member
|
H A D | protocol-native.h | 191 pa_hook hooks[PA_NATIVE_HOOK_MAX]; member
|
H A D | core.h | 237 pa_hook hooks[PA_CORE_HOOK_MAX]; member
|
H A D | protocol-dbus.c | 45 pa_hook hooks[PA_DBUS_PROTOCOL_HOOK_MAX]; member
|
/third_party/cJSON/ |
H A D | cJSON.h | 157 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks); variable
|
H A D | cJSON.c | 200 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup() argument 221 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks() argument 253 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item() argument 311 internal_hooks hooks; global() member 601 internal_hooks hooks; global() member 1430 print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) print() argument 2183 create_reference(const cJSON *item, const internal_hooks * const hooks) create_reference() argument 2259 add_item_to_object(cJSON * const object, const char * const string, cJSON * const item, const internal_hooks * const hooks, const cJSON_bool constant_key) add_item_to_object() argument [all...] |
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 26 AsyncHooks* hooks = PerIsolateData::Get(isolate)->GetAsyncHooks(); in UnwrapHook() local 171 AsyncHooks* hooks = PerIsolateData::Get(isolate)->GetAsyncHooks(); in ShellPromiseHook() local 240 PromiseHookDispatch(PromiseHookType type, Local<Promise> promise, Local<Value> parent, const AsyncHooksWrap& wrap, AsyncHooks* hooks) PromiseHookDispatch() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.hpp | 130 } hooks; member in DrawTester
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hooks.c | 53 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; _snd_pcm_hooks_open() local 605 snd_pcm_hooks_t *hooks; snd_pcm_hook_add() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libplacebo.c | 147 const struct pl_hook *hooks[2]; member
|
/third_party/node/src/ |
H A D | env-inl.h | 122 Environment* Environment::ForAsyncHooks(AsyncHooks* hooks) { in ForAsyncHooks() argument
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | bluez5-util.c | 139 pa_hook hooks[PA_BLUETOOTH_HOOK_MAX]; member [all...] |
/third_party/python/Python/ |
H A D | sysmodule.c | 188 PyObject *hooks = NULL; in sys_audit_tstate() local [all...] |
Completed in 29 milliseconds