/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | StatisticsTool.java | 318 int file_count = 0; in main() local 348 input_files[file_count++] = new InputFile(arg, encoding, visual_order); in main() 352 if(file_count == 0){ in main() 358 Checker[] checkers = new Checker[file_count]; in main() 360 for(int i = 0; i < file_count; i += 1) { in main() 372 for(int c = 0; c < file_count; c += 1) { in main() 375 for(int f = 0; f < file_count; f += 1) { in main() 390 for (int f = 0; f < file_count; f += 1) { in main() 392 int[] histogram = new int[file_count]; in main() 398 for (int c = 0; c < file_count; c += 1) { in main() [all …]
|
/external/toolchain-utils/ |
D | compiler-test.sh | 29 file_count=0 53 ((file_count++)) 58 echo "Total file count: ${file_count}"
|
/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/adeb/ |
D | androdeb | 97 file_count=`count_sources $@` 99 while [ $i -lt $file_count ]; do 109 file_count=`count_sources $@` 111 while [ $i -lt $file_count ]; do
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 612 file_count = 0 623 file_count += 1 632 return file_count, report, tree_errors 642 file_count = 0 650 file_count += 1 655 return file_count, report, tree_errors
|
/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 | 127 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable 441 file_count = sfile_count; in restorefs() 2605 file_count ++; in write_file_empty() 2636 file_count ++; in write_file_frag() 2703 file_count ++; in write_file_process() 2833 file_count ++; in write_file_blocks_dup() 2947 file_count ++; in write_file_blocks() 5197 printf("Number of duplicate files found %d\n", file_count - in write_filesystem_tables() 5202 printf("Number of files %d\n", file_count); in write_filesystem_tables() 6484 &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/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 271 info->file_count[file]++; in tgsi_scan_shader() 421 info->file_count[file]++; in tgsi_scan_shader() 465 info->file_count[TGSI_FILE_INPUT] = num_verts; in tgsi_scan_shader()
|
D | tgsi_scan.h | 64 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 4785 int file_count, i, pipe_err; in _PyPopen() local 4838 file_count = 2; in _PyPopen() 4840 file_count = 3; in _PyPopen() 4842 while ((pipe_err == 0) && (i < file_count)) in _PyPopen() 4947 for (i = 0; i < file_count; i++) in _PyPopen() 5012 intObj = PyInt_FromLong((long) file_count); in _PyPopen() 5033 if (file_count >= 3) in _PyPopen() 5045 ins_rc[1] < 0 || (file_count > 1 && !fileObj[1]) || in _PyPopen() 5046 ins_rc[2] < 0 || (file_count > 2 && !fileObj[2])) in _PyPopen() 5116 int file_count; in _PyPclose() local [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_vdecl.c | 52 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]); in emit_hw_vs_vdecl()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.h | 66 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
|
D | tgsi_scan.c | 596 info->file_count[file]++; in scan_declaration() 777 info->file_count[file]++; in scan_immediate() 881 info->file_count[TGSI_FILE_INPUT] = num_verts; in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 735 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count() 738 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 739 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count() 742 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 743 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 744 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0); in r600_get_hw_atomic_count() 747 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 748 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 749 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0) + in r600_get_hw_atomic_count() 750 rctx->tes_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
|
D | r600_shader.c | 3136 shader->uses_images = ctx.info.file_count[TGSI_FILE_IMAGE] > 0 || in r600_shader_from_tgsi() 3137 ctx.info.file_count[TGSI_FILE_BUFFER] > 0; in r600_shader_from_tgsi() 8099 base = R600_IMAGE_REAL_RESOURCE_OFFSET + ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_load_buffer() 8317 …cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_… in tgsi_store_buffer_rat() 8492 immed_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_atomic_op_rat() 8493 rat_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_atomic_op_rat()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 533 __u32 file_count; member 593 __u32 file_count; member
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 1685 file_count = len(files) 1696 file_count, file_count, size, False) 1727 def _ApproximateDuration(adb_calls, file_count, byte_count, is_zipping): argument 1750 adb_push_setup_time = ADB_PUSH_PENALTY * file_count
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager10.java | 655 int file_count = asset_dir.getFileCount(); in nativeList() local 657 … String[] array = new String[file_count]; // env.NewObjectArray(file_count, g_stringClass, null); in nativeList() 662 for (int i = 0; i < file_count; i++) { in nativeList()
|
D | ShadowArscAssetManager9.java | 651 int file_count = asset_dir.getFileCount(); in nativeList() local 653 String[] array = new String[file_count]; // env.NewObjectArray(file_count, g_stringClass, null); in nativeList() 658 for (int i = 0; i < file_count; i++) { in nativeList()
|
/external/python/cpython2/Lib/test/ |
D | test_mailbox.py | 690 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 691 self.assertEqual(file_count, repetitions, 693 (file_count, repetitions))
|
/external/python/cpython3/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))
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 328 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 6629 size_t file_count() const; 6660 inline size_t Reader::file_count() const {
|