Searched refs:seek (Results 26 - 50 of 387) sorted by relevance

1234567891011>>

/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:__anon6615
/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Dcommon_tests80 echo -n "Writing middle of sysctl after synchronized seek ... "
82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
92 dd if="${TEST_FILE}" of="${TARGET}" bs=20 seek=2 2>/dev/null
/external/autotest/client/site_tests/platform_DMVerityCorruption/
H A Dplatform_DMVerityCorruption.py17 dd_cmd = 'dd if=/dev/zero of=%s bs=%d seek=%d count=1'
26 dev.seek(block_count * block_size, os.SEEK_SET)
27 dev.seek(run_count * block_size, os.SEEK_CUR)
/external/avb/test/
H A Davbtool_signing_helper_with_files_test.py46 signing_file.seek(0)
68 signing_file.seek(0)
/external/blktrace/btt/
H A DAndroid.mk5 latency.c misc.c output.c proc.c seek.c trace.c \
/external/python/cpython2/Tools/scripts/
H A Drgrep.py32 f.seek(0, 2)
38 f.seek(pos)
/external/vboot_reference/scripts/image_signing/
H A Dconvert_recovery_to_full_ssd.sh67 sudo dd if=${tmp_vblock} of=${SSD_IMAGE} seek=${kerna_offset} bs=512 \
73 sudo dd if=/dev/zero of=${SSD_IMAGE} seek=${kernb_offset} bs=512 \
H A Dconvert_recovery_to_ssd.sh77 sudo dd if=${tmp_vblock} of=${IMAGE} seek=${kerna_offset} bs=512 conv=notrunc
81 sudo dd if=/dev/zero of=${IMAGE} seek=${kernb_offset} bs=512 count=${kern_size} conv=notrunc
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dmacho-dumpx12 # Snarf all the data so we can seek.
24 def seek(self, pos):
25 self.file.seek(pos)
171 f.seek(stroff)
177 f.seek(symoff)
183 f.seek(prev_pos)
228 f.seek(indirectsymoff)
235 f.seek(prev_pos)
265 f.seek(reloc_offset)
274 f.seek(offse
[all...]
H A Delf-dump12 # Snarf all the data so we can seek.
19 def seek(self, pos):
20 self.file.seek(pos)
87 f.seek(self.sh_offset[0])
99 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
122 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
166 f.seek(16) # Seek to end of e_ident.
189 f.seek(e_shoff[0] + index * e_shentsize[0])
194 f.seek(sections[e_shstrndx[0]].sh_offset[0])
201 f.seek(sectio
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_StringIO.py28 self.assertRaises(TypeError, self._fp.seek)
34 self._fp.seek(0)
39 self.assertRaises(TypeError, f.seek)
41 f.seek(3)
49 f.seek(0)
63 f.seek(10)
121 f.seek(0)
127 f.seek(0)
130 f.seek(0)
162 f.seek(
[all...]
/external/python/cpython2/Lib/
H A DStringIO.py10 f.seek(pos) # set current position
11 f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF
95 def seek(self, pos, mode = 0): member in class:StringIO
99 positioning); other values are 1 (seek relative to the current
100 position) and 2 (seek relative to the file's end).
294 f.seek(len(lines[0]))
296 f.seek(0)
301 f.seek(-len(line), 1)
304 raise RuntimeError, 'bad result after seek back'
305 f.seek(le
[all...]
H A Dchunk.py41 read, close, seek, tell, isatty.
98 def seek(self, pos, whence=0): member in class:Chunk
107 raise IOError, "cannot seek"
114 self.file.seek(self.offset + pos, 0)
160 self.file.seek(n, 1)
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DSeekableXZInputStream.java60 * that the decompressor will only need to seek to certain uncompressed
161 * True when <code>seek(long)</code> has been called but the actual
168 * calling <code>seek(long)</code>.
314 in.seek(0);
336 in.seek(pos - DecoderUtil.STREAM_HEADER_SIZE);
367 in.seek(pos - streamFooter.backwardSize);
403 in.seek(pos);
671 seek();
678 seek();
772 * very fast. The actual seek i
785 public void seek(long pos) throws IOException { method in class:SeekableXZInputStream
824 private void seek() throws IOException { method in class:SeekableXZInputStream
[all...]
/external/syslinux/utils/
H A Disohybrid.in139 seek(FILE, 17*2048, SEEK_SET) or die "$0: $file: $!\n";
145 seek(FILE, $br_cat_offset*2048, SEEK_SET) or die "$0: $file: $!\n";
166 seek(FILE, $de_lba*2048+0x40, SEEK_SET) or die "$0: $file: $!\n";
199 seek(FILE, 440, SEEK_SET) or die "$0: $file: $!\n";
207 seek(FILE, 0, SEEK_SET) or die "$0: $file: $!\n";
249 seek(FILE, $imgstat[7], SEEK_SET) or die "$0: $file: $!\n";
/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/toybox/toys/posix/
H A Dgrep.c129 struct arg_list *seek, fseek; local
132 for (seek = TT.e; seek; seek = seek->next) {
136 if ((i ? strcasecmp : strcmp)(seek->arg, line)) s = line;
137 } else if (!*seek->arg) {
138 seek = &fseek;
142 if (toys.optflags & FLAG_i) s = strnstr(line, seek->arg);
143 else s = strstr(line, seek
[all...]
/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
/external/autotest/client/site_tests/video_YouTubePage/files/
H A Dvideo_YouTubePageCommon.js44 function seek(time) { function
108 window.__seek = seek;
/external/autotest/server/cros/network/
H A Drf_switch_ap_box_test.py52 self.ap_config_file.seek(0)
87 self.ap_config_file.seek(0)
/external/ltp/testcases/network/stress/ftp/
H A Dftp-upload-stress01-rmt47 echo -n "Z" | dd of=$filename bs=1 seek=$(($filesize - 1)) > /dev/null 2>&1 || \
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_ccompiler.py46 stdout.seek(0)
53 stdout.seek(0)
/external/python/cpython2/Tools/freeze/
H A Dbkfile.py27 self.seek = self.__file.seek
/external/skia/tests/
H A DFakeStreams.h77 bool seek(size_t position) override { return fStream.seek(position); }

Completed in 781 milliseconds

1234567891011>>