Home
last modified time | relevance | path

Searched refs:Persistent (Results 1 – 25 of 34) sorted by relevance

12

/external/pigweed/pw_persistent_ram/
Dpersistent_test.cc32 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 …]
Ddocs.rst24 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 …]
DBUILD.gn71 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/
Dpersistent.h53 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/
Dglobals_expected.txt48 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.
Dglobals.in93 ": Set Persistent: ERROR: " + e.toString());
/external/pigweed/pw_persistent_ram/size_report/
Dpersistent.cc23 pw::persistent_ram::Persistent<uint32_t> persistent; in main()
/external/e2fsprogs/scrub/
De2scrub_all.timer.in8 Persistent=true key
/external/rust/crates/uuid/
D.gitignore27 # Persistent undo
/external/llvm-project/clang/lib/AST/
DExternalASTMerger.cpp164 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/
Dcost_graph.proto50 // Persistent memory used by this node.
/external/avb/
DREADME.md26 + [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/
DIndexing.cpp554 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/
DIndexing.cpp585 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/
DREADME.md138 ### AFL Persistent Mode
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h754 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp80 static cl::opt<bool> Persistent( variable
378 if (!Persistent) in evaluateBreakpoints()
/external/clang/include/clang/Frontend/
DASTUnit.h785 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
/external/pigweed/pw_boot_armv7m/
Ddocs.rst79 - Persistent memory that survives warm reboots.
/external/python/cpython3/Doc/library/
Dshelve.rst78 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
/external/python/cpython2/Doc/library/
Dshelve.rst80 `Persistent dictionary recipe <https://code.activestate.com/recipes/576642/>`_
/external/nanohttpd/src/site/markdown/
Dindex.md118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served …
/external/nanohttpd/
DREADME.md118 * Persistent connections (Connection "keep-alive") support allowing multiple requests to be served …
/external/kotlinc/license/
DREADME.md24 …- Origin: Derived from PCollections, A Persistent Java Collections Library (https://pcollections.o…
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1517 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument
1626 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()

12