Searched refs:prev_time (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer.py133 prev_time: the previous time string that is compared against.
176 (prev_time, prev_analyzer_result_map) = result
178 prev_time = None
183 prev_time = PREV_TIME_FOR_DEBUG
186 os.path.join(DEFAULT_RESULT_DIR, prev_time)))
187 return (prev_time, prev_analyzer_result_map, analyzer_result_map)
190 def SendEmail(prev_time, prev_analyzer_result_map, analyzer_result_map,
196 prev_time: the previous time string that is compared against.
233 prev_time_in_float = datetime.strptime(prev_time, '%Y-%m-%d-%H')
245 email_content = analyzer_result_map.ConvertToString(prev_time,
[all...]
H A Dlayouttest_analyzer_helpers_unittest.py119 prev_time = datetime.strptime(prev_time_str, '%Y-%m-%d-%H')
120 prev_time = time.mktime(prev_time.timetuple())
130 layouttest_analyzer_helpers.GetRevisionString(prev_time, current_time,
H A Dlayouttest_analyzer_helpers.py198 def ConvertToString(self, prev_time, diff_map, issue_detail_mode):
202 prev_time: the previous time string that are compared against.
218 prev_time, len(self.result_map['whole'].keys()),
321 def SendStatusEmail(prev_time, analyzer_result_map, diff_map,
328 prev_time: the date string such as '2011-10-09-11'. This format has been
369 def GetRevisionString(prev_time, current_time, diff_map):
373 prev_time: the previous time as a floating point number expressed
397 rev_infos = TestExpectationsHistory.GetDiffBetweenTimes(prev_time,
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c54 u64 prev_time = 0; local
187 if (prev_time > sample.time) {
189 name, prev_time, sample.time);
193 prev_time = sample.time;
/external/chromium_org/tools/perf/metrics/
H A Dspeedindex.py109 prev_time = time_completeness_list[0][0]
112 elapsed_time = time - prev_time
118 prev_time = time
/external/chromium_org/net/quic/
H A Dquic_framer.cc2201 QuicTime prev_time = it->second; local
2216 uint64 time_delta_us = it->second.Subtract(prev_time).ToMicroseconds();
2217 prev_time = it->second;
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c1557 static time_t prev_time; local
1561 if ((difftime(curr_time, prev_time)>=0.25) ||
1574 prev_time = curr_time;

Completed in 711 milliseconds