Searched refs:seek (Results 276 - 300 of 334) sorted by relevance

<<11121314

/external/opencv3/modules/core/include/opencv2/core/
H A Dmat.hpp2794 void seek(ptrdiff_t ofs, bool relative = false);
2795 void seek(const int* _idx, bool relative = false);
H A Dcore_c.h1673 /** Changes sequence reader position. It may seek to an absolute or
2898 void seek(size_t pos);
3063 template<typename _Tp> inline void SeqIterator<_Tp>::seek(size_t pos) function in class:cv::SeqIterator
/external/zlib/src/contrib/delphi/
H A DZLib.pas101 is read-only and unidirectional; you can seek forward in the stream, but not
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as738 * this rule and successfully parsed before, then seek ahead to
752 input.seek(stopIndex+1); // jump to one past stop token
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb873 @input.seek( stop_index + 1 )
/external/autotest/server/
H A Dserver_job.py1012 log_file.seek(0)
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dclient.py559 ('read', 'seek', 'tell')):
576 body.seek(body_stream_position)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h810 __sanitizer_cookie_io_seek seek; member in struct:__sanitizer_cookie_io_functions_t
H A Dsanitizer_platform_limits_posix.cc1263 CHECK_SIZE_AND_OFFSET(cookie_io_functions_t, seek);
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py217 tmp.seek(0)
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py217 tmp.seek(0)
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/bison/
H A Dmaint.mk682 _de1 = dirfd|(close|(fd)?open|read|rewind|seek|tell)dir(64)?(_r)?
913 # Warn about, but otherwise ignore open failure. Ignore seek/read failure.
923 my $$c = "seek failure probably means file has < 2 bytes; ignore"; \
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg1003 input.seek(index<decisionNumber>_<stateNumber>);<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg1106 input.seek(index<decisionNumber>_<stateNumber>);<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg1083 input.seek(index<decisionNumber>_<stateNumber>);<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg1187 input.seek(index<decisionNumber>_<stateNumber>)<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg1093 input.seek(index<decisionNumber>_<stateNumber>)<\n>
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c1914 * this rule and successfully parsed before, then seek ahead to
1977 is->seek(is, stopIndex+1);
/external/skia/src/pdf/
H A DSkPDFFont.cpp183 staticStream->seek(read);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas1166 Stream.Seek(7); // seek to 107
1193 Stream.Seek(7); // seek to 107
/external/autotest/client/common_lib/
H A Dbase_utils.py2058 fd.seek(address)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py899 # For test with file I/O use N files on disk to preserve seek performance.
983 # For test with file I/O use N files on disk to preserve seek performance.
1182 fp.seek(start_byte)

Completed in 1389 milliseconds

<<11121314