HomeSort by relevance Sort by last modified time
    Searched refs:truncate (Results 51 - 75 of 585) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/nio/channels/
FileChannel.java 46 * decreases when it is {@link #truncate </code><i>truncated</i><code>}. The
326 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
    [all...]
  /external/icu/icu4c/source/i18n/
esctrn.cpp 147 buf.truncate(0);
155 buf.truncate(0);
159 buf.truncate(prefixLen);
transreg.cpp 309 nextSpec.truncate(i);
316 nextSpec.truncate(0);
740 result.truncate(0);
757 result.truncate(0); // invalid source
769 result.truncate(0); // invalid index
793 result.truncate(0); // invalid source
798 result.truncate(0); // invalid target
803 result.truncate(0); // invalid index
    [all...]
quant.cpp 100 result.truncate(0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_largefile.py 106 print('try truncate')
110 if not hasattr(f, 'truncate'):
111 raise unittest.SkipTest("open().truncate() not available on this system")
115 # Cut it back via seek + truncate with no argument.
118 f.truncate()
122 # Ensure that truncate(smaller than true size) shrinks
126 f.truncate(newsize)
131 # XXX truncate(larger than true size) is ill-defined
134 f.truncate(1)
190 if hasattr(f, 'truncate')
    [all...]
test_StringIO.py 64 f.truncate()
66 f.truncate(5)
70 self.assertRaises(IOError, f.truncate, -1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_largefile.py 106 print('try truncate')
110 if not hasattr(f, 'truncate'):
111 raise unittest.SkipTest("open().truncate() not available on this system")
115 # Cut it back via seek + truncate with no argument.
118 f.truncate()
122 # Ensure that truncate(smaller than true size) shrinks
126 f.truncate(newsize)
131 # XXX truncate(larger than true size) is ill-defined
134 f.truncate(1)
190 if hasattr(f, 'truncate')
    [all...]
test_StringIO.py 64 f.truncate()
66 f.truncate(5)
70 self.assertRaises(IOError, f.truncate, -1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 106 print('try truncate')
110 if not hasattr(f, 'truncate'):
111 raise unittest.SkipTest("open().truncate() not available on this system")
115 # Cut it back via seek + truncate with no argument.
118 f.truncate()
122 # Ensure that truncate(smaller than true size) shrinks
126 f.truncate(newsize)
131 # XXX truncate(larger than true size) is ill-defined
134 f.truncate(1)
190 if hasattr(f, 'truncate')
    [all...]
test_StringIO.py 64 f.truncate()
66 f.truncate(5)
70 self.assertRaises(IOError, f.truncate, -1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 106 print('try truncate')
110 if not hasattr(f, 'truncate'):
111 raise unittest.SkipTest("open().truncate() not available on this system")
115 # Cut it back via seek + truncate with no argument.
118 f.truncate()
122 # Ensure that truncate(smaller than true size) shrinks
126 f.truncate(newsize)
131 # XXX truncate(larger than true size) is ill-defined
134 f.truncate(1)
190 if hasattr(f, 'truncate')
    [all...]
test_StringIO.py 64 f.truncate()
66 f.truncate(5)
70 self.assertRaises(IOError, f.truncate, -1)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
file_part.py 95 def truncate(self, size=None): member in class:FilePart
96 raise NotImplementedError('truncate is not implemented in FilePart.')
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
unit_testcase.py 170 # Save and truncate stdout and stderr for the lifetime of RunCommand. This
183 sys.stdout.truncate()
184 sys.stderr.truncate()
226 sys.stdout.truncate()
227 sys.stderr.truncate()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
keyfile.py 127 def truncate(self): member in class:KeyFile
128 raise NotImplementedError('truncate not implemented in KeyFile')
  /external/icu/icu4c/source/common/
util_props.cpp 153 buf.truncate(0);
  /external/icu/icu4c/source/io/
ustream.cpp 144 character yet. This is where we truncate the string,
148 str.truncate(0);
  /external/llvm/include/llvm/IR/
ConstantRange.h 216 ConstantRange truncate(uint32_t BitWidth) const;
  /external/llvm/utils/
sort_includes.py 81 f.truncate()
  /frameworks/base/core/java/android/util/
AtomicFile.java 160 @Deprecated public void truncate() throws IOException { method in class:AtomicFile
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 122 public void truncate() throws IOException { method in class:AtomicFile
  /libcore/ojluni/src/main/java/java/nio/
Buffer.java 545 final void truncate() { // package-private method in class:Buffer
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 96 int (*truncate) (host_callback *, const char *, long);
95 int (*truncate) (host_callback *, const char *, long); member in struct:host_callback_struct
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 70 truncate($fh, 0);
213 truncate(FILE, 0);
  /external/e2fsprogs/debugfs/
debug_cmds.ct 160 request do_punch, "Punch (or truncate) blocks from an inode by deallocating them",
161 punch, truncate;

Completed in 1590 milliseconds

1 23 4 5 6 7 8 91011>>