HomeSort by relevance Sort by last modified time
    Searched refs:last_update (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/lib/ext2fs/
progress.c 19 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/
resize_area.h 40 void ReportResizeAmount(int resize_amount, bool last_update);
resize_area.cc 71 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) {
76 last_update);
  /external/chromium_org/components/policy/core/common/
policy_statistics_collector.cc 47 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/
safe_browsing_test.cc 169 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) {
protocol_manager.h 109 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 88 struct os_reltime last_update; member in struct:wpa_bss
bss.c 286 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))
p2p_supplicant.c     [all...]
ctrl_iface.c     [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 213 base::Time last_update = base::Time::FromInternalValue(last_update_internal); local
214 return static_cast<int64>(last_update.ToJsTime());
  /external/e2fsprogs/misc/
e2image.c 565 time_t last_update = 0; local
584 last_update = time(NULL);
627 if (show_progress && last_update != time(NULL)) {
629 last_update = time(NULL);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsFragment.java 221 final String updateNowSummary = getString(R.string.last_update) + " "
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 326 milliseconds