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

1234567891011>>

/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/vboot_reference/scripts/image_signing/
H A Dfirmware_boot.sh58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
83 dd if=bad.bin of=${output} conv=notrunc bs=1 seek
[all...]
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DSeekableInputStream.java22 * This will not seek past the end of the file. If the current position
23 * is already at or past the end of the file, this doesn't seek at all
26 * equivalent of <code>seek(length())</code> and the return value will
30 * the return value is <code>0</code>. It doesn't seek backward
36 * bytes would seek past the end of the file,
39 * @throws IOException might be thrown by {@link #seek(long)}
53 seek(pos + n);
80 public abstract void seek(long pos) throws IOException; method in class:SeekableInputStream
H A DSeekableFileInputStream.java97 * Calls {@link RandomAccessFile#seek(long) randomAccessFile.seek(long)}.
99 public void seek(long pos) throws IOException { method in class:SeekableFileInputStream
100 randomAccessFile.seek(pos);
/external/smali/util/src/main/java/org/jf/util/
H A DRandomAccessFileOutputStream.java49 raf.seek(filePosition);
55 raf.seek(filePosition);
61 raf.seek(filePosition);
H A DRandomAccessFileInputStream.java49 raf.seek(filePosition);
55 raf.seek(filePosition);
62 raf.seek(filePosition);
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
H A Dplatform_DMVerityBitCorruption.py23 dev.seek(run_count * block_size + self._adjustment)
25 dev.seek(run_count * block_size + self._adjustment)
35 dev.seek(block_count * block_size, os.SEEK_SET)
36 dev.seek(run_count * block_size + self._adjustment, os.SEEK_CUR)
39 dev.seek(block_count * block_size, os.SEEK_SET)
40 dev.seek(run_count * block_size + self._adjustment, os.SEEK_CUR)
/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/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dfile_part.py45 self._fp.seek(self._start)
63 def seek(self, offset, whence=os.SEEK_SET): member in class:FilePart
65 return self._fp.seek(offset + self._end)
67 return self._fp.seek(offset, whence)
69 return self._fp.seek(self._start + offset)
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
H A Dtest_keyfile.py64 self.keyfile.seek(0)
66 self.keyfile.seek(5)
71 self.keyfile.seek(-5)
80 self.keyfile.seek(50)
86 self.keyfile.seek(0, os.SEEK_END)
88 self.keyfile.seek(-1, os.SEEK_END)
91 # Test attempt to seek backwards past the start from the end.
93 self.keyfile.seek(-100, os.SEEK_END)
99 self.keyfile.seek(1, os.SEEK_CUR)
/external/elfutils/tests/
H A Drun-ranlib-test2.sh32 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-trace/catapult/telemetry/telemetry/internal/actions/
H A Dseek_unittest.py7 from telemetry.internal.actions import seek namespace
23 action = seek.SeekAction(seconds=1, timeout_in_seconds=5)
33 action = seek.SeekAction(seconds=1, selector='#video_1',
47 action = seek.SeekAction(seconds=1, selector='all',
60 """Tests that wait_for_seeked timeouts if video does not seek."""
61 action = seek.SeekAction(seconds=1, selector='#video_1',
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_file_part.py50 fp.seek(offset)
55 fp.seek(offset, whence=os.SEEK_CUR)
60 fp.seek(-offset, whence=os.SEEK_END)
65 fp.seek(1, whence=os.SEEK_END)
85 fp.seek(0)
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DRandomAccessFileBuffer.java111 _file.seek(_get);
127 _file.seek(index);
143 _file.seek(index);
159 _file.seek(index);
176 _file.seek(index);
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
H A Drenderer.py112 self.output.seek(where)
236 self.output.seek(start - 2)
239 self.output.seek(0, 2)
242 self.output.seek(lstart - 2)
245 self.output.seek(0, 2)
297 self.output.seek(rdata_start - 2)
300 self.output.seek(10)
302 self.output.seek(0, 2)
312 self.output.seek(0)
316 self.output.seek(
[all...]
/external/autotest/client/site_tests/hardware_SAT/
H A Dhardware_SAT.py18 fd.seek(0x48)
25 fd.seek(mchbar + 0x5000)
27 fd.seek(mchbar + 0x5024)
/external/blktrace/btt/doc/
H A DMakefile5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
/external/flac/include/FLAC/
H A Dcallback.h117 /** Signature for the seek callback.
167 * If the seek requirement for an interface is optional, you can signify that
168 * a data sorce is not seekable by setting the \a seek field to \c NULL.
173 FLAC__IOCallback_Seek seek; member in struct:__anon5912

Completed in 1530 milliseconds

1234567891011>>