Searched refs:seek (Results 201 - 225 of 387) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/
H A DSimpleHTTPServer.py144 f.seek(0)
H A Dnetrc.py47 # seek to beginning of comment, in case reading the token put
50 lexer.instream.seek(-pos, 1)
H A Dsndhdr.py68 f.seek(0)
H A Dzipfile.py163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
165 # If the seek fails, the file is not large enough to contain a ZIP64
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
205 record followed by a tenth item, the file seek offset of this record."""
208 fpin.seek(0, 2)
215 fpin.seek(-sizeEndCentDir, 2)
239 fpin.seek(maxCommentStart, 0)
780 # seek to start of directory and overwrite
781 self.fp.seek(self.start_dir, 0)
784 self.fp.seek(
[all...]
/external/python/cpython2/Lib/plat-mac/
H A Dapplesingle.py76 fileobj.seek(offset)
/external/python/cpython2/Lib/test/
H A Dtest_ossaudiodev.py32 fp.seek(0)
H A Dtest_univnewlines.py87 fp.seek(pos)
H A Dtest_univnewlines2k.py77 fp.seek(pos)
H A Dtest_cgi.py114 fake_stdin.seek(0)
229 f.seek(0)
H A Dtest_tempfile.py882 f.seek(0, 0)
902 f.seek(0)
918 f.seek(0)
923 f.seek(0)
931 f.seek(100, 0)
974 seek = f.seek
978 seek(0, 0)
H A Dtest_iter.py291 f.seek(0, 0)
324 f.seek(0, 0)
401 f.seek(0, 0)
613 f.seek(0, 0)
615 f.seek(0, 0)
650 f.seek(0, 0)
H A Dtest_mailbox.py82 f.seek(0)
687 tmp_file.seek(0)
928 self._box._file.seek(0)
1228 f.seek(0)
1745 proxy.seek(0)
1747 proxy.seek(1)
1749 proxy.seek(0)
1751 proxy.seek(1)
1753 proxy.seek(2)
1758 proxy.seek(
[all...]
/external/python/cpython2/Tools/scripts/
H A Dclassfix.py113 f.seek(0)
H A Dmethfix.py124 f.seek(0)
H A Dtreesync.py144 mf.seek(0)
/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DPsiBuilderTokenStream.java150 @Override public void seek(int index) { method in class:PsiBuilderTokenStream
/external/chromium-trace/catapult/third_party/zipfile/
H A Dzipfile_2_7_13.py163 fpin.seek(offset - sizeEndCentDir64Locator, 2)
165 # If the seek fails, the file is not large enough to contain a ZIP64
180 fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)
205 record followed by a tenth item, the file seek offset of this record."""
208 fpin.seek(0, 2)
215 fpin.seek(-sizeEndCentDir, 2)
239 fpin.seek(maxCommentStart, 0)
780 # seek to start of directory and overwrite
781 self.fp.seek(self.start_dir, 0)
784 self.fp.seek(
[all...]
/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...]
/external/fonttools/Tools/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...]
/external/python/cpython2/Demo/pdist/
H A DFSProxy.py228 f.seek(offset)
254 f.seek(offset)
/external/skia/src/codec/
H A DSkHeifCodec.cpp105 bool seek(size_t position) override {
106 return fStream->seek(position);
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dcoff-dump.py284 Input.seek(seek_to)
288 Input.seek(Stack[0])
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb134 === seek
136 <tt>stream.seek(position)</tt> moves the stream cursor to an absolute position
137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods.
138 However, unlike <tt>IO#seek</tt>, ANTLR streams currently always use absolute
211 # :method: seek( position )
213 abstract :seek
616 def seek( index ) method in class:ANTLR3.that.StringStream
879 seek( marker )
892 seek( pos )
911 # note: seek doe
914 def seek( index ) method in class:ANTLR3.that.CommonTokenStream
[all...]
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c224 int seek; member in struct:request_collection
2193 int seek = 0; local
2238 if ((skip < 0) || (seek < 0)) {
2239 fprintf(stderr, "skip and seek cannot be negative\n");
2242 if ((do_append > 0) && (seek > 0)) {
2243 fprintf(stderr, "Can't use both append and seek switches\n");
2247 fprintf(stderr, ME "if=%s skip=%d of=%s seek=%d count=%d\n",
2248 inf, skip, outf, seek, dd_count);
2375 if (seek > 0) {
2376 llse_loff_t offset = seek;
6277 int seek = 0; local
7288 int seek = 0; local
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py102 essentially calling release() and seek(). If there are markers
115 the marker off. It's like seek(last marker's input position).
126 rewind() except it releases resources without the backward seek.
135 def seek(self, index): member in class:IntStream
138 normally used to seek ahead in the input stream. No buffering is
139 required to do this unless you know your stream will use seek to
154 The index is 0..n-1. A seek to position i means that LA(1) will
462 self.seek(p)
475 def seek(self, index): member in class:ANTLRStringStream
485 # seek forwar
921 def seek(self, index): member in class:CommonTokenStream
[all...]

Completed in 634 milliseconds

1234567891011>>