| /third_party/python/Python/ |
| H A D | errors.c | 1539 PyObject *hook = _PySys_GetAttr(tstate, &_Py_ID(unraisablehook)); in _PyErr_WriteUnraisableMsg() local
|
| H A D | import.c | 927 PyObject *hook = PyList_GetItem(path_hooks, j); in get_path_importer() local
|
| H A D | pythonrun.c | 779 PyObject *exception, *v, *tb, *hook; in _PyErr_PrintEx() local
|
| H A D | sysmodule.c | 189 PyObject *hook = NULL; in sys_audit_tstate() local 361 PySys_AddAuditHook(Py_AuditHookFunction hook, void *userData) in PySys_AddAuditHook() argument 422 sys_addaudithook_impl(PyObject *module, PyObject *hook) sys_addaudithook_impl() argument 565 PyObject *hook = PyObject_GetAttrString(module, attrname); sys_breakpointhook() local [all...] |
| H A D | ceval.c | 2392 PyObject *hook = _PySys_GetAttr(tstate, &_Py_ID(displayhook)); local
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | bluez5-util.c | 633 pa_bluetooth_hook_t hook; in pa_bluetooth_transport_remote_volume_changed() local 2198 pa_hook* pa_bluetooth_discovery_hook(pa_bluetooth_discovery *y, pa_bluetooth_hook_t hook) { in pa_bluetooth_discovery_hook() argument
|
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_napi.cpp | 3758 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument
|
| /test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 3178 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg)
in MustNotCall() argument
|
| /test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
| H A D | napi_test.cpp | 3351 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 4985 void Isolate::SetPromiseHook(PromiseHook hook) { in ThrowInternal() argument
|
| /third_party/python/Modules/ |
| H A D | _testcapimodule.c | 4150 alloc_hook_t *hook = (alloc_hook_t *)ctx; in hook_malloc() local 4158 alloc_hook_t *hook = (alloc_hook_t *)ctx; in hook_calloc() local 4167 alloc_hook_t *hook = (alloc_hook_t *)ctx; hook_realloc() local 4176 alloc_hook_t *hook = (alloc_hook_t *)ctx; hook_free() local 4187 alloc_hook_t hook; test_setallocators() local [all...] |
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui.cpp | 3447 ImGuiID ImGui::AddContextHook(ImGuiContext* ctx, const ImGuiContextHook* hook) in AddContextHook() argument
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 9126 void Isolate::SetPromiseHook(PromiseHook hook) { in SetPromiseHook() argument
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 215572 SessionHook hook; /* APIs to grab new and old data with */ global() member 216677 SessionHook hook; global() member [all...] |