HomeSort by relevance Sort by last modified time
    Searched refs:endtime (Results 26 - 39 of 39) sorted by null

12

  /external/libevent/test/
regress_thread.c 533 struct timeval starttime, endtime; local
546 evutil_gettimeofday(&endtime, NULL);
561 test_timeval_diff_eq(&starttime, &endtime, 500);
  /external/gemmlowp/test/
benchmark.cc 114 double endtime = real_time_in_seconds(); local
116 const float timing = static_cast<float>(endtime - starttime);
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 685 $endtime = `date "+20%y-%m-%d %H:%M:%S"`;
794 'endtime' => $endtime,
  /bionic/libc/tzcode/
localtime.c 1111 endtime = transtime(year, &end, dstoffset); local
1115 bool reversed = endtime < starttime;
1118 starttime = endtime;
1119 endtime = swap;
1122 || (starttime < endtime
1123 && (endtime - starttime
1136 (&sp->ats[timecnt], endtime))
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1020 endtime = transtime(year, &end, dstoffset); local
1024 int reversed = endtime < starttime;
1027 starttime = endtime;
1028 endtime = swap;
1031 || (starttime < endtime
1032 && (endtime - starttime
1045 (&sp->ats[timecnt], endtime))
    [all...]
  /external/eigen/bench/
benchmark-blocking-sizes.cpp 212 double endtime = timer.getCpuTime();
214 const float timing = float(endtime - starttime);
  /external/python/cpython3/Lib/multiprocessing/
managers.py     [all...]
  /external/python/cpython3/Modules/
_threadmodule.c 48 _PyTime_t endtime = 0; local
52 endtime = _PyTime_GetMonotonicClock() + timeout;
76 timeout = endtime - _PyTime_GetMonotonicClock();
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 1191 ogg_int64_t endtime = vf->pcmlengths[link*2+1]+begintime; local
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfig.vfr 486 endtime;
  /external/python/cpython2/Lib/
threading.py 349 endtime = _time() + timeout
355 remaining = endtime - _time()
    [all...]
  /external/libevent/
event.c 1720 const struct timeval *endtime; local
    [all...]
  /external/python/cpython2/Lib/test/support/
__init__.py     [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]

Completed in 1594 milliseconds

12