HomeSort by relevance Sort by last modified time
    Searched full:seek (Results 1 - 25 of 644) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/simulator/app/
AssetStream.h 45 return (mpAsset->seek(0, SEEK_CUR) == mpAsset->getLength());
71 /* seek, using wxWidgets-defined values for "whence" */
72 virtual wxFileOffset OnSysSeek(wxFileOffset seek, wxSeekMode mode) {
82 newPosn = mpAsset->seek(seek, whence);
84 // (long) seek, mode, (long) newPosn);
92 //printf("## OnSysTell() --> %ld\n", (long) mpAsset->seek(0, SEEK_CUR));
93 return mpAsset->seek(0, SEEK_CUR);
  /external/webkit/WebCore/manual-tests/
video-waiting-seeking.html 17 failTest("Cannot seek to " + seekTo + ". Does engine support seeking into unbuffered region?");
33 consoleWrite("Running scheduled seek");
70 <p>Attempt to seek out of the buffered range. If supported, this
71 should cause a waiting and seeking event to be fired for each seek.
  /external/quake/tools/
dumpms2.py 41 # Seek ahead and read the vertex order information
42 f.seek(4 + 4 + 4 * numCommands)
47 f.seek(4 + 4)
  /external/blktrace/btt/doc/
Makefile 5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
  /external/bluetooth/glib/gio/
gseekable.h 42 * Seek object for streaming operations.
51 * @seek: Seeks to a location within a stream.
66 gboolean (* seek) (GSeekable *seekable, member in struct:_GSeekableIface
78 /* TODO: Async seek/truncate */
  /external/webkit/WebCore/css/
mediaControlsGtk.css 50 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
55 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
mediaControls.css 99 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
100 -webkit-appearance: media-seek-back-button;
106 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
107 -webkit-appearance: media-seek-forward-button;
  /external/zlib/contrib/iostream3/
TODO 5 - The ability to seek (zlib supports this, but could be slow/tricky)
  /frameworks/base/awt/javax/imageio/stream/
FileCacheImageInputStream.java 84 raf.seek(streamPos++);
89 raf.seek(streamPos++);
104 raf.seek(streamPos);
110 raf.seek(streamPos);
FileImageOutputStream.java 116 public void seek(long pos) throws IOException { method in class:FileImageOutputStream
117 // -- checkClosed() is performed in super.seek()
118 super.seek(pos);
119 file.seek(pos);
FileCacheImageOutputStream.java 154 raf.seek(readFromPos);
173 raf.seek(streamPos); // Reset the position
178 public void seek(long pos) throws IOException { method in class:FileCacheImageOutputStream
183 raf.seek(pos);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h 42 /* Seek to 'offset' relative to whence, one of stdio's whence values:
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
109 #define RW_SEEK_SET 0 /* Seek from the beginning of data */
110 #define RW_SEEK_CUR 1 /* Seek relative to current read point */
111 #define RW_SEEK_END 2 /* Seek relative to the end of data */
114 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_rwops.h 42 /* Seek to 'offset' relative to whence, one of stdio's whence values:
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
109 #define RW_SEEK_SET 0 /* Seek from the beginning of data */
110 #define RW_SEEK_CUR 1 /* Seek relative to current read point */
111 #define RW_SEEK_END 2 /* Seek relative to the end of data */
114 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_rwops.h 42 /* Seek to 'offset' relative to whence, one of stdio's whence values:
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
109 #define RW_SEEK_SET 0 /* Seek from the beginning of data */
110 #define RW_SEEK_CUR 1 /* Seek relative to current read point */
111 #define RW_SEEK_END 2 /* Seek relative to the end of data */
114 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
115 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilt/windows/sdl/include/SDL/
SDL_rwops.h 42 /* Seek to 'offset' relative to whence, one of stdio's whence values:
46 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
109 #define RW_SEEK_SET 0 /* Seek from the beginning of data */
110 #define RW_SEEK_CUR 1 /* Seek relative to current read point */
111 #define RW_SEEK_END 2 /* Seek relative to the end of data */
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/blktrace/btt/
Android.mk 7 latency.c misc.c output.c proc.c seek.c trace.c \
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 75 off_t pos = fAsset->seek(0, SEEK_SET);
88 // asset->seek returns new total offset
91 off_t oldOffset = fAsset->seek(0, SEEK_CUR);
94 off_t newOffset = fAsset->seek(size, SEEK_CUR);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_rwops.h 48 /* Seek to 'offset' relative to whence, one of stdio's whence values:
52 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
101 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
102 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, SEEK_CUR)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SeekBar1.java 28 * Demonstrates how to use a seek bar
42 mSeekBar = (SeekBar)findViewById(R.id.seek);
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser.cpp 56 ipFilePtr->Seek(0, Oscl_File::SEEKSET);
58 // Seek to the end to find the file size
60 if (ipFilePtr->Seek(0, Oscl_File::SEEKEND))
67 // Seek back to the beginning
68 ipFilePtr->Seek(0, Oscl_File::SEEKSET);
135 ipFilePtr->Seek(chksz, Oscl_File::SEEKCUR);
143 ipFilePtr->Seek(chksz, Oscl_File::SEEKCUR);
209 ipFilePtr->Seek(iMovieChunkSize, Oscl_File::SEEKCUR);
282 ipFilePtr->Seek(junkSize, Oscl_File::SEEKCUR);
319 ipFilePtr->Seek(0, Oscl_File::SEEKSET)
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_cache.cpp 322 * Seek
329 int32 OsclFileCache::Seek(TOsclFileOffset offset, Oscl_File::seek_type origin)
331 //figure out the file position we're trying to seek to
346 (0, "OsclFileCache(0x%x)::Seek ERROR invalid origin %d", this, origin));
354 (0, "OsclFileCache(0x%x)::Seek ERROR invalid seek position %d", this, pos));
358 //when seek is in current cache range, just update the
368 //Seek to the real target location.
376 (0, "OsclFileCache(0x%x)::Seek ERROR CallNativeSeek failed", this));
389 (0, "OsclFileCache(0x%x)::Seek ERROR SetCachePosition failed", this))
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 74 // seek and play
81 Log.v(TAG, "Seek time = " + seek_time);
113 // make sure the seek at least run once.
126 Log.v(TAG, "Seek time = " + random_seek_time);
129 //Seek to 10s from the end of the video
  /bionic/libc/stdio/
stdio.c 40 * Small standard I/O/seek/close functions.
41 * These maintain the `known seek offset' for seek optimisation.
  /external/opencore/fileformats/mp3/parser/src/
mp3utils.cpp 93 // translate the seek offset to seek from current position
110 if (aFP->Seek(seekOffset, Oscl_File::SEEKCUR) != 0)
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.h 42 off_t seek (off_t n, seekdir whence = beg);
59 inline void seekg (off_t n, seekdir whence = beg) { seek (n, whence); }
60 inline void seekp (off_t n, seekdir whence = beg) { seek (n, whence); }

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>