Searched defs:Seek (Results 1 - 25 of 57) sorted by relevance

123

/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.cpp39 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) function in class:CInStreamWithCRC
45 return _stream->Seek(offset, seekOrigin, newPosition);
H A DMultiStream.cpp39 RINOK(s.Stream->Seek(localPos, STREAM_SEEK_SET, &s.LocalPos));
52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) function in class:CMultiStream
146 RINOK(outStream->Seek(_offsetPos, STREAM_SEEK_SET, NULL));
173 STDMETHODIMP COutMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs82 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>.
98 /// It's like Seek(last marker's input position).
141 void Seek(int index); method in interface:Antlr.Runtime.IIntStream
H A DANTLRStringStream.cs228 Seek(state.p);
250 public virtual void Seek(int index) { method in class:Antlr.Runtime.ANTLRStringStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs137 void Seek( int index ); method in interface:Antlr.Runtime.IIntStream
H A DANTLRStringStream.cs261 Seek( state.p );
285 public virtual void Seek( int index ) method in class:Antlr.Runtime.ANTLRStringStream
H A DLegacyCommonTokenStream.cs450 Seek( marker );
455 Seek( lastMarker );
464 public virtual void Seek( int index ) method in class:Antlr.Runtime.LegacyCommonTokenStream
/external/bsdiff/
H A Dmemory_file.cc27 bool MemoryFile::Seek(off_t pos) { function in class:bsdiff::MemoryFile
H A Dsink_file.cc21 bool SinkFile::Seek(off_t pos) { function in class:bsdiff::SinkFile
H A Dbuffer_file.cc31 bool BufferFile::Seek(off_t pos) { function in class:bsdiff::BufferFile
H A Dextents_file.cc43 bool ExtentsFile::Seek(off_t pos) { function in class:bsdiff::ExtentsFile
96 if (!file_->Seek(ex.off + curr_ex_off) ||
H A Dfile.cc62 bool File::Seek(off_t pos) { function in class:bsdiff::File
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp13 return _stream->Seek(offset, STREAM_SEEK_SET, NULL);
21 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) function in class:COffsetOutStream
30 HRESULT result = _stream->Seek(offset, seekOrigin, &absoluteNewPosition);
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dinput_audio_file.cc42 bool InputAudioFile::Seek(int samples) { function in class:webrtc::test::InputAudioFile
/external/zlib/src/contrib/delphi/
H A DZLib.pas62 stream will raise an exception. Using Seek to move the stream pointer
93 function Seek(Offset: Longint; Origin: Word): Longint; override; function
122 function Seek(Offset: Longint; Origin: Word): Longint; override; function
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
493 FStrm.Seek(-FZRec.avail_in, 1);
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs204 Seek( marker );
214 * Seek to a 0-indexed position within data buffer. Can't handle
221 public virtual void Seek( int index ) method in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs166 public virtual void Seek( int index ) method in class:Antlr.Runtime.Debug.DebugTokenStream
170 input.Seek( index );
H A DDebugTreeNodeStream.cs183 public virtual void Seek( int index ) method in class:Antlr.Runtime.Debug.DebugTreeNodeStream
187 input.Seek( index );
/external/ltp/testcases/kernel/io/disktest/
H A Dio.c99 OFF_T Seek(fd_t fd, OFF_T lba) function
/external/lzma/CPP/Common/
H A DC_FileIO.cpp38 off_t curPos = Seek(0, SEEK_CUR);
39 off_t lengthTemp = Seek(0, SEEK_END);
40 Seek(curPos, SEEK_SET);
45 off_t CFileBase::Seek(off_t distanceToMove, int moveMethod) const function in class:NC::NFile::NIO::CFileBase
/external/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs95 public override long Seek(long offset, SeekOrigin origin) method in class:Google.Protobuf.LimitedInputStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs141 public virtual void Seek(int index) { method in class:Antlr.Runtime.Debug.DebugTokenStream
144 input.Seek(index);
H A DDebugTreeNodeStream.cs157 public virtual void Seek(int index) { method in class:Antlr.Runtime.Debug.DebugTreeNodeStream
160 input.Seek(index);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs170 Seek(marker);
175 Seek(_lastMarker);
179 * Seek to a 0-indexed position within data buffer. Can't handle
186 public virtual void Seek(int index) { method in class:Antlr.Runtime.Misc.LookaheadStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimStringStream.cs280 Seek( state.p );
306 public void Seek( int index ) method in class:Antlr.Runtime.SlimStringStream

Completed in 620 milliseconds

123