Home
last modified time | relevance | path

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

12345

/external/python/cpython3/Lib/test/
Daudit-tests.py278 def hook(event, args): function
297 def hook(event, args): function
311 def hook(event, args): function
334 def hook(event, args): function
356 def hook(event, args): function
374 def hook(event, args): function
392 def hook(event, *args): function
/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/libbpf/src/
Dnetlink.c432 static int attach_point_to_config(struct bpf_tc_hook *hook, in attach_point_to_config()
472 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify()
496 static int tc_qdisc_create_excl(struct bpf_tc_hook *hook) in tc_qdisc_create_excl()
501 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in tc_qdisc_delete()
506 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create()
522 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy()
607 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach()
680 static int __bpf_tc_detach(const struct bpf_tc_hook *hook, in __bpf_tc_detach()
741 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach()
753 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query()
/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/webrtc/third_party/abseil-cpp/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/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/openscreen/third_party/abseil/src/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/libtextclassifier/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_t)>& hook, in ParseInt32Flag()
65 const std::function<bool(int64_t)>& hook, in ParseInt64Flag()
86 const std::function<bool(bool)>& hook, in ParseBoolFlag()
113 const std::function<bool(float)>& hook, in ParseFloatFlag()
/external/autotest/server/
Dsubcommand.py144 def register_fork_hook(cls, hook): argument
151 def register_join_hook(cls, hook): argument
/external/clang/test/Sema/
Dassign-null.c7 hookfunc hook; variable
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/instrumentor/
DHookMethodVisitor.kt54 private val hooks = hooks.associateBy { hook -> in hook() method
120 val hook = findMatchingHook(hookType, owner, methodName, methodDescriptor) in handleMethodInsn() constant
/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/tensorflow/tensorflow/lite/tools/
Dcommand_line_flags.cc74 const std::function<void(const T&, int)>& hook) { in ParseFlag()
87 const std::function<void(const bool&, int)>& hook) { in ParseFlag()
99 const std::function<void(const std::string&, int)>& hook) { in ParseFlag()
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_path_hook.py14 def hook(self, entry): member in PathHookTests
/external/iproute2/tc/
Dm_xt.c161 __u32 hook = 0, index = 0; local
345 __u32 hook; 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/libnl/lib/netfilter/
Dnetfilter.c45 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/oss-fuzz/projects/apache-httpd/
Dfuzz_preq.c39 apr_status_t hookfunc(apreq_hook_t *hook, apreq_param_t *param, in hookfunc()

12345