Searched refs:file_count (Results 1 – 10 of 10) sorted by relevance
/third_party/libsnd/tests/ |
D | multi_file_test.c | 135 int fd, k, file_count = 0 ; in multi_file_test() local 157 for (file_count = 1 ; embed_info.offset + embed_info.length < filelen ; file_count ++) in multi_file_test() 172 printf ("Embedded file number : %d offset : %" PRId64 "\n", file_count, embed_info.offset) ; in multi_file_test() 186 file_count -- ; in multi_file_test() 188 if (file_count != format_count) in multi_file_test() 189 …{ printf ("\n\nLine %d: file count (%d) not equal to %d.\n\n", __LINE__, file_count, format_count)… in multi_file_test() 190 printf ("Embedded file number : %d\n", file_count) ; in multi_file_test()
|
/third_party/boost/tools/build/src/engine/ |
D | pathvms.cpp | 140 int file_count; in translate_path_posix2vms() local 159 file_count = decc$to_vms( path->value, copy_vmsfilespec, 0, 0 ); in translate_path_posix2vms() 164 translated = ( file_count || dir_count ); in translate_path_posix2vms() 166 if ( file_count && dir_count ) in translate_path_posix2vms() 186 else if ( file_count ) in translate_path_posix2vms()
|
/third_party/boost/libs/filesystem/example/ |
D | simple_ls.cpp | 37 unsigned long file_count = 0; in main() local 65 ++file_count; in main() 81 std::cout << "\n" << file_count << " files\n" in main()
|
/third_party/boost/libs/metaparse/tools/benchmark/ |
D | benchmark.py | 139 file_count = len(files) + string_template_file_cnt 149 (float(progress) / file_count, float(progress + 1) / file_count), 158 (float(progress + 1) / file_count, float(progress + 2) / file_count), 165 file_count -= string_template_file_cnt 169 total = float(file_count * elapsed) / len(result)
|
/third_party/boost/libs/regex/example/grep/ |
D | grep.cpp | 39 int file_count; variable 58 if(!match_found && !count_only && (file_count > 1)) in process_stream() 197 file_count = files.size(); in main()
|
/third_party/boost/tools/inspect/ |
D | inspect.cpp | 90 long file_count = 0; variable 251 ++file_count; in visit_all() 929 << " " << file_count << " files scanned\n" in main() 974 << file_count << " files scanned<br>\n" in main()
|
/third_party/e2fsprogs/lib/blkid/ |
D | probe.h | 533 __u32 file_count; member 593 __u32 file_count; member
|
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 895 uintmax_t file_count = 0; 952 ++file_count; 969 return file_count;
|
/third_party/exfat-utils/fsck/ |
D | fsck.c | 57 long file_count; member 129 exfat_stat.file_count++; in alloc_exfat_inode() 1509 exfat_stat.dir_count, exfat_stat.file_count); in exfat_show_info()
|
/third_party/python/Lib/test/ |
D | test_mailbox.py | 782 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 783 self.assertEqual(file_count, repetitions, 785 (file_count, repetitions))
|