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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
result.py 91 self._stdout_buffer.truncate()
93 self._stderr_buffer.truncate()
  /external/chromium_org/third_party/icu/source/common/
util.cpp 329 quoteBuf.truncate(quoteBuf.length()-2);
336 quoteBuf.truncate(0);
  /external/chromium_org/third_party/icu/source/i18n/
strmatch.cpp 158 result.truncate(0);
242 rule.truncate(0);
strrepl.cpp 174 buf.truncate(0);
243 rule.truncate(0);
tridpars.cpp 363 canonID.truncate(0);
371 canonID.truncate(0);
551 target.truncate(0);
552 variant.truncate(0);
608 id.truncate(id.length()-1);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 70 truncate($fh, 0);
213 truncate(FILE, 0);
  /external/icu4c/common/
bytestrieiterator.cpp 89 str_->truncate(length);
115 str_->truncate(length&0xffff);
ucharstrieiterator.cpp 88 str_.truncate(length);
114 str_.truncate(length&0xffff);
util.cpp 325 quoteBuf.truncate(quoteBuf.length()-2);
332 quoteBuf.truncate(0);
  /external/icu4c/i18n/
strmatch.cpp 163 result.truncate(0);
247 rule.truncate(0);
strrepl.cpp 173 buf.truncate(0);
242 rule.truncate(0);
tridpars.cpp 363 canonID.truncate(0);
371 canonID.truncate(0);
551 target.truncate(0);
552 variant.truncate(0);
608 id.truncate(id.length()-1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
result.py 101 self._stdout_buffer.truncate()
103 self._stderr_buffer.truncate()
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 189 int buf_len, net::CompletionCallback* completion_callback, bool truncate) {
194 new ReadWriteDataParameters(index, offset, buf_len, truncate)));
197 int result = InternalWriteData(index, offset, buf, buf_len, truncate);
295 int buf_len, bool truncate) {
320 } else if (truncate) {
in_flight_backend_io.cc 138 net::IOBuffer* buf, int buf_len, bool truncate) {
145 truncate_ = truncate;
395 bool truncate,
398 operation->WriteData(entry, index, offset, buf, buf_len, truncate);
  /external/chromium_org/net/disk_cache/
mem_entry_impl.cc 205 const CompletionCallback& callback, bool truncate) {
209 CreateNetLogReadWriteDataCallback(index, offset, buf_len, truncate));
212 int result = InternalWriteData(index, offset, buf, buf_len, truncate);
306 int buf_len, bool truncate) {
331 } else if (truncate) {
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.cpp 482 str.truncate(0);
541 str.truncate(0);
577 out.truncate(0);
  /external/icu4c/test/intltest/
tchcfmt.cpp 494 str.truncate(0);
555 str.truncate(0);
591 out.truncate(0);
  /bionic/libc/include/
unistd.h 124 extern int truncate(const char *, off_t);
  /development/ndk/platforms/android-3/include/
unistd.h 118 extern int truncate(const char *, off_t);
  /development/ndk/platforms/android-8/include/
unistd.h 122 extern int truncate(const char *, off_t);
  /development/ndk/platforms/android-9/include/
unistd.h 125 extern int truncate(const char *, off_t);

Completed in 2655 milliseconds

1 2 3 45 6 7 8 91011>>