/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_child.c | 313 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 D | provider_core.c | 515 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 D | provider_child.c | 313 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 D | provider_core.c | 515 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 D | IndicInputMethod.java | 75 public void deactivate(boolean isTemporary) { in deactivate() method in IndicInputMethod
|
/third_party/alsa-lib/src/pcm/ |
H A D | ladspa.h | 453 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 D | pcm_ladspa.c | 329 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 D | provider.h | 49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
|
/third_party/pulseaudio/src/modules/ |
H A D | ladspa.h | 452 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 D | module-ladspa-sink.c | 551 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 D | provider.h | 49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
|
/third_party/protobuf/python/ |
H A D | release.sh | 27 deactivate
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_ladspa.c | 779 if (s->desc->deactivate) in uninit() 780 s->desc->deactivate(s->handles[i]); in uninit()
|
/third_party/backends/backend/ |
H A D | gt68xx_low.c | 400 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 D | gt68xx_low.h | 254 SANE_Status (*deactivate) (GT68xx_Device * dev); member
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
H A D | TransliteratorInputMethod.java | 271 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 D | tests.sh | 118 deactivate
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | core_dispatch.h | 226 (const OSSL_CORE_HANDLE *prov, int deactivate))
|
/third_party/openssl/include/openssl/ |
H A D | core_dispatch.h | 226 (const OSSL_CORE_HANDLE *prov, int deactivate))
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_configdialog.py | 75 deactivate = d.deactivate_current_config = mock.Mock() 79 deactivate.assert_called_once()
|