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

  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 151 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
safe_browsing_test.cc 212 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
267 base::Time last_update() { function in class:SafeBrowsingServiceTest
561 EXPECT_TRUE(last_update().is_null());
587 if (last_update() < now) {
  /external/dropbear/
progressmeter.c 57 static time_t last_update; /* last progress update */ variable
128 elapsed = now - last_update;
216 last_update = now;
241 start = last_update = time(NULL);
  /external/openssh/
progressmeter.c 67 static time_t last_update; /* last progress update */ variable
138 elapsed = now - last_update;
226 last_update = now;
252 start = last_update = time(NULL);
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 56 * @last_update: Time of the last update (i.e., Beacon or Probe Response RX)
80 struct os_time last_update; member in struct:wpa_bss
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 127 struct timeval last_update; member in struct:ime_pinyin::UserDict::UserDictStat
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 84 struct os_time last_update; member in struct:ieee80211_sta_bss
    [all...]

Completed in 294 milliseconds