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

/external/e2fsprogs/resize/
H A Dresource_track.c68 struct timeval time_end; local
73 gettimeofday(&time_end, 0);
94 timeval_subtract(&time_end, &track->time_start),
99 timeval_subtract(&time_end, &track->time_start));
121 timeval_subtract(&time_end, &track->time_start));
/external/e2fsprogs/e2fsck/
H A Dscantest.c73 struct timeval time_end; local
75 gettimeofday(&time_end, 0);
80 timeval_subtract(&time_end, &track->time_start),
H A Dutil.c379 struct timeval time_end; local
386 gettimeofday(&time_end, 0);
407 timeval_subtract(&time_end, &track->time_start),
412 timeval_subtract(&time_end, &track->time_start));
433 timeval_subtract(&time_end, &track->time_start));
/external/autotest/site_utils/
H A Danalyze_reboot_time.py47 def get_entries(time_start, time_end, gte, lte, size, index, hostname):
51 @param time_end: Latest time entry was recorded
60 time_end_epoch = time_utils.to_epoch_time(time_end)
75 def get_results_string(hostname, time_start, time_end, results):
80 @param time_end: Latest time entry was recorded
90 time_utils.epoch_time_to_date_string(time_end))
H A Ddevserver_history.py81 def get_calls(time_start, time_end, artifact_filters=None,
86 @param time_end: Latest time entry was recorded.
102 time_end_epoch = time_utils.to_epoch_time(time_end)
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
H A Dhog.c160 struct timespec time_end; local
188 clock_gettime(CLOCK_REALTIME, &time_end);
192 result.real_time = DiffTimespec(time_start, time_end);
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/
H A Dtimeline_interaction_record_unittest.py33 self, parent_thread, time_start, time_end, thread_start, thread_end):
34 duration = time_end - time_start
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl90 my $time_end = new Benchmark;
91 my $time_diff = timediff($time_end, $time_start);
/external/libvpx/libvpx/vp8/common/
H A Donyx.h265 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
/external/testng/src/main/java/org/testng/reporters/
H A DEmailableReporter.java360 long time_end = Long.MIN_VALUE;
384 time_end = Math.max(overview.getEndDate().getTime(), time_end);
400 summaryCell(formatter.format((time_end - time_start) / 1000.) + " seconds", true);
/external/autotest/client/deps/glbench/src/
H A Dutils.cc159 uint64_t time_end = time_now + 1e6 * timeout; local
161 while (time_now < time_end) {
/external/autotest/client/site_tests/network_MobileSuspendResume/
H A Dnetwork_MobileSuspendResume.py267 time_end = time.time() + duration
268 while time.time() < time_end:
/external/e2fsprogs/misc/
H A Dbadblocks.c211 struct timeval time_end; local
215 gettimeofday(&time_end, 0);
221 time_diff_format(&time_end, &time_start, diff_buf),
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h524 int64_t *time_stamp, int64_t *time_end, int flush);
H A Dvp9_encoder.c4176 int64_t *time_stamp, int64_t *time_end, int flush) {
4306 *time_end = source->ts_end;
4174 vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, size_t *size, uint8_t *dest, int64_t *time_stamp, int64_t *time_end, int flush) argument
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c5254 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush) argument
5337 *time_end = cpi->source->ts_end;

Completed in 551 milliseconds