Home
last modified time | relevance | path

Searched refs:old_time (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc/src/
Dnstime.c177 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/
Dnstime.c157 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/
Dlast_write_time.pass.cpp459 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/
Dpower_VideoSuspend.py37 old_time = _get_current_time()
39 condition=lambda: _get_current_time() > old_time,
/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dpower_FlashVideoSuspend.py39 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/
Dlast_write_time.sh.cpp46 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/
Ddesktopui_AudioFeedback.py44 old_time = get_current_time()
46 condition=lambda: get_current_time() > old_time,
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py96 old_time = get_current_time()
98 condition=lambda: get_current_time() > old_time,
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py100 old_time = get_current_time()
102 condition=lambda: get_current_time() > old_time,
/external/curl/lib/
Dftp.c3264 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()