/external/pigweed/pw_persistent_ram/ |
D | persistent_test.cc | 32 std::aligned_storage_t<sizeof(Persistent<uint32_t>), 33 alignof(Persistent<uint32_t>)> 43 auto& persistent = *(new (&buffer_) Persistent<uint32_t>()); in TEST_F() 50 persistent.~Persistent(); // Emulate shutdown / global destructors. in TEST_F() 54 auto& persistent = *(new (&buffer_) Persistent<uint32_t>()); in TEST_F() 62 auto& persistent = *(new (&buffer_) Persistent<uint32_t>()); in TEST_F() 67 persistent.~Persistent(); // Emulate shutdown / global destructors. in TEST_F() 71 auto& persistent = *(new (&buffer_) Persistent<uint32_t>()); in TEST_F() 77 auto& persistent = *(new (&buffer_) Persistent<uint32_t>()); in TEST_F() 105 std::aligned_storage_t<sizeof(Persistent<Coordinate>), [all …]
|
D | docs.rst | 24 Persistent RAM Placement 26 Persistent RAM is typically provided through specially carved out linker script 39 using pw::persistent_ram::Persistent; 41 PW_KEEP_IN_SECTION(".noinit") Persistent<bool> persistent_bool; 58 Persistent<bool> persistent_bool; 70 Persistent RAM Lifecycle Management 77 The preferred way to clear Persistent RAM is to simply zero entire persistent 107 pw::persistent_ram::Persistent<T> 109 The Persistent is a simple container for holding its templated value ``T`` with 110 CRC16 integrity checking. Note that a Persistent will be lost if a write/set [all …]
|
D | BUILD.gn | 71 title = "pw::persistent_ram::Persistent" 81 label = "Persistent including pw_checksum's CRC16" 86 label = "Persistent without pw_checksum's CRC16"
|
/external/pigweed/pw_persistent_ram/public/pw_persistent_ram/ |
D | persistent.h | 53 class Persistent { 67 explicit constexpr Mutator(Persistent<T>& persistent) in Mutator() 83 Persistent<T>& persistent_; 87 constexpr Persistent() {} in Persistent() function 89 Persistent(const Persistent&) = delete; // Copy constructor is disabled. 90 Persistent(Persistent&&) = delete; // Move constructor is disabled. 91 ~Persistent() {} // The destructor does nothing. in ~Persistent() 103 Persistent& operator=(U&& value) {
|
/external/pdfium/testing/resources/javascript/ |
D | globals_expected.txt | 48 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 72 Alert: For true_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 73 Alert: For false_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 74 Alert: For zero_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 75 Alert: For number_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 76 Alert: For string_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 77 Alert: For object_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 78 Alert: For null_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 79 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 92 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
|
D | globals.in | 93 ": Set Persistent: ERROR: " + e.toString());
|
/external/pigweed/pw_persistent_ram/size_report/ |
D | persistent.cc | 23 pw::persistent_ram::Persistent<uint32_t> persistent; in main()
|
/external/e2fsprogs/scrub/ |
D | e2scrub_all.timer.in | 8 Persistent=true key
|
/external/rust/crates/uuid/ |
D | .gitignore | 27 # Persistent undo
|
/external/llvm-project/clang/lib/AST/ |
D | ExternalASTMerger.cpp | 164 Decl *Persistent = SourceMerger->FindOriginalDecl(FromD); in ImportImpl() local 166 if (!Persistent) in ImportImpl() 170 ASTContext &PersistentCtx = Persistent->getASTContext(); in ImportImpl() 175 auto DeclOrErr = OtherImporter.Import(Persistent); in ImportImpl()
|
/external/tensorflow/tensorflow/core/framework/ |
D | cost_graph.proto | 50 // Persistent memory used by this node.
|
/external/avb/ |
D | README.md | 26 + [Named Persistent Values](#Named-Persistent-Values) 27 + [Persistent Digests](#Persistent-Digests) 817 ## Named Persistent Values 825 ## Persistent Digests 1123 * Tamper-evident [named persistent values](#Named-Persistent-Values). 1124 * [Persistent digests](#Persistent-Digests) for hash or hashtree descriptors.
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 554 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local 587 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 585 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local 618 IndexAction.get(), UPtr, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | README.md | 138 ### AFL Persistent Mode
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 754 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
|
/external/llvm-project/lldb/tools/lldb-test/ |
D | lldb-test.cpp | 80 static cl::opt<bool> Persistent( variable 378 if (!Persistent) in evaluateBreakpoints()
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 785 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
|
/external/pigweed/pw_boot_armv7m/ |
D | docs.rst | 79 - Persistent memory that survives warm reboots.
|
/external/python/cpython3/Doc/library/ |
D | shelve.rst | 78 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
|
/external/python/cpython2/Doc/library/ |
D | shelve.rst | 80 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
|
/external/nanohttpd/src/site/markdown/ |
D | index.md | 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served …
|
/external/nanohttpd/ |
D | README.md | 118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served …
|
/external/kotlinc/license/ |
D | README.md | 24 …- Origin: Derived from PCollections, A Persistent Java Collections Library (https://pcollections.o…
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1517 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument 1626 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()
|