Searched defs:seek (Results 51 - 73 of 73) sorted by relevance

123

/external/blktrace/btt/doc/
H A Dbtt.tex243 The first of the two sections displays values for Q2Q seek distances --
245 are to each other. The second section shows D2D seek distances --
467 \item[seek details] A set of data files containing all IO-to-IO
469 section~\ref{sec:seek}.
687 \newpage\section{\label{sec:seek}Seek Data Files}
690 deltas, providing seek information which can then be plotted. The
696 \item Read data -- just seek deltas for reads
698 \item Write data -- just seek deltas for writes
717 An example name would be after specifying \texttt{-s seek} would be:
718 \texttt{seek\_06
[all...]
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc431 void WebMediaPlayerImpl::seek(float seconds) { function in class:webkit_glue::WebMediaPlayerImpl
434 // WebKit fires a seek(0) at the very start, however pipeline already does a
435 // seek(0) internally. Avoid doing seek(0) the second time because this will
455 // Kick off the asynchronous seek!
609 // If we are performing streaming, we report that we cannot seek at all.
611 // or not. We should be able to seek even if we are performing streaming.
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc311 void WebMediaPlayerAndroid::seek(double seconds) { function in class:content::WebMediaPlayerAndroid
381 // If the player is pending for a seek, return the seek time.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp387 void WebMediaPlayerClientImpl::seek(double time) function in class:WebKit::WebMediaPlayerClientImpl
390 m_webMediaPlayer->seek(time);
/external/chromium_org/third_party/skia/src/core/
H A DSkStream.cpp278 bool SkFILEStream::seek(size_t position) { function in class:SkFILEStream
288 that->seek(this->getPosition());
405 bool SkMemoryStream::seek(size_t position) { function in class:SkMemoryStream
413 return this->seek(fOffset + offset);
418 that->seek(fOffset);
736 virtual bool seek(size_t position) SK_OVERRIDE {
754 return seek(fOffset + offset);
/external/skia/src/core/
H A DSkStream.cpp278 bool SkFILEStream::seek(size_t position) { function in class:SkFILEStream
288 that->seek(this->getPosition());
405 bool SkMemoryStream::seek(size_t position) { function in class:SkMemoryStream
413 return this->seek(fOffset + offset);
418 that->seek(fOffset);
736 virtual bool seek(size_t position) SK_OVERRIDE {
754 return seek(fOffset + offset);
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_impl.cc341 void WebMediaPlayerImpl::seek(double seconds) { function in class:content::WebMediaPlayerImpl
365 // Kick off the asynchronous seek!
845 seek(pending_seek_seconds_);
905 // report that the most recent seek has completed.
/external/iptables/libiptc/
H A Dlibiptc.c212 const STRUCT_ENTRY *seek,
215 if (i == seek)
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) argument
247 iptcb_get_number, seek, &pos) == 0) {
249 (unsigned int)((char *)seek - (char *)h->entries->entrytable));
211 iptcb_get_number(const STRUCT_ENTRY *i, const STRUCT_ENTRY *seek, unsigned int *pos) argument
/external/llvm/include/llvm/Support/
H A Dsystem_error.h858 seek = 25, // ERROR_SEEK, enumerator in enum:llvm::windows_error::_
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h389 PRSeekFN seek; /* position the file to the desired place */ member in struct:PRIOMethods
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h226 LONG seek; member in struct:linux_romvec
/external/libvpx/libvpx/nestegg/src/
H A Dnestegg.c178 struct seek { struct
184 struct ebml_list seek; member in struct:seek_head
346 E_FIELD(ID_SEEK_ID, TYPE_BINARY, struct seek, id),
347 E_FIELD(ID_SEEK_POSITION, TYPE_UINT, struct seek, position),
352 E_MASTER(ID_SEEK, TYPE_MASTER, struct seek_head, seek),
506 return io->seek(offset, whence, io->userdata);
1342 static struct seek *
1346 struct ebml_list_node * seek; local
1348 struct seek * s;
1353 seek
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1007 // Consider cues that may have been missed since the last seek time.
1845 void HTMLMediaElement::seek(double time, ExceptionState& es) function in class:WebCore::HTMLMediaElement
1847 LOG(Media, "HTMLMediaElement::seek(%f)", time);
1882 // is necessary because if the seek time is not equal to currentTime but the delta is less than the movie's
1883 // time scale, we will ask the media engine to "seek" to the current movie time, which may be a noop and
1889 LOG(Media, "HTMLMediaElement::seek(%f) - media timeline equivalent is %f", time, mediaTime);
1899 // Short circuit seeking to the current time by just firing the events if no seek is required.
1900 // Don't skip calling the media engine if we are in poster mode because a seek should always
1904 // Always notify the media engine of a seek if the source is not closed. This ensures that the source is
1933 m_player->seek(tim
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py97 def seek(self, pos): member in class:BinaryReader
98 self.file.seek(pos)
183 f.seek(self.sh_offset + index * self.sh_entsize)
194 f.seek(f.tell())
209 f.seek(pos)
279 f.seek(18)
298 f.seek(e_shoff + index * e_shentsize)
302 f.seek(sections[e_shstrndx].sh_offset)
308 f.seek(section.sh_offset)
330 f.seek(2
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jar ... IOException public java.lang.String toString () public void seek (long) throws java.io.IOException long pos public ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1161 milliseconds

123