Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java316 int file_count = 0; in main() local
346 input_files[file_count++] = new InputFile(arg, encoding, visual_order); in main()
350 if(file_count == 0){ in main()
356 Checker[] checkers = new Checker[file_count]; in main()
358 for(int i = 0; i < file_count; i += 1) { in main()
370 for(int c = 0; c < file_count; c += 1) { in main()
373 for(int f = 0; f < file_count; f += 1) { in main()
388 for (int f = 0; f < file_count; f += 1) { in main()
390 int[] histogram = new int[file_count]; in main()
396 for (int c = 0; c < file_count; c += 1) { in main()
[all …]
/external/autotest/client/tests/wb_kupdate/
Dwb_kupdate.py9 def _check_parameters(self, mount_point, write_size, file_count, argument
37 if not (file_count > 0) :
183 def run_once(self, mount_point, file_count, write_size, argument
204 self._check_parameters(mount_point, write_size, file_count,
224 while counter < file_count:
Dcontrol17 file_count=5 # The number of files to write.
37 file_count=int(file_count),
/external/squashfs-tools/squashfs-tools/
Dread_fs.c125 unsigned int *uncompressed_directory, int *file_count, int *sym_count, in scan_inode_table() argument
276 (*file_count) ++; in scan_inode_table()
332 (*file_count) ++; in scan_inode_table()
861 int *file_count, int *sym_count, int *dev_count, int *dir_count, in read_filesystem() argument
900 uncompressed_directory, file_count, sym_count, dev_count, in read_filesystem()
Dmksquashfs.c126 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
404 file_count = sfile_count; in restorefs()
2521 file_count ++; in write_file_empty()
2552 file_count ++; in write_file_frag()
2619 file_count ++; in write_file_process()
2749 file_count ++; in write_file_blocks_dup()
2863 file_count ++; in write_file_blocks()
4957 printf("Number of duplicate files found %d\n", file_count - in write_filesystem_tables()
4962 printf("Number of files %d\n", file_count); in write_filesystem_tables()
6112 &file_count, &sym_count, &dev_count, &dir_count, in main()
[all …]
Dunsquashfs.c58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
1092 file_count ++; in create_inode()
2812 printf("created %d files\n", file_count); in main()
/external/autotest/client/virt/
Drss_client.py406 file_count = 0
423 file_count += 1
437 if not file_count and not dir_count:
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
Dtgsi_scan.c155 info->file_count[file]++; in tgsi_scan_shader()
222 info->file_count[file]++; in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]); in emit_hw_vs_vdecl()
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1255 file_count = len(files)
1266 file_count, file_count, size, False)
1294 def _ApproximateDuration(adb_calls, file_count, byte_count, is_zipping): argument
1317 adb_push_setup_time = ADB_PUSH_PENALTY * file_count
/external/e2fsprogs/lib/blkid/
Dprobe.h530 __u32 file_count; member
590 __u32 file_count; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c243 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs()
471 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()