Home
last modified time | relevance | path

Searched refs:init_function (Results 1 – 9 of 9) sorted by relevance

/third_party/vixl/tools/
Dthread_pool.py42 def Multithread(function, list_of_args, num_threads=1, init_function=None): argument
44 if init_function:
45 if not init_function():
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dgen_mtl_format_table.py277 init_function=angle_format_utils.get_internal_format_initializer(
300 init_function=angle_format_utils.get_internal_format_initializer(
312 init_function=angle_format_utils.get_internal_format_initializer(
329 init_function=angle_format_utils.get_internal_format_initializer(
349 init_function=angle_format_utils.get_internal_format_initializer(
/third_party/node/deps/openssl/openssl/crypto/
Dprovider_core.c120 OSSL_provider_init_fn *init_function,
157 OSSL_provider_init_fn *init_function; member
454 OSSL_provider_init_fn *init_function, in provider_new() argument
482 prov->init_function = init_function; in provider_new()
531 OSSL_provider_init_fn *init_function, in ossl_provider_new() argument
542 if (init_function == NULL) { in ossl_provider_new()
566 template.init = init_function; in ossl_provider_new()
850 if (prov->init_function == NULL) { in provider_init()
917 prov->init_function = (OSSL_provider_init_fn *) in provider_init()
923 if (prov->init_function == NULL) { in provider_init()
[all …]
/third_party/openssl/crypto/
Dprovider_core.c120 OSSL_provider_init_fn *init_function,
157 OSSL_provider_init_fn *init_function; member
454 OSSL_provider_init_fn *init_function, in provider_new() argument
482 prov->init_function = init_function; in provider_new()
531 OSSL_provider_init_fn *init_function, in ossl_provider_new() argument
542 if (init_function == NULL) { in ossl_provider_new()
566 template.init = init_function; in ossl_provider_new()
850 if (prov->init_function == NULL) { in provider_init()
917 prov->init_function = (OSSL_provider_init_fn *) in provider_init()
923 if (prov->init_function == NULL) { in provider_init()
[all …]
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc86 v8::Local<v8::Function> AsyncHooksWrap::init_function() const { in init_function() function in v8::AsyncHooksWrap
258 if (!wrap.init_function().IsEmpty()) { in PromiseHookDispatch()
264 USE(wrap.init_function()->Call(context, rcv, 4, initArgs)); in PromiseHookDispatch()
Dasync-hooks-wrapper.h37 inline v8::Local<v8::Function> init_function() const;
/third_party/node/deps/openssl/openssl/include/internal/
Dprovider.h34 OSSL_provider_init_fn *init_function,
/third_party/openssl/include/internal/
Dprovider.h34 OSSL_provider_init_fn *init_function,
/third_party/openssl/doc/internal/man3/
Dossl_provider_new.pod32 ossl_provider_init_fn *init_function
144 If I<init_function> is NULL, the provider is assumed to be a
147 If I<init_function> isn't NULL, the provider is assumed to be built
148 in, with I<init_function> being the pointer to its initialisation