/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/common/io/ |
D | rewind.rs | 11 pub(crate) struct Rewind<T> { struct 16 impl<T> Rewind<T> { implementation 47 impl<T> AsyncRead for Rewind<T> implementation 75 impl<T> AsyncWrite for Rewind<T> implementation
|
/aosp_15_r20/frameworks/base/tools/aapt2/io/ |
H A D | Data.h | 74 bool Rewind() override { in Rewind() function 123 bool Rewind() override { in Rewind() function 171 bool Rewind() override { in Rewind() function 206 bool Rewind() override { return true; } in Rewind() function
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | IIntStream.cs | 87 void Rewind(int marker); in Rewind() method 100 void Rewind(); in Rewind() method
|
H A D | ANTLRStringStream.cs | 219 public virtual void Rewind(int m) { in Rewind() method in Antlr.Runtime.ANTLRStringStream 234 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.ANTLRStringStream
|
H A D | BufferedTokenStream.cs | 156 public virtual void Rewind(int marker) { in Rewind() method in Antlr.Runtime.BufferedTokenStream 160 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.BufferedTokenStream
|
H A D | LegacyCommonTokenStream.cs | 392 public virtual void Rewind(int marker) { in Rewind() method in Antlr.Runtime.LegacyCommonTokenStream 396 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.LegacyCommonTokenStream
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
H A D | LookaheadStream.cs | 169 public virtual void Rewind(int marker) { in Rewind() method in Antlr.Runtime.Misc.LookaheadStream 174 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Misc.LookaheadStream
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
H A D | DebugTokenStream.cs | 128 public virtual void Rewind(int marker) { in Rewind() method in Antlr.Runtime.Debug.DebugTokenStream 133 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Debug.DebugTokenStream
|
H A D | DebugTreeNodeStream.cs | 144 public virtual void Rewind(int marker) { in Rewind() method in Antlr.Runtime.Debug.DebugTreeNodeStream 149 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Debug.DebugTreeNodeStream
|
H A D | IDebugEventListener.cs | 133 void Rewind(int marker); in Rewind() method 144 void Rewind(); in Rewind() method
|
H A D | BlankDebugEventListener.cs | 79 public virtual void Rewind(int i) { in Rewind() method in Antlr.Runtime.Debug.BlankDebugEventListener 81 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Debug.BlankDebugEventListener
|
H A D | DebugEventHub.cs | 156 public virtual void Rewind(int index) { in Rewind() method in Antlr.Runtime.Debug.DebugEventHub 163 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Debug.DebugEventHub
|
H A D | DebugEventRepeater.cs | 92 public virtual void Rewind(int i) { in Rewind() method in Antlr.Runtime.Debug.DebugEventRepeater 95 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Debug.DebugEventRepeater
|
H A D | DebugEventSocketProxy.cs | 200 public override void Rewind(int i) { in Rewind() method in Antlr.Runtime.Debug.DebugEventSocketProxy 204 public override void Rewind() { in Rewind() method in Antlr.Runtime.Debug.DebugEventSocketProxy
|
H A D | Profiler.cs | 319 public override void Rewind(int i) { in Rewind() method in Antlr.Runtime.Debug.Profiler 324 public override void Rewind() { in Rewind() method in Antlr.Runtime.Debug.Profiler
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | BufferedTreeNodeStream.cs | 406 public virtual void Rewind(int marker) { in Rewind() method in Antlr.Runtime.Tree.BufferedTreeNodeStream 410 public virtual void Rewind() { in Rewind() method in Antlr.Runtime.Tree.BufferedTreeNodeStream
|
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
H A D | common.cpp | 44 void InputFile::Rewind() { in Rewind() function in android::InputFile 63 void CachedInputFileStream::Rewind() { in Rewind() function in android::CachedInputFileStream
|
H A D | encoded_data_helper.h | 35 void Rewind() { next_fragment_iter_ = fragments_.begin(); } in Rewind() function
|
/aosp_15_r20/system/core/libsparse/ |
H A D | sparse_read.cpp | 98 int Rewind() override { in Rewind() function in SparseFileFdSource 161 int Rewind() override { in Rewind() function in SparseFileBufSource
|
/aosp_15_r20/external/webrtc/rtc_base/system/ |
H A D | file_wrapper.h | 79 bool Rewind() { return SeekTo(0); } in Rewind() function
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | Streams.h | 50 virtual bool Rewind() { in Rewind() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | cfx_bitstream.h | 27 void Rewind() { m_BitPos = 0; } in Rewind() function
|
/aosp_15_r20/external/webrtc/rtc_base/memory/ |
H A D | fifo_buffer.h | 58 bool Rewind() { return SetPosition(0); } in Rewind() function
|
/aosp_15_r20/external/tink/cc/streamingaead/ |
H A D | buffered_input_stream.cc | 124 crypto::tink::util::Status BufferedInputStream::Rewind() { in Rewind() function in crypto::tink::streamingaead::BufferedInputStream
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/ |
H A D | http_header_storage.cc | 21 void HttpHeaderStorage::Rewind(const absl::string_view s) { in Rewind() function in quiche::HttpHeaderStorage
|