Searched defs:seekable (Results 1 - 10 of 10) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dresumable_streaming_upload.py26 This class takes a non-seekable input stream, buffers it, and exposes it
158 def seekable(self): # pylint: disable=invalid-name member in class:ResumableStreamingJsonUploadWrapper
H A Ddaisy_chain_wrapper.py281 def seekable(self): # pylint: disable=invalid-name member in class:DaisyChainWrapper
H A Dhashing_helper.py165 """Calculates a base64 digest of the contents of a seekable stream.
204 """Calculates a base64 CRC32c checksum of the contents of a seekable stream.
219 """Calculates a base64 MD5 digest of the contents of a seekable stream.
233 """Calculates a base64 MD5 digest of the contents of a seekable stream.
265 """Calculates a base64 digest of the contents of a seekable stream.
417 def seekable(self): # pylint: disable=invalid-name member in class:HashingFileUploadWrapper
418 """Returns true if the stream is seekable."""
419 return self._orig_fp.seekable()
/external/tremolo/Tremolo/
H A Divorbisfile.h68 int seekable; member in struct:OggVorbis_File
73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
H A Davio.h115 * A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
117 int seekable; member in struct:AVIOContext
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
H A Dstorage_api.py540 def seekable(self): member in class:ReadBuffer
880 def seekable(self): member in class:StreamingBuffer
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/opencv3/modules/videoio/src/
H A Dcap_xine.cpp91 /// indicated if input is seekable
92 bool seekable; member in struct:CvCaptureAVI_XINE
216 capture->seekable = ( tmp.frame_number != 0 );
223 if ( capture->seekable )
224 fprintf( stderr, "(DEBUG) icvCheckSeekAVI_XINE: Input is seekable, using XINE seek implementation.\n" );
226 fprintf( stderr, "(DEBUG) icvCheckSeekAVI_XINE: Input is NOT seekable, using fallback function.\n" );
444 /// reset stream, should also work with non-seekable input
485 if ( capture->seekable )
543 if ( capture->seekable )
593 if ( capture->seekable )
[all...]
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialutil.py209 raise IOError("file is not seekable")
212 raise IOError("file is not seekable")
215 raise IOError("file is not seekable")
529 def seekable(self): return False member in class:SerialBase
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jar ... defs= " (org.ibex.nestedvm.util.Seekable, java.lang.String, java.io.OutputStream ...

Completed in 1699 milliseconds