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

1234567891011>>

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DLexer.java55 input.seek(0); // rewind the input
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java64 input.seek(0); // rewind the input
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DLexer.js20 this.input.seek(0); // rewind the input
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/autotest/client/site_tests/graphics_Idle/
H A Dgraphics_Idle.py90 edp_edid_file.seek(8)
/external/autotest/client/site_tests/login_OobeLocalization/
H A Dlogin_OobeLocalization.py146 vpd_log.seek(0)
/external/autotest/client/virt/
H A Dvirt_test_setup.py246 hugepage_cfg.seek(0)
/external/autotest/server/
H A Dcrashcollect.py221 raw_messages_file.seek(size_at_start)
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
H A Dsnippet.py204 f.seek(0)
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dperf_controller.py73 self._log_file.seek(0)
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
H A Dhtml_output_formatter.py92 self._output_stream.seek(0)
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
H A DIPSECKEY.py153 f.seek(0)
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dhttp.py129 Streams are io.Base compatible objects that support seek(). Some MediaUpload
134 should return an io.Base object that supports seek(). On platforms where the
192 Streaming means it is an io.IOBase subclass that supports seek, i.e.
205 The returned value is an io.IOBase subclass that supports seek, i.e.
292 seek() on fd.
310 self._fd.seek(0, os.SEEK_END)
356 self._fd.seek(begin)
362 Streaming means it is an io.IOBase subclass that supports seek, i.e.
375 The returned value is an io.IOBase subclass that supports seek, i.e.
591 begin: int, the seek positio
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Ddaisy_chain_wrapper.py68 behavior around read and seek that allow for all of the operations necessary
150 # object to support seek() and tell() which requires coordination with
226 def seek(self, offset, whence=os.SEEK_SET): # pylint: disable=invalid-name member in class:DaisyChainWrapper
231 'Invalid seek during daisy chain operation. Non-zero offset %s '
245 # If we seek to end and then back, we won't have last_data; we'll
279 'seek mode %s' % whence)
H A Dutil.py892 fp.seek(0, os.SEEK_END)
895 fp.seek(cur_pos)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
H A Dvault.py106 fileobj.seek(0)
216 point being resumed. Use fobj.seek(0) to achieve this if necessary.
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
H A Dconfig.py79 c_data.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
H A Ddomain.py267 f.seek(0)
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp177 OS.seek(TableStart.first);
/external/vboot_reference/scripts/image_signing/
H A Dmake_dev_ssd.sh252 seek=$offset \
/external/chromium-trace/catapult/telemetry/third_party/png/
H A Dpng.py1378 def chunk(self, seek=None, lenient=False):
1385 If the optional `seek` argument is
1389 using `seek` can cause you to miss chunks.
1410 if seek and type != seek:
2657 s.seek(0)
2676 s.seek(0)
2706 o.seek(0)
2721 o.seek(0)
2737 s.seek(
[all...]
/external/clang/utils/analyzer/
H A DSATestBuild.py590 ProjectsMap.seek(0)
661 PMapFile.seek(0)

Completed in 3383 milliseconds

1234567891011>>