Home
last modified time | relevance | path

Searched defs:checkpoint (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/aosp_15_r20/trusty/user/app/storage/
Dcheckpoint.c36 struct checkpoint { struct
44 * checkpoint_get_new_block - Get a new, writable copy of the checkpoint block argument
119 const struct block_mac* checkpoint, in checkpoint_read()
Dsuper.c156 struct block_mac checkpoint; member
192 const struct block_mac* checkpoint, in update_super_block_internal()
310 const struct block_mac* checkpoint) { in update_super_block()
594 const struct block_mac* checkpoint, in fs_set_roots()
Dfs.h57 struct block_mac checkpoint; member
142 struct block_mac checkpoint; member
/aosp_15_r20/external/openscreen/cast/streaming/
H A Dcompound_rtcp_builder_unittest.cc59 const FrameId checkpoint = FrameId::first() + 42; in TEST_F() local
78 const FrameId checkpoint = FrameId::first() + 42; in TEST_F() local
136 FrameId checkpoint = FrameId::first(); in TEST_F() local
172 const FrameId checkpoint = FrameId::first() + 15; in TEST_F() local
221 const FrameId checkpoint = FrameId::first() + 22; in TEST_F() local
271 const FrameId checkpoint = FrameId::first(); in TEST_F() local
/aosp_15_r20/external/vixl/src/
H A Dpool-manager-impl.h162 T PoolManager<T>::UpdateCheckpointForObject(T checkpoint, in UpdateCheckpointForObject()
176 static inline bool CheckCurrentPC(T pc, T checkpoint) { in CheckCurrentPC()
183 static inline bool CheckFuturePC(T pc, T checkpoint) { in CheckFuturePC()
260 T checkpoint = MaxCheckpoint<T>(); in MustEmit() local
318 T checkpoint = MaxCheckpoint<T>(); in RecalculateCheckpoint() local
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/
Dposition.rs25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint() method
173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
294 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() method
323 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() method
412 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket_unittest.cc107 auto checkpoint = task_runner_.CreateCheckpoint("failure"); in TEST_F() local
132 auto checkpoint = task_runner_.CreateCheckpoint("cli_connected"); in TEST_F() local
281 auto checkpoint = task_runner_.CreateCheckpoint(std::to_string(i)); in TEST_F() local
551 auto checkpoint = task_runner_.CreateCheckpoint(std::to_string(i)); in TEST_F() local
775 auto checkpoint = task_runner_.CreateCheckpoint("change_seen_by_server"); in TEST_F() local
801 auto checkpoint = task_runner_.CreateCheckpoint("change_seen_by_client"); in TEST_F() local
1136 auto checkpoint = task_runner_.CreateCheckpoint("prod_connected"); in TEST_F() local
H A Dmetatrace_unittest.cc140 auto checkpoint = task_runner_.CreateCheckpoint(checkpoint_name); in TEST_F() local
229 auto checkpoint = task_runner_.CreateCheckpoint(checkpoint_name); in TEST_F() local
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.cc172 auto checkpoint = CreateCheckpoint("attach." + key); in AttachConsumer() local
222 auto checkpoint = CreateCheckpoint(checkpoint_name); in FlushAndWait() local
291 auto checkpoint = CreateCheckpoint(checkpoint_name); in SyncAndWaitProducer() local
301 auto checkpoint = CreateCheckpoint(checkpoint_name); in QueryServiceStateAndWait() local
H A Dandroid_test_utils.cc92 const auto checkpoint = task_runner->CreateCheckpoint(checkpoint_name); in WaitForProcess() local
120 auto checkpoint = task_runner->CreateCheckpoint(checkpoint_name); in StopApp() local
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc1129 Checkpoint checkpoint; in TEST_F() local
1176 Checkpoint checkpoint; in TEST_F() local
1436 Checkpoint checkpoint; in TEST_F() local
1718 Checkpoint checkpoint; in TEST_F() local
1752 Checkpoint checkpoint; in TEST_F() local
1775 Checkpoint checkpoint; in TEST_F() local
1864 Checkpoint checkpoint; in TEST_F() local
1955 Checkpoint checkpoint; in TEST_F() local
2159 Checkpoint checkpoint; in TEST_F() local
2780 Checkpoint checkpoint; in TEST_F() local
H A Dwebsocket_deflate_stream_test.cc403 base::MockCallback<base::OnceClosure> checkpoint; in TEST_F() local
434 base::MockCallback<base::OnceClosure> checkpoint; in TEST_F() local
483 base::MockCallback<base::OnceClosure> checkpoint; in TEST_F() local
521 base::MockCallback<base::OnceClosure> checkpoint; in TEST_F() local
1061 base::MockCallback<base::OnceClosure> checkpoint; in TEST_F() local
/aosp_15_r20/external/libcxx/test/support/
H A Drapid-cxx-test.hpp539 struct checkpoint struct
541 const char *file;
542 const char *func;
543 std::size_t line;
/aosp_15_r20/external/perfetto/src/base/test/
H A Dtest_task_runner.cc53 void TestTaskRunner::RunUntilCheckpoint(const std::string& checkpoint, in RunUntilCheckpoint()
77 const std::string& checkpoint) { in CreateCheckpoint()
/aosp_15_r20/external/federated-compute/fcp/aggregation/tensorflow/
H A Dtensorflow_checkpoint_builder_factory_test.cc57 absl::StatusOr<absl::Cord> checkpoint = builder->Build(); in TEST() local
106 absl::StatusOr<absl::Cord> checkpoint = builder->Build(); in TEST() local
/aosp_15_r20/external/libopus/dnn/torch/plc/
H A Dtrain_plc.py43 checkpoint = dict() variable
79 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
/aosp_15_r20/external/libopus/dnn/torch/fargan/
H A Dtrain_fargan.py44 checkpoint = dict() variable
83 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
H A Dadv_train_fargan.py65 checkpoint = dict() variable
113 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Dtraining.py60 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
158 checkpoint = { variable
/aosp_15_r20/external/libopus/dnn/torch/rdovae/
H A Dtrain_rdovae.py76 checkpoint = dict() variable
125 checkpoint = torch.load(args.initial_checkpoint, map_location='cpu') variable
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Drestore.py36 def __init__(self, checkpoint, proto_id): argument
342 def checkpoint(self): member in CheckpointPosition
H A Dcheckpoint_management.py539 checkpoint, argument
752 def checkpoint(self): member in CheckpointManager
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dbyte.rs447 let checkpoint = input.checkpoint(); localVariable
468 let checkpoint = input.checkpoint(); localVariable
/aosp_15_r20/external/perfetto/src/traced/probes/ps/
H A Dprocess_stats_data_source_unittest.cc373 auto checkpoint = task_runner_.CreateCheckpoint("all_done"); in TEST_F() local
478 auto checkpoint = task_runner_.CreateCheckpoint("all_done"); in TEST_F() local
586 auto checkpoint = task_runner_.CreateCheckpoint("all_done"); in TEST_F() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DFileUtils.java501 long checkpoint = 0; in copyInternalSplice() local
541 long checkpoint = 0; in copyInternalSpliceSocket() local
627 long checkpoint = 0; in copyInternalSendfile() local
686 long checkpoint = 0; in copyInternalUserspace() local

12345678910>>...21