HomeSort by relevance Sort by last modified time
    Searched full:file_length (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseInputStreamTest.java 40 private static final int FILE_LENGTH = FILE_DATA.length;
78 openInput(0, FILE_LENGTH);
101 openInput(0, FILE_LENGTH);
102 for (int i = 0; i < FILE_LENGTH; i++) {
142 openInput(0, FILE_LENGTH);
143 byte[] buf = new byte[FILE_LENGTH];
164 openInput(0, FILE_LENGTH);
209 openInput(0, FILE_LENGTH);
210 assertEquals(FILE_LENGTH, mInput.available());
212 assertEquals(FILE_LENGTH -1 , mInput.available())
    [all...]
AssetFileDescriptor_AutoCloseOutputStreamTest.java 34 private static final int FILE_LENGTH = 100;
86 mAssetFileDes = new AssetFileDescriptor(fd, 0, FILE_LENGTH);
97 mAssetFileDes = new AssetFileDescriptor(fd, 0, FILE_LENGTH);
  /external/e2fsprogs/ext2ed/
file_com.c 38 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);
dir_com.c 67 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);
ext2ed.h 140 long file_offset,file_length; member in struct:struct_file_info
  /external/chromium/webkit/glue/
glue_serialize.cc 274 long long file_length = -1; local
278 file_length = ReadInteger64(obj);
281 http_body.appendFileRange(file_path, file_start, file_length,
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml     [all...]

Completed in 230 milliseconds