Searched defs:truncate (Results 1 - 25 of 225) sorted by relevance

123456789

/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
H A Ddbrecio.py15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
H A Ddbrecio.py15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbrecio.py15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbrecio.py15 f.truncate([size]) # truncate file at to at most size (default: current pos)
114 def truncate(self, size=None): member in class:DBRecIO
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DStringIO.py16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
H A Dtempfile.py599 def truncate(self): member in class:SpooledTemporaryFile
600 self._file.truncate()
H A D_pyio.py317 def truncate(self, pos=None): member in class:IOBase
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file")
883 raise ValueError("negative truncate positio
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
[all...]
H A Ddoctest.py263 def truncate(self, size=None): member in class:_SpoofOut
264 StringIO.truncate(self, size)
1299 self._fakeout.truncate(0)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DStringIO.py16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
H A Dtempfile.py599 def truncate(self): member in class:SpooledTemporaryFile
600 self._file.truncate()
H A D_pyio.py317 def truncate(self, pos=None): member in class:IOBase
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file")
883 raise ValueError("negative truncate positio
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
[all...]
H A Ddoctest.py263 def truncate(self, size=None): member in class:_SpoofOut
264 StringIO.truncate(self, size)
1299 self._fakeout.truncate(0)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DStringIO.py16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
H A Dtempfile.py599 def truncate(self): member in class:SpooledTemporaryFile
600 self._file.truncate()
H A D_pyio.py317 def truncate(self, pos=None): member in class:IOBase
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file")
883 raise ValueError("negative truncate positio
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
[all...]
H A Ddoctest.py263 def truncate(self, size=None): member in class:_SpoofOut
264 StringIO.truncate(self, size)
1299 self._fakeout.truncate(0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DStringIO.py16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
H A Dtempfile.py599 def truncate(self): member in class:SpooledTemporaryFile
600 self._file.truncate()
H A D_pyio.py317 def truncate(self, pos=None): member in class:IOBase
323 self._unsupported("truncate")
365 If False, seek(), tell() and truncate() will raise IOError.
395 If False, write() and truncate() will raise IOError.
705 def truncate(self, pos=None): member in class:_BufferedIOMixin
714 # XXX directly to truncate?
715 return self.raw.truncate(pos)
872 def truncate(self, pos=None): member in class:BytesIO
874 raise ValueError("truncate on closed file")
883 raise ValueError("negative truncate positio
1108 def truncate(self, pos=None): member in class:BufferedWriter
1263 def truncate(self, pos=None): member in class:BufferedRandom
1317 def truncate(self, pos=None): member in class:TextIOBase
1763 def truncate(self, pos=None): member in class:TextIOWrapper
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dunistd.h998 extern int truncate (__const char *__file, __off_t __length)
1002 extern int __REDIRECT_NTH (truncate,
1006 # define truncate truncate64 macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dunistd.h1018 extern int truncate (__const char *__file, __off_t __length)
1022 extern int __REDIRECT_NTH (truncate,
1026 # define truncate truncate64 macro
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
H A Dtest_case.py649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates
651 test._truncateMessage = truncate
661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates
663 test._truncateMessage = truncate
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
H A Dtest_case.py649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates
651 test._truncateMessage = truncate
661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates
663 test._truncateMessage = truncate
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_case.py649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates
651 test._truncateMessage = truncate
661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates
663 test._truncateMessage = truncate
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_case.py649 def truncate(msg, diff): function in function:Test_TestCase.testAssertDictEqualTruncates
651 test._truncateMessage = truncate
661 def truncate(msg, diff): function in function:Test_TestCase.testAssertMultiLineEqualTruncates
663 test._truncateMessage = truncate

Completed in 953 milliseconds

123456789