HomeSort by relevance Sort by last modified time
    Searched refs:stats_file (Results 1 - 24 of 24) sorted by null

  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis_unittest.cc 70 std::ofstream stats_file; local
71 stats_file.open(stats_filename.c_str());
72 stats_file.close();
78 std::ofstream stats_file; local
79 stats_file.open(stats_filename.c_str());
80 stats_file << "frame_0001 0100\n";
81 stats_file << "frame_0002 0101\n";
82 stats_file << "frame_0003 0101\n";
83 stats_file << "frame_0004 0106\n";
84 stats_file.close()
    [all...]
video_quality_analysis.cc 77 bool GetNextStatsLine(FILE* stats_file, char* line) {
82 size_t chars_read = fread(&buf, 1, 1, stats_file);
83 if (chars_read != 1 || feof(stats_file)) {
235 FILE* stats_file = fopen(stats_file_name, "r"); local
246 while (GetNextStatsLine(stats_file, line)) {
288 fclose(stats_file);
300 FILE* stats_file = fopen(stats_file_name.c_str(), "r"); local
301 if (stats_file == NULL) {
313 while (GetNextStatsLine(stats_file, line)) {
343 fclose(stats_file);
    [all...]
video_quality_analysis.h 89 bool GetNextStatsLine(FILE* stats_file, char* line);
  /external/devlib/devlib/utils/
gem5.py 29 def iter_statistics_dump(stats_file):
36 line = stats_file.readline()
  /external/python/cpython3/Lib/test/
test_pstats.py 28 stats_file = support.findfile('pstats.pck')
29 self.stats = pstats.Stats(stats_file)
  /external/lisa/tools/scripts/
framestats_analysis.py 48 stats_file = 'framestats.txt' variable
56 :param stats_file: name of stats file
57 :type stats_file: str
59 def parse_stats_dir(stats_dir, stats_file):
63 if stats_file in files:
97 base = parse_stats_dir(args.baseline_dir, stats_file)
98 test = parse_stats_dir(args.results_dir, stats_file)
  /external/devlib/devlib/module/
gem5stats.py 207 with open(self._stats_file_path, 'r') as stats_file:
208 self._goto_dump(stats_file, base_dump)
209 for dump in iter_statistics_dump(stats_file):
224 with open(self._stats_file_path, 'r') as stats_file:
226 return self._goto_dump(stats_file, sys.maxint)
228 def _goto_dump(self, stats_file, target_dump):
234 stats_file.seek(self._dump_pos_cache[target_dump])
240 stats_file.seek(curr_pos)
243 dump_iterator = iter_statistics_dump(stats_file)
250 curr_pos = stats_file.tell(
    [all...]
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 128 stats_file = open(stats_file_name, 'w')
149 stats_file.write(entry)
152 stats_file.close()
247 parser.add_option('--stats_file', type='string', default='stats.txt',
266 --stats_file=<path_and_name_to_stats_file>
285 _generate_stats_file(options.stats_file,
  /external/webrtc/webrtc/tools/
compare_videos.py 51 parser.add_option('--stats_file', type='string', default='stats.txt',
112 '--stats_file=%s' % options.stats_file,
134 '--stats_file=%s' % options.stats_file,
  /external/lisa/libs/utils/
executor.py 710 stats_file = experiment.out_dir + '/trace_stat.json'
711 self.te.ftrace.get_stats(stats_file)
714 stats_file.replace(self.te.res_dir, '<res_dir>'))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Options.inc     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Options.inc     [all...]

Completed in 639 milliseconds