Searched refs:file_length (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/content/common/ |
D | page_state_serialization.cc | 36 int file_length, in AppendFileRangeToHttpBody() argument 42 element.file_length = file_length; in AppendFileRangeToHttpBody() 50 int file_length, in AppendURLRangeToHttpBody() argument 56 element.file_length = file_length; in AppendURLRangeToHttpBody() 420 WriteInteger64(element.file_length, obj); in WriteHttpBody() 426 WriteInteger64(element.file_length, obj); in WriteHttpBody() 458 int64 file_length = ReadInteger64(obj); in ReadHttpBody() local 460 AppendFileRangeToHttpBody(http_body, file_path, file_start, file_length, in ReadHttpBody() 465 int64 file_length = ReadInteger64(obj); in ReadHttpBody() local 467 AppendURLRangeToHttpBody(http_body, url, file_start, file_length, in ReadHttpBody() [all …]
|
D | page_state_serialization.h | 24 int64 file_length; member
|
D | page_state_serialization_unittest.cc | 52 EXPECT_EQ(a.file_length, b.file_length); in ExpectEquality() 127 e2.file_length = 1024; in PopulateHttpBody()
|
/external/e2fsprogs/ext2ed/ |
D | file_com.c | 38 file_info.file_length=ptr->i_size; in init_file_info() 266 if (file_info.file_offset+offset>file_info.file_length-1) break; in file_show_hex() 270 if (file_info.file_offset+offset+i>file_info.file_length-1) { in file_show_hex() 290 if (file_info.file_offset+offset+i>file_info.file_length-1) break; in file_show_hex() 331 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text() 332 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text() 387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1); in show_status()
|
D | dir_com.c | 67 info_ptr->file_length=ptr->i_size; in init_dir_info() 108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */ in search_dir_entries() 126 if (info.file_offset >= info.file_length) break; in search_dir_entries() 529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1); in show_dir_status()
|
D | ext2ed.h | 140 long file_offset,file_length; member
|
/external/chromium_org/content/public/renderer/ |
D | history_item_serialization.cc | 41 output->file_length = input.fileLength; in ToExplodedHttpBodyElement() 47 output->file_length = input.fileLength; in ToExplodedHttpBodyElement() 66 element.file_length, in AppendHTTPBodyElement() 73 element.file_length, in AppendHTTPBodyElement()
|
/external/chromium_org/webkit/browser/blob/ |
D | blob_url_request_job.cc | 252 uint64 file_length = result; in DidGetFileItemLength() local 256 if (item_offset > file_length) { in DidGetFileItemLength() 261 uint64 max_length = file_length - item_offset; in DidGetFileItemLength()
|
/external/chromium/webkit/glue/ |
D | glue_serialize.cc | 274 long long file_length = -1; in ReadFormData() local 278 file_length = ReadInteger64(obj); in ReadFormData() 281 http_body.appendFileRange(file_path, file_start, file_length, in ReadFormData()
|
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t4t.c | 267 UINT8 file_length[2]; in ce_t4t_update_binary() local 279 p = file_length; in ce_t4t_update_binary() 284 *(file_length + offset++) = *(p_data++); in ce_t4t_update_binary() 288 p = file_length; in ce_t4t_update_binary()
|