Searched refs:file_length (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/renderer/
H A Dhistory_serialization.cc43 output->file_length = input.fileLength;
49 output->file_length = input.fileLength;
68 element.file_length,
75 element.file_length,
/external/e2fsprogs/ext2ed/
H A Dfile_com.c38 file_info.file_length=ptr->i_size;
266 if (file_info.file_offset+offset>file_info.file_length-1) break;
270 if (file_info.file_offset+offset+i>file_info.file_length-1) {
290 if (file_info.file_offset+offset+i>file_info.file_length-1) break;
331 if (file_info.file_offset+last_offset > file_info.file_length-1)
332 last_offset=file_info.file_length-1-file_info.file_offset;
387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1);
H A Ddir_com.c67 info_ptr->file_length=ptr->i_size;
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */
126 if (info.file_offset >= info.file_length) break;
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1);
H A Dext2ed.h136 long file_offset,file_length; member in struct:struct_file_info
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp299 ELF::Addr file_length = file_end - file_page_start; local
301 LOG("%s: file_offset=%p file_length=%p start_address=%p end_address=%p\n",
304 file_length,
306 seg_page_start + PAGE_END(file_length));
308 if (file_length != 0) {
310 file_length,
/external/chromium_org/content/common/
H A Dpage_state_serialization.cc36 int file_length,
42 element.file_length = file_length;
50 int file_length,
56 element.file_length = file_length;
430 WriteInteger64(element.file_length, obj);
436 WriteInteger64(element.file_length, obj);
468 int64 file_length = ReadInteger64(obj); local
470 AppendFileRangeToHttpBody(http_body, file_path, file_start, file_length,
33 AppendFileRangeToHttpBody(ExplodedHttpBody* http_body, const base::NullableString16& file_path, int file_start, int file_length, double file_modification_time) argument
47 AppendURLRangeToHttpBody(ExplodedHttpBody* http_body, const GURL& url, int file_start, int file_length, double file_modification_time) argument
475 int64 file_length = ReadInteger64(obj); local
[all...]
H A Dpage_state_serialization.h26 int64 file_length; member in struct:content::ExplodedHttpBodyElement
H A Dpage_state_serialization_unittest.cc52 EXPECT_EQ(a.file_length, b.file_length);
128 e2.file_length = 1024;
/external/chromium_org/components/search_provider_logos/
H A Dlogo_cache_unittest.cc91 int64 file_length = file.GetLength(); local
92 ASSERT_NE(file_length, 0);
93 file.SetLength(file_length - 1);
/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job.cc258 uint64 file_length = result; local
262 if (item_offset > file_length) {
267 uint64 max_length = file_length - item_offset;
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py838 def _force_close(self, file_length=None):
839 """Close this buffer on file_length.
841 Finalize this upload immediately on file_length.
847 file_length: file length. Must match what has been uploaded. If None,
850 if file_length is None:
851 file_length = self._get_offset_from_gcs() + 1
852 self._send_data('', 0, file_length)
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c267 UINT8 file_length[2]; local
279 p = file_length;
284 *(file_length + offset++) = *(p_data++);
288 p = file_length;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.c99 OPJ_OFF_T file_length = 0; local
102 file_length = (OPJ_OFF_T)OPJ_FTELL(p_file);
105 return (OPJ_UINT64)file_length;

Completed in 1141 milliseconds