Home
last modified time | relevance | path

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

123

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DShutdownHookRegistrar.java26 void addShutdownHook(Thread hook); in addShutdownHook()
32 boolean removeShutdownHook(Thread hook); in removeShutdownHook()
DRuntimeShutdownHookRegistrar.java21 @Override public void addShutdownHook(Thread hook) { in addShutdownHook()
25 @Override public boolean removeShutdownHook(Thread hook) { in removeShutdownHook()
/external/tensorflow/tensorflow/compiler/xla/service/
Dllvm_compiler.h42 void SetPreOptimizationHook(ModuleHook hook) { in SetPreOptimizationHook()
51 void SetPostOptimizationHook(ModuleHook hook) { in SetPostOptimizationHook()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Drun_tests101 def hook(*args): function
111 def hook(exc, value, tb): function
/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/clang/test/Sema/
Dassign-null.c7 hookfunc hook; variable
/external/tensorflow/tensorflow/core/util/
Dcommand_line_flags.cc28 const std::function<bool(string)>& hook, in ParseStringFlag()
40 const std::function<bool(int32)>& hook, in ParseInt32Flag()
60 const std::function<bool(int64)>& hook, in ParseInt64Flag()
80 const std::function<bool(bool)>& hook, in ParseBoolFlag()
107 const std::function<bool(float)>& hook, in ParseFloatFlag()
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_path_hook.py14 def hook(self, entry): member in PathHookTests
/external/autotest/server/
Dsubcommand.py138 def register_fork_hook(cls, hook): argument
145 def register_join_hook(cls, hook): argument
/external/libnl/lib/netfilter/
Dnetfilter.c44 char *nfnl_inet_hook2str(unsigned int hook, char *buf, size_t len) in nfnl_inet_hook2str()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
DAgentPremain.java119 Thread hook = new Thread() { in printStartStopTimes() local
/external/libmojo/jni/java/lang/
DRuntime.class ... void addShutdownHook (java.lang.Thread) Thread hook public boolean removeShutdownHook (java.lang.Thread) ...
/external/iproute2/tc/
Dm_xt.c161 __u32 hook = 0, index = 0; local
345 __u32 hook; local
Dm_xt_old.c220 __u32 hook = 0, index = 0; in parse_ipt() local
379 __u32 hook; in print_ipt() local
Dm_ipt.c293 __u32 hook = 0, index = 0; in parse_ipt() local
456 __u32 hook; in print_ipt() local
/external/syslinux/com32/modules/
Difmemdsk.c215 const s_safe_hook * hook; in walk_safe_hooks() local
251 static const s_mdi * is_memdisk_hook(const s_safe_hook * hook) { in is_memdisk_hook()
/external/webp/src/utils/
Dthread_utils.h42 WebPWorkerHook hook; // hook to call member
/external/libevent/
Devrpc.c96 struct evrpc_hook *hook; in evrpc_free() local
127 struct evrpc_hook *hook = NULL; in evrpc_add_hook() local
152 struct evrpc_hook *hook = NULL; in evrpc_remove_hook_internal() local
191 struct evrpc_hook *hook; in evrpc_process_hooks() local
542 struct evrpc_hook *hook; in evrpc_pool_free() local
/external/iptables/include/linux/netfilter_ipv4/
Dipt_ULOG.h39 unsigned int hook; member
Dip_queue.h26 unsigned int hook; /* Netfilter hook we rode in on */ member
/external/libpcap/pcap/
Dnflog.h56 u_int8_t hook; /* netfilter hook */ member
/external/lisa/libs/utils/android/
Dworkload.py193 def add_hook(self, hook, hook_fn): argument
/external/iptables/iptables/
Dnft.h19 uint32_t hook; member
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h454 static void SetAllocationHook(AllocationHook* hook) { in SetAllocationHook()
457 static void SetFreeHook(FreeHook* hook) { free_hook_ = hook; } in SetFreeHook()
462 AllocationHook* hook = allocation_hook_; in AllocationHookIfEnabled() local
468 FreeHook* hook = free_hook_; in FreeHookIfEnabled() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc430 auto hook = MFHooks[i].malloc_hook; in RunMallocHooks() local
438 auto hook = MFHooks[i].free_hook; in RunFreeHooks() local

123