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

  /device/htc/flounder/health/
healthd-flounder.cpp 49 static long last_update_time; variable
158 uptime = last_update_time;
169 last_update_time = uptime;
198 if (uptime > last_update_time &&
199 uptime - last_update_time <= UPDATE_PERIOD_MINIMUM_S) {
214 uptime > last_update_time &&
215 uptime - last_update_time <= UPDATE_PERIOD_MINIMUM_S) {
232 last_update_time = uptime;
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_unittest.cc 238 int64 last_update_time; local
243 &last_update_time);
246 EXPECT_EQ(last_update_time_.ToInternalValue(), last_update_time);
252 int64 last_update_time; local
258 &last_update_time);
267 EXPECT_EQ(last_update_time_.ToInternalValue(), last_update_time);
273 &last_update_time);
283 &last_update_time);
293 &last_update_time);
data_reduction_proxy_settings.cc 547 int64* last_update_time) {
554 *last_update_time = 0L;
567 *last_update_time = 0L;
581 *last_update_time =
data_reduction_proxy_settings.h 191 int64* last_update_time);
  /external/chromium_org/content/common/
appcache_messages.h 22 IPC_STRUCT_TRAITS_MEMBER(last_update_time)
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 85 base::Time last_update_time; member in struct:appcache::AppCacheInfo
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 519 * @param last_update_time Time stamp of last update on the smartdial database
521 private void removeDeletedContacts(SQLiteDatabase db, String last_update_time) {
526 new String[] {last_update_time}, null);
555 * @param last_update_time Time stamp of last successful update of the dialer database.
557 private void removePotentiallyCorruptedContacts(SQLiteDatabase db, String last_update_time) {
562 last_update_time + ")",
565 SmartDialDbColumns.LAST_SMARTDIAL_UPDATE_TIME + " > " + last_update_time, null);
    [all...]
  /external/chromium_org/content/browser/appcache/
view_appcache_internals_job.cc 151 base::UTF16ToUTF8(TimeFormatFriendlyDateAndTime(info->last_update_time)),
529 appcache_info_.last_update_time =
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 301 info->updateTime = cache_info_.last_update_time.ToDoubleT();
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 38 info->last_update_time = cache->update_time();
appcache_storage_impl.cc 377 info.last_update_time = cache_record.update_time;
    [all...]

Completed in 345 milliseconds