/external/chromium-trace/catapult/third_party/WebOb/webob/ |
request.py | 260 Setting this property resets the content_length and seekable flag 304 Get the body of the request (wsgi.input) as a seekable file-like 892 # webob.is_body_seekable marks input streams that are seekable 893 # this way we can have seekable input without testing the .seek() method 929 This forces ``environ['wsgi.input']`` to be seekable. 931 file and flagged as seekable, so that it will not be unnecessarily [all...] |
/external/flac/include/FLAC/ |
stream_decoder.h | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
daisy_chain_wrapper.py | 281 def seekable(self): # pylint: disable=invalid-name member in class:DaisyChainWrapper
|
/external/libbrillo/brillo/streams/ |
file_stream.h | 164 // Set to false for streams that are guaranteed non-seekable.
|
file_stream.cc | 335 // We know that these devices are not seekable and stream size is unknown.
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 42 // Returns true if the writer is seekable. 43 virtual bool Seekable() const = 0; 933 // cluster's size if |writer_| is seekable. Returns true on success. [all...] |
mkvmuxer.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 40 // Returns true if the writer is seekable. 41 virtual bool Seekable() const = 0; 797 // cluster's size if |writer_| is seekable. Returns true on success. [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 206 // !gptr() is here because, according to D.7.1 paragraph 4, the seekable
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fuse.h | 150 * FOPEN_NONSEEKABLE: the file is not seekable
|
/system/core/libcutils/ |
open_memstream.c | 63 * Definition of a seekable, write-only memory stream.
|
/frameworks/base/media/java/android/media/ |
MediaExtractor.java | 225 * seekable (N.B. a LocalSocket is not seekable). It is the caller's responsibility
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_memoryio.py | 327 self.assertEqual(memio.seekable(), True) 333 self.assertRaises(ValueError, memio.seekable)
|
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_memoryio.py | 327 self.assertEqual(memio.seekable(), True) 333 self.assertRaises(ValueError, memio.seekable)
|
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_memoryio.py | 327 self.assertEqual(memio.seekable(), True) 333 self.assertRaises(ValueError, memio.seekable)
|
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_memoryio.py | 327 self.assertEqual(memio.seekable(), True) 333 self.assertRaises(ValueError, memio.seekable)
|
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...] |
/device/huawei/angler/original-kernel-headers/linux/ |
fuse.h | 200 * FOPEN_NONSEEKABLE: the file is not seekable
|
/device/lge/bullhead/original-kernel-headers/linux/ |
fuse.h | 200 * FOPEN_NONSEEKABLE: the file is not seekable
|
/external/ImageMagick/www/api/ |
blob.html | 350 <p>IsBlobSeekable() returns true if the blob is seekable.</p>
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 193 // The files we usually open are not seekable, so try different buffer sizes.
|
/external/kernel-headers/original/uapi/linux/ |
fuse.h | 207 * FOPEN_NONSEEKABLE: the file is not seekable
|