HomeSort by relevance Sort by last modified time
    Searched full:seekable (Results 151 - 175 of 256) sorted by null

1 2 3 4 5 67 8 91011

  /external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h 425 The specified stream must be seekable. */
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 57 // Win32 lseek is broken: If invoked on a non-seekable file descriptor, its
zero_copy_stream_unittest.cc 809 // Pipes are not seekable, so File{Input,Output}Stream ends up doing some
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 145 * The fd may be a socket or other non-seekable destination. If no package names
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 138 * persistent media, so it may not be seekable.
  /frameworks/base/packages/MtpDocumentsProvider/jni/
com_android_mtp_AppFuse.cpp 126 // TODO: Handle more operations that are enough to provide seekable
  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 200 * FOPEN_NONSEEKABLE: the file is not seekable
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 207 * FOPEN_NONSEEKABLE: the file is not seekable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 66 /* file is seekable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 80 /* file is seekable */
  /external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/
storage_api.py 540 def seekable(self): member in class:ReadBuffer
880 def seekable(self): member in class:StreamingBuffer
  /external/ImageMagick/MagickCore/
constitute.c 467 Coder requires a seekable stream.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
transfer.py 596 if isinstance(stream, io.IOBase) and not stream.seekable():
598 'Cannot restart resumable upload on non-seekable stream')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 271 elif self.seekable:
279 self.seekable = 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 271 elif self.seekable:
279 self.seekable = 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 271 elif self.seekable:
279 self.seekable = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 271 elif self.seekable:
279 self.seekable = 0
    [all...]
  /external/flac/include/FLAC/
metadata.h     [all...]
stream_encoder.h     [all...]
  /external/libbrillo/brillo/streams/
stream.h 127 // Note that non-seekable streams might still maintain the current stream
  /external/libogg/doc/
oggstream.html 169 inherent to the Ogg format. All Ogg streams are fully seekable from
  /external/toybox/toys/pending/
mke2fs.c 349 // not seekable
  /external/zlib/src/examples/
gzappend.c 465 and seekable */
  /frameworks/av/media/libmedia/
mediaplayer.cpp 525 ALOGW("Stream has no duration and is therefore not seekable.");
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 64 * Whether this is user seekable.
    [all...]

Completed in 754 milliseconds

1 2 3 4 5 67 8 91011