Searched refs:seek (Results 226 - 250 of 334) sorted by relevance

1234567891011>>

/external/llvm/utils/lit/lit/
H A DTestRunner.py156 r[2].seek(0, 2)
249 f.seek(0, 0)
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java303 reader.seek(currentScSize);
535 long seek(int dist) throws IOException { method in class:H264TrackImpl.ReaderWrapper
/external/autotest/client/bin/
H A Dsite_sysinfo.py173 in_log.seek(bytes_to_skip)
H A Dbase_sysinfo.py383 in_messages.seek(bytes_to_skip)
/external/autotest/client/cros/graphics/
H A Ddrm.py371 m.seek(offset)
/external/autotest/client/cros/input_playback/
H A Dinput_playback.py184 temp_file.seek(0)
/external/chromium-trace/catapult/devil/devil/android/
H A Dforwarder.py270 pid_file.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dlaunch_instance59 base_config.seek(0)
64 base_config.seek(0)
/external/e2fsprogs/misc/
H A De2image.c980 blk64_t seek = 0; local
991 if (seek != table->offset) {
993 seek = table->offset;
999 seek += image->cluster_size;
/external/llvm/include/llvm/Support/
H A Draw_ostream.h399 uint64_t seek(uint64_t off);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py936 this rule and successfully parsed before, then seek ahead to
948 input.seek(stopIndex + 1)
1069 self.input.seek(0)
1376 self.input.seek(0) # rewind the input
H A Dtree.py2041 self.seek(marker)
2044 def seek(self, index): member in class:CommonTreeNodeStream
2058 self.seek(index)
2068 self.seek(ret)
2198 self.input.seek(0) # rewind the input
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dcopy_helper.py1465 src_obj_filestream.seek(0)
1902 seek position.
1932 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name member in class:SlicedDownloadFileWrapper
1934 self._orig_fp.seek(offset + self._end_byte + 1)
1936 self._orig_fp.seek(offset, whence)
2024 # Resize the download file so each child process can seek to its start byte.
2104 fp.seek(start_byte)
2178 fp.seek(download_start_byte)
H A Dboto_resumable_upload.py422 fp.seek(total_bytes_uploaded)
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c155 input->istream->seek = antlr38BitSeek; // How to seek to a specific point in the stream
527 * to whatever is implementing the int stream to seek).
577 /* If the requested seek point is less than the current
714 input->istream->seek = antlr3UTF16Seek; // How to seek to a specific point in the stream
1019 // If the requested seek point is less than the current
1030 // Call consume until we reach the asked for seek point or EOF
1512 input->istream->seek = antlr3UTF32Seek; // How to seek t
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java811 * this rule and successfully parsed before, then seek ahead to
825 input.seek(stopIndex+1); // jump to one past stop token
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js860 * this rule and successfully parsed before, then seek ahead to
876 input.seek(stopIndex+1); // jump to one past stop token
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTreeNodeStream.java297 stream.seek(7); // seek to 107
/external/autotest/client/cros/
H A Dpower_suspend.py162 self._log_file.seek(0, os.SEEK_END)
/external/chromium-trace/catapult/telemetry/telemetry/page/
H A Daction_runner.py24 from telemetry.internal.actions.seek import SeekAction
613 """Performs a seek action on media elements (such as video).
616 seconds: The media time to seek to.
618 specified, seek the first media element on the page. If the
624 log_time: Whether to log the seek time for the perf
625 measurement. Useful when performing multiple seek.
626 label: A suffix string to name the seek perf measurement.
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py208 def seek(self, pos, whence=0): member in class:FileLike
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
H A DLOC.py310 f.seek(0)
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dfileapp.py233 file.seek(lower)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
H A Doauth2l_test.py52 new_stdout.seek(0)

Completed in 863 milliseconds

1234567891011>>