/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | StatisticsTool.java | 316 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/ |
D | wb_kupdate.py | 9 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:
|
D | control | 17 file_count=5 # The number of files to write. 37 file_count=int(file_count),
|
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 125 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()
|
D | mksquashfs.c | 126 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 …]
|
D | unsquashfs.c | 58 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/ |
D | rss_client.py | 406 file_count = 0 423 file_count += 1 437 if not file_count and not dir_count:
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.h | 58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
|
D | tgsi_scan.c | 155 info->file_count[file]++; in tgsi_scan_shader() 222 info->file_count[file]++; in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_vdecl.c | 54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]); in emit_hw_vs_vdecl()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 1255 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/ |
D | probe.h | 530 __u32 file_count; member 590 __u32 file_count; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 243 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()
|