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

1 2 3 4 5 6 7 8 9

  /external/antlr/src/org/antlr/runtime/
IntStream.java 61 * essentially calling release() and seek(). If there are markers
75 * the marker off. It's like seek(last marker's input position).
82 * rewind() except it releases resources without the backward seek.
90 * normally used to seek ahead in the input stream. No buffering is
91 * required to do this unless you know your stream will use seek to
105 * The index is 0..n-1. A seek to position i means that LA(1) will
109 void seek(int index); method in interface:IntStream
  /libcore/luni/src/main/java/libcore/io/
BufferIterator.java 29 public abstract void seek(int offset); method in class:BufferIterator
  /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/webkit/Source/WebCore/fileapi/
FileWriterSync.idl 37 void seek(in long long position) raises (FileException);
FileWriterSync.h 57 void seek(long long position, ExceptionCode&);
  /external/webkit/Source/WebCore/platform/leveldb/
LevelDBIterator.h 48 void seek(const Vector<char>& target);
  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify.cgi 19 seek FILE, $values{'start'}, 0;
  /external/antlr/src/org/antlr/runtime/misc/
LookaheadStream.java 141 seek(marker); // assume marker is top
146 seek(lastMarker); // rewind but do not release marker
149 /** Seek to a 0-indexed position within data buffer. Can't handle
150 * case where you seek beyond end of existing buffer. Normally used
151 * to seek backwards in the buffer. Does not force loading of nodes.
155 public void seek(int index) { p = index; } method in class:LookaheadStream
  /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)
  /frameworks/compile/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);
  /external/blktrace/btt/doc/
Makefile 5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
  /external/flac/include/FLAC/
callback.h 116 /** Signature for the seek callback.
166 * If the seek requirement for an interface is optional, you can signify that
167 * a data sorce is not seekable by setting the \a seek field to \c NULL.
172 FLAC__IOCallback_Seek seek; member in struct:__anon5808
  /frameworks/compile/libbcc/lib/ExecutionEngine/
FileHandle.h 59 off_t seek(off_t offset, int whence);
  /frameworks/compile/linkloader/include/
ELFSectionProgBits.h 54 AR.seek(sh->getOffset(), true);
  /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/blktrace/btt/
Android.mk 5 latency.c misc.c output.c proc.c seek.c trace.c \
  /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/webkit/Source/WebCore/css/
mediaControlsGtk.css 74 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
79 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
mediaControlsAndroid.css 100 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
101 -webkit-appearance: media-seek-back-button;
107 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
108 -webkit-appearance: media-seek-forward-button;
  /packages/apps/Music/src/com/android/music/
IMediaPlaybackService.aidl 35 long seek(long pos);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 79 seek(0);
93 seek(8+4+20+4+4);
106 seek(8+4+20); // magic, checksum, signature
142 seek(mHeaderItem.stringIdsOff);
149 seek(stringOffsets[0]);
151 seek(stringOffsets[i]); // should be a no-op
165 seek(mHeaderItem.typeIdsOff);
183 seek(mHeaderItem.protoIdsOff);
210 seek(offset);
229 seek(mHeaderItem.fieldIdsOff)
432 void seek(int position) throws IOException { method in class:DexData
    [all...]
  /external/llvm/test/Scripts/
macho-dumpx 12 # Snarf all the data so we can seek.
24 def seek(self, pos): member in class:Reader
25 self.file.seek(pos)
171 f.seek(stroff)
177 f.seek(symoff)
183 f.seek(prev_pos)
228 f.seek(indirectsymoff)
235 f.seek(prev_pos)
265 f.seek(reloc_offset)
274 f.seek(offset
    [all...]
elf-dump 12 # Snarf all the data so we can seek.
19 def seek(self, pos): member in class:Reader
20 self.file.seek(pos)
87 f.seek(self.sh_offset[0])
99 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
122 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
166 f.seek(16) # Seek to end of e_ident.
189 f.seek(e_shoff[0] + index * e_shentsize[0])
194 f.seek(sections[e_shstrndx[0]].sh_offset[0]
    [all...]
  /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)

Completed in 1459 milliseconds

1 2 3 4 5 6 7 8 9