Searched refs:old_time (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc/src/ |
D | nstime.c | 177 nstime_t old_time; in nstime_update() local 179 nstime_copy(&old_time, time); in nstime_update() 183 if (unlikely(nstime_compare(&old_time, time) > 0)) { in nstime_update() 184 nstime_copy(time, &old_time); in nstime_update()
|
/external/jemalloc_new/src/ |
D | nstime.c | 157 nstime_t old_time; in nstime_update_impl() local 159 nstime_copy(&old_time, time); in nstime_update_impl() 163 if (unlikely(nstime_compare(&old_time, time) > 0)) { in nstime_update_impl() 164 nstime_copy(time, &old_time); in nstime_update_impl()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
D | last_write_time.pass.cpp | 459 file_time_type old_time; in TEST_CASE() local 460 TEST_REQUIRE(ConvertFromTimeSpec(old_time, old_times.write)); in TEST_CASE() 471 TEST_CHECK(got_time != old_time); in TEST_CASE() 515 const file_time_type old_time = last_write_time(p); in TEST_CASE() local 526 last_write_time(p, old_time); in TEST_CASE() 538 TEST_CHECK(tt == old_time); in TEST_CASE() 542 TEST_CHECK(tt == old_time); in TEST_CASE() 549 const file_time_type old_time = last_write_time(p); in TEST_CASE() local 561 TEST_CHECK(tt == old_time); in TEST_CASE()
|
/external/autotest/client/site_tests/power_VideoSuspend/ |
D | power_VideoSuspend.py | 37 old_time = _get_current_time() 39 condition=lambda: _get_current_time() > old_time,
|
/external/autotest/client/site_tests/power_FlashVideoSuspend/ |
D | power_FlashVideoSuspend.py | 39 old_time = get_current_time() 41 condition=lambda: get_current_time() > old_time,
|
/external/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
D | last_write_time.sh.cpp | 46 file_time_type old_time = last_write_time(file); in TEST_CASE() local 52 TEST_CHECK(ent.last_write_time() == old_time); in TEST_CASE()
|
/external/autotest/client/site_tests/desktopui_AudioFeedback/ |
D | desktopui_AudioFeedback.py | 44 old_time = get_current_time() 46 condition=lambda: get_current_time() > old_time,
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
D | desktopui_MediaAudioFeedback.py | 96 old_time = get_current_time() 98 condition=lambda: get_current_time() > old_time,
|
/external/autotest/client/site_tests/audio_SeekAudioFeedback/ |
D | audio_SeekAudioFeedback.py | 100 old_time = get_current_time() 102 condition=lambda: get_current_time() > old_time,
|
/external/curl/lib/ |
D | ftp.c | 3264 long old_time = pp->response_time; in ftp_done() local 3271 pp->response_time = old_time; /* set this back to previous value */ in ftp_done()
|