HomeSort by relevance Sort by last modified time
    Searched refs:seek (Results 201 - 225 of 355) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 55 // operations should only need a minimal number of seek operations. For example, all the meta-data for a database is grouped together so that reading that
56 // meta-data only requires one seek.
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 377 mService.seek(mPosOverride);
429 mService.seek(0);
722 mService.seek(mService.position() + dir * 5);
742 mService.seek(mService.duration() * seekpercentage / 100);
767 mService.seek(0);
886 // seek at 10x speed for the first 5 seconds
889 // seek at 40x after that
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 102 essentially calling release() and seek(). If there are markers
115 the marker off. It's like seek(last marker's input position).
126 rewind() except it releases resources without the backward seek.
135 def seek(self, index): member in class:IntStream
138 normally used to seek ahead in the input stream. No buffering is
139 required to do this unless you know your stream will use seek to
154 The index is 0..n-1. A seek to position i means that LA(1) will
462 self.seek(p)
475 def seek(self, index): member in class:ANTLRStringStream
485 # seek forward, consume until p hits inde
921 def seek(self, index): member in class:CommonTokenStream
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 474 output_file.seek(header_pos, 0)
477 output_file.seek(end_pos, 0)
486 lib_file.seek(0,2)
488 lib_file.seek(0)
500 output_file.seek(0)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 146 [input seek:index38_1];
171 [input seek:index38_5];
190 [input seek:index38_7];
215 [input seek:index38_10];
243 [input seek:index38_12];
268 [input seek:index38_16];
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 108 virtual void seek(float) { } function in class:WebCore::NullMediaPlayerPrivate
448 void MediaPlayer::seek(float time) function in class:WebCore::MediaPlayer
450 m_private->seek(time);
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 122 optimized_fp->seek = M4OSA_fileReadSeek_optim;
255 errno = apContext->FS->seek(apContext->aFileDesc, M4OSA_kFileSeekCurrent,
542 apContext->FS->seek = M4OSA_fileReadSeek;
832 * @param SeekMode : (IN) Seek access mode.
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 455 ProjectsMap.seek(0)
526 PMapFile.seek(0)
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java 90 raf.seek(4);
92 raf.seek(aviMovieOffset + 4);
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 270 void MediaPlayerPrivatePhonon::seek(float position) function in class:WebCore::MediaPlayerPrivatePhonon
272 LOG(Media, "MediaPlayerPrivatePhonon::seek(%f)", position);
280 m_mediaObject->seek(position * 1000.0f);
  /external/webkit/Source/WebCore/platform/network/
BlobResourceHandle.cpp 241 seek();
297 void BlobResourceHandle::seek() function in class:WebCore::BlobResourceHandle
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 308 void WebMediaPlayerClientImpl::seek(float time) function in class:WebKit::WebMediaPlayerClientImpl
311 m_webMediaPlayer->seek(time);
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 225 LONG seek; member in struct:linux_romvec
  /build/tools/releasetools/
img_from_target_files 87 img.seek(os.SEEK_SET, 0)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 225 LONG seek; member in struct:linux_romvec
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 48 input.seek(0); // rewind the input
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 55 input.seek(0); // rewind the input
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 64 input.seek(0); // rewind the input
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 20 this.input.seek(0); // rewind the input
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTreeNodeStream.h 138 - (void) seek:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTreeNodeStream.h 138 - (void) seek:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTreeNodeStream.h 138 - (void) seek:(NSInteger) idx;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 138 - (void) seek:(NSInteger) idx;
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 69 seek($fh, 0, 0);
  /external/llvm/include/llvm/Support/
raw_ostream.h 377 /// seek - Flushes the stream and repositions the underlying file descriptor
379 uint64_t seek(uint64_t off);

Completed in 940 milliseconds

1 2 3 4 5 6 7 891011>>