Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 667) sorted by relevance

12345678910>>...27

/third_party/ffmpeg/tests/fate/
Dseek.mak31 fate-seek-acodec-adpcm-ima_qt: SRC = fate/acodec-adpcm-ima_qt.aiff
32 fate-seek-acodec-adpcm-ima_wav: SRC = fate/acodec-adpcm-ima_wav.wav
33 fate-seek-acodec-adpcm-ms: SRC = fate/acodec-adpcm-ms.wav
34 fate-seek-acodec-adpcm-swf: SRC = fate/acodec-adpcm-swf.flv
35 fate-seek-acodec-adpcm-yamaha: SRC = fate/acodec-adpcm-yamaha.wav
36 fate-seek-acodec-adpcm-ima_qt-trellis: SRC = fate/acodec-adpcm-ima_qt-trellis.aiff
37 fate-seek-acodec-adpcm-ima_wav-trellis: SRC = fate/acodec-adpcm-ima_wav-trellis.wav
38 fate-seek-acodec-adpcm-ms-trellis: SRC = fate/acodec-adpcm-ms-trellis.wav
39 fate-seek-acodec-adpcm-swf-trellis: SRC = fate/acodec-adpcm-swf-trellis.flv
40 fate-seek-acodec-adpcm-yamaha-trellis: SRC = fate/acodec-adpcm-yamaha-trellis.wav
[all …]
Dapi.mak19 FATE_API_LIBAVFORMAT-$(call DEMDEC, FLV, FLV) += fate-api-seek
20 fate-api-seek: $(APITESTSDIR)/api-seek-test$(EXESUF) fate-lavf-flv
21 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.…
22 fate-api-seek: CMP = null
/third_party/python/Lib/test/
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(0, 2)
[all …]
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 from the end
91 f.seek(-10, 2)
[all …]
Dtest_mmap.py82 m.seek(0,0)
84 m.seek(42,1)
86 m.seek(0,2)
90 self.assertRaises(ValueError, m.seek, -1)
93 self.assertRaises(ValueError, m.seek, 1, 2)
96 self.assertRaises(ValueError, m.seek, -len(m)-1, 2)
110 self.assertRaises(ValueError, m.seek, 513, 0)
116 f.seek(0, 2)
151 m.seek(0,0)
160 m.seek(0,0)
[all …]
Dtest_csv.py139 fileobj.seek(0)
148 fileobj.seek(0)
239 fileobj.seek(0)
246 fileobj.seek(0)
252 fileobj.seek(0)
258 fileobj.seek(0)
276 fileobj.seek(0)
374 fileobj.seek(0)
383 fileobj.seek(0)
437 fileobj.seek(0)
[all …]
Dtest_io.py117 def seek(self, pos, whence): member in MockRawIOWithoutRead
178 def seek(self, pos, whence): member in MisbehavedRawIO
253 def seek(self, *args): member in MockUnseekableIO
290 def seek(self, pos, whence=0): member in MockNonBlockWriterIO
336 f.seek(0)
339 self.assertEqual(f.seek(0), 0)
342 self.assertEqual(f.seek(-1, 1), 5)
347 self.assertEqual(f.seek(0), 0)
349 self.assertEqual(f.seek(-1, 2), 13)
354 self.assertRaises(TypeError, f.seek, 0.0)
[all …]
/third_party/python/Tools/iobench/
Diobench.py63 f.seek(0)
71 f.seek(0)
79 f.seek(0)
87 f.seek(0)
95 f.seek(0)
103 f.seek(0, 2)
105 f.seek(0, 0)
107 f.seek(i, 0)
113 f.seek(0, 2)
115 f.seek(0, 0)
[all …]
/third_party/libwebsockets/win32port/zlib/
Dgzwrite.c179 if (state->seek) {
180 state->seek = 0;
240 if (state->seek) {
241 state->seek = 0;
303 if (state->seek) { in gzprintf()
304 state->seek = 0; in gzprintf()
378 if (state->seek) {
379 state->seek = 0;
446 if (state->seek) {
447 state->seek = 0;
[all …]
/third_party/rust/crates/rustix/tests/io/
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/zlib/
Dgzwrite.c185 if (state->seek) { in gz_write()
186 state->seek = 0; in gz_write()
304 if (state->seek) { in gzputc()
305 state->seek = 0; in gzputc()
381 if (state->seek) { in gzvprintf()
382 state->seek = 0; in gzvprintf()
471 if (state->seek) { in gzprintf()
472 state->seek = 0; in gzprintf()
545 if (state->seek) { in gzflush()
546 state->seek = 0; in gzflush()
[all …]
/third_party/node/deps/v8/third_party/zlib/
Dgzwrite.c194 if (state->seek) {
195 state->seek = 0;
324 if (state->seek) {
325 state->seek = 0;
405 if (state->seek) { in gzvprintf()
406 state->seek = 0; in gzvprintf()
499 if (state->seek) {
500 state->seek = 0;
576 if (state->seek) {
577 state->seek = 0;
[all …]
/third_party/zlib/
Dgzwrite.c205 if (state->seek) {
206 state->seek = 0;
335 if (state->seek) {
336 state->seek = 0;
416 if (state->seek) { in gzvprintf()
417 state->seek = 0; in gzvprintf()
510 if (state->seek) {
511 state->seek = 0;
587 if (state->seek) {
588 state->seek = 0;
[all …]
/third_party/skia/third_party/externals/zlib/
Dgzwrite.c194 if (state->seek) {
195 state->seek = 0;
324 if (state->seek) {
325 state->seek = 0;
402 if (state->seek) { in gzvprintf()
403 state->seek = 0; in gzvprintf()
496 if (state->seek) {
497 state->seek = 0;
573 if (state->seek) {
574 state->seek = 0;
[all …]
/third_party/skia/demos.skia.org/demos/web_worker/
Dshared.js12 const seek = ((now - firstFrame) / duration) % 1.0;
14 animation.seek(seek);
/third_party/cef/include/capi/
Dcef_stream_capi.h71 int(CEF_CALLBACK* seek)(struct _cef_read_handler_t* self,
115 int(CEF_CALLBACK* seek)(struct _cef_stream_reader_t* self,
177 int(CEF_CALLBACK* seek)(struct _cef_write_handler_t* self,
221 int(CEF_CALLBACK* seek)(struct _cef_stream_writer_t* self,
/third_party/toybox/toys/posix/
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->arg); in do_grep()
192 mm->rm_eo = (s-start)+strlen(seek->arg); in do_grep()
/third_party/skia/experimental/skottiekit/skottiekit/
DREADME.md25 // seek takes a float from 0.0 to 1.0
26 const seek = ((Date.now() - firstFrame) / duration) % 1.0;
27 animation.seek(seek);
/third_party/rust/crates/rustix/tests/fs/
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/toybox/tests/
Dtar.test208 yes | (dd bs=$((1<<16)) count=1; dd bs=8192 seek=14 count=1; dd bs=4096 seek=64 count=5) 2>/dev/nul…
215 dd if=/dev/zero of=fweep bs=65536 seek=$i count=1 2>/dev/null
224 dd if=/dev/zero of=fweep bs=65536 seek=$i count=1 2>/dev/null
225 dd if=/dev/zero of=fweep2 bs=65536 seek=$i count=1 2>/dev/null
/third_party/ffmpeg/tests/
Dtiny_ssim.c186 int frames, seek; in main() local
213 seek = argc<5 ? 0 : atoi(argv[4]); in main()
214 fseek(f[seek<0], seek < 0 ? -seek : seek, SEEK_SET); in main()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Devents342 - travel as fast as possible. the rationale is that a seek event should
84 - an element has performed a seek operation resulting in a
110 The seek event is used to reposition the upstream elements to
113 The seek event caries a bitwise-or of a GstFormat and a GstSeekType.
115 An element receiving the seek event on its srcpad should try to
173 The application can insert the seek event into the pipeline on
177 The semantics of the seek parameters are described above.
207 The app wants to perform a seek on filesrc. It'll call the gst_pad_send_event()
214 lost of possibilities here: The app can choose to insert a seek event
216 seek on the video_0 pad of mpeg2parse or it can insert a time seek event
[all …]
Devents42 - travel as fast as possible. the rationale is that a seek event should
58 Used to notify plugins that they need to seek to a certain byte offset
106 The app wants to perform a seek on filesrc. It'll call the gst_pad_event()
113 lost of possibilities here: The app can choose to insert a seek event
115 seek on the video_0 pad of mpeg2parse or it can insert a time seek event
122 Filesrc will get a byte seek event on its src pad and will proceed as
/third_party/skia/modules/skottie/src/animator/
DAnimator.cpp21 changed |= animator->seek(t); in onSeek()
39 child->seek(0); in attachDiscardableAdapter()
107 animator->seek(0); in bindImpl()
/third_party/gstreamer/gstplugins_base/tests/validate/videorate/
Dchange_rate_reverse_playback.validatetest14 seek, start=0.0, stop=5.0, flags=accurate+flush, rate=-1.0
16 # Crank the 5 first buffers and check position is `seek.stop - (5*(1/10fps)) = 4.5s`
31 check-position, expected-position=4.0 # seek.stop - (10*(1/10fps)) = 4.0s
38 check-position, expected-position=2.0 # seek.stop - (20*(1/10fps)) = 2.0s

12345678910>>...27