HomeSort by relevance Sort by last modified time
    Searched full:truncate (Results 176 - 200 of 1667) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 317 def truncate(self, pos=None): member in class:IOBase
318 """Truncate file to size bytes.
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"
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/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 317 def truncate(self, pos=None): member in class:IOBase
318 """Truncate file to size bytes.
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"
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...]
  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 438 /* truncate to the width, if specified */
506 /* truncate to the width, if specified */
609 /* truncate to the width, if specified */
691 /* truncate to the width, if specified */
763 /* truncate to the width, if specified */
988 /* truncate to the width, if specified */
1044 /* truncate to the width, if specified */
1100 /* truncate to the width, if specified */
    [all...]
  /external/icu4c/io/
uscanf_p.c 438 /* truncate to the width, if specified */
506 /* truncate to the width, if specified */
609 /* truncate to the width, if specified */
691 /* truncate to the width, if specified */
762 /* truncate to the width, if specified */
987 /* truncate to the width, if specified */
1043 /* truncate to the width, if specified */
1099 /* truncate to the width, if specified */
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 522 // R_HEX_32: Word32 : 0xffffffff : (S + A) : Unsigned Truncate
550 // R_HEX_16: Word32 : 0xffff : (S + A) : Unsigned Truncate
563 // R_HEX_8: Word32 : 0xff : (S + A) : Unsigned Truncate
576 // R_HEX_LO16: Word32_LO : 0x00c03fff (S + A) : Unsigned Truncate
589 // R_HEX_HI16: Word32_LO : 0x00c03fff (S + A) >> 16 : Unsigned Truncate
713 // R_HEX_B32_PCREL_X : Word32_X26 : 0x0fff3fff (S + A - P)>>6 : Truncate
865 // R_HEX_N_X : Word32_U6 : (S + A) : Unsigned Truncate
894 // R_HEX_GOTREL_LO16: Word32_LO : 0x00c03fff (S + A - GOT) : Unsigned Truncate
907 // R_HEX_GOTREL_HI16 : Word32_LO : 0x00c03fff (S + A - GOT) >> 16 : Unsigned Truncate
921 // R_HEX_GOTREL_32 : Word32 (S + A - GOT) : Unsigned Truncate
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZOperands.td 155 // Truncate an immediate to a 8-bit signed quantity.
160 // Truncate an immediate to a 8-bit unsigned quantity.
165 // Truncate an immediate to a 16-bit signed quantity.
170 // Truncate an immediate to a 16-bit unsigned quantity.
175 // Truncate an immediate to a 32-bit signed quantity.
180 // Truncate an immediate to a 32-bit unsigned quantity.
185 // Negate and then truncate an immediate to a 32-bit unsigned quantity.
  /external/chromium/chrome/browser/sessions/
session_backend.cc 354 // File is already open, truncate it. We truncate instead of closing and
359 if (current_session_file_->Truncate(header_size) != header_size)
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.cc 31 // open it with truncate.
32 // - PLATFORM_FILE_OPEN_TRUNCATE: Open the existing file with truncate.
291 void Truncate(const base::FilePath& file_path,
async_file_util.h 60 virtual void Truncate(
  /external/chromium_org/content/browser/download/
base_file.cc 302 // Truncate the file.
303 int64 truncate_result = file_stream_->Truncate(bytes_so_far_);
305 return LogNetError("Truncate", static_cast<net::Error>(truncate_result));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_fuse.cc 118 // According to the FUSE docs, O_TRUNC does two calls: first truncate()
120 if (!fuse_ops_->truncate)
122 result = fuse_ops_->truncate(path_cstr, 0);
  /art/runtime/base/unix_file/
mapped_file.cc 66 PLOG(ERROR) << "Failed to truncate file '" << GetPath()
  /bionic/libc/upstream-netbsd/libc/stdlib/
div.c 56 * words, we should always truncate the quotient towards
  /external/chromium/base/
hash_tables.h 65 // but not for |long long|. This hash function will truncate if |size_t| is
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 41 void OrderedCommitSet::Truncate(size_t max_size) {
ordered_commit_set.h 80 void Truncate(size_t max_size);
  /external/chromium/net/disk_cache/
disk_cache.h 188 // If truncate is true, this call will truncate the stored data at the end of
192 bool truncate) = 0;
242 // entries. |truncate| is not part of this interface because a sparse entry
disk_cache_test_base.h 104 net::IOBuffer* buf, int len, bool truncate);
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 139 return file_stream.Truncate(offset) >= 0;
  /external/chromium_org/base/files/
file_unittest.cc 224 TEST(File, Truncate) {
242 EXPECT_TRUE(file.Truncate(kExtendedFileLength));
255 // Truncate the file.
257 EXPECT_TRUE(file.Truncate(kTruncatedFileLength));
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
truncate_operation.cc 85 void TruncateOperation::Truncate(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.js 25 * @param {string} str The string to truncate.
  /external/chromium_org/chrome/browser/resources/print_preview/data/
measurement_system.js 125 // Truncate
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 65 virtual void Truncate(const fileapi::FileSystemURL& url, int64 length,
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 60 // Truncate rather than rounding, so that for odd widths we put the extra

Completed in 1026 milliseconds

1 2 3 4 5 6 78 91011>>