Home
last modified time | relevance | path

Searched refs:deactivate (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_child.c313 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate) in ossl_provider_free_parent() argument
327 return gbl->c_prov_free(ossl_provider_get_parent(prov), deactivate); in ossl_provider_free_parent()
H A Dprovider_core.c515 static int provider_free_intern(OSSL_PROVIDER *prov, int deactivate) in provider_free_intern() argument
517 if (deactivate) in provider_free_intern()
662 * deactivate the one we just created and use the one that already in ossl_provider_add_to_store()
1770 * call. In theory this means that another thread could deactivate it in ossl_provider_register_child_cb()
2064 int deactivate) in core_provider_free_intern()
2066 return provider_free_intern((OSSL_PROVIDER *)prov, deactivate); in core_provider_free_intern()
2063 core_provider_free_intern(const OSSL_CORE_HANDLE *prov, int deactivate) core_provider_free_intern() argument
/third_party/openssl/crypto/
H A Dprovider_child.c313 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate) in ossl_provider_free_parent() argument
327 return gbl->c_prov_free(ossl_provider_get_parent(prov), deactivate); in ossl_provider_free_parent()
H A Dprovider_core.c515 static int provider_free_intern(OSSL_PROVIDER *prov, int deactivate) in provider_free_intern() argument
517 if (deactivate) in provider_free_intern()
662 * deactivate the one we just created and use the one that already in ossl_provider_add_to_store()
1768 * call. In theory this means that another thread could deactivate it in ossl_provider_register_child_cb()
2062 int deactivate) in core_provider_free_intern()
2064 return provider_free_intern((OSSL_PROVIDER *)prov, deactivate); in core_provider_free_intern()
2061 core_provider_free_intern(const OSSL_CORE_HANDLE *prov, int deactivate) core_provider_free_intern() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java75 public void deactivate(boolean isTemporary) { in deactivate() method in IndicInputMethod
/third_party/alsa-lib/src/pcm/
H A Dladspa.h453 activate() or deactivate() calls.
473 reinitialise a plugin instance by calling deactivate() and then
486 called again unless deactivate() is called first. Note that
498 before run() or run_adding(). If deactivate() is called for a
527 information should be retained when activate() or deactivate()
537 nothing for deactivate() to do then the plugin writer may provide
540 Hosts must deactivate all activated units after they have been
545 called before or after a call to deactivate().
549 void (*deactivate)(LADSPA_Handle Instance); member
556 corresponding call to deactivate() mus
[all...]
H A Dpcm_ladspa.c329 if (plugin->desc->deactivate) in snd_pcm_ladspa_free_instances()
330 plugin->desc->deactivate(instance->handle); in snd_pcm_ladspa_free_instances()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dprovider.h49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
/third_party/pulseaudio/src/modules/
H A Dladspa.h452 activate() or deactivate() calls.
472 reinitialise a plugin instance by calling deactivate() and then
485 called again unless deactivate() is called first. Note that
497 before run() or run_adding(). If deactivate() is called for a
526 information should be retained when activate() or deactivate()
536 nothing for deactivate() to do then the plugin writer may provide
539 Hosts must deactivate all activated units after they have been
544 called before or after a call to deactivate().
548 void (*deactivate)(LADSPA_Handle Instance); member
555 corresponding call to deactivate() mus
[all...]
H A Dmodule-ladspa-sink.c551 if (u->descriptor->deactivate) in sink_input_process_rewind_cb()
553 u->descriptor->deactivate(u->handle[c]); in sink_input_process_rewind_cb()
1442 if (u->descriptor->deactivate) in pa__done()
1443 u->descriptor->deactivate(u->handle[c]); in pa__done()
/third_party/openssl/include/internal/
H A Dprovider.h49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
/third_party/protobuf/python/
H A Drelease.sh27 deactivate
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c779 if (s->desc->deactivate) in uninit()
780 s->desc->deactivate(s->handles[i]); in uninit()
/third_party/backends/backend/
H A Dgt68xx_low.c400 if (dev->model->command_set->deactivate) in gt68xx_device_deactivate()
402 status = (*dev->model->command_set->deactivate) (dev); in gt68xx_device_deactivate()
406 "gt68xx_device_deactivate: command set-specific deactivate failed: %s\n", in gt68xx_device_deactivate()
408 /* proceed with deactivate anyway */ in gt68xx_device_deactivate()
H A Dgt68xx_low.h254 SANE_Status (*deactivate) (GT68xx_Device * dev); member
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java271 public void deactivate(boolean isTemporary) { in deactivate() method in TransliteratorInputMethod
273 dumpStatus(">>deactivate" + (isTemporary ? " (temporary)" : "")); in deactivate()
280 dumpStatus("<<deactivate" + (isTemporary ? " (temporary)" : "")); in deactivate()
/third_party/protobuf/
H A Dtests.sh118 deactivate
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h226 (const OSSL_CORE_HANDLE *prov, int deactivate))
/third_party/openssl/include/openssl/
H A Dcore_dispatch.h226 (const OSSL_CORE_HANDLE *prov, int deactivate))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py75 deactivate = d.deactivate_current_config = mock.Mock()
79 deactivate.assert_called_once()

Completed in 38 milliseconds