Searched refs:file_count (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py157 file_count = file_reader.file_count
160 _log.info("Total errors found: %d in %d files" % (error_count, file_count))
162 return error_count > 0 or (file_count == 0 and delete_only_file_count == 0)
H A Dfilereader.py47 file_count: The total number of files passed to this instance
67 self.file_count = 0
112 self.file_count += 1
H A Dfilereader_unittest.py75 def _assert_file_reader(self, passed_to_processor, file_count):
78 self.assertEqual(file_count, self._file_reader.file_count)
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc113 size_t file_count = files_to_register.size(); local
114 DCHECK(file_count > 0);
116 ScopedJavaLocalRef<jintArray> j_file_ids(env, env->NewIntArray(file_count));
120 ScopedJavaLocalRef<jintArray> j_file_fds(env, env->NewIntArray(file_count));
125 env, env->NewBooleanArray(file_count));
130 for (size_t i = 0; i < file_count; ++i) {
/external/chromium_org/tools/linux/
H A Ddump-static-initializers.py180 file_count = 0
187 file_count += 1
229 file_count)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c155 info->file_count[file]++;
222 info->file_count[file]++;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c155 info->file_count[file]++;
222 info->file_count[file]++;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo2669 my %file_count;
2682 $count = $file_count{$file};
2685 $file_count{$file} = defined($count) ? $count + 1 : 1;
2690 foreach $file (keys(%file_count)) {
2691 if ($file_count{$file} > $count) {
2694 $count = $file_count{$file};
2697 } elsif ($file_count{$file} == $count) {
/external/e2fsprogs/lib/blkid/
H A Dprobe.h530 __u32 file_count; member in struct:hfs_mdb
590 __u32 file_count; member in struct:hfsplus_vol_header
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_unittest.cc550 int file_count = 0, directory_count = 0; local
553 ++file_count;
558 EXPECT_EQ(7, file_count);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c243 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 &&
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c243 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 &&

Completed in 2226 milliseconds