Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/
DMachO_empty_section.s11 .globl hook symbol
13 hook: label
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRuntimeShutdownHookRegistrar.java21 @Override public void addShutdownHook(Thread hook) { in addShutdownHook()
25 @Override public boolean removeShutdownHook(Thread hook) { in removeShutdownHook()
DShutdownHookRegistrar.java26 void addShutdownHook(Thread hook); in addShutdownHook()
32 boolean removeShutdownHook(Thread hook); in removeShutdownHook()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp169 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook()
185 static void ThreadStartHook(void *hook, uptr os_id) { in ThreadStartHook()
197 static void ThreadExitHook(void *hook, uptr os_id) { in ThreadExitHook()
225 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
229 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook()
233 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { in __sanitizer_thread_exit_hook()
Dasan_rtems.cpp165 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook()
181 static void ThreadStartHook(void *hook, uptr os_id) { in ThreadStartHook()
207 static void ThreadExitHook(void *hook, uptr os_id) { in ThreadExitHook()
/external/tensorflow/tensorflow/lite/tools/
Dcommand_line_flags.cc59 const std::function<void(const T&)>& hook) { in ParseFlag()
71 const std::function<void(const bool&)>& hook) { in ParseBoolFlag()
82 Flag::Flag(const char* name, const std::function<void(const int32_t&)>& hook, in Flag()
94 Flag::Flag(const char* name, const std::function<void(const int64_t&)>& hook, in Flag()
106 Flag::Flag(const char* name, const std::function<void(const float&)>& hook, in Flag()
118 Flag::Flag(const char* name, const std::function<void(const bool&)>& hook, in Flag()
131 const std::function<void(const std::string&)>& hook, in Flag()
/external/tensorflow/tensorflow/compiler/xla/service/
Dllvm_compiler.h42 void SetPreOptimizationHook(ModuleHook hook) { in SetPreOptimizationHook()
51 void SetPostOptimizationHook(ModuleHook hook) { in SetPostOptimizationHook()
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DWorkerProcessTest.java59 @Override public void addShutdownHook(Thread hook) { in addShutdownHook()
62 @Override public boolean removeShutdownHook(Thread hook) { in removeShutdownHook()
121 Thread hook = Iterables.getOnlyElement(registrar.hooks); in shutdownHook_exitValueThrows() local
/external/python/cpython3/Lib/test/
Daudit-tests.py251 def hook(event, args): function
270 def hook(event, args): function
284 def hook(event, args): function
307 def hook(event, args): function
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/external/angle/third_party/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/external/openscreen/third_party/abseil/src/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/external/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/external/tensorflow/tensorflow/core/util/
Dcommand_line_flags.cc31 const std::function<bool(string)>& hook, in ParseStringFlag()
44 const std::function<bool(int32)>& hook, in ParseInt32Flag()
65 const std::function<bool(int64)>& hook, in ParseInt64Flag()
86 const std::function<bool(bool)>& hook, in ParseBoolFlag()
113 const std::function<bool(float)>& hook, in ParseFloatFlag()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_fuchsia.cpp102 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) { in __sanitizer_thread_create_hook()
113 void __sanitizer_thread_start_hook(void *hook, thrd_t self) { in __sanitizer_thread_start_hook()
121 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) { ThreadFinish(); } in __sanitizer_thread_exit_hook()
/external/clang/test/Sema/
Dassign-null.c7 hookfunc hook; variable
/external/llvm-project/clang/test/Sema/
Dassign-null.c7 hookfunc hook; variable
/external/autotest/server/
Dsubcommand.py144 def register_fork_hook(cls, hook): argument
151 def register_join_hook(cls, hook): argument
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_path_hook.py14 def hook(self, entry): member in PathHookTests
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc116 if (AllocationObserverHook* hook = in AllocationObserverHookIfEnabled() local
127 if (AllocationOverrideHook* hook = in AllocationOverrideHookIfEnabled() local
135 if (FreeObserverHook* hook = in FreeObserverHookIfEnabled() local
142 if (FreeOverrideHook* hook = in FreeOverrideHookIfEnabled() local
165 if (ReallocOverrideHook* hook = in ReallocOverrideHookIfEnabled() local
/external/jemalloc_new/test/unit/
Dhooks.c6 hook() { in hook() function
/external/jemalloc_new/include/jemalloc/internal/
Dhooks.h7 #define JEMALLOC_HOOK(fn, hook) ((void)(hook != NULL && (hook(), 0)), fn) argument
/external/iproute2/tc/
Dm_xt.c161 __u32 hook = 0, index = 0; local
345 __u32 hook; local

1234