/aosp_15_r20/external/libcxx/test/support/ |
H A D | assert_checkpoint.h | 8 struct Checkpoint { struct 14 Checkpoint() : file(nullptr), func(nullptr), line(-1), msg(nullptr) {} in Checkpoint() argument 15 Checkpoint(const char* xfile, const char* xfunc, int xline, const char* xmsg) in Checkpoint() argument 25 s << file << ":" << line << " " << func << ": Checkpoint"; in print() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | position.rs | 18 type Checkpoint: Clone; typedef 25 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint() 26 fn reset(&mut self, checkpoint: Self::Checkpoint); in reset() 160 type Checkpoint = T::Checkpoint; typedef 173 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 178 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset() 205 type Checkpoint = Self; typedef 218 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 223 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset() 277 type Checkpoint = Self; typedef [all …]
|
D | mod.rs | 144 type Checkpoint: Clone; typedef 148 fn checkpoint(&self) -> Self::Checkpoint; in checkpoint() 426 type Checkpoint = I::Checkpoint; typedef 428 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 778 type Checkpoint = S::Checkpoint; typedef 781 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 880 type Checkpoint = S::Checkpoint; typedef 883 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 964 type Checkpoint = S::Checkpoint; typedef 967 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
D | buffered.rs | 42 type Checkpoint = usize; typedef 44 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
D | state.rs | 26 type Checkpoint = S::Checkpoint; typedef 29 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
D | span.rs | 56 type Checkpoint = S::Checkpoint; typedef 59 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
D | easy.rs | 818 type Checkpoint = S::Checkpoint; typedef 820 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint()
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | mod.rs | 702 type Checkpoint = Checkpoint<Self>; typedef 757 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 761 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset() 777 type Checkpoint = Checkpoint<Self>; typedef 822 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 826 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset() 842 type Checkpoint = Checkpoint<Self>; typedef 887 fn checkpoint(&self) -> Self::Checkpoint { in checkpoint() 891 fn reset(&mut self, checkpoint: Self::Checkpoint) { in reset() 910 type Checkpoint = Checkpoint<(I::Checkpoint, usize)>; typedef [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ |
D | error.rs | 320 token_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 321 err_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 404 _token_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 405 _err_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 475 _token_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 476 _err_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 576 _token_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 577 _err_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 916 _token_start: &<I as Stream>::Checkpoint, in from_recoverable_error() 917 _err_start: &<I as Stream>::Checkpoint, in from_recoverable_error() [all …]
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLLexer.h | 132 struct Checkpoint { struct 136 Checkpoint getCheckpoint() const { return {fOffset}; } in getCheckpoint() argument
|
H A D | SkSLParser.h | 64 class Checkpoint; variable
|
H A D | SkSLParser.cpp | 152 class Parser::Checkpoint { class in SkSL::Parser 154 Checkpoint(Parser* p) : fParser(p) { in Checkpoint() function in SkSL::Parser::Checkpoint
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | poset_test.go | 29 Checkpoint = "Checkpoint" const
|
D | poset.go | 1245 func (po *poset) Checkpoint() { func
|
/aosp_15_r20/external/federated-compute/fcp/protos/ |
H A D | federated_api.proto | 670 message Checkpoint { message
|
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | checkpoint.py | 2019 class Checkpoint(autotrackable.AutoTrackable): class
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | combinator.rs | 433 before: <Input as ResetStream>::Checkpoint, in recognize_result()
|
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/protos/ |
D | federated_api.pb.cc | 485 PROTOBUF_CONSTEXPR Checkpoint::Checkpoint( in Checkpoint() function in google::internal::federatedml::v2::Checkpoint 9732 Checkpoint::Checkpoint(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Checkpoint() function in google::internal::federatedml::v2::Checkpoint 9738 Checkpoint::Checkpoint(const Checkpoint& from) in Checkpoint() function in google::internal::federatedml::v2::Checkpoint
|
D | federated_api.pb.h | 71 class Checkpoint; variable 5744 inline Checkpoint() : Checkpoint(nullptr) {} in Checkpoint() function 5749 Checkpoint(Checkpoint&& from) noexcept in Checkpoint() function
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_channel_test.cc | 160 typedef StrictMock< MockFunction<void(int)> > Checkpoint; // NOLINT typedef
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 96200 "Checkpoint": 93788, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 96200 "Checkpoint": 93788, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 96141 "Checkpoint": 93788, number
|