/third_party/skia/third_party/externals/spirv-tools/utils/vscode/ |
D | extension.js | 64 function deactivate() { function 66 exports.deactivate = deactivate;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
D | extension.js | 64 function deactivate() { function 66 exports.deactivate = deactivate;
|
/third_party/spirv-tools/utils/vscode/ |
D | extension.js | 64 function deactivate() { function 66 exports.deactivate = deactivate;
|
/third_party/gstreamer/gstplugins_good/ext/jack/ |
D | gstjackaudioclient.c | 87 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/ |
D | activate.csh | 6 alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_V… 9 deactivate nondestructive
|
D | activate.fish | 4 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/ |
D | Activate.ps1 | 73 function global:deactivate ([switch]$NonDestructive) { in global:deactivate() function 111 Remove-Item -Path function:deactivate in global:deactivate() 216 deactivate -nondestructive
|
D | activate | 4 deactivate () { 34 unset -f deactivate 39 deactivate nondestructive
|
/third_party/openssl/crypto/ |
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()
|
/third_party/node/deps/openssl/openssl/crypto/ |
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()
|
/third_party/node/deps/undici/src/types/ |
D | mock-agent.d.ts | 24 deactivate(): void;
|
/third_party/openssl/test/recipes/95-test_external_pyca_data/ |
D | cryptography.sh | 65 deactivate
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicInputMethod.java | 75 public void deactivate(boolean isTemporary) { in deactivate() method in IndicInputMethod
|
/third_party/protobuf/kokoro/docs/ |
D | publish-python.sh | 31 deactivate
|
/third_party/protobuf/python/ |
D | release.sh | 27 deactivate
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | provider.h | 49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
|
/third_party/openssl/include/internal/ |
D | provider.h | 49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
|
/third_party/node/deps/undici/src/docs/api/ |
D | MockAgent.md | 334 ### `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/ |
D | ladspa.h | 549 void (*deactivate)(LADSPA_Handle Instance); member
|
/third_party/pulseaudio/src/modules/ |
D | ladspa.h | 548 void (*deactivate)(LADSPA_Handle Instance); member
|
/third_party/cef/include/capi/views/ |
D | cef_window_capi.h | 102 void(CEF_CALLBACK* deactivate)(struct _cef_window_t* self);
|
/third_party/node/deps/undici/src/lib/mock/ |
D | mock-agent.js | 73 deactivate () { method in MockAgent
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | building.md | 19 In addition there are several options to activate or deactivate
|
/third_party/iptables/ |
D | iptables-config | 51 # Set to 0 to deactivate the wait.
|
/third_party/python/Doc/using/ |
D | venv-create.inc | 140 You can deactivate a virtual environment by typing "deactivate" in your shell.
|