Searched refs:seekable (Results 1 - 25 of 52) sorted by relevance

123

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dmultifile.py24 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...]
H A Dchunk.py74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
H A Drfc822.py33 The optional `seekable' argument is provided as a workaround for certain stdio
36 seekable argument to zero to prevent that initial \code{tell} when passing in
39 file object is called once; if this raises an exception, seekable is reset to
40 0. For other nonzero values of seekable, this test is not made.
88 def __init__(self, fp, seekable = 1):
90 if seekable == 1:
96 seekable = 0
98 self.seekable = seekable
102 if self.seekable
[all...]
H A Dmimetools.py24 def __init__(self, fp, seekable = 1):
25 rfc822.Message.__init__(self, fp, seekable)
H A D_pyio.py362 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
1227 The constructor creates a reader and writer for a seekable stream,
1511 self._seekable = self._telling = self.buffer.seekable()
1556 def seekable(sel member in class:TextIOWrapper
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dmultifile.py24 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...]
H A Dchunk.py74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
H A Drfc822.py33 The optional `seekable' argument is provided as a workaround for certain stdio
36 seekable argument to zero to prevent that initial \code{tell} when passing in
39 file object is called once; if this raises an exception, seekable is reset to
40 0. For other nonzero values of seekable, this test is not made.
88 def __init__(self, fp, seekable = 1):
90 if seekable == 1:
96 seekable = 0
98 self.seekable = seekable
102 if self.seekable
[all...]
H A Dmimetools.py24 def __init__(self, fp, seekable = 1):
25 rfc822.Message.__init__(self, fp, seekable)
H A D_pyio.py362 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
1227 The constructor creates a reader and writer for a seekable stream,
1511 self._seekable = self._telling = self.buffer.seekable()
1556 def seekable(sel member in class:TextIOWrapper
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmultifile.py24 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...]
H A Dchunk.py74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
H A Drfc822.py33 The optional `seekable' argument is provided as a workaround for certain stdio
36 seekable argument to zero to prevent that initial \code{tell} when passing in
39 file object is called once; if this raises an exception, seekable is reset to
40 0. For other nonzero values of seekable, this test is not made.
88 def __init__(self, fp, seekable = 1):
90 if seekable == 1:
96 seekable = 0
98 self.seekable = seekable
102 if self.seekable
[all...]
H A Dmimetools.py24 def __init__(self, fp, seekable = 1):
25 rfc822.Message.__init__(self, fp, seekable)
H A D_pyio.py362 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
1227 The constructor creates a reader and writer for a seekable stream,
1511 self._seekable = self._telling = self.buffer.seekable()
1556 def seekable(sel member in class:TextIOWrapper
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmultifile.py24 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...]
H A Dchunk.py74 self.seekable = False
76 self.seekable = True
99 If the file is not seekable, this will result in an error.
104 if not self.seekable:
152 if self.seekable:
H A Drfc822.py33 The optional `seekable' argument is provided as a workaround for certain stdio
36 seekable argument to zero to prevent that initial \code{tell} when passing in
39 file object is called once; if this raises an exception, seekable is reset to
40 0. For other nonzero values of seekable, this test is not made.
88 def __init__(self, fp, seekable = 1):
90 if seekable == 1:
96 seekable = 0
98 self.seekable = seekable
102 if self.seekable
[all...]
H A Dmimetools.py24 def __init__(self, fp, seekable = 1):
25 rfc822.Message.__init__(self, fp, seekable)
H A D_pyio.py362 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
1227 The constructor creates a reader and writer for a seekable stream,
1511 self._seekable = self._telling = self.buffer.seekable()
1556 def seekable(sel member in class:TextIOWrapper
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_fileio.py130 'seek', 'tell', 'truncate', 'write', 'seekable',
221 f.seekable()
271 self.assertEqual(f.seekable(), True)
277 self.assertEqual(f.seekable(), True)
283 self.assertEqual(f.seekable(), True)
301 # Somehow /dev/tty appears seekable on some BSDs
302 self.assertEqual(f.seekable(), False)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_fileio.py130 'seek', 'tell', 'truncate', 'write', 'seekable',
221 f.seekable()
271 self.assertEqual(f.seekable(), True)
277 self.assertEqual(f.seekable(), True)
283 self.assertEqual(f.seekable(), True)
301 # Somehow /dev/tty appears seekable on some BSDs
302 self.assertEqual(f.seekable(), False)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_fileio.py130 'seek', 'tell', 'truncate', 'write', 'seekable',
221 f.seekable()
271 self.assertEqual(f.seekable(), True)
277 self.assertEqual(f.seekable(), True)
283 self.assertEqual(f.seekable(), True)
301 # Somehow /dev/tty appears seekable on some BSDs
302 self.assertEqual(f.seekable(), False)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_fileio.py130 'seek', 'tell', 'truncate', 'write', 'seekable',
221 f.seekable()
271 self.assertEqual(f.seekable(), True)
277 self.assertEqual(f.seekable(), True)
283 self.assertEqual(f.seekable(), True)
301 # Somehow /dev/tty appears seekable on some BSDs
302 self.assertEqual(f.seekable(), False)
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
H A Dsaxutils.py96 buffer.seekable = out.seekable

Completed in 363 milliseconds

123