Home
last modified time | relevance | path

Searched refs:deactivate (Results 1 – 25 of 71) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/
Dextension.js64 function deactivate() { function
66 exports.deactivate = deactivate;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/
Dextension.js64 function deactivate() { function
66 exports.deactivate = deactivate;
/third_party/spirv-tools/utils/vscode/
Dextension.js64 function deactivate() { function
66 exports.deactivate = deactivate;
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackaudioclient.c87 gboolean deactivate; member
158 if ((client->active || client->deactivate) && client->process) { in jack_process_cb()
160 if (client->deactivate) { in jack_process_cb()
161 client->deactivate = FALSE; in jack_process_cb()
170 if ((client->active || client->deactivate) && client->process) { in jack_process_cb()
172 if (client->deactivate) { in jack_process_cb()
173 client->deactivate = FALSE; in jack_process_cb()
522 client->active = client->deactivate = FALSE; in gst_jack_audio_client_new()
608 client->deactivate = TRUE; in gst_jack_audio_client_set_active()
611 while (client->deactivate && !client->server_down) in gst_jack_audio_client_set_active()
/third_party/python/Lib/venv/scripts/posix/
Dactivate.csh6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_V…
9 deactivate nondestructive
Dactivate.fish4 function deactivate -d "Exit virtual environment and return to normal shell environment"
26 functions -e deactivate
31 deactivate nondestructive
/third_party/python/Lib/venv/scripts/common/
DActivate.ps173 function global:deactivate ([switch]$NonDestructive) { in global:deactivate() function
111 Remove-Item -Path function:deactivate in global:deactivate()
216 deactivate -nondestructive
Dactivate4 deactivate () {
34 unset -f deactivate
39 deactivate nondestructive
/third_party/openssl/crypto/
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()
/third_party/node/deps/openssl/openssl/crypto/
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()
/third_party/node/deps/undici/src/types/
Dmock-agent.d.ts24 deactivate(): void;
/third_party/openssl/test/recipes/95-test_external_pyca_data/
Dcryptography.sh65 deactivate
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethod.java75 public void deactivate(boolean isTemporary) { in deactivate() method in IndicInputMethod
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh31 deactivate
/third_party/protobuf/python/
Drelease.sh27 deactivate
/third_party/node/deps/openssl/openssl/include/internal/
Dprovider.h49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
/third_party/openssl/include/internal/
Dprovider.h49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
/third_party/node/deps/undici/src/docs/api/
DMockAgent.md334 ### `MockAgent.deactivate()`
348 mockAgent.deactivate()
353 …y activated. Therefore, this method is only effective after `MockAgent.deactivate` has been called.
365 mockAgent.deactivate()
/third_party/alsa-lib/src/pcm/
Dladspa.h549 void (*deactivate)(LADSPA_Handle Instance); member
/third_party/pulseaudio/src/modules/
Dladspa.h548 void (*deactivate)(LADSPA_Handle Instance); member
/third_party/cef/include/capi/views/
Dcef_window_capi.h102 void(CEF_CALLBACK* deactivate)(struct _cef_window_t* self);
/third_party/node/deps/undici/src/lib/mock/
Dmock-agent.js73 deactivate () { method in MockAgent
/third_party/gstreamer/gstreamer/docs/gst/
Dbuilding.md19 In addition there are several options to activate or deactivate
/third_party/iptables/
Diptables-config51 # Set to 0 to deactivate the wait.
/third_party/python/Doc/using/
Dvenv-create.inc140 You can deactivate a virtual environment by typing "deactivate" in your shell.

123