Home
last modified time | relevance | path

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

123

/external/openscreen/cast/streaming/
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
/external/vixl/src/
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
/external/perfetto/src/base/test/
Dtest_task_runner.cc53 void TestTaskRunner::RunUntilCheckpoint(const std::string& checkpoint, in RunUntilCheckpoint()
77 const std::string& checkpoint) { in CreateCheckpoint()
/external/perfetto/test/
Dtest_helper.cc149 auto checkpoint = CreateCheckpoint("attach." + key); in AttachConsumer() local
191 auto checkpoint = CreateCheckpoint(checkpoint_name); in FlushAndWait() local
254 auto checkpoint = CreateCheckpoint(checkpoint_name); in SyncAndWaitProducer() local
264 auto checkpoint = CreateCheckpoint(checkpoint_name); in QueryServiceStateAndWait() local
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
Dtest_helper.h331 std::string AddID(const std::string& checkpoint) { in AddID()
335 std::function<void()> CreateCheckpoint(const std::string& checkpoint) { in CreateCheckpoint()
/external/rust/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
Dbuffered.rs44 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() function
/external/avb/tools/transparency/verify/internal/checkpoint/
Dcheckpoint_test.go1 package checkpoint package
Dcheckpoint.go20 package checkpoint package
/external/tensorflow/tensorflow/core/util/
Dsaved_tensor_slice_util_test.cc25 namespace checkpoint { namespace
Dtensor_slice_reader_cache.cc24 namespace checkpoint { namespace
Dtensor_slice_set_test.cc26 namespace checkpoint { namespace
Dsaved_tensor_slice_util.cc24 namespace checkpoint { namespace
Dtensor_slice_set.cc26 namespace checkpoint { namespace
/external/perfetto/src/base/
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
Dunix_socket_unittest.cc95 auto checkpoint = task_runner_.CreateCheckpoint("failure"); in TEST_F() local
120 auto checkpoint = task_runner_.CreateCheckpoint("cli_connected"); in TEST_F() local
269 auto checkpoint = task_runner_.CreateCheckpoint(std::to_string(i)); in TEST_F() local
457 auto checkpoint = task_runner_.CreateCheckpoint(std::to_string(i)); in TEST_F() local
681 auto checkpoint = task_runner_.CreateCheckpoint("change_seen_by_server"); in TEST_F() local
707 auto checkpoint = task_runner_.CreateCheckpoint("change_seen_by_client"); in TEST_F() local
/external/tensorflow/tensorflow/python/checkpoint/
Drestore.py36 def __init__(self, checkpoint, proto_id): argument
342 def checkpoint(self): member in CheckpointPosition
Dcheckpoint_management.py539 checkpoint, argument
752 def checkpoint(self): member in CheckpointManager
/external/clang/test/CodeGenObjC/
Dfragile-arc.m165 extern void checkpoint(int n); function
/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc28 namespace checkpoint { namespace
/external/pdfium/testing/tools/
Dsafetynet_job.py185 def _WriteCheckpoint(self, checkpoint): argument
/external/libcxx/test/support/
Drapid-cxx-test.hpp539 struct checkpoint struct
541 const char *file;
542 const char *func;
543 std::size_t line;
/external/tensorflow/tensorflow/python/util/
Dpy_checkpoint_reader_wrapper.cc133 auto checkpoint = in PYBIND11_MODULE() local
/external/rust/crates/combine/src/parser/
Dbyte.rs463 let checkpoint = input.checkpoint(); localVariable
485 let checkpoint = input.checkpoint(); localVariable

123