Home
last modified time | relevance | path

Searched refs:persisted (Results 1 – 25 of 55) sorted by relevance

123

/external/cronet/net/http/
Dtransport_security_persister_unittest.cc162 std::string persisted; in TEST_F() local
164 base::ReadFileToString(transport_security_file_path_, &persisted)); in TEST_F()
165 EXPECT_EQ(persisted, serialized); in TEST_F()
166 persister_->LoadEntries(persisted); in TEST_F()
268 std::string persisted; in TEST_F() local
270 base::ReadFileToString(transport_security_file_path_, &persisted)); in TEST_F()
272 ASSERT_NE(std::string::npos, persisted.find(kHost)); in TEST_F()
274 EXPECT_EQ(std::string::npos, persisted.find("expect_ct")); in TEST_F()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DSettings.java81 private int persisted; field in Settings
87 set = persistValue = persisted = 0; in clear()
104 persisted |= bit; in set()
106 persisted &= ~bit; in set()
228 return (persisted & bit) != 0; in isPersisted()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSettings.java79 private int persisted; field in Settings
85 set = persistValue = persisted = 0; in clear()
102 persisted |= bit; in set()
104 persisted &= ~bit; in set()
226 return (persisted & bit) != 0; in isPersisted()
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DSettings.java82 private int persisted; field in Settings
88 set = persistValue = persisted = 0; in clear()
105 persisted |= bit; in set()
107 persisted &= ~bit; in set()
229 return (persisted & bit) != 0; in isPersisted()
/external/downloader/src/main/proto/
Ddownload_metadata.proto23 // Message encoding download metadata. May be persisted by implementations of
30 // treat it as a token to be persisted and returned unaltered. This tag
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_ops_by_policy.cc85 ValueConstraint persisted = emplaced.first->getSecond(); in Insert() local
88 if (emplaced.second) return {persisted, true}; in Insert()
91 auto merged = Merge(constraint, persisted); in Insert()
92 return {constraints_[value] = merged, merged != persisted}; in Insert()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/
DSTM32L4A6RG_FLASH.ld97 *(.nvfile) /* .nvfile persisted NV storage for the TPM */
98 *(.nvfile*) /* .nvfile* persisted NV storage for the TPM */
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/
DSTM32L476RG_FLASH.ld98 *(.nvfile) /* .nvfile persisted NV storage for the TPM */
99 *(.nvfile*) /* .nvfile* persisted NV storage for the TPM */
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.proto32 // Used to uniqely identify this entry in its persisted representation.
/external/cronet/base/hash/
DREADME.md16 … | `uint32_t` | yes | Fairly weak but widely used for persisted hashes.
/external/cronet/net/network_error_logging/
DREADME.md30 Received NEL policies are persisted to disk by a `PersistentNelStore`, whose
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dcsds.proto50 // it is the persisted version in the management server.
/external/pigweed/pw_build/
Dupdate_bundle.gni24 # persist: Optional boolean; if true, the raw tuf repo will be persisted to
/external/pigweed/pw_persistent_ram/
Ddocs.rst44 the different persisted objects. This then could be checked to fit in the
115 state initially or a valid persisted value from a previous session.
/external/angle/build/
DOWNERS.setnoparent54 # Notification channels appear in system UI and are persisted forever by
/external/cronet/build/
DOWNERS.setnoparent54 # Notification channels appear in system UI and are persisted forever by
/external/cronet/build/toolchain/win/
Dmidl.gni25 # Directory where generated files were previously persisted.
/external/angle/build/toolchain/win/
Dmidl.gni25 # Directory where generated files were previously persisted.
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Ddnn.proto131 // Since this message is persisted in files, we need to be able to distinguish
/external/catch2/docs/
Ddeprecations.md50 Because a significant bug in this use case has persisted for 2+ years
/external/armnn/docs/
DFAQ.md25 … options. That is, setting a value once on a cmake command line will be persisted until either you…
/external/cronet/third_party/metrics_proto/
Dchrome_user_metrics_extension.proto125 // - logs recovered from a previous run of Chrome ("persisted UMA"), such as
/external/rust/crates/log/
DCHANGELOG.md186 "in flight" log events have been persisted. This can be used, for example, just before an
/external/cronet/net/cookies/
DREADME.md129 The cookie may also be persisted to disk by a
132 should also be persisted (e.g. if the browser is set to restore the previous
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto108 // service. Contexts are not persisted through server restarts.

123