/third_party/python/Lib/test/test_importlib/extension/ |
H A D | test_path_hook.py | 14 def hook(self, entry): member in PathHookTests
|
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | macros.rs | 32 fn hook() {} in hook() functions
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_resource_manager.cpp | 34 void RSResourceManager::SetUploadTextureFunction(TextureUpload hook) { in SetUploadTextureFunction() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | atomic_hook_test.cc | 32 hook; in TEST() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | hook-list.c | 30 void pa_hook_init(pa_hook *hook, void *data) { in pa_hook_init() argument 38 static void slot_free(pa_hook *hook, pa_hook_slot *slot) { in slot_free() argument 47 pa_hook_done(pa_hook *hook) pa_hook_done() argument 57 pa_hook_connect(pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) pa_hook_connect() argument 92 pa_hook_fire(pa_hook *hook, void *data) pa_hook_fire() argument 125 pa_hook_is_firing(pa_hook *hook) pa_hook_is_firing() argument [all...] |
H A D | hook-list.h | 47 pa_hook *hook; member
|
H A D | module.c | 108 void pa_module_hook_connect(pa_module *m, pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) { in pa_module_hook_connect() argument
|
/third_party/pulseaudio/src/tests/ |
H A D | hook-list-test.c | 25 pa_hook hook; in START_TEST() local [all...] |
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-mode.el | |
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | thread_utils.h | 42 WebPWorkerHook hook; // hook to call member
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | hookmgr.h | 84 OhosHook hook; /* hook function */ member [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node_gc.h | 50 void SetMainTask(gcTask hook) { in SetMainTask() argument 62 void SetRenderTask(gcTask hook) { in SetRenderTask() argument
|
/third_party/node/lib/internal/test_runner/ |
H A D | harness.js | 249 function hook(hook) { function [all...] |
/third_party/node/test/node-api/test_async_cleanup_hook/ |
H A D | binding.c | 8 static void MustNotCall(napi_async_cleanup_hook_handle hook, void* arg) { in MustNotCall() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | reserve-wrap.c | 44 pa_hook hook; member 55 pa_hook hook; member [all...] |
/base/location/frameworks/location_common/common/source/ |
H A D | hook_utils.cpp | 33 LocationErrCode HookUtils::RegisterHook(LocationProcessStage stage, int prio, OhosHook hook) in RegisterHook() argument 44 void HookUtils::UnregisterHook(LocationProcessStage stage, OhosHook hook) in UnregisterHook() argument 46 HookMgrDel(GetLocationExtHookMgr(), static_cast<int>(stage), hook); in UnregisterHook() local
|
/base/startup/init/services/modules/reboot/ |
H A D | reboot_static.c | 37 int InitAddRebootHook(InitRebootHook hook) in InitAddRebootHook() argument
|
/base/startup/init/services/modules/init_hook/ |
H A D | init_hook.c | 96 int InitAddJobParseHook(JobParseHook hook)
in InitAddJobParseHook() argument
|
/base/startup/init/interfaces/innerkits/hookmgr/ |
H A D | hookmgr.c | 123 OhosHook hook; member 141 static int addHookToStage(HOOK_STAGE *hookStage, int prio, OhosHook hook, void *hookCookie) in addHookToStage() argument 185 HookMgrAdd(HOOK_MGR *hookMgr, int stage, int prio, OhosHook hook) HookMgrAdd() argument 214 HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook) HookMgrDel() argument [all...] |
/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.c | 160 int AddServerStageHook(AppSpawnHookStage stage, int prio, ServerStageHook hook) in AddServerStageHook() argument 243 int AddAppSpawnHook(AppSpawnHookStage stage, int prio, AppSpawnHook hook) in AddAppSpawnHook() argument 279 AddProcessMgrHook(AppSpawnHookStage stage, int prio, ProcessChangeHook hook) AddProcessMgrHook() argument [all...] |
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_hook.h | 129 __attribute__((always_inline)) inline int AddPreloadHook(int prio, ServerStageHook hook) in AddPreloadHook() argument
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 66 inline void SetGCNotifyTask(GCNotifyTask hook)
in SetGCNotifyTask() argument
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 24 Local<Object> hook = args.This(); in UnwrapHook() local
|
/third_party/python/Lib/test/ |
H A D | audit-tests.py | 278 def hook(event, args): global() function 297 def hook(event, args): global() function 311 def hook(event, args): global() function 334 def hook(event, args): global() function 356 def hook(event, args): global() function 374 def hook(event, args): global() function 392 def hook(event, *args): global() function 414 def hook(event, args): global() function 425 def hook(event, args): global() function [all...] |
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 397 def hook(entry): function
|