HomeSort by relevance Sort by last modified time
    Searched full:old_time (Results 1 - 17 of 17) sorted by null

  /external/jemalloc/src/
nstime.c 107 nstime_t old_time; local
109 nstime_copy(&old_time, time);
137 if (unlikely(nstime_compare(&old_time, time) > 0)) {
138 nstime_copy(time, &old_time);
  /external/autotest/client/site_tests/power_VideoSuspend/
power_VideoSuspend.py 37 old_time = get_current_time()
39 condition=lambda: get_current_time() > old_time,
  /external/autotest/client/site_tests/power_FlashVideoSuspend/
power_FlashVideoSuspend.py 39 old_time = get_current_time()
41 condition=lambda: get_current_time() > old_time,
  /external/skia/bench/
bench_compare.py 121 'o' : '{old_time: 0.2f}\t',
130 'o' : '{old_time}\t',
142 'o' : '{old_time: >10.2f} ',
151 'o' : '{old_time: >10} ',
170 , old_time='old'
186 , old_time=bench_diff.old.time
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 100 old_time = get_current_time()
102 condition=lambda: get_current_time() > old_time,
  /external/autotest/client/site_tests/desktopui_AudioFeedback/
desktopui_AudioFeedback.py 44 old_time = get_current_time()
46 condition=lambda: get_current_time() > old_time,
  /external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
desktopui_MediaAudioFeedback.py 96 old_time = get_current_time()
98 condition=lambda: get_current_time() > old_time,
  /bionic/libc/include/
utmp.h 53 #define OLD_TIME 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
utmp.h 106 #define OLD_TIME 4 /* Time when system clock changed. */
utmpx.h 94 #define OLD_TIME 4 /* Time when system clock changed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utmp.h 106 #define OLD_TIME 4 /* Time when system clock changed. */
utmpx.h 94 #define OLD_TIME 4 /* Time when system clock changed. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utmp.h 106 #define OLD_TIME 4 /* Time when system clock changed. */
utmpx.h 94 #define OLD_TIME 4 /* Time when system clock changed. */
  /external/toybox/toys/pending/
last.c 122 if (ut.ut_line[0] == '|') ut.ut_type = OLD_TIME;
  /system/connectivity/shill/net/
netlink_manager_unittest.cc 400 Time* old_time = netlink_manager_->time_; local
422 netlink_manager_->time_ = old_time;
731 Time* old_time = netlink_manager_->time_; local
791 netlink_manager_->time_ = old_time;
    [all...]
  /external/curl/lib/
ftp.c 3377 long old_time = pp->response_time; local
    [all...]

Completed in 1125 milliseconds