Searched refs:truncate (Results 1 - 25 of 151) sorted by relevance

1234567

/external/webkit/Source/WebCore/fileapi/
H A DFileWriterSync.idl38 void truncate(in long long size) raises (FileException);
H A DAsyncFileWriter.h48 virtual void truncate(long long length) = 0;
H A DFileWriterSync.h58 void truncate(long long length, ExceptionCode&);
H A DFileWriter.idl47 void truncate(in long long size) raises (FileException);
H A DFileWriterSync.cpp73 void FileWriterSync::truncate(long long offset, ExceptionCode& ec) function in class:WebCore::FileWriterSync
83 writer()->truncate(offset);
H A DFileStreamProxy.h62 virtual void truncate(long long position);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileWriter.h45 // Only one write or one truncate operation can be in progress at a time.
48 virtual void truncate(long long length) = 0;
50 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible.
51 // Do not call cancel when there is no write or truncate in progress.
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileWriterChromium.cpp63 void AsyncFileWriterChromium::truncate(long long length) function in class:WebCore::AsyncFileWriterChromium
66 m_writer->truncate(length);
H A DAsyncFileWriterChromium.h59 virtual void truncate(long long length);
H A DWorkerAsyncFileWriterChromium.cpp77 void WorkerAsyncFileWriterChromium::truncate(long long length) function in class:WebCore::WorkerAsyncFileWriterChromium
/external/webkit/Source/WebCore/css/
H A DFontFamilyValue.cpp58 m_familyName.truncate(length);
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py63 fileobj.truncate(0)
/external/llvm/include/llvm/MC/
H A DMCAtom.h60 /// truncate - Truncates an atom so that TruncPt is the last byte address
62 void truncate(uint64_t TruncPt);
/external/openssh/openbsd-compat/
H A Dbsd-misc.h67 int truncate (const char *, off_t);
/external/webkit/Source/WebCore/loader/
H A DFTPDirectoryParser.h134 fileSize.truncate(0);
/external/webkit/Source/WebCore/platform/
H A DAsyncFileStream.h54 virtual void truncate(long long position) = 0;
H A DFileStream.h86 bool truncate(long long position);
/external/webkit/Source/WebCore/platform/win/
H A DLanguageWin.cpp47 localeName.truncate(localeName.length() - 1);
/external/chromium/net/disk_cache/
H A Dnet_log_parameters.cc27 int index, int offset, int buf_len, bool truncate)
28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) {
37 dict->SetBoolean("truncate", truncate_);
26 ReadWriteDataParameters( int index, int offset, int buf_len, bool truncate) argument
H A Dstress_cache.cc139 bool truncate = rand() % 2 ? false : true; local
152 "i: %d iter: %d, size: %d, truncate: %d", i, iteration, size,
153 truncate ? 1 : 0);
154 rv = entries[slot]->WriteData(0, 0, buffer, size, &cb, truncate);
H A Dentry_impl.h41 CompletionCallback* callback, bool truncate);
149 bool truncate);
173 CompletionCallback* callback, bool truncate);
198 bool PrepareTarget(int index, int offset, int buf_len, bool truncate);
H A Dnet_log_parameters.h34 // For reads, |truncate| must be false.
35 ReadWriteDataParameters(int index, int offset, int buf_len, bool truncate);
/external/icu4c/tools/toolutil/
H A Ddenseranges.cpp50 void truncate(int32_t newLength) { function in class:__anon7005::LargestGaps
148 gaps.truncate(num-1);
/external/smack/src/org/xbill/DNS/
H A DClientSubnetOption.java78 this.address = Address.truncate(address, sourceNetmask);
151 InetAddress tmp = Address.truncate(address, sourceNetmask);
/external/icu4c/test/intltest/
H A Dtokiter.cpp30 token.truncate(0);

Completed in 546 milliseconds

1234567