Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 25 of 88) sorted by relevance

1234

/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestSSLEnginePair.java56 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create()
60 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create()
64 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create()
70 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect()
79 Hooks hooks, in connect()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DTestSSLEnginePair.java58 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create()
62 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create()
66 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create()
72 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect()
81 Hooks hooks, in connect()
/external/pytorch/c10/test/util/
DDeadlockDetection_test.cpp18 DummyPythonGILHooks hooks; in TEST() local
27 DummyPythonGILHooks hooks; in TEST() local
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/
DHooks.kt28 val hooks: List<Hook>, in <lambda>() constant in com.code_intelligence.jazzer.instrumentor.Hooks
69 val hooks = hooksWithHookClasses.map { it.first } in <lambda>() constant
97 val hooks = mutableListOf<Hook>() in <lambda>() constant
DClassInstrumentor.kt43 fun hooks(hooks: Iterable<Hook>, classWithHooksEnabledField: String?) { in hooks() method
/external/freetype/src/svg/
Dftsvg.c77 SVG_RendererHooks hooks = svg_renderer->hooks; in ft_svg_preset_slot() local
113 SVG_RendererHooks hooks = svg_renderer->hooks; in ft_svg_render() local
172 SVG_RendererHooks* hooks; in ft_svg_property_set() local
219 SVG_RendererHooks* hooks = (SVG_RendererHooks*)value; in ft_svg_property_get() local
Dsvgtypes.h32 SVG_RendererHooks hooks; /* this holds hooks for SVG rendering */ member
/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
DHookValidationTest.kt25 … val hooks = Hooks.loadHooks(emptyList(), setOf(ValidHookMocks::class.java.name)).first().hooks in testValidHooks() constant
DReplaceHooksPatchTest.kt39 val hooks = Hooks.loadHooks(emptyList(), setOf(ReplaceHooks::class.java.name)).first().hooks in getPatchedReplaceHooksTargetInstance() constant
DAfterHooksPatchTest.kt39 val hooks = Hooks.loadHooks(emptyList(), setOf(AfterHooks::class.java.name)).first().hooks in getPatchedAfterHooksTargetInstance() constant
DBeforeHooksPatchTest.kt39 val hooks = Hooks.loadHooks(emptyList(), setOf(BeforeHooks::class.java.name)).first().hooks in getPatchedBeforeHooksTargetInstance() constant
/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dschedule.rs15 hooks: TaskHarnessScheduleHooks, field
65 fn hooks(&self) -> TaskHarnessScheduleHooks { in hooks() method
/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dlist_test.cpp28 struct hooks struct
30 typedef list_base_hook<void_pointer<VoidPointer> > base_hook_type;
32 , void_pointer<VoidPointer>, tag<void> > auto_base_hook_type;
33 typedef list_member_hook<void_pointer<VoidPointer>, tag<void> > member_hook_type;
35 , void_pointer<VoidPointer> > auto_member_hook_type;
37 circular_list_algorithms > nonhook_node_member_type;
Dslist_test.cpp29 struct hooks struct
31 typedef slist_base_hook<void_pointer<VoidPointer> > base_hook_type;
33 , void_pointer<VoidPointer>, tag<void> > auto_base_hook_type;
34 typedef slist_member_hook<void_pointer<VoidPointer>, tag<void> > member_hook_type;
36 , void_pointer<VoidPointer> > auto_member_hook_type;
39 > nonhook_node_member_type;
/external/pytorch/torch/csrc/autograd/
Dsaved_variable.cpp235 std::unique_ptr<SavedVariableHooks>&& hooks, in set_hooks_and_pack_data()
251 std::unique_ptr<SavedVariableHooks>&& hooks) { in register_hooks()
/external/trusty/lk/lib/io/include/lib/
Dio.h59 const io_handle_hooks_t *hooks; member
75 static inline void io_handle_init(io_handle_t *io, io_handle_hooks_t *hooks) in io_handle_init()
/external/pytorch/aten/src/ATen/detail/
DIPUHooksInterface.cpp9 static std::unique_ptr<IPUHooksInterface> hooks; in getIPUHooks() local
/external/tensorflow/tensorflow/python/distribute/
Destimator_training.py291 def estimator_train(estimator, train_distributed_fn, hooks): argument
340 def estimator_evaluate(estimator, evaluate_distributed_fn, hooks): argument
/external/pytorch/c10/util/
DDeadlockDetection.cpp22 void SetPythonGILHooks(PythonGILHooks* hooks) { in SetPythonGILHooks()
/external/pytorch/aten/src/ATen/core/
DVariableHooksInterface.cpp6 VariableHooksInterface* hooks = nullptr; variable
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py319 hooks=None, argument
433 hooks=None, argument
724 hooks, argument
896 def __init__(self, session_creator, hooks, stop_grace_period_secs): argument
1048 hooks=None, argument
1124 hooks=None, argument
1431 def __init__(self, sess, hooks): argument
/external/trace-cmd/lib/trace-cmd/
Dtrace-hooks.c157 void tracecmd_free_hooks(struct hook_list *hooks) in tracecmd_free_hooks()
/external/pytorch/torch/utils/
D__init__.py13 hooks as hooks, unknown
/external/pytorch/aten/src/ATen/
DSavedTensorHooks.cpp69 std::pair<SafePyObject, SafePyObject> hooks = std::move(tls.stack.top()); in pop_hooks() local
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dmod.rs23 fn hooks(&self) -> TaskHarnessScheduleHooks { in hooks() method

1234