/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | seek.rs | 10 pub struct Seek<'a, S: ?Sized> { struct 12 pos: SeekFrom, argument 15 impl<S: ?Sized + Unpin> Unpin for Seek<'_, S> {} argument 17 impl<'a, S: AsyncSeek + ?Sized + Unpin> Seek<'a, S> { implementation 23 impl<S: AsyncSeek + ?Sized + Unpin> Future for Seek<'_, S> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/delphi/ |
D | ZLib.pas | 93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() function 122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek() function 464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek() function 527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/ |
D | reader.go | 25 func (r errorReader) Seek(offset int64, whence int) (int64, error) { func 63 func (r *readSeekerFromReader) Seek(offset int64, whence int) (int64, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/io/ |
D | io.go | 127 Seek(offset int64, whence int) (int64, error) methodSpec 524 func (s *SectionReader) Seek(offset int64, whence int) (int64, error) { func 597 func (o *OffsetWriter) Seek(offset int64, whence int) (int64, error) { func
|
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/ |
H A D | Types.h | 78 SRes (*Seek)(void *p, int64_t *pos, enum ESzSeek origin); member 92 SRes (*Seek)(void *p, int64_t *pos, enum ESzSeek origin); member
|
/aosp_15_r20/external/skia/src/utils/win/ |
H A D | SkIStream.cpp | 78 SK_STDMETHODIMP SkBaseIStream::Seek(LARGE_INTEGER liDistanceToMove, in Seek() function in SkBaseIStream 120 SK_STDMETHODIMP SkIStream::Seek(LARGE_INTEGER liDistanceToMove, in Seek() function in SkIStream
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | install_operation_executor.cc | 72 bool Seek(off_t pos) override { in Seek() function in chromeos_update_engine::BsdiffExtentFile 131 bool Seek(uint64_t offset) override { in Seek() function in chromeos_update_engine::PuffinExtentStream
|
/aosp_15_r20/external/pigweed/pw_stream/rust/pw_stream/ |
H A D | lib.rs | 116 pub trait Seek { trait
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | file_stream.cc | 52 off64_t Seek(off64_t offset, int whence) override { in Seek() function in brillo::FileDescriptor 398 bool FileStream::Seek(int64_t offset, in Seek() function in brillo::FileStream
|
/aosp_15_r20/external/libwebm/webm_parser/include/webm/ |
H A D | dom_types.h | 429 struct Seek { struct 443 bool operator==(const Seek& other) const { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/ |
H A D | random_inputstream.h | 46 Status Seek(int64_t position) { in Seek() function
|
/aosp_15_r20/system/core/libsparse/ |
H A D | sparse_read.cpp | 92 int Seek(int64_t off) override { in Seek() function in SparseFileFdSource 149 int Seek(int64_t off) override { in Seek() function in SparseFileBufSource
|
/aosp_15_r20/art/libelffile/stream/ |
H A D | vector_output_stream.cc | 26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek() function in art::VectorOutputStream
|
H A D | file_output_stream.cc | 32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek() function in art::FileOutputStream
|
H A D | buffered_output_stream.cc | 63 off_t BufferedOutputStream::Seek(off_t offset, Whence whence) { in Seek() function in art::BufferedOutputStream
|
H A D | error_delaying_output_stream.h | 53 off_t Seek(off_t offset, Whence whence) override { in Seek() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/ |
D | seek.rs | 34 impl<S> Future for Seek<'_, S> implementation
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | Action.java | 125 public static final class Seek extends Action { class in Action 137 public Seek(@Size(max = 23) String tag, long positionMs) { in Seek() method in Action.Seek 153 public Seek( in Seek() method in Action.Seek
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | Action.java | 125 public static final class Seek extends Action { class in Action 137 public Seek(@Size(max = 23) String tag, long positionMs) { in Seek() method in Action.Seek 153 public Seek( in Seek() method in Action.Seek
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | in_memory_wrapper_input.cpp | 53 bool InMemoryWrapperInput::Seek(uint32_t pos) { in Seek() function in InMemoryWrapperInput
|
D | file_wrapper_input.cpp | 62 bool FileWrapperInput::Seek(uint32_t pos) { in Seek() function in FileWrapperInput
|
/aosp_15_r20/external/pdfium/core/fxcodec/ |
H A D | cfx_codec_memory.cpp | 16 bool CFX_CodecMemory::Seek(size_t pos) { in Seek() function in CFX_CodecMemory
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/slicewriter/ |
D | slicewriter.go | 38 func (sws *WriteSeeker) Seek(offset int64, whence int) (int64, error) { func
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 229 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const throw() in Seek() function in NWindows::NFile::NIO::CFileBase 256 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition) const throw() in Seek() function in NWindows::NFile::NIO::CFileBase
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | IIntStream.cs | 141 void Seek(int index); in Seek() method
|