Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 10 of 10) sorted by relevance

/third_party/libsnd/tests/
Dmulti_file_test.c135 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/
Dpathvms.cpp140 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/
Dsimple_ls.cpp37 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/
Dbenchmark.py139 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/
Dgrep.cpp39 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/
Dinspect.cpp90 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/
Dprobe.h533 __u32 file_count; member
593 __u32 file_count; member
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp895 uintmax_t file_count = 0;
952 ++file_count;
969 return file_count;
/third_party/exfat-utils/fsck/
Dfsck.c57 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/
Dtest_mailbox.py782 file_count = len(os.listdir(os.path.join(self._path, "tmp")))
783 self.assertEqual(file_count, repetitions,
785 (file_count, repetitions))