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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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 403 def seekable(self): member in class:GzipFile
_pyio.py 359 def seekable(self): member in class:IOBase
368 """Internal: raise an IOError if file is not seekable
370 if not self.seekable():
371 raise IOError("File or stream is not seekable."
736 def seekable(self): member in class:_BufferedIOMixin
737 return self.raw.seekable()
887 def seekable(self): member in class:BytesIO
1549 def seekable(self): member in class:TextIOWrapper
    [all...]
  /external/python/cpython2/Lib/
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 421 def seekable(self): member in class:GzipFile
_pyio.py 371 def seekable(self): member in class:IOBase
380 """Internal: raise an IOError if file is not seekable
382 if not self.seekable():
383 raise IOError("File or stream is not seekable."
749 def seekable(self): member in class:_BufferedIOMixin
750 return self.raw.seekable()
904 def seekable(self): member in class:BytesIO
1570 def seekable(self): member in class:TextIOWrapper
    [all...]
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 51 signed int seekable : 2; /* -1 means unknown */ member in struct:__anon5451
129 self->seekable = -1;
448 if (self->seekable < 0) {
452 self->seekable = 0;
455 self->seekable = 1;
458 return PyBool_FromLong((long) self->seekable);
992 "Note that not all file objects are seekable.");
1006 "Can raise OSError for non seekable files."
1022 "seekable() -> bool. True if file supports random-access.");
1041 {"seekable", (PyCFunction)fileio_seekable, METH_NOARGS, seekable_doc},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 56 signed int seekable : 2; /* -1 means unknown */ member in struct:__anon5764
133 self->seekable = -1;
460 if (self->seekable < 0) {
464 self->seekable = 0;
467 self->seekable = 1;
470 return PyBool_FromLong((long) self->seekable);
973 "Note that not all file objects are seekable.");
999 "seekable() -> bool. True if file supports random-access.");
1018 {"seekable", (PyCFunction)fileio_seekable, METH_NOARGS, seekable_doc},
  /external/chromium-trace/catapult/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
  /external/python/cpython2/Modules/_io/
fileio.c 51 signed int seekable : 2; /* -1 means unknown */ member in struct:__anon30236
129 self->seekable = -1;
461 if (self->seekable < 0) {
465 self->seekable = 0;
468 self->seekable = 1;
471 return PyBool_FromLong((long) self->seekable);
1005 "Note that not all file objects are seekable.");
1019 "Can raise OSError for non seekable files."
1035 "seekable() -> bool. True if file supports random-access.");
1054 {"seekable", (PyCFunction)fileio_seekable, METH_NOARGS, seekable_doc}
    [all...]
  /external/ImageMagick/MagickCore/
blob.c 2094 seekable; local
    [all...]

Completed in 3528 milliseconds

1 2