Searched refs:persistence (Results 1 – 25 of 34) sorted by relevance
12
/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 | 726 psa_key_persistence_t persistence = persistence_arg; 736 TEST_EQUAL( PSA_KEY_LIFETIME_GET_PERSISTENCE( lifetime ), persistence );
|
/third_party/PyYAML/ |
D | announcement.msg | 65 files to object serialization and persistence. 78 ... keywords: [YAML, serialization, configuration, persistence, pickle] 80 {'keywords': ['YAML', 'serialization', 'configuration', 'persistence', 88 keywords: [YAML, serialization, configuration, persistence, pickle]
|
/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 | 2168 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument 2169 ((location) << 8 | (persistence))
|
/third_party/libxml2/os400/ |
D | README400 | 101 to ensure its persistence and return its address. It is the caller's
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 816 …persistence level with which the platform is attempting to register the key. The driver entry poin… 868 … persistence called `PSA_KEY_LIFETIME_`*prefix*. Therefore, to declare an opaque key in the locati… 880 Generally speaking, to declare a key with a specified persistence: 884 persistence));
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 7827 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(12,14): error TS7014: Fu… 7828 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(13,14): error TS7014: Fu… 7829 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(67,40): error TS2339: Pr… 7830 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(315,20): error TS2362: T… 7831 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(329,40): error TS2339: P… 7832 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(355,41): error TS2339: P… 7833 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(363,44): error TS2339: P… 7834 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(372,77): error TS2339: P… 7835 node_modules/chrome-devtools-frontend/front_end/persistence/Automapping.js(376,62): error TS2339: P… 7836 node_modules/chrome-devtools-frontend/front_end/persistence/DefaultMapping.js(12,14): error TS7014:… [all …]
|
/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/egl-registry/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/node/doc/api/ |
D | http.md | 57 An `Agent` is responsible for managing connection persistence
|
/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
|
D | devsandqueues.adoc | 559 persistence of this value for uses other than identifying compatible devices
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 1062 - ImFontConfig: Clarified persistence requirement of GlyphRanges array. (#651)
|
12