Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/ffmpeg/tests/fate/
H A Dseek.mak15 fate-seek-acodec-adpcm-ima_qt: SRC = fate/acodec-adpcm-ima_qt.aiff
16 fate-seek-acodec-adpcm-ima_wav: SRC = fate/acodec-adpcm-ima_wav.wav
17 fate-seek-acodec-adpcm-ms: SRC = fate/acodec-adpcm-ms.wav
18 fate-seek-acodec-adpcm-swf: SRC = fate/acodec-adpcm-swf.flv
19 fate-seek-acodec-adpcm-yamaha: SRC = fate/acodec-adpcm-yamaha.wav
20 fate-seek-acodec-adpcm-ima_qt-trellis: SRC = fate/acodec-adpcm-ima_qt-trellis.aiff
21 fate-seek-acodec-adpcm-ima_wav-trellis: SRC = fate/acodec-adpcm-ima_wav-trellis.wav
22 fate-seek-acodec-adpcm-ms-trellis: SRC = fate/acodec-adpcm-ms-trellis.wav
23 fate-seek-acodec-adpcm-swf-trellis: SRC = fate/acodec-adpcm-swf-trellis.flv
24 fate-seek
[all...]
H A Dapi.mak19 FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek
20 fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv
22 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
23 fate-api-seek: CMP = null
/third_party/python/Lib/test/
H A Dtest_memoryio.py48 bytesIo.seek(0)
51 bytesIo.seek(3)
53 self.assertRaises(TypeError, bytesIo.seek, 0.0)
60 bytesIo.seek(5)
62 bytesIo.seek(10000)
74 self.assertEqual(f.seek(0), 0)
77 self.assertEqual(f.seek(5), 5)
80 self.assertEqual(f.seek(0), 0)
127 memio.seek(6)
135 memio.seek(
[all...]
H A Dtest_largefile.py39 f.seek(0)
40 f.seek(size)
77 f.seek(0)
79 f.seek(0, 0)
81 f.seek(42)
83 f.seek(42, 0)
85 f.seek(42, 1)
87 f.seek(0, 1)
89 f.seek(0, 2) # seek fro
[all...]
H A Dtest_mmap.py95 # test seeking around (try to overflow the seek implementation)
96 m.seek(0,0)
98 m.seek(42,1)
100 m.seek(0,2)
103 # Try to seek to negative position...
104 self.assertRaises(ValueError, m.seek, -1)
106 # Try to seek beyond end of mmap...
107 self.assertRaises(ValueError, m.seek, 1, 2)
109 # Try to seek to negative position...
110 self.assertRaises(ValueError, m.seek,
[all...]
H A Dtest_csv.py141 fileobj.seek(0)
150 fileobj.seek(0)
252 fileobj.seek(0)
259 fileobj.seek(0)
265 fileobj.seek(0)
271 fileobj.seek(0)
289 fileobj.seek(0)
406 fileobj.seek(0)
415 fileobj.seek(0)
497 fileobj.seek(
[all...]
/third_party/python/Tools/iobench/
H A Diobench.py63 f.seek(0)
71 f.seek(0)
79 f.seek(0)
87 f.seek(0)
95 f.seek(0)
102 """ seek forward one unit at a time """
103 f.seek(0, 2)
105 f.seek(0, 0)
107 f.seek(i, 0)
112 """ seek forwar
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dgzwrite.c178 /* check for seek request */
179 if (state->seek) {
180 state->seek = 0;
239 /* check for seek request */
240 if (state->seek) {
241 state->seek = 0;
302 /* check for seek request */ in gzprintf()
303 if (state->seek) { in gzprintf()
304 state->seek = 0; in gzprintf()
377 /* check for seek reques
[all...]
/third_party/rust/crates/rustix/tests/io/
H A Dread_write.rs72 use rustix::fs::{cwd, openat, seek, Mode, OFlags}; in test_readwrite_v()
87 seek(&foo, SeekFrom::Start(0)).unwrap(); in test_readwrite_v()
98 use rustix::fs::{cwd, openat, seek, Mode, OFlags}; in test_readwrite()
114 seek(&foo, SeekFrom::Start(0)).unwrap(); in test_readwrite()
153 use rustix::fs::{cwd, openat, seek, Mode, OFlags}; in test_pwritev2()
167 seek(&foo, SeekFrom::Start(0)).unwrap(); in test_pwritev2()
176 assert_eq!(seek(&foo, SeekFrom::Current(0)).unwrap(), 0); in test_pwritev2()
180 assert_eq!(seek(&foo, SeekFrom::Current(0)).unwrap(), 15); in test_pwritev2()
182 seek(&foo, SeekFrom::Start(0)).unwrap(); in test_pwritev2()
/third_party/node/deps/v8/third_party/zlib/
H A Dgzwrite.c193 /* check for seek request */
194 if (state->seek) {
195 state->seek = 0;
323 /* check for seek request */
324 if (state->seek) {
325 state->seek = 0;
404 /* check for seek request */ in gzvprintf()
405 if (state->seek) { in gzvprintf()
406 state->seek = 0; in gzvprintf()
498 /* check for seek reques
[all...]
/third_party/node/deps/zlib/
H A Dgzwrite.c184 /* check for seek request */ in gz_write()
185 if (state->seek) { in gz_write()
186 state->seek = 0; in gz_write()
303 /* check for seek request */ in gzputc()
304 if (state->seek) { in gzputc()
305 state->seek = 0; in gzputc()
380 /* check for seek request */ in gzvprintf()
381 if (state->seek) { in gzvprintf()
382 state->seek = 0; in gzvprintf()
470 /* check for seek reques in gzprintf()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dgzwrite.c193 /* check for seek request */
194 if (state->seek) {
195 state->seek = 0;
323 /* check for seek request */
324 if (state->seek) {
325 state->seek = 0;
401 /* check for seek request */ in gzvprintf()
402 if (state->seek) { in gzvprintf()
403 state->seek = 0; in gzvprintf()
495 /* check for seek reques
[all...]
/third_party/zlib/
H A Dgzwrite.c190 /* check for seek request */ in gz_write()
191 if (state->seek) { in gz_write()
192 state->seek = 0; in gz_write()
310 /* check for seek request */ in gzputc()
311 if (state->seek) { in gzputc()
312 state->seek = 0; in gzputc()
387 /* check for seek request */ in gzvprintf()
388 if (state->seek) { in gzvprintf()
389 state->seek = 0; in gzvprintf()
477 /* check for seek reques in gzprintf()
[all...]
/third_party/skia/demos.skia.org/demos/web_worker/
H A Dshared.js12 const seek = ((now - firstFrame) / duration) % 1.0;
14 animation.seek(seek);
/third_party/toybox/toys/posix/
H A Dgrep.c173 struct arg_list *seek, fseek; in do_grep() local
176 for (seek = TT.e; seek; seek = seek->next) { in do_grep()
178 if (!(FLAG(i) ? strcasecmp : strcmp)(seek->arg, line)) s = line; in do_grep()
179 } else if (!*seek->arg) { in do_grep()
181 seek = &fseek; in do_grep()
183 } else if (FLAG(i)) s = strcasestr(start, seek->arg); in do_grep()
184 else s = strstr(start, seek in do_grep()
[all...]
/third_party/rust/crates/rustix/tests/fs/
H A Dinvalid_offset.rs16 use rustix::fs::{cwd, openat, seek, Mode, OFlags}; in invalid_offset_seek()
27 seek(&file, SeekFrom::Start(u64::MAX)).unwrap_err(); in invalid_offset_seek()
28 seek(&file, SeekFrom::Start(i64::MAX as u64 + 1)).unwrap_err(); in invalid_offset_seek()
29 seek(&file, SeekFrom::End(-1)).unwrap_err(); in invalid_offset_seek()
30 seek(&file, SeekFrom::End(i64::MIN)).unwrap_err(); in invalid_offset_seek()
31 seek(&file, SeekFrom::Current(-1)).unwrap_err(); in invalid_offset_seek()
32 seek(&file, SeekFrom::Current(i64::MIN)).unwrap_err(); in invalid_offset_seek()
/third_party/skia/modules/skottie/src/animator/
H A DAnimator.cpp17 // The very first seek must trigger a sync, to ensure proper SG setup. in onSeek()
21 changed |= animator->seek(t); in onSeek()
39 child->seek(0); in attachDiscardableAdapter()
107 animator->seek(0); in bindImpl()
/third_party/ffmpeg/tests/
H A Dtiny_ssim.c185 int frames, seek; in main() local
190 printf("tiny_ssim <file1.yuv> <file2.yuv> <width>x<height> [<seek>]\n"); in main()
212 seek = argc<5 ? 0 : atoi(argv[4]); in main()
213 fseek(f[seek<0], seek < 0 ? -seek : seek, SEEK_SET); in main()
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp97 bool SkDWriteFontFileStream::seek(size_t position) { in seek() function in SkDWriteFontFileStream
104 return seek(fPos + offset); in move()
109 that->seek(fPos); in onFork()
205 if (!fStream->seek(static_cast<size_t>(fileOffset))) { in ReadFileFragment()
/third_party/python/Lib/
H A Dwave.py8 The open file pointer must have methods read(), seek(), and close().
9 When the setpos() and rewind() methods are not used, the seek()
29 setpos(pos) -- seek to the specified position
41 The open file pointer must have methods write(), tell(), seek(), and
140 def seek(self, pos, whence=0): member in _Chunk
149 raise OSError("cannot seek")
156 self.file.seek(self.offset + pos, 0)
202 self.file.seek(n, 1)
219 _file -- the open file with methods read(), close(), and seek()
355 self._data_chunk.seek(
[all...]
H A Dcodecs.py399 def seek(self, offset, whence=0): member in StreamWriter
400 self.stream.seek(offset, whence)
634 def seek(self, offset, whence=0): member in StreamReader
639 self.stream.seek(offset, whence)
732 def seek(self, offset, whence=0): member in StreamReaderWriter
733 self.stream.seek(offset, whence)
850 def seek(self, offset, whence=0): member in StreamRecoder
853 self.reader.seek(offset, whence)
854 self.writer.seek(offset, whence)
H A Dchunk.py41 read, close, seek, tell, isatty.
102 def seek(self, pos, whence=0): member in Chunk
111 raise OSError("cannot seek")
118 self.file.seek(self.offset + pos, 0)
164 self.file.seek(n, 1)
H A Dzipimport.py414 fp.seek(-END_CENTRAL_DIR_SIZE, 2)
425 fp.seek(0, 2)
433 fp.seek(max_comment_start)
463 fp.seek(header_position)
522 fp.seek(start_offset)
595 fp.seek(file_offset)
611 fp.seek(file_offset)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFStreamer.h35 virtual void seek(uint64_t Off) = 0;
101 void seek(uint64_t Off) override { Out.seek(Off); }
/third_party/skia/modules/skottie/gm/
H A DSkottieGM.cpp79 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration);
137 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration);
200 fAnimation->seek(0);
221 fAnimation->seek(std::fmod(1e-9 * nanos, duration) / duration);

Completed in 14 milliseconds

12345678910>>...15