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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
IntStream.pm 17 requires 'seek';
Stream.pm 17 requires 'seek';
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 23 off64_t pos = fAsset->seek(0, SEEK_SET);
25 SkDebugf("----- fAsset->seek(rewind) failed\n");
38 // asset->seek returns new total offset
41 off64_t oldOffset = fAsset->seek(0, SEEK_CUR);
43 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
46 off64_t newOffset = fAsset->seek(size, SEEK_CUR);
48 SkDebugf("---- fAsset->seek(%d) failed\n", size);
  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 97 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
103 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
104 if (20!=rwops->seek(rwops,-7,RW_SEEK_END)) RWOP_ERR_QUIT(rwops);
109 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
121 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
123 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
124 if (20!=rwops->seek(rwops,-7,RW_SEEK_END)) RWOP_ERR_QUIT(rwops);
129 if (0!=rwops->seek(rwops,-27,RW_SEEK_CUR)) RWOP_ERR_QUIT(rwops);
141 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
143 if (0!=rwops->seek(rwops,0L,RW_SEEK_SET)) RWOP_ERR_QUIT(rwops);
    [all...]
  /external/webkit/Source/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)
  /frameworks/av/include/media/stagefright/
MediaExtractor.h 48 CAN_SEEK_BACKWARD = 1, // the "seek 10secs back button"
49 CAN_SEEK_FORWARD = 2, // the "seek 10secs forward button"
51 CAN_SEEK = 8, // the "seek bar"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
file.h 34 # define L_SET 0 /* Seek from beginning of file. */
35 # define L_INCR 1 /* Seek from current position. */
36 # define L_XTND 2 /* Seek from end of file. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
file.h 34 # define L_SET 0 /* Seek from beginning of file. */
35 # define L_INCR 1 /* Seek from current position. */
36 # define L_XTND 2 /* Seek from end of file. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
file.h 34 # define L_SET 0 /* Seek from beginning of file. */
35 # define L_INCR 1 /* Seek from current position. */
36 # define L_XTND 2 /* Seek from end of file. */
  /external/blktrace/btt/doc/
Makefile 5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
  /external/zlib/src/contrib/iostream3/
TODO 5 - The ability to seek (zlib supports this, but could be slow/tricky)
  /external/zlib/src/
gzwrite.c 200 /* check for seek request */
201 if (state->seek) {
202 state->seek = 0;
261 /* check for seek request */
262 if (state->seek) {
263 state->seek = 0;
324 /* check for seek request */
325 if (state->seek) {
326 state->seek = 0;
403 /* check for seek request *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
RandomAccessFileTest.java 56 raf.seek(0);
62 raf.seek(0);
68 raf.seek(0);
254 raf.seek(0);
266 raf.seek(0);
278 raf.seek(0);
290 raf.seek(0);
303 raf.seek(0);
317 raf.seek(0);
333 raf.seek(0)
    [all...]
  /external/libvorbis/doc/vorbisfile/
callbacks.html 49 <h2>Seek function</h2>
51 The seek-like function provided in the <tt>seek_func</tt> field is
53 the access cursor to the requested position. The seek function is
57 the seek function is non-NULL, libvorbisfile mandates the following
61 <li>The seek function must always return -1 (failure) if the given
67 <li>If the seek function initially indicates seekability, it must
68 always succeed upon being given a valid seek request.<p>
70 <li>The seek function must implement all of SEEK_SET, SEEK_CUR and
ov_raw_seek_lap.html 28 <p>When seek speed is a priority, but crosslapping is still desired,
29 this is the best seek funtion to use.
36 numbers of channels. Any extra channels from the origin of the seek
65 <dd>Position in compressed bytes to seek to in the bitstream.</dd>
86 <li>OV_EOF - Indicates stream is at end of file immediately after a seek
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
113 /** @name Seek Reference Points */
115 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
117 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /frameworks/base/docs/html/design/building-blocks/
seek-bars.jd 1 page.title=Seek Bars and Sliders
32 Seek bars in Holo Light &amp; Dark
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
113 /** @name Seek Reference Points */
115 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
117 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
113 /** @name Seek Reference Points */
115 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
117 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence); member in struct:SDL_RWops
113 /** @name Seek Reference Points */
115 #define RW_SEEK_SET 0 /**< Seek from the beginning of data */
116 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
117 #define RW_SEEK_END 2 /**< Seek relative to the end of data */
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
123 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /frameworks/rs/driver/linkloader/utils/
serialize.h 86 void seek(off_t off, bool from_begin = false) { function in class:ArchiveReader
105 seek(size);
111 seek(size);
118 seek(TypeTraits<T>::size);
141 seek(align - delta);
  /cts/tests/tests/media/src/android/media/cts/
IvfReader.java 111 mIvfFile.seek(frameHead + FRAME_HEADER_SIZE);
125 mIvfFile.seek(0);
138 mIvfFile.seek(FOURCC_HEAD);
149 mIvfFile.seek(WIDTH_HEAD);
153 mIvfFile.seek(HEIGHT_HEAD);
157 mIvfFile.seek(FRAMECOUNT_HEAD);
168 mIvfFile.seek(frameHead);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 60 * essentially calling release() and seek(). If there are markers
74 * the marker off. It's like seek(last marker's input position).
81 * rewind() except it releases resources without the backward seek.
89 * normally used to seek ahead in the input stream. No buffering is
90 * required to do this unless you know your stream will use seek to
104 * The index is 0..n-1. A seek to position i means that LA(1) will
108 function seek(index:int):void;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 80 * essentially calling release() and seek(). If there are markers
96 * the marker off. It's like seek(last marker's input position).
105 * rewind() except it releases resources without the backward seek.
115 * normally used to seek ahead in the input stream. No buffering is
116 * required to do this unless you know your stream will use seek to
132 * The index is 0..n-1. A seek to position i means that LA(1) will
137 void Seek( int index );

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>