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

  /external/e2fsprogs/resize/
resource_track.c 69 struct timeval time_end; local
74 gettimeofday(&time_end, 0);
95 timeval_subtract(&time_end, &track->time_start),
100 timeval_subtract(&time_end, &track->time_start));
122 timeval_subtract(&time_end, &track->time_start));
  /external/ltp/testcases/kernel/syscalls/fsync/
fsync02.c 83 time_t time_start, time_end; local
118 if (time(&time_end) == -1)
127 if (time_end < time_start)
130 time_end, time_start);
133 difftime(time_end, time_start)) > TIME_LIMIT)
  /external/e2fsprogs/e2fsck/
scantest.c 74 struct timeval time_end; local
76 gettimeofday(&time_end, 0);
81 timeval_subtract(&time_end, &track->time_start),
util.c 413 struct timeval time_end; local
420 gettimeofday(&time_end, 0);
441 timeval_subtract(&time_end, &track->time_start),
446 timeval_subtract(&time_end, &track->time_start));
467 timeval_subtract(&time_end, &track->time_start));
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 160 struct timespec time_end; local
188 clock_gettime(CLOCK_REALTIME, &time_end);
192 result.real_time = DiffTimespec(time_start, time_end);
  /external/markdown/MarkdownTest/
MarkdownTest.pl 90 my $time_end = new Benchmark;
91 my $time_diff = timediff($time_end, $time_start);
  /external/tensorflow/tensorflow/tools/dist_test/python/
mnist_replica.py 260 time_end = time.time()
261 print("Training ends @ %f" % time_end)
262 training_time = time_end - time_begin
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 610 int64_t time_end = os_time_get(); local
611 int time_msec = (int)(time_end - time_begin) / 1000;
693 int64_t time_end = os_time_get(); local
694 int time_msec = (int)(time_end - time_begin) / 1000;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp 125 const lazy<cl_ulong> &time_end() const;
event.cpp 191 hard_event::time_end() const { function in class:hard_event
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 76 auto time_end = now + std::chrono::milliseconds{timeout_ms}; local
82 auto remaining = time_end - now;
  /external/libvpx/libvpx/vp8/common/
onyx.h 258 int64_t *time_end, int flush);
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter.java 360 long time_end = Long.MIN_VALUE; local
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/
utils.cc 142 uint64_t time_end = time_now + 1e6 * timeout; local
144 while (time_now < time_end) {
  /external/autotest/client/site_tests/cellular_SuspendResume/
cellular_SuspendResume.py 256 time_end = time.time() + duration
257 while time.time() < time_end:
  /external/mesa3d/src/gallium/state_trackers/clover/api/
event.cpp 274 buf.as_scalar<cl_ulong>() = hev.time_end();
  /external/eigen/bench/
benchmark-blocking-sizes.cpp 675 double time_end = timer.getRealTime();
676 cerr << "Finished in " << human_duration_t(time_end - time_start) << endl;
  /external/e2fsprogs/misc/
badblocks.c 217 struct timeval time_end; local
221 gettimeofday(&time_end, 0);
227 time_diff_format(&time_end, &time_start, diff_buf),
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 744 int64_t *time_end, int flush);
vp9_encoder.c     [all...]
  /external/stressapptest/src/
worker.cc 2479 uint64 time_start, time_end; local
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
MediaControlView2Impl.java 575 mEndTime = v.findViewById(R.id.time_end);
    [all...]
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/
MediaControlView2.java 727 mEndTime = v.findViewById(R.id.time_end);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 374 milliseconds