Searched refs:unloaded (Results 1 – 25 of 52) sorted by relevance
123
/third_party/rust/crates/libloading/ |
D | README.mkd | 3 … this library is the prevention of dangling `Symbol`s that may occur after a `Library` is unloaded.
|
/third_party/openssl/crypto/property/ |
D | README.md | 10 unloaded relatively infrequently, if at all. 53 the chosen algorithm. When a provider is loaded or unloaded, this cache
|
/third_party/openssl/doc/man3/ |
D | CONF_modules_free.pod | 33 B<all> is B<1> all modules, including built-in modules will be unloaded.
|
D | RSA_set_method.pod | 154 at any time if the ENGINE is unloaded (in fact it could be unloaded as a
|
D | CRYPTO_THREAD_run_once.pod | 176 no longer in use and is unloaded.
|
D | CRYPTO_get_ex_new_index.pod | 90 If a dynamic library can be unloaded, it should call CRYPTO_free_ex_index()
|
/third_party/selinux/secilc/ |
D | README | 66 sensitivities/categories/levels may create an unloaded binary
|
/third_party/cef/patch/patches/ |
D | extensions_1947.patch | 81 // Listen for when an extension is unloaded from the same profile, as it may 113 + // Listen for when an extension is unloaded from the same profile, as it may
|
/third_party/icu/icu4c/source/tools/icuinfo/ |
D | icuplugins_windows_sample.txt | 58 ## Note, it cannot be unloaded.
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/icuinfo/ |
D | icuplugins_windows_sample.txt | 58 ## Note, it cannot be unloaded.
|
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/ |
D | icuplugins_windows_sample.txt | 58 ## Note, it cannot be unloaded.
|
/third_party/vulkan-loader/tests/ |
D | README.md | 39 …nd unloads them in `vkDestroyInstance`. If these dynamic libraries aren't unloaded, they leak state
|
/third_party/python/Modules/_ctypes/darwin/ |
D | README | 9 when trying to close it (dynamic libraries cannot currently be unloaded).
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/ |
D | README | 28 unloaded if it is still in use by the system or a program.
|
/third_party/openssl/doc/man7/ |
D | OSSL_PROVIDER-default.pod | 21 explicitly unloaded then the default provider will not be automatically
|
D | provider-base.pod | 337 I<remove_cb> is a callback that will be called when a new provider is unloaded 339 the provider being unloaded and this provider's data in I<cbdata>. It should 365 I<deactivate> is nonzero then the provider is also unloaded if it is not
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 900 static bool unloaded = false; in unload_module_by_name_callback() local 909 if (unloaded == false) in unload_module_by_name_callback() 918 unloaded = true; in unload_module_by_name_callback()
|
/third_party/gn/src/gn/ |
D | functions_target.cc | 629 be) loaded and unloaded at runtime. in RunGroup()
|
/third_party/icu/docs/userguide/packaging/ |
D | plug-ins.md | 51 uninstall themselves before they are removed from memory and unloaded.
|
/third_party/pulseaudio/src/pulsecore/ |
D | cli-command.c | 453 bool unloaded = false; in pa_cli_command_unload() local 476 unloaded = true; in pa_cli_command_unload() 480 if (unloaded == false) { in pa_cli_command_unload()
|
/third_party/rust/crates/clang-sys/ |
D | CHANGELOG.md | 100 - Improved panic error message when calling an unloaded function
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/android/ |
D | android_device_test.dart | 600 [wlan.driver.status]: [unloaded]
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_provider_new.pod | 159 function is called), and the associated module will be unloaded if one
|
/third_party/icu/docs/userguide/usefrom/ |
D | cobol.md | 295 When no more APIs from a DLL are needed, the DLL should be unloaded in order to
|
/third_party/openssl/crypto/engine/ |
D | README.md | 140 a change is made to the pile, eg. perhaps an ENGINE was unloaded. The reason is
|
123