Searched refs:seek (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java61 * essentially calling release() and seek(). If there are markers
75 * the marker off. It's like seek(last marker's input position).
82 * rewind() except it releases resources without the backward seek.
90 * normally used to seek ahead in the input stream. No buffering is
91 * required to do this unless you know your stream will use seek to
105 * The index is 0..n-1. A seek to position i means that LA(1) will
109 void seek(int index); method in interface:IntStream
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterSync.idl36 [RaisesException] void seek(long long position);
H A DFileWriterSync.h55 void seek(long long position, ExceptionState&);
H A DFileWriter.idl44 [RaisesException] void seek(long long position);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntStream.h50 // essentially calling -release: and -seek:. If there are markers
61 // rewind() except it releases resources without the backward seek.
66 // normally used to seek ahead in the input stream. No buffering is
67 // required to do this unless you know your stream will use seek to
80 - (void) seek:(NSInteger) index;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestfile.c97 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
103 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
104 if (20!=rwops->seek(rwops,-7,RW_SEEK_END)) RWOP_ERR_QUIT(rwops);
109 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
121 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
123 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
124 if (20!=rwops->seek(rwops,-7,RW_SEEK_END)) RWOP_ERR_QUIT(rwops);
129 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
141 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
143 if (0!=rwops->seek(rwop
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dseek_unittest.py6 from telemetry.page.actions import seek namespace
24 action = seek.SeekAction(data)
34 action = seek.SeekAction(data)
47 action = seek.SeekAction(data)
59 """Tests that wait_for_seeked timeouts if video does not seek."""
64 action = seek.SeekAction(data)
72 """Tests that seek action fails with no seek time."""
74 action = seek.SeekAction(data)
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DIntStream.as60 * essentially calling release() and seek(). If there are markers
74 * the marker off. It's like seek(last marker's input position).
81 * rewind() except it releases resources without the backward seek.
89 * normally used to seek ahead in the input stream. No buffering is
90 * required to do this unless you know your stream will use seek to
104 * The index is 0..n-1. A seek to position i means that LA(1) will
108 function seek(index:int):void;
/external/elfutils/tests/
H A Drun-ranlib-test2.sh40 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRIntStream.h58 // essentially calling -release: and -seek:. If there are markers
69 // rewind() except it releases resources without the backward seek.
74 // normally used to seek ahead in the input stream. No buffering is
75 // required to do this unless you know your stream will use seek to
88 - (void) seek:(NSInteger) anIndex;
H A DLookaheadStream.m150 seek(marker); // assume marker is top
155 seek(lastMarker); // rewind but do not release marker
159 * case where you seek beyond end of existing buffer. Normally used
160 * to seek backwards in the buffer. Does not force loading of nodes.
162 public void seek(int index) { p = index; }
H A DLookaheadStream.h150 seek(marker); // assume marker is top
155 seek(lastMarker); // rewind but do not release marker
159 * case where you seek beyond end of existing buffer. Normally used
160 * to seek backwards in the buffer. Does not force loading of nodes.
162 public void seek(int index) { p = index; } function in class:FastQueue
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DLookaheadStream.java141 seek(marker); // assume marker is top
146 seek(lastMarker); // rewind but do not release marker
150 * case where you seek beyond end of existing buffer. Normally used
151 * to seek backwards in the buffer. Does not force loading of nodes.
155 public void seek(int index) { p = index; } method in class:LookaheadStream
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
H A Dimage_parsers.js55 br.seek(12);
84 br.seek(18);
133 br.seek(8);
144 br.seek(23);
155 br.seek(20);
193 byteReader.seek(2);
H A Dmpeg_parser.js78 br.seek(offset, ByteReader.SEEK_CUR);
85 br.seek(8, ByteReader.SEEK_CUR);
92 br.seek(40, ByteReader.SEEK_CUR);
99 br.seek(8, ByteReader.SEEK_CUR);
104 br.seek(8, ByteReader.SEEK_CUR);
214 br.seek(offset);
295 br.seek(-MpegParser.HEADER_SIZE, ByteReader.SEEK_END);
/external/blktrace/btt/doc/
H A DMakefile5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
/external/flac/include/FLAC/
H A Dcallback.h116 /** Signature for the seek callback.
166 * If the seek requirement for an interface is optional, you can signify that
167 * a data sorce is not seekable by setting the \a seek field to \c NULL.
172 FLAC__IOCallback_Seek seek; member in struct:__anon18594
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DRandomAccessFileTest.java56 raf.seek(0);
62 raf.seek(0);
68 raf.seek(0);
254 raf.seek(0);
266 raf.seek(0);
278 raf.seek(0);
290 raf.seek(0);
303 raf.seek(0);
317 raf.seek(0);
333 raf.seek(
[all...]
/external/blktrace/btt/
H A DAndroid.mk5 latency.c misc.c output.c proc.c seek.c trace.c \
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_rwops.h47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h142 * essentially calling release() and seek(). If there are markers
157 * rewind() except it releases resources without the backward seek.
162 * normally used to seek ahead in the input stream. No buffering is
163 * required to do this unless you know your stream will use seek to
177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER index); member in struct:ANTLR3_INT_STREAM_struct
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py62 fileobj.seek(0)
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRStringStream.js184 * the marker off. It's like seek(last marker's input position).
195 this.seek(state.p);
205 * rewind() except it releases resources without the backward seek.
221 * normally used to seek ahead in the input stream. No buffering is
222 * required to do this unless you know your stream will use seek to
238 * <p>The index is 0..n-1. A seek to position i means that LA(1) will
245 * @param {Number} index the position to seek to.
247 seek: function(index) {
252 // seek forward, consume until p hits index

Completed in 1443 milliseconds

12345678910