/external/libvpx/libvpx/ |
vpxstats.c | 45 fatal("First-pass stats file must be seekable!");
|
/libcore/luni/src/main/java/libcore/io/ |
MemoryMappedFile.java | 32 * and either {@link #bigEndianIterator} or {@link #littleEndianIterator} to get a seekable
|
/system/core/toolbox/ |
dd.h | 50 #define ISTAPE 0x04 /* tape (not seekable) */
|
/external/libvorbis/doc/vorbisfile/ |
chainingexample.html | 90 First we check to make sure the stream is seekable using <a href="ov_seekable.html">ov_seekable</a>. 108 printf("Standard input was not seekable.\n"
|
ov_open_callbacks.html | 64 read from the stream and the stream is not seekable. It is used in conjunction with <tt>ibytes</tt>. In this case, <tt>initial</tt> 68 read from the stream and the stream is not seekable. In this case, <tt>ibytes</tt>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetools.py | 24 def __init__(self, fp, seekable = 1): 25 rfc822.Message.__init__(self, fp, seekable)
|
_pyio.py | 362 def seekable(self): member in class:IOBase 371 """Internal: raise an IOError if file is not seekable 373 if not self.seekable(): 374 raise IOError("File or stream is not seekable." 742 def seekable(self): member in class:_BufferedIOMixin 743 return self.raw.seekable() 897 def seekable(self): member in class:BytesIO 1556 def seekable(self): member in class:TextIOWrapper [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimetools.py | 24 def __init__(self, fp, seekable = 1): 25 rfc822.Message.__init__(self, fp, seekable)
|
_pyio.py | 362 def seekable(self): member in class:IOBase 371 """Internal: raise an IOError if file is not seekable 373 if not self.seekable(): 374 raise IOError("File or stream is not seekable." 742 def seekable(self): member in class:_BufferedIOMixin 743 return self.raw.seekable() 897 def seekable(self): member in class:BytesIO 1556 def seekable(self): member in class:TextIOWrapper [all...] |
/external/chromium_org/content/test/plugin/ |
plugin_geturl_test.cc | 145 NPBool seekable, uint16* stype) { 152 return PluginTest::NewStream(type, stream, seekable, stype);
|
plugin_get_javascript_url_test.cc | 100 NPBool seekable,
|
plugin_test.cc | 160 NPBool seekable, uint16* stype) {
|
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
main.c | 43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype); 183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
|
/external/chromium_org/third_party/npapi/npspy/common/ |
epmanager.cpp | 290 NPError NPPEntryPointManager::callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) 296 return CallNPP_NewStreamProc(nppfuncs->newstream, instance, type, stream, seekable, stype);
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
OGGLoader.java | 241 private InputStream readToStream(boolean seekable,float streamDuration){
242 if(seekable){
|
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 174 * seekable (N.B. a LocalSocket is not seekable). It is the caller's responsibility
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
saxutils.py | 96 buffer.seekable = out.seekable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
saxutils.py | 96 buffer.seekable = out.seekable
|
/build/tools/droiddoc/templates-ds/assets/design/ |
default.js | 129 $(this).get(0).load(); // in case the video isn't seekable
|
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.js | 129 $(this).get(0).load(); // in case the video isn't seekable
|
/build/tools/droiddoc/templates-sac/assets/design/ |
default.js | 129 $(this).get(0).load(); // in case the video isn't seekable
|
/build/tools/droiddoc/templates-sdk/assets/design/ |
default.js | 129 $(this).get(0).load(); // in case the video isn't seekable
|
/external/chromium_org/content/child/npapi/ |
webplugin_delegate.h | 127 // has become seekable.
|
/external/chromium_org/media/base/android/ |
media_source_player.cc | 161 bool MediaSourcePlayer::Seekable() { 285 return Seekable(); 289 return Seekable(); 293 return Seekable();
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
MediaController.cpp | 106 PassRefPtr<TimeRanges> MediaController::seekable() const function in class:MediaController 111 // The seekable attribute must return a new static normalized TimeRanges object that represents 114 RefPtr<TimeRanges> seekableRanges = m_mediaElements.first()->seekable(); 116 seekableRanges->intersectWith(m_mediaElements[index]->seekable().get());
|