Searched refs:seek (Results 176 - 200 of 334) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
H A Dtest_utils.py139 f.seek(0)
/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.c67 /* seek request */
69 int seek; /* true if seek request pending */ member in struct:__anon11454
129 state->seek = 0; /* no seek request pending */
718 if (state->seek) {
719 state->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/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/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dfixjsstyle_test.py78 actual.seek(0)
83 # actual.seek(0)
595 actual.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkey.py773 fp.seek(spos)
775 # if seek is not supported, and we've read from this
1207 fp.seek(0, os.SEEK_SET)
1209 # The following seek/tell/seek logic is intended
1220 # TODO: At some point consider removing this seek/tell/seek
1225 fp.seek(0, os.SEEK_END)
1227 fp.seek(0, os.SEEK_SET)
1232 fp.seek(spo
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/
H A Dtest_signed_urls.py111 pk_file.seek(0)
143 pk_file.seek(0)
/external/chromium-trace/catapult/third_party/webtest/webtest/
H A Dlint.py243 def seek(self, *a, **kw): member in class:InputWrapper
244 return self.input.seek(*a, **kw)
/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/chromium-trace/catapult/third_party/WebOb/webob/
H A Drequest.py249 fout.seek(0)
703 self.body_file_raw.seek(0)
790 self.body_file_raw.seek(0)
893 # this way we can have seekable input without testing the .seek() method
941 self.body_file_raw.seek(0)
991 fileobj.seek(0)
1273 self.body_file_raw.seek(0)
1608 self.file.seek(0)
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1983 self._io.seek(0)
2035 def seek(self, offset, whence=0): member in class:FakeFileOpen.Call.FakeFileWrapper
2038 self._io.seek(offset, whence)
2053 self._io.seek(self._read_seek, self._read_whence)
2056 self._io.seek(write_seek)
2064 self._io.seek(0)
2067 self._io.seek(whence)
2097 self._io.seek(self._read_seek, self._read_whence)
2101 self._io.seek(0, 2)
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py2008 self._io.seek(0)
2060 def seek(self, offset, whence=0): member in class:FakeFileOpen.Call.FakeFileWrapper
2063 self._io.seek(offset, whence)
2078 self._io.seek(self._read_seek, self._read_whence)
2081 self._io.seek(write_seek)
2089 self._io.seek(0)
2092 self._io.seek(whence)
2122 self._io.seek(self._read_seek, self._read_whence)
2126 self._io.seek(0, 2)
/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...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dtransfer.py788 self.stream.seek(self.progress)
798 self.stream.seek(self.progress)
876 if self.__complete and hasattr(self.stream, 'seek'):
878 self.stream.seek(0, os.SEEK_END)
880 self.stream.seek(current_pos)
929 self.stream.seek(last_byte)
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py474 output_file.seek(header_pos, 0)
477 output_file.seek(end_pos, 0)
486 lib_file.seek(0,2)
488 lib_file.seek(0)
500 output_file.seek(0)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m146 [input seek:index38_1];
171 [input seek:index38_5];
190 [input seek:index38_7];
215 [input seek:index38_10];
243 [input seek:index38_12];
268 [input seek:index38_16];
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event_unittest.py97 f.seek(0)
105 f.seek(0)
114 f.seek(0)
/external/llvm/lib/Support/
H A Draw_ostream.cpp611 uint64_t raw_fd_ostream::seek(uint64_t off) { function in class:raw_fd_ostream
622 seek(Offset);
624 seek(Pos);
/external/autotest/site_utils/
H A Dgs_offloader.py384 stdout_file.seek(0)
385 stderr_file.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
H A Dconcurrent.py250 self._fileobj.seek(start_byte)
338 f.seek(start_byte)
/external/opencv3/modules/videoio/src/
H A Dcap_ffmpeg_impl.hpp237 void seek(int64_t frame_number);
238 void seek(double sec);
267 'filename==NULL' indicates that ffmpeg's seek support works
897 void CvCapture_FFMPEG::seek(int64_t _frame_number) function in class:CvCapture_FFMPEG
902 // if we have not grabbed a single frame before first seek, let's read the first frame
955 void CvCapture_FFMPEG::seek(double sec)
957 seek((int64_t)(sec * get_fps() + 0.5));
973 seek((int64_t)value);
977 seek(value/1000.0);
981 seek((int64_
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as48 input.seek(0); // rewind the input

Completed in 1137 milliseconds

1234567891011>>