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

1234567891011>>

/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
H A Dhtml_output_formatter_unittest.py109 output_file.seek(0)
199 output_file.seek(0)
/external/elfutils/tests/
H A Drun-dwarf-getstring.sh50 seek
/external/llvm/lib/Object/
H A DArchiveWriter.cpp90 OS.seek(OldPos + Size);
208 Out.seek(StartOffset - 12);
210 Out.seek(Pos);
288 Out.seek(HeaderStartOffset + 48); // offset of the size field.
292 Out.seek(BodyStartOffset);
299 Out.seek(Pos);
432 Out.seek(MemberReferenceOffset);
435 Out.seek(Out.tell() + 4); // skip over the string offset
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
H A Davio.h89 void *opaque; /**< A private pointer, passed to the read/write/seek/...
93 int64_t (*seek)(void *opaque, int64_t offset, int whence); member in struct:AVIOContext
95 int must_flush; /**< true if the next seek should flush */
128 * call the underlying seek function directly.
139 * seek statistic
181 * @param seek A function for seeking to specified byte position, may be NULL.
192 int64_t (*seek)(void *opaque, int64_t offset, int whence));
218 * Passing this as the "whence" parameter to a seek function causes it to
220 * If it is not supported then the seek function will return <0.
225 * Oring this flag as into the "whence" parameter to a seek functio
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DParser.as45 input.seek(0); // rewind the input
H A DCommonTokenStream.as318 seek(marker);
322 seek(lastMarker);
325 public function seek(index:int):void { function
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DParser.js14 this.input.seek(0); // rewind the input
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTokenStream.h76 - (void) seek:(NSInteger)index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTokenStream.h76 - (void) seek:(NSInteger)index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTokenStream.h76 - (void) seek:(NSInteger)index;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTokenStream.h87 - (void) seek:(NSInteger)index;
H A DANTLRStringStream.h78 // seek and rewind in the stream
83 - (void) seek:(NSInteger) index;
/external/autotest/client/common_lib/cros/fake_device_server/
H A Dcommon_util_unittest.py29 json_file.seek(0)
/external/autotest/client/cros/image_comparison/
H A Dpublisher.py99 f.seek(0)
/external/autotest/client/tests/kvm/tests/
H A Dtrans_hugepage_defrag.py31 f.seek(0)
/external/blktrace/btt/
H A DMakefile17 misc.o output.o proc.o seek.o trace.o trace_complete.o trace_im.o \
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py100 stream.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dbuffered_stream_test.py17 self.stream.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkeyfile.py51 def seek(self, pos, whence=os.SEEK_SET): member in class:KeyFile
59 # Don't try to seek with an empty key.
75 raise IOError('Invalid whence param (%d) passed to seek' % whence)
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py60 f.seek(0, 2)
62 f.seek(0, 0)
148 f.seek(0, 2)
150 f.seek(0, 0)
/external/llvm/utils/
H A Dsort_includes.py80 f.seek(0)
/external/skia/include/core/
H A DSkStream.h117 * If an attempt is made to seek past the end of the stream, the position will be set
120 virtual bool seek(size_t /*position*/) { return false; } function in class:SkStream
152 /** SkStreamSeekable is a SkStreamRewindable for which position, seek, move, and fork are required. */
159 bool seek(size_t position) override = 0;
264 bool seek(size_t position) override;
335 bool seek(size_t position) override;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java94 seek(marker);
98 seek(lastMarker);
106 public void seek(int index) { p = index; } method in class:BufferedTokenStream
H A DLegacyCommonTokenStream.java339 seek(marker);
343 seek(lastMarker);
351 public void seek(int index) { method in class:LegacyCommonTokenStream
/external/autotest/client/cros/
H A Downership.py379 data_file.fo.seek(0)
391 err.fo.seek(0)
395 sig.fo.seek(0)

Completed in 9249 milliseconds

1234567891011>>