HomeSort by relevance Sort by last modified time
    Searched refs:truncate (Results 101 - 125 of 828) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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_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_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_StringIO.py 64 f.truncate()
66 f.truncate(5)
70 self.assertRaises(IOError, f.truncate, -1)
  /external/f2fs-tools/scripts/
verify.sh 55 $XFSTESTS/ltp/fsstress -x "echo 3 > /proc/sys/vm/drop_caches && sleep 1" -X 1 -r -f fsync=8 -f sync=0 -f write=8 -f dwrite=2 -f truncate=6 -f allocsp=0 -f bulkstat=0 -f bulkstat1=0 -f freesp=0 -f zero=1 -f collapse=1 -f insert=1 -f resvsp=0 -f unresvsp=0 -S t -p 10 -n $2 -d $1 >/dev/null
  /external/icu/icu4c/source/common/
util_props.cpp 156 buf.truncate(0);
bytestrieiterator.cpp 91 str_->truncate(length);
117 str_->truncate(length&0xffff);
ucharstrieiterator.cpp 90 str_.truncate(length);
116 str_.truncate(length&0xffff);
util.cpp 327 quoteBuf.truncate(quoteBuf.length()-2);
334 quoteBuf.truncate(0);
  /external/icu/icu4c/source/i18n/
quant.cpp 102 result.truncate(0);
transreg.cpp 329 nextSpec.truncate(i);
336 nextSpec.truncate(0);
767 result.truncate(0);
784 result.truncate(0); // invalid source
796 result.truncate(0); // invalid index
826 result.truncate(0); // invalid source
847 result.truncate(0); // invalid target or index
    [all...]
  /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 242 ConstantRange truncate(uint32_t BitWidth) const;
  /external/llvm/utils/
sort_includes.py 81 f.truncate()
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAtom.cpp 76 void MCAtom::truncate(uint64_t TruncPt) { function in class:MCAtom
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 122 public void truncate() throws IOException { method in class:AtomicFile
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 170 fc.truncate(truncateArg); // Should not affect the file size, but should move the position.
172 // The RI does not behave properly here, according to the docs for truncate(), position()
192 fc.truncate(truncateArg);
212 fc.truncate(truncateArg);
232 fc.truncate(truncateArg);
  /libcore/ojluni/src/main/java/java/nio/
Buffer.java 573 final void truncate() { // package-private method in class:Buffer
  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousFileChannel.java 47 * when it is {@link #truncate truncated}.
341 public abstract AsynchronousFileChannel truncate(long size) throws IOException; method in class:AsynchronousFileChannel
    [all...]
FileChannel.java 49 * decreases when it is {@link #truncate <i>truncated</i>}. The
504 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
    [all...]
  /toolchain/binutils/binutils-2.27/include/gdb/
callback.h 97 int (*truncate) (host_callback *, const char *, long);
96 int (*truncate) (host_callback *, const char *, long); member in struct:host_callback_struct
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
188 """Truncate the file's size.
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 16 f.truncate([size]) # truncate file at to at most size (default: current pos)
187 def truncate(self, size=None): member in class:StringIO
188 """Truncate the file's size.
316 f.truncate(length/2)
320 raise RuntimeError, 'truncate did not adjust length'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /external/avb/test/
image_handler_unittest.py 143 """Checks that we can truncate a sparse file correctly."""
149 ih.truncate(size)
160 ih.truncate(self.TEST_FILE_SIZE + grow_size)

Completed in 505 milliseconds

1 2 3 45 6 7 8 91011>>