HomeSort by relevance Sort by last modified time
    Searched full:last_update (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /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/ui/views/controls/
resize_area.cc 80 void ResizeArea::ReportResizeAmount(int resize_amount, bool last_update) {
85 last_update);
resize_area.h 40 void ReportResizeAmount(int resize_amount, bool last_update);
  /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/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc 130 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
195 base::Time last_update() { function in class:SafeBrowsingServerTest
466 EXPECT_TRUE(last_update().is_null());
486 EXPECT_FALSE(last_update().is_null());
487 if (last_update() < now) {
safe_browsing_database.h 105 base::Time last_update) = 0;
301 base::Time last_update) OVERRIDE;
safe_browsing_database.cc 194 // either |last_update| was recent enough, or the item has been
203 base::Time last_update) {
216 if (expire_time < last_update ||
685 base::Time last_update) {
726 full_hits, last_update);
728 full_hits, last_update);
    [all...]
protocol_manager.h 109 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 87 struct os_time last_update; member in struct:wpa_bss
bss.c 258 calculate_update_time(fetch_time, src->age, &dst->last_update);
770 if (os_time_before(&bss->last_update, &t)) {
877 os_time_before(&found->last_update, &bss->last_update))
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 91 base::Time last_update) = 0;
213 base::Time last_update);
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) {
safe_browsing_database.cc 124 // either |last_update| was recent enough, or the item has been
133 base::Time last_update) {
146 if (expire_time < last_update ||
584 base::Time last_update) {
652 full_hits, last_update);
654 full_hits, last_update);
    [all...]
protocol_manager.h 151 base::Time last_update() const { return last_update_; } function in class:SafeBrowsingProtocolManager
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 53 public static final String LAST_UPDATE = "lastUpdate"; //$NON-NLS-1$
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 96 self._ports[port]['last_update'] = time.time()
111 self._ports[port] = {'last_update': time.time(), 'key': full_key,
149 expired = now - status['last_update'] > self._expiry_time_secs
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 127 struct timeval last_update; member in struct:ime_pinyin::UserDict::UserDictStat
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.cc 365 base::Time last_update = base::Time::FromInternalValue(last_update_internal); local
366 return static_cast<int64>(last_update.ToJsTime());
  /packages/inputmethods/LatinIME/java/res/values-am/
strings.xml 208 <string name="last_update" msgid="730467549913588780">"????? ?? ??????"</string>
  /packages/inputmethods/LatinIME/java/res/values-ar/
strings.xml 208 <string name="last_update" msgid="730467549913588780">"????? ??? ?????"</string>
  /packages/inputmethods/LatinIME/java/res/values-be/
strings.xml 219 <string name="last_update" msgid="730467549913588780">"??????? ??????????"</string>
  /packages/inputmethods/LatinIME/java/res/values-bg/
strings.xml 208 <string name="last_update" msgid="730467549913588780">"???????? ????????????:"</string>
  /packages/inputmethods/LatinIME/java/res/values-el/
strings.xml 208 <string name="last_update" msgid="730467549913588780">"????????? ?????????"</string>
  /packages/inputmethods/LatinIME/java/res/values-fa/
strings.xml 212 <string name="last_update" msgid="730467549913588780">"????? ???????????"</string>

Completed in 347 milliseconds

1 2 3 4