Home
last modified time | relevance | path

Searched defs:hook (Results 51 - 64 of 64) sorted by relevance

123

/third_party/python/Python/
H A Derrors.c1539 PyObject *hook = _PySys_GetAttr(tstate, &_Py_ID(unraisablehook)); in _PyErr_WriteUnraisableMsg() local
H A Dimport.c927 PyObject *hook = PyList_GetItem(path_hooks, j); in get_path_importer() local
H A Dpythonrun.c779 PyObject *exception, *v, *tb, *hook; in _PyErr_PrintEx() local
H A Dsysmodule.c189 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 Dceval.c2392 PyObject *hook = _PySys_GetAttr(tstate, &_Py_ID(displayhook)); local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.c633 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 Dtest_napi.cpp3758 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 Dnapi_test.cpp3178 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 Dnapi_test.cpp3351 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) in MustNotCall() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.cc4985 void Isolate::SetPromiseHook(PromiseHook hook) { in ThrowInternal() argument
/third_party/python/Modules/
H A D_testcapimodule.c4150 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 Dimgui.cpp3447 ImGuiID ImGui::AddContextHook(ImGuiContext* ctx, const ImGuiContextHook* hook) in AddContextHook() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc9126 void Isolate::SetPromiseHook(PromiseHook hook) { in SetPromiseHook() argument
/third_party/sqlite/src/
H A Dsqlite3.c215572 SessionHook hook; /* APIs to grab new and old data with */ global() member
216677 SessionHook hook; global() member
[all...]

Completed in 254 milliseconds

123