Searched refs:seek (Results 151 - 175 of 231) sorted by relevance

12345678910

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTreeNodeStream.h138 - (void) seek:(NSInteger) idx;
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h137 // Notify |webmediaplayer_| that a seek has finished.
206 virtual void seek(float seconds);
/external/llvm/include/llvm/Support/
H A Draw_ostream.h377 /// seek - Flushes the stream and repositions the underlying file descriptor
379 uint64_t seek(uint64_t off);
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
H A DSDL_bsdaudio.c262 "seek : %i\n"
275 info.play.seek,
/external/skia/include/core/
H A DSkStream.h230 size_t seek(size_t offset);
/external/skia/legacy/include/core/
H A DSkStream.h201 size_t seek(size_t offset);
/external/srec/portable/include/
H A DPFile.h140 ESR_ReturnCode(*seek)(struct PFile_t* self, long offset, int origin); member in struct:PFile_t
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.h218 void seek(float time);
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h132 virtual void seek(float);
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dstatusserver.py85 results_file.seek(0)
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter.py176 results_archive_file.seek(0)
/external/skia/src/pdf/
H A DSkPDFFont.cpp176 staticStream->seek(read);
202 result->seek(*headerLen);
204 result->seek(*headerLen + *dataLen);
218 result->seek(*headerLen);
243 result->seek(*headerLen + outputOffset);
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp1011 m_player->seek(0);
1113 void HTMLMediaElement::seek(float time, ExceptionCode& ec) function in class:WebCore::HTMLMediaElement
1115 LOG(Media, "HTMLMediaElement::seek(%f)", time);
1147 // is necessary because if the seek time is not equal to currentTime but the delta is less than the movie's
1148 // time scale, we will ask the media engine to "seek" to the current movie time, which may be a noop and
1154 LOG(Media, "HTMLMediaElement::seek(%f) - media timeline equivalent is %f", time, mediaTime);
1164 // Short circuit seeking to the current time by just firing the events if no seek is required.
1165 // Don't skip calling the media engine if we are in poster mode because a seek should always
1187 m_player->seek(time);
1309 seek(tim
[all...]
H A DHTMLMediaElement.h270 void seek(float time, ExceptionCode&);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java303 reader.seek(currentScSize);
535 long seek(int dist) throws IOException { method in class:H264TrackImpl.ReaderWrapper
/external/linux-tools-perf/util/ui/browsers/
H A Dannotate.c262 .seek = ui_browser__list_head_seek,
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py936 this rule and successfully parsed before, then seek ahead to
948 input.seek(stopIndex + 1)
1069 self.input.seek(0)
1376 self.input.seek(0) # rewind the input
H A Dtree.py2041 self.seek(marker)
2044 def seek(self, index): member in class:CommonTreeNodeStream
2058 self.seek(index)
2068 self.seek(ret)
2198 self.input.seek(0) # rewind the input
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/stlport/test/unit/
H A Dfstream_test.cpp45 CPPUNIT_TEST(seek);
75 void seek();
371 void FstreamTest::seek() function in class:FstreamTest
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3inputstream.c155 input->istream->seek = antlr38BitSeek; // How to seek to a specific point in the stream
527 * to whatever is implementing the int stream to seek).
577 /* If the requested seek point is less than the current
714 input->istream->seek = antlr3UTF16Seek; // How to seek to a specific point in the stream
1019 // If the requested seek point is less than the current
1030 // Call consume until we reach the asked for seek point or EOF
1512 input->istream->seek = antlr3UTF32Seek; // How to seek t
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java811 * this rule and successfully parsed before, then seek ahead to
825 input.seek(stopIndex+1); // jump to one past stop token
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js860 * this rule and successfully parsed before, then seek ahead to
876 input.seek(stopIndex+1); // jump to one past stop token

Completed in 1398 milliseconds

12345678910