Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLEnginePair.java50 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create()
54 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create()
58 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create()
64 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect()
76 Hooks hooks, in connect()
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
H A 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()
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
H A 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()
/aosp_15_r20/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;
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/instrumentor/
H A 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
H A DClassInstrumentor.kt43 fun hooks(hooks: Iterable<Hook>, classWithHooksEnabledField: String?) { in hooks() method
/aosp_15_r20/external/freetype/src/svg/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A 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
/aosp_15_r20/external/iperf3/src/
H A Dcjson.c195 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
216 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()
248 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item()
300 internal_hooks hooks; member
442 internal_hooks hooks; member
1192 …signed char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) in print()
1932 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference()
2017 …nst object, const char * const string, cJSON * const item, const internal_hooks * const hooks, con… in add_item_to_object()
/aosp_15_r20/external/pytorch/c10/test/util/
H A DDeadlockDetection_test.cpp18 DummyPythonGILHooks hooks; in TEST() local
27 DummyPythonGILHooks hooks; in TEST() local
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/
H A DHookValidationTest.kt25 … val hooks = Hooks.loadHooks(emptyList(), setOf(ValidHookMocks::class.java.name)).first().hooks in testValidHooks() constant
H A DBeforeHooksPatchTest.kt39 val hooks = Hooks.loadHooks(emptyList(), setOf(BeforeHooks::class.java.name)).first().hooks in getPatchedBeforeHooksTargetInstance() constant
H A DReplaceHooksPatchTest.kt39 val hooks = Hooks.loadHooks(emptyList(), setOf(ReplaceHooks::class.java.name)).first().hooks in getPatchedReplaceHooksTargetInstance() constant
H A DAfterHooksPatchTest.kt39 val hooks = Hooks.loadHooks(emptyList(), setOf(AfterHooks::class.java.name)).first().hooks in getPatchedAfterHooksTargetInstance() constant
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dschedule.rs15 hooks: TaskHarnessScheduleHooks, field
65 fn hooks(&self) -> TaskHarnessScheduleHooks { in hooks() method
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dsaved_variable.cpp235 std::unique_ptr<SavedVariableHooks>&& hooks, in set_hooks_and_pack_data()
251 std::unique_ptr<SavedVariableHooks>&& hooks) { in register_hooks()
/aosp_15_r20/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py268 hooks=None, argument
362 hooks=None, argument
631 def prepare_hooks(self, hooks): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py268 hooks=None, argument
362 hooks=None, argument
631 def prepare_hooks(self, hooks): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py268 hooks=None, argument
362 hooks=None, argument
631 def prepare_hooks(self, hooks): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dmodels.py268 hooks=None, argument
362 hooks=None, argument
631 def prepare_hooks(self, hooks): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Destimator_training.py291 def estimator_train(estimator, train_distributed_fn, hooks): argument
340 def estimator_evaluate(estimator, evaluate_distributed_fn, hooks): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dihooks.py216 def __init__(self, hooks = None, verbose = VERBOSE): argument
229 def set_hooks(self, hooks): argument
359 def set_hooks(self, hooks): argument
/aosp_15_r20/tools/repohooks/
H A Dpre-upload.py98 def commit_start(self, hooks, commit, commit_summary): argument
422 def run_hooks(hooks): argument

12345678910>>...13