Home
last modified time | relevance | path

Searched refs:LocalExplode (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_storage.cc86 Time::Now().LocalExplode(&exploded); in ~PersistentHistogramStorage()
Dfield_trial.cc505 two_years_from_build_time.LocalExplode(&exploded); in FieldTrialList()
Dfield_trial_unittest.cc49 one_year_before_build_time.LocalExplode(&exploded); in OneYearBeforeBuildTime()
/external/cronet/base/metrics/
Dpersistent_histogram_storage.cc134 Time::Now().LocalExplode(&exploded); in ~PersistentHistogramStorage()
/external/cronet/base/time/
Dtime_exploded_ios.cc65 converted_time.LocalExplode(&to_exploded); in FromExploded()
Dtime_exploded_posix.cc280 converted_time.LocalExplode(&to_exploded); in FromExploded()
Dtime_unittest.cc307 our_time_1.LocalExplode(&exploded); in TEST_F()
374 TEST_F(TimeTest, LocalExplode) { in TEST_F() argument
377 a.LocalExplode(&exploded); in TEST_F()
415 Time::Now().LocalMidnight().LocalExplode(&exploded); in TEST_F()
435 comparison_time_utc.LocalExplode(&local_exploded); in TEST_F()
494 comparison_time_utc.LocalMidnight().LocalExplode(&local_midnight_exploded); in TEST_F()
1155 time.LocalExplode(&local_exploded); in TEST_F()
Dtime.h799 void LocalExplode(Exploded* exploded) const { Explode(true, exploded); } in LocalExplode() function
/external/cronet/net/http/
Dalternative_service.cc113 expiration_.LocalExplode(&exploded); in ToString()
Dhttp_server_properties.cc411 brokenness_expiration.LocalExplode(&exploded); in GetAlternativeServiceInfoAsValue()
/external/cronet/components/metrics/
Ddata_use_tracker.cc160 GetCurrentMeasurementDate().LocalExplode(&today_exploded); in GetCurrentMeasurementDateAsString()
/external/cronet/components/metrics/demographics/
Duser_demographics.cc120 now.LocalExplode(&exploded_now_time); in HasEligibleBirthYear()
/external/libchrome/base/time/
Dtime_exploded_posix.cc289 converted_time.LocalExplode(&to_exploded); in FromExploded()
Dtime.cc297 LocalExplode(&exploded); in LocalMidnight()
Dtime_unittest.cc214 our_time_1.LocalExplode(&exploded); in TEST_F()
272 TEST_F(TimeTest, LocalExplode) { in TEST_F() argument
275 a.LocalExplode(&exploded); in TEST_F()
298 Time::Now().LocalMidnight().LocalExplode(&exploded); in TEST_F()
Dtime.h660 void LocalExplode(Exploded* exploded) const { in LocalExplode() function
/external/cronet/net/tools/dump_cache/
Ddump_files.cc312 time.LocalExplode(&e); in ToLocalTime()