HomeSort by relevance Sort by last modified time
    Searched defs:seekable (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 26 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
daisy_chain_wrapper.py 281 def seekable(self): # pylint: disable=invalid-name member in class:DaisyChainWrapper
hashing_helper.py 165 """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()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
gzip.py 412 def seekable(self): member in class:GzipFile
_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/gdb/linux-x86/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
gzip.py 412 def seekable(self): member in class:GzipFile
_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/darwin-x86/2.7.5/lib/python2.7/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
gzip.py 412 def seekable(self): member in class:GzipFile
_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/
multifile.py 24 If seekable is given as 0, the class code will not do the bookkeeping
27 seekable stream object.
41 seekable = 0 variable in class:MultiFile
43 def __init__(self, fp, seekable=1):
48 if seekable:
49 self.seekable = 1
105 if self.seekable:
129 if self.seekable:
137 if self.seekable:
150 if self.seekable
    [all...]
gzip.py 412 def seekable(self): member in class:GzipFile
_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/tremolo/Tremolo/
ivorbisfile.h 68 int seekable; member in struct:OggVorbis_File
73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
  /external/libvorbis/include/vorbis/
vorbisfile.h 113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avio.h 115 * 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/
storage_api.py 540 def seekable(self): member in class:ReadBuffer
880 def seekable(self): member in class:StreamingBuffer
  /external/opencv3/modules/videoio/src/
cap_xine.cpp 91 /// indicated if input is seekable
92 bool seekable; member in struct:CvCaptureAVI_XINE
195 * CHECKS IF THE STREAM IN * capture IS SEEKABLE.
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 )
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialutil.py 209 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py 85 def seekable(self): member in class:MockRawIOWithoutRead
222 def seekable(self): member in class:MockNonBlockWriterIO
349 self.assertEqual(f.seekable(), True)
354 self.assertEqual(f.seekable(), True)
361 self.assertEqual(f.seekable(), True)
366 self.assertEqual(f.seekable(), True)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py 85 def seekable(self): member in class:MockRawIOWithoutRead
222 def seekable(self): member in class:MockNonBlockWriterIO
349 self.assertEqual(f.seekable(), True)
354 self.assertEqual(f.seekable(), True)
361 self.assertEqual(f.seekable(), True)
366 self.assertEqual(f.seekable(), True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 85 def seekable(self): member in class:MockRawIOWithoutRead
222 def seekable(self): member in class:MockNonBlockWriterIO
349 self.assertEqual(f.seekable(), True)
354 self.assertEqual(f.seekable(), True)
361 self.assertEqual(f.seekable(), True)
366 self.assertEqual(f.seekable(), True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 85 def seekable(self): member in class:MockRawIOWithoutRead
222 def seekable(self): member in class:MockNonBlockWriterIO
349 self.assertEqual(f.seekable(), True)
354 self.assertEqual(f.seekable(), True)
361 self.assertEqual(f.seekable(), True)
366 self.assertEqual(f.seekable(), True)
    [all...]

Completed in 4339 milliseconds

1 2