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

1 23 4

  /external/chromium_org/storage/browser/fileapi/
file_system_operation_runner.h 121 OperationID Truncate(const FileSystemURL& url, int64 length,
125 // truncate only]. Reports failure for the current operation, then reports
obfuscated_file_util.h 143 virtual base::File::Error Truncate(
file_system_operation_impl.cc 178 void FileSystemOperationImpl::Truncate(const FileSystemURL& url, int64 length,
220 // We can only get here on a write or truncate that's not yet completed.
234 // For truncate we have no way to cancel the inflight operation (for now).
441 async_file_util_->Truncate(
native_file_util.cc 223 base::File::Error NativeFileUtil::Truncate(const base::FilePath& path,
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 145 FX_BOOL CFXCRT_FileAccess_CRT::Truncate(FX_FILESIZE szFile)
fxcrt_windows.cpp 191 FX_BOOL CFXCRT_FileAccess_Win64::Truncate(FX_FILESIZE szFile)
extension.h 25 virtual FX_BOOL Truncate(FX_FILESIZE szFile) = 0;
fx_extension.cpp 81 return ((IFXCRT_FileAccess*)hFile)->Truncate(szFile);
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 245 TEST(RepeatedField, Truncate) {
254 field.Truncate(3);
263 field.Truncate(field.size());
265 EXPECT_DEBUG_DEATH(field.Truncate(field.size() + 1), "new_size");
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 279 FileHandle::ReadWrite | FileHandle::Truncate | FileHandle::Create,
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.cc 261 void AsyncFileUtil::Truncate(
276 base::Bind(&fileapi_internal::Truncate,
fileapi_worker.cc 32 // open it with truncate.
33 // - File::FLAG_OPEN_TRUNCATE: Open the existing file with truncate.
297 void Truncate(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 237 // Executes Truncate on the UI thread.
249 parser.file_system()->Truncate(parser.file_path(), length, callback);
252 // Routes the response of Truncate back to the IO thread.
353 void ProviderAsyncFileUtil::Truncate(
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 537 // Truncate to 0.
541 file_util()->Truncate(GetOperationContext().get(), url, 0));
547 // Truncate (extend) to 999.
549 file_util()->Truncate(GetOperationContext().get(), url, 999));
file_system_dir_url_request_job_unittest.cc 221 ASSERT_EQ(base::File::FILE_OK, file_util()->Truncate(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 121 STDMETHOD_(HRESULT,Truncate)(THIS) PURE;
131 #define IRdcFileWriter_Truncate() (This)->lpVtbl->Truncate(This)
152 STDMETHOD_(HRESULT,CreateTable)(THIS_ wchar_t *path,WINBOOL truncate,BYTE *securityDescriptor,DWORD recordSize,RdcCreatedTables *isNew) PURE;
153 STDMETHOD_(HRESULT,CreateTableIndirect)(THIS_ IRdcFileWriter *fileIdFile,WINBOOL truncate,DWORD recordSize,RdcCreatedTables *isNew) PURE;
166 #define ISimilarityFileIdTable_CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew) (This)->lpVtbl->CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew)
167 #define ISimilarityFileIdTable_CreateTableIndirect(This,fileIdFile,truncate,recordSize,isNew) (This)->lpVtbl->CreateTableIndirect(This,fileIdFile,truncate,recordSize,isNew)
324 STDMETHOD_(HRESULT,CreateTable)(THIS_ wchar_t *path,WINBOOL truncate,BYTE *securityDescriptor,DWORD recordSize,RdcCreatedTables *isNew) PURE;
325 STDMETHOD_(HRESULT,CreateTableIndirect)(THIS_ ISimilarityTraitsMapping *mapping,IRdcFileWriter *fileIdFile,WINBOOL truncate,DWORD recordSize,RdcCreatedTables *isNew) PURE
    [all...]
  /external/chromium_org/content/public/test/
async_file_test_helper.cc 207 context->operation_runner()->Truncate(
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.cc 59 void Truncate(int offset);
114 void EntryImplV3::UserBuffer::Truncate(int offset) {
117 DVLOG(3) << "Buffer truncate at " << offset << " current " << offset_;
567 const CompletionCallback& callback, bool truncate) {
569 return WriteDataImpl(index, offset, buf, buf_len, callback, truncate);
581 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
588 bool truncate) {
592 CreateNetLogReadWriteDataCallback(index, offset, buf_len, truncate));
596 truncate);
860 bool truncate) {
    [all...]
entry_impl.cc 110 void Truncate(int offset);
165 void EntryImpl::UserBuffer::Truncate(int offset) {
168 DVLOG(3) << "Buffer truncate at " << offset << " current " << offset_;
336 bool truncate) {
340 CreateNetLogReadWriteDataCallback(index, offset, buf_len, truncate));
344 truncate);
836 const CompletionCallback& callback, bool truncate) {
838 return WriteDataImpl(index, offset, buf, buf_len, callback, truncate);
850 background_queue_->WriteData(this, index, offset, buf, buf_len, truncate,
1062 bool truncate) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field.h 118 void Truncate(int new_size);
664 this->Truncate(this->size() - num);
763 inline void RepeatedField<Element>::Truncate(int new_size) {
    [all...]
repeated_field_unittest.cc 315 TEST(RepeatedField, Truncate) {
324 field.Truncate(3);
333 field.Truncate(field.size());
335 EXPECT_DEBUG_DEATH(field.Truncate(field.size() + 1), "new_size");
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.cc 278 ProvidedFileSystemInterface::AbortCallback FakeProvidedFileSystem::Truncate(
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 272 void FileSystemDispatcher::Truncate(
  /external/chromium_org/v8/src/
mksnapshot.cc 252 output_->Truncate(output_length_);
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 116 // Truncate the utterance if it's too long. Both Chrome's tts

Completed in 942 milliseconds

1 23 4