Searched refs:persistence (Results 1 – 25 of 34) sorted by relevance
12
/third_party/PyYAML/ |
D | announcement.msg | 50 files to object serialization and persistence. 63 ... keywords: [YAML, serialization, configuration, persistence, pickle] 65 {'keywords': ['YAML', 'serialization', 'configuration', 'persistence', 73 keywords: [YAML, serialization, configuration, persistence, pickle]
|
D | PKG-INFO | 45 configuration files to object serialization and persistence.
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 81 Persistent slot, check after closing, persistence=2 84 Persistent slot, check after closing and restarting, persistence=2 87 Persistent slot, check after destroying, persistence=2 90 Persistent slot, check after destroying and restarting, persistence=2 93 Persistent slot, check after purging, persistence=2 96 Persistent slot, check after purging and restarting, persistence=2 99 Persistent slot, check after restart with live handle, persistence=2
|
D | test_suite_psa_crypto_metadata.function | 724 psa_key_persistence_t persistence = persistence_arg; 734 TEST_EQUAL(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime), persistence);
|
/third_party/mbedtls/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 94 …persistence levels: have load-and-check tests for supported persistence levels. We may also want t…
|
/third_party/python/Doc/library/ |
D | marshal.rst | 21 This is not a general "persistence" module. For general persistence and
|
D | index.rst | 53 persistence.rst
|
D | shelve.rst | 1 :mod:`shelve` --- Python object persistence 5 :synopsis: Python object persistence.
|
D | http.rst | 22 * :mod:`http.cookiejar` provides persistence of cookies
|
D | pickle.rst | 13 single: persistence 168 Serialization is a more primitive notion than persistence; although 733 For the benefit of object persistence, the :mod:`pickle` module supports the
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_todata.pod | 31 EVP_PKEY_todata() if persistence is required.
|
/third_party/mbedtls/include/psa/ |
D | crypto_values.h | 2378 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument 2379 ((location) << 8 | (persistence))
|
/third_party/libcoap/ |
D | cmake_coap_config.h.in | 35 /* Define to 1 if the library is to have observe persistence. */
|
D | CMakeLists.txt | 361 message(STATUS "compiling with observe persistence support") 363 message(STATUS "compiling without observe persistence support")
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 989 …persistence level with which the platform is attempting to register the key. The driver entry poin… 1041 … persistence called `PSA_KEY_LIFETIME_`*prefix*. Therefore, to declare an opaque key in the locati… 1053 Generally speaking, to declare a key with a specified persistence: 1057 persistence));
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 38 "@azure/identity-cache-persistence" is blocked by "@azure/eslint-plugin-azure-sdk". 519 @azure/identity-cache-persistence
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_debug.txt | 529 - Clarify text regarding parameter attribute_list and its persistence.
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_debug.txt | 529 - Clarify text regarding parameter attribute_list and its persistence.
|
/third_party/skia/third_party/externals/microhttpd/src/datadir/ |
D | spdy-draft.txt | 906 persistence features of the SETTINGS frames, and servers MUST ignore 907 persistence related flags sent by a client. 930 flag set which are contained within this frame. Because persistence 957 sender to this recipient. Because persistence is only 965 Because persistence is only implemented on the client, this
|
/third_party/ltp/scripts/ |
D | spelling.txt | 1089 persistance||persistence
|
/third_party/python/Lib/idlelib/ |
D | NEWS2x.txt | 604 window location persistence.
|
/third_party/vk-gl-cts/doc/testspecs/VK/ |
D | apitests.adoc | 565 * Dynamic state object binding persistence over pipeline changes
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 235 …- settings/persistence: helpers to make TreeNodeBehavior persist (even during dev!) - may need to …
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | devsandqueues.txt | 515 persistence of this value for uses other than identifying compatible devices
|
/third_party/node/doc/api/ |
D | http.md | 60 An `Agent` is responsible for managing connection persistence
|
12