Searched refs:last_update (Results 1 - 13 of 13) 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.cc71 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) { argument
76 last_update);
H A Dresize_area.h40 void ReportResizeAmount(int resize_amount, bool 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/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc169 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
234 base::Time last_update() { function in class:SafeBrowsingServerTest
516 EXPECT_TRUE(last_update().is_null());
536 EXPECT_FALSE(last_update().is_null());
537 if (last_update() < now) {
H A Dprotocol_manager.h109 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h88 struct os_reltime last_update; member in struct:wpa_bss
H A Dbss.c286 calculate_update_time(fetch_time, src->age, &dst->last_update);
811 if (os_reltime_before(&bss->last_update, &t)) {
920 os_reltime_before(&found->last_update, &bss->last_update))
H A Dp2p_supplicant.c4275 &bss->last_update);
4278 bss->last_update.sec, bss->last_update.usec,
H A Dctrl_iface.c3571 (int) (now.sec - bss->last_update.sec));
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc213 base::Time last_update = base::Time::FromInternalValue(last_update_internal); local
214 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);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4062 os_reltime_sub(&now, &res->last_update, &diff);

Completed in 1238 milliseconds