HomeSort by relevance Sort by last modified time
    Searched refs:file_size (Results 151 - 175 of 250) sorted by null

1 2 3 4 5 67 8 910

  /external/autotest/client/tests/aiostress/
aio-stress.c 1307 off_t file_size = 1 * 1024 * 1024 * 1024; local
    [all...]
  /external/avb/test/
avbtool_unittest.cc 540 int64_t file_size; local
541 ASSERT_TRUE(base::GetFileSize(rootfs_path, &file_size));
542 EXPECT_EQ(static_cast<size_t>(file_size), rootfs_size);
893 int64_t file_size; local
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 1337 off_t file_size = 1 * 1024 * 1024 * 1024; local
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 575 long file_size; local
608 file_size = ftell(ctx->ifp);
611 if ((file_size < ctx->frame_size) ||
612 (file_size % ctx->frame_size)) {
613 fprintf(stderr, "The input file size %ld isn't a multiple of the frame size %d\n", file_size, ctx->frame_size);
617 ctx->num_pictures = file_size / ctx->frame_size;
    [all...]
mpeg2vaenc.c 575 long file_size; local
608 file_size = ftell(ctx->ifp);
611 if ((file_size < ctx->frame_size) ||
612 (file_size % ctx->frame_size)) {
613 fprintf(stderr, "The input file size %ld isn't a multiple of the frame size %d\n", file_size, ctx->frame_size);
617 ctx->num_pictures = file_size / ctx->frame_size;
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 239 size_t file_size = 0; local
246 file_size = (size_t)ftell(fp);
249 file_size, p_obj->input[idx].size);
251 if (p_obj->input[idx].size > file_size) {
  /external/googletest/googletest/src/
gtest-port.cc     [all...]
  /external/libchrome/base/files/
file_util.h 273 BASE_EXPORT bool GetFileSize(const FilePath& file_path, int64_t* file_size);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc     [all...]
  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 147 SWAP_FUNC(32, s, d, file_size, struct squashfs_reg_inode_header);\
158 SWAP_FUNC(64, s, d, file_size, struct squashfs_lreg_inode_header);\
175 SWAP_FUNC(16, s, d, file_size, struct squashfs_dir_inode_header);\
188 SWAP_FUNC(32, s, d, file_size, struct squashfs_ldir_inode_header);\
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 258 error_code file_size(const Twine &path, uint64_t &result);
392 /// \a path. Or the entire file if file_size(path) < len, in which
  /external/syslinux/com32/gfxboot/
gfxboot.c 176 void *load_one(char *file, ssize_t *file_size);
756 void *load_one(char *file, ssize_t *file_size)
764 *file_size = 0;
806 *file_size = size;
  /external/syslinux/gpxe/src/util/
efirom.c 65 static size_t file_size ( FILE *file ) { function
  /external/v8/testing/gtest/src/
gtest-port.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc     [all...]
  /frameworks/minikin/tools/
mk_hyb_file.py 306 file_size = pattern_off + len(pattern)
307 data = [0x62ad7968, 0, alphabet_off, trie_off, pattern_off, file_size]
507 (magic, version, alphabet_off, trie_off, pattern_off, file_size) = struct.unpack('<6I', header)
510 pattern_data = hyb_data[pattern_off:file_size]
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 262 uint64 file_size; member in struct:__anon28632
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 978 def ReadFromStream (self, stream, offset, file_size):
995 if (self.start + track_len) > file_size:
    [all...]
  /system/core/trusty/storage/tests/
main.cpp 847 size_t file_size = 32768; local
857 WritePattern(handle, 0, file_size, blk, true);
899 size_t file_size = 1024 * 1024; local
909 WritePattern(handle, 0, file_size, 4040, true);
919 size_t file_size = 1024 * 1024; local
929 WritePattern(handle, 0, file_size, 2032, true);
940 size_t file_size = 1024 * 1024; local
950 WritePattern(handle, 0, file_size, 496, true);
960 size_t file_size = 1024 * 1024; local
970 WritePattern(handle, 0, file_size, 240, true)
    [all...]
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 721 int file_size = buffer.size(); // Stupid base::WriteFile taking "int" size. local
722 ASSERT_EQ(file_size, base::WriteFile(path, buffer.data(), file_size));
767 int file_size = buffer2.size(); // Stupid base::ReadFile taking "int" size. local
768 ASSERT_EQ(file_size, base::ReadFile(path, buffer2.data(), file_size));
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 113 int file_size(int fd);
2916 int file_size(int fd) function
    [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 345 static size_t file_size(int fd) function
377 size = file_size(fd);
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 74 unsigned long file_size = new_file->size(); local
75 if (pos + size > file_size)
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 106 size_t file_size,
111 if (error_code ec = MemoryBuffer::getOpenFile(fd, path, buffer, file_size,
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 345 unsigned int file_size[1]; member in struct:PDB_DS_TOC
1040 if (reader->u.ds.toc->file_size[file_number] == 0
1041 || reader->u.ds.toc->file_size[file_number] == 0xFFFFFFFF)
1045 = reader->u.ds.toc->file_size + reader->u.ds.toc->num_files;
1047 block_list += (reader->u.ds.toc->file_size[i]
1052 *plength = reader->u.ds.toc->file_size[file_number];
1054 reader->u.ds.toc->file_size[file_number]);
    [all...]

Completed in 5227 milliseconds

1 2 3 4 5 67 8 910