Home
last modified time | relevance | path

Searched refs:last_update (Results 1 – 22 of 22) sorted by relevance

/external/dropbear/
Dprogressmeter.c57 static time_t last_update; /* last progress update */ variable
128 elapsed = now - last_update; in refresh_progress_meter()
216 last_update = now; in refresh_progress_meter()
241 start = last_update = time(NULL); in start_progress_meter()
/external/openssh/
Dprogressmeter.c67 static time_t last_update; /* last progress update */ variable
138 elapsed = now - last_update; in refresh_progress_meter()
226 last_update = now; in refresh_progress_meter()
252 start = last_update = time(NULL); in start_progress_meter()
/external/chromium_org/ui/views/controls/
Dresize_area.cc80 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) { in ReportResizeAmount() argument
85 last_update); in ReportResizeAmount()
Dresize_area.h40 void ReportResizeAmount(int resize_amount, bool last_update);
/external/chromium_org/components/policy/core/common/
Dpolicy_statistics_collector.cc47 Time last_update = Time::FromInternalValue( in Initialize() local
49 TimeDelta delay = std::max(Time::Now() - last_update, TimeDelta::FromDays(0)); in Initialize()
/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_test.cc130 last_update_ = safe_browsing_service_->protocol_manager_->last_update(); in UpdateSafeBrowsingStatus()
195 base::Time last_update() { in last_update() function in SafeBrowsingServerTest
466 EXPECT_TRUE(last_update().is_null()); in IN_PROC_BROWSER_TEST_F()
486 EXPECT_FALSE(last_update().is_null()); in IN_PROC_BROWSER_TEST_F()
487 if (last_update() < now) { in IN_PROC_BROWSER_TEST_F()
Dsafe_browsing_database.h105 base::Time last_update) = 0;
301 base::Time last_update) OVERRIDE;
Dprotocol_manager.h109 base::Time last_update() const { return last_update_; }
Dsafe_browsing_database.cc203 base::Time last_update) { in GetCachedFullHashesForBrowse() argument
216 if (expire_time < last_update || in GetCachedFullHashesForBrowse()
685 base::Time last_update) { in ContainsBrowseUrl() argument
726 full_hits, last_update); in ContainsBrowseUrl()
728 full_hits, last_update); in ContainsBrowseUrl()
Dsafe_browsing_service_browsertest.cc91 base::Time last_update) OVERRIDE { in ContainsBrowseUrl() argument
Ddatabase_manager.cc378 sb_service_->protocol_manager()->last_update()); in CheckBrowseUrl()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_test.cc212 last_update_ = safe_browsing_service_->protocol_manager_->last_update(); in UpdateSafeBrowsingStatus()
267 base::Time last_update() { in last_update() function in SafeBrowsingServiceTest
561 EXPECT_TRUE(last_update().is_null()); in IN_PROC_BROWSER_TEST_F()
587 if (last_update() < now) { in IN_PROC_BROWSER_TEST_F()
Dsafe_browsing_database.h91 base::Time last_update) = 0;
213 base::Time last_update);
Dsafe_browsing_database.cc133 base::Time last_update) { in GetCachedFullHashesForBrowse() argument
146 if (expire_time < last_update || in GetCachedFullHashesForBrowse()
584 base::Time last_update) { in ContainsBrowseUrl() argument
652 full_hits, last_update); in ContainsBrowseUrl()
654 full_hits, last_update); in ContainsBrowseUrl()
Dprotocol_manager.h151 base::Time last_update() const { return last_update_; }
Dsafe_browsing_service_browsertest.cc53 base::Time last_update) { in ContainsBrowseUrl() argument
Dsafe_browsing_service.cc285 protocol_manager_->last_update()); in CheckBrowseUrl()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.h87 struct os_time last_update; member
Dbss.c258 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
770 if (os_time_before(&bss->last_update, &t)) { in wpa_bss_flush_by_age()
877 os_time_before(&found->last_update, &bss->last_update)) in wpa_bss_get_bssid_latest()
Dp2p_supplicant.c3615 updated = os_time_before(&wpa_s->p2p_auto_started, &bss->last_update); in wpas_p2p_peer_go()
3618 bss->last_update.sec, bss->last_update.usec, in wpas_p2p_peer_go()
Dctrl_iface.c3239 (int) (now.sec - bss->last_update.sec)); in print_bss_info()
/external/chromium_org/chrome/browser/net/spdyproxy/
Ddata_reduction_proxy_settings.cc365 base::Time last_update = base::Time::FromInternalValue(last_update_internal); in GetDataReductionLastUpdateTime() local
366 return static_cast<int64>(last_update.ToJsTime()); in GetDataReductionLastUpdateTime()