/external/autotest/client/tests/wb_kupdate/ |
control | 17 file_count=5 # The number of files to write. 37 file_count=int(file_count),
|
wb_kupdate.py | 9 def _check_parameters(self, mount_point, write_size, file_count, 16 @param file_count: the number of files to write. 36 # Check file_count > 0. 37 if not (file_count > 0) : 183 def run_once(self, mount_point, file_count, write_size, 191 @param file_count: the number of files to write. 204 self._check_parameters(mount_point, write_size, file_count, 223 # Run test until file_count files are successfully written to disk. 224 while counter < file_count:
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
StatisticsTool.java | 316 int file_count = 0; local 346 input_files[file_count++] = new InputFile(arg, encoding, visual_order); 350 if(file_count == 0){ 356 Checker[] checkers = new Checker[file_count]; 358 for(int i = 0; i < file_count; i += 1) { 370 for(int c = 0; c < file_count; c += 1) { 373 for(int f = 0; f < file_count; f += 1) { 388 for (int f = 0; f < file_count; f += 1) { 390 int[] histogram = new int[file_count]; 396 for (int c = 0; c < file_count; c += 1) [all...] |
/hardware/intel/common/libva/va/ |
va_fool.c | 73 int file_count; member in struct:fool_context 276 /* try file_name.file_count, if fail, try file_name.file_count-- */ 280 fool_ctx->file_count); 284 fool_ctx->file_count++; /* open next file */ 287 fool_ctx->file_count = 0;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.h | 58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
|
tgsi_scan.c | 155 info->file_count[file]++; 222 info->file_count[file]++;
|
/device/google/dragon/crash_collector/ |
coredump_writer.cc | 296 const long file_count = GetValueFromNote<long>(note, 0, kInvalidValue); local 299 if (file_count == kInvalidValue || page_size == kInvalidValue) { 304 size_t filename_pos = sizeof(long) * (2 + 3 * file_count); 305 for (long i = 0; i < file_count; ++i) {
|
/toolchain/binutils/binutils-2.25/binutils/ |
ar.c | 682 int file_count; 794 for (file_count = 0; argv[arg_index + file_count] != NULL; file_count++) 797 files = (file_count > 0) ? argv + arg_index : NULL; 808 map_over_members (arch, print_descr, files, file_count); 812 map_over_members (arch, print_contents, files, file_count); 816 map_over_members (arch, extract_file, files, file_count); 679 int file_count; local [all...] |
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 125 unsigned int *uncompressed_directory, int *file_count, int *sym_count, 276 (*file_count) ++; 332 (*file_count) ++; 861 int *file_count, int *sym_count, int *dev_count, int *dir_count, 900 uncompressed_directory, file_count, sym_count, dev_count,
|
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; [all...] |
unsquashfs.c | 58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable 1092 file_count ++; [all...] |
/external/autotest/client/virt/ |
rss_client.py | 406 file_count = 0 423 file_count += 1 437 if not file_count and not dir_count:
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_vdecl.c | 54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 530 __u32 file_count; member in struct:hfs_mdb 590 __u32 file_count; member in struct:hfsplus_vol_header
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_utils.py | [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 243 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && 471 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
dwarf2dbg.c | 1944 unsigned int file_count = files_in_use > 0 ? files_in_use - 1 : 0; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mailbox.py | 691 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 692 self.assertTrue(file_count == repetitions, 694 (file_count, repetitions)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mailbox.py | 691 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 692 self.assertTrue(file_count == repetitions, 694 (file_count, repetitions)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 691 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 692 self.assertTrue(file_count == repetitions, 694 (file_count, repetitions)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mailbox.py | 691 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 692 self.assertTrue(file_count == repetitions, 694 (file_count, repetitions)) [all...] |
/prebuilts/android-emulator/linux-x86_64/bin/ |
mkfs.ext4 | |
tune2fs | |
e2fsck | |
fsck.ext4 | |