Searched defs:last_update (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dprogress.c19 static time_t last_update; variable
63 last_update = 0;
77 if (now == last_update)
79 last_update = now;
/external/chromium_org/ui/views/controls/
H A Dresize_area.cc72 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) { argument
77 last_update);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_statistics_collector.cc47 Time last_update = Time::FromInternalValue( local
49 TimeDelta delay = std::max(Time::Now() - last_update, TimeDelta::FromDays(0));
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h88 struct os_reltime last_update; member in struct:wpa_bss
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc166 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
231 base::Time last_update() { function in class:SafeBrowsingServerTest
512 EXPECT_TRUE(last_update().is_null());
532 EXPECT_FALSE(last_update().is_null());
533 if (last_update() < now) {
H A Dprotocol_manager.h109 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc291 base::Time last_update = base::Time::FromInternalValue(last_update_internal); local
292 return static_cast<int64>(last_update.ToJsTime());
/external/e2fsprogs/misc/
H A De2image.c565 time_t last_update = 0; local
584 last_update = time(NULL);
627 if (show_progress && last_update != time(NULL)) {
629 last_update = time(NULL);

Completed in 476 milliseconds