Home
last modified time | relevance | path

Searched defs:Seek (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/
Dseek.rs10 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/
DZLib.pas93 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/
Dreader.go25 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/
Dio.go127 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 DTypes.h78 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 DSkIStream.cpp78 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 Dinstall_operation_executor.cc72 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 Dlib.rs116 pub trait Seek { trait
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dfile_stream.cc52 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 Ddom_types.h429 struct Seek { struct
443 bool operator==(const Seek& other) const { argument
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Drandom_inputstream.h46 Status Seek(int64_t position) { in Seek() function
/aosp_15_r20/system/core/libsparse/
H A Dsparse_read.cpp92 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 Dvector_output_stream.cc26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek() function in art::VectorOutputStream
H A Dfile_output_stream.cc32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek() function in art::FileOutputStream
H A Dbuffered_output_stream.cc63 off_t BufferedOutputStream::Seek(off_t offset, Whence whence) { in Seek() function in art::BufferedOutputStream
H A Derror_delaying_output_stream.h53 off_t Seek(off_t offset, Whence whence) override { in Seek() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dseek.rs34 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 DAction.java125 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 DAction.java125 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/
Din_memory_wrapper_input.cpp53 bool InMemoryWrapperInput::Seek(uint32_t pos) { in Seek() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp62 bool FileWrapperInput::Seek(uint32_t pos) { in Seek() function in FileWrapperInput
/aosp_15_r20/external/pdfium/core/fxcodec/
H A Dcfx_codec_memory.cpp16 bool CFX_CodecMemory::Seek(size_t pos) { in Seek() function in CFX_CodecMemory
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/slicewriter/
Dslicewriter.go38 func (sws *WriteSeeker) Seek(offset int64, whence int) (int64, error) { func
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp229 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 DIIntStream.cs141 void Seek(int index); in Seek() method

12345678910>>...13