/external/webkit/WebCore/css/ |
D | mediaControls.css | 91 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 92 -webkit-appearance: media-seek-back-button; 98 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto… 99 -webkit-appearance: media-seek-forward-button;
|
D | mediaControlsChromium.css | 156 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 157 -webkit-appearance: media-seek-back-button; 161 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto… 162 -webkit-appearance: media-seek-forward-button;
|
D | mediaControlsQT.css | 120 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 125 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto…
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_rwops.h | 46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); 114 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence) 115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 410 stream.seek(-2,1) 444 stream.seek(-2,1) 475 stream.seek(-2,1) 501 stream.seek(-2,1) 529 stream.seek(-2,1) 555 stream.seek(-1,1) 579 stream.seek(-1,1) 603 stream.seek(-2,1) 633 stream.seek(pos,0) 665 stream.seek(pos,0) [all …]
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/ |
D | pvmf_protocol_engine_progressive_download.h | 111 virtual void seek(const uint32 aSeekPosition) in seek() function 219 virtual void seek(const uint32 aSeekPosition) in seek() function 221 HttpBasedProtocol::seek(aSeekPosition); in seek()
|
/external/webkit/WebCore/css/qt/ |
D | mediaControls-extras.css | 69 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button { 80 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-butto…
|
/external/bluetooth/glib/gio/ |
D | gfileinputstream.c | 101 iface->seek = g_file_input_stream_seekable_seek; in g_file_input_stream_seekable_iface_init() 304 if (class->seek) in g_file_input_stream_can_seek() 336 if (!class->seek) in g_file_input_stream_seek() 349 res = class->seek (stream, offset, type, cancellable, error); in g_file_input_stream_seek()
|
D | gfileoutputstream.c | 104 iface->seek = g_file_output_stream_seekable_seek; in g_file_output_stream_seekable_iface_init() 349 if (class->seek) in g_file_output_stream_can_seek() 381 if (!class->seek) in g_file_output_stream_seek() 394 res = class->seek (stream, offset, type, cancellable, error); in g_file_output_stream_seek()
|
D | gseekable.h | 66 gboolean (* seek) (GSeekable *seekable, member
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | DataFactory.java | 432 raf.seek (FILE_HEADER_LENGTH); in mergeload() 475 raf.seek (position); in mergeload() 604 raf.seek (FILE_HEADER_LENGTH); in persist() 635 raf.seek (position); in persist() 668 if (truncate) raf.seek (0); in persist() 741 raf.seek (marker); in writeEntry()
|
/external/tesseract/liblept/ |
D | _fopencookie.c | 178 c->seekfn = functions.seek; in fopencookie() 179 fp->_seek = functions.seek ? fcseek : NULL; in fopencookie()
|
D | _stdio.h | 29 int (*seek)(void *, off_t *, int); member
|
/external/blktrace/btt/doc/ |
D | btt.tex | 243 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\_065,048\_q2q\_w.dat}. [all …]
|
D | Makefile | 5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
|
/external/opencore/baselibs/media_data_structures/src/ |
D | access_unit.cpp | 161 bool AccessUnit::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, in seek() function in AccessUnit 164 return rep->seek(idx, offset, ptr, boundaryReached, delta_in_bytes); in seek()
|
D | access_unit_impl.cpp | 125 bool AccessUnitImplementation::seek(int & idx, int & offset, uint8 * & ptr, bool & boundaryReached, in seek() function in AccessUnitImplementation 283 this->seek(tmp_idx, tmp_offset, tmp_ptr, boundaryReached, 1); in match_bit_pattern_no_state()
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
D | pvmf_protocol_engine_common.h | 32 virtual void seek(const uint32 aSeekPosition) = 0; 276 virtual void seek(const uint32 aSeekPosition) in seek() function 475 virtual void seek(const uint32 aSeekPosition) in seek() function 477 iCurrState->seek(aSeekPosition); in seek()
|
/external/webkit/WebCore/platform/graphics/ |
D | MediaPlayer.cpp | 80 virtual void seek(float) { } in seek() function in WebCore::NullMediaPlayerPrivate 311 void MediaPlayer::seek(float time) in seek() function in WebCore::MediaPlayer 313 m_private->seek(time); in seek()
|
/external/webkit/WebCore/html/ |
D | HTMLMediaElement.cpp | 465 m_player->seek(0); in loadInternal() 780 m_player->seek(0); in setReadyState() 865 void HTMLMediaElement::seek(float time, ExceptionCode& ec) in seek() function in WebCore::HTMLMediaElement 908 m_player->seek(time); in seek() 939 seek(time, ec); in setCurrentTime() 1046 seek(0, unused); in playInternal() 1320 seek(0, ignoredException); in mediaPlayerTimeChanged()
|
/external/qemu/distrib/sdl-1.2.12/src/file/ |
D | SDL_rwops.c | 442 rwops->seek = win32_file_seek; in SDL_RWFromFile() 477 rwops->seek = stdio_seek; in SDL_RWFromFP() 494 rwops->seek = mem_seek; in SDL_RWFromMem() 511 rwops->seek = mem_seek; in SDL_RWFromConstMem()
|
/external/zlib/contrib/iostream3/ |
D | TODO | 5 - The ability to seek (zlib supports this, but could be slow/tricky)
|
/external/blktrace/btt/ |
D | Android.mk | 7 latency.c misc.c output.c proc.c seek.c trace.c \
|
D | Makefile | 17 misc.o output.o proc.o seek.o trace.o trace_complete.o trace_im.o \
|
/external/bluetooth/bluez/doc/ |
D | control-api.txt | 51 "forward-seek", "reverse-seek" or "error". Elapsed is
|