Searched refs:Seek (Results 1 - 25 of 89) sorted by relevance

1234

/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
H A DParser.cs59 input.Seek(0); // rewind the input
H A DBufferedTokenStream.cs157 Seek(marker);
161 Seek(_lastMarker);
169 public virtual void Seek(int index) { method in class:Antlr.Runtime.BufferedTokenStream
/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 DParser.cs64 input.Seek( 0 ); // rewind the input
/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/chromium/net/base/
H A Dfile_stream.h60 // error code is returned. It is not valid to call Seek while a Read call
62 int64 Seek(Whence whence, int64 offset);
H A Dfile_stream_unittest.cc58 // Seek to the beginning of the file and read.
60 ASSERT_EQ(0, read_stream.Seek(FROM_BEGIN, 0));
74 ASSERT_EQ(0, write_stream.Seek(FROM_BEGIN, 0));
90 int64 new_offset = stream.Seek(FROM_BEGIN, 5);
210 int64 new_offset = stream.Seek(FROM_BEGIN, kOffset);
246 int64 new_offset = stream.Seek(FROM_BEGIN, kOffset);
280 int64 new_offset = stream.Seek(FROM_BEGIN, kOffset);
283 new_offset = stream.Seek(FROM_CURRENT, kOffset);
286 new_offset = stream.Seek(FROM_CURRENT, -kOffset);
291 new_offset = stream.Seek(FROM_EN
[all...]
/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/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.Tree/
H A DCommonTreeNodeStream.cs176 Seek(index);
179 /** Seek back to previous index saved during last push() call.
184 Seek(ret);
H A DBufferedTreeNodeStream.cs407 Seek(marker);
411 Seek(lastMarker);
414 public virtual void Seek(int index) { method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
431 Seek(index);
435 * Seek back to previous index saved during last push() call.
441 Seek(ret);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs204 Seek( index );
207 /** Seek back to previous index saved during last push() call.
213 Seek( ret );
H A DBufferedTreeNodeStream.cs483 Seek( marker );
488 Seek( lastMarker );
491 public virtual void Seek( int index ) method in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
512 Seek( index );
516 * Seek back to previous index saved during last push() call.
523 Seek( ret );
/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/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
/external/skia/include/utils/win/
H A DSkIStream.h69 virtual HRESULT STDMETHODCALLTYPE Seek(LARGE_INTEGER liDistanceToMove
100 virtual HRESULT STDMETHODCALLTYPE Seek(LARGE_INTEGER liDistanceToMove
/external/webkit/Source/WebCore/platform/leveldb/
H A DLevelDBIterator.cpp69 m_iterator->Seek(makeSlice(target));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmutable-fst.h154 void Seek(size_t a) { data_.base->Seek(a); } function in class:fst::MutableArcIterator
/external/libvpx/libmkv/
H A DEbmlIDs.h37 //Meta Seek Information
39 Seek = 0x4DBB, enumerator in enum:mkv
/external/webkit/Source/WebKit/win/
H A DMemoryStream.h63 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Seek(

Completed in 4978 milliseconds

1234