Searched refs:local_time (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_logging.cc102 struct tm local_time = {0}; local
104 localtime_s(&local_time, &t);
106 localtime_r(&t, &local_time);
108 struct tm* tm_time = &local_time;
/external/chromium_org/google_apis/drive/
H A Dtime_util_unittest.cc25 base::Time local_time = base::Time::FromLocalExploded(exploded); local
34 EXPECT_EQ(local_time, test_time);
/external/chromium_org/base/time/
H A Dpr_time_unittest.cc77 struct tm local_time = {0}; local
80 localtime_s(&local_time, &current_time);
81 asctime_s(time_buf, arraysize(time_buf), &local_time);
83 localtime_r(&current_time, &local_time);
84 asctime_r(&local_time, time_buf);
H A Dtime_unittest.cc167 struct tm local_time = {0}; local
170 localtime_s(&local_time, &current_time);
171 asctime_s(time_buf, arraysize(time_buf), &local_time);
173 localtime_r(&current_time, &local_time);
174 asctime_r(&local_time, time_buf);
/external/chromium_org/base/
H A Dlogging.cc665 struct tm local_time = {0}; local
667 localtime_s(&local_time, &t);
669 localtime_r(&t, &local_time);
671 struct tm* tm_time = &local_time;
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h884 * @local_time: system time, in microseconds since the Epoch
894 __u64 local_time; member in struct:fw_cdev_get_cycle_timer
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_sync_unittest.cc471 time_t local_time; member in struct:__anon6805
488 test_cases[i].local_time, true, test_cases[i].local_created_by_policy);

Completed in 201 milliseconds