Searched refs:seek (Results 101 - 125 of 211) sorted by relevance

123456789

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTokenStream.h75 - (void) seek:(NSInteger) index;
H A DANTLRStringStream.h91 // seek and rewind in the stream
96 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTokenStream.h75 - (void) seek:(NSInteger) index;
H A DANTLRStringStream.h91 // seek and rewind in the stream
96 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTokenStream.h78 - (void) seek:(NSInteger) anIndex;
H A DANTLRUnbufferedCommonTreeNodeStream.h103 - (void) seek:(NSUInteger) index;
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dgzipper.py68 out.seek(0)
/external/linux-tools-perf/src/tools/perf/ui/
H A Dbrowser.h26 void (*seek)(struct ui_browser *self, off_t offset, int whence); member in struct:ui_browser
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dmap.c107 .seek = ui_browser__rb_tree_seek,
H A Dscripts.c121 .seek = ui_browser__list_head_seek,
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h200 /* seek request */
202 int seek; /* true if seek request pending */ member in struct:__anon13156
/external/vboot_reference/scripts/image_signing/
H A Dtofactory.sh160 dd bs=1 seek=$vpd_offset skip=$vpd_offset count=$vpd_size conv=notrunc \
/external/zlib/src/
H A Dgzguts.h184 /* seek request */
186 int seek; /* true if seek request pending */ member in struct:__anon17872
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DCommonTokenStream.js266 this.seek(marker);
274 seek: function(index) {
/external/lldb/test/unittest2/
H A Dresult.py90 self._stdout_buffer.seek(0)
92 self._stderr_buffer.seek(0)
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java16051 input.seek(index2_1);
16146 input.seek(index12_1);
16161 input.seek(index12_2);
16176 input.seek(index12_3);
16191 input.seek(index12_4);
16206 input.seek(index12_5);
16221 input.seek(index12_6);
16236 input.seek(index12_7);
16251 input.seek(index12_8);
16266 input.seek(index12_
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex243 The first of the two sections displays values for Q2Q seek distances --
245 are to each other. The second section shows D2D seek distances --
467 \item[seek details] A set of data files containing all IO-to-IO
469 section~\ref{sec:seek}.
687 \newpage\section{\label{sec:seek}Seek Data Files}
690 deltas, providing seek information which can then be plotted. The
696 \item Read data -- just seek deltas for reads
698 \item Write data -- just seek deltas for writes
717 An example name would be after specifying \texttt{-s seek} would be:
718 \texttt{seek\_06
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp622 OS.seek(OldPos + Size);
683 Out.seek(StartOffset - 12);
685 Out.seek(Pos);
740 Out.seek(StartOffset - 12);
742 Out.seek(StartOffset);
744 Out.seek(Pos);
850 Out.seek(MemberReferenceOffset);
/external/skia/src/core/
H A DSkStream.cpp259 bool SkFILEStream::seek(size_t position) { function in class:SkFILEStream
269 that->seek(this->getPosition());
401 bool SkMemoryStream::seek(size_t position) { function in class:SkMemoryStream
409 return this->seek(fOffset + offset);
414 that->seek(fOffset);
742 bool seek(size_t position) override {
760 return seek(fOffset + offset);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DTreeParser.as49 input.seek(0); // rewind the input
/external/fonttools/Lib/fontTools/misc/
H A DpsOperators.py387 seek = self.pop('stringtype')
389 seeklen = len(seek.value)
390 if s.value[:seeklen] == seek.value:
392 self.push(seek)
/external/fonttools/Tools/fontTools/misc/
H A DpsOperators.py387 seek = self.pop('stringtype')
389 seeklen = len(seek.value)
390 if s.value[:seeklen] == seek.value:
392 self.push(seek)
/external/libxml2/
H A Dxzlib.c65 /* seek request */
67 int seek; /* true if seek request pending */ member in struct:__anon9788
127 state->seek = 0; /* no seek request pending */
712 if (state->seek) {
713 state->seek = 0;
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp140 OS.seek(TableStart.first);
/external/fonttools/Lib/fontTools/
H A DcffLib.py30 file.seek(self.hdrSize)
332 file.seek(self.offsetBase + offsets[-1]) # pretend we've read the whole lot
346 file.seek(offset)
736 file.seek(offset)
749 file.seek(parent.offset + value) # Offset(self)
765 file.seek(value) # Offset(0)
786 file.seek(value)
965 file.seek(value)
1099 file.seek(value)
1122 file.seek(valu
[all...]

Completed in 736 milliseconds

123456789