Searched refs:tm_time (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_logging.cc108 struct tm* tm_time = &local_time; local
110 << std::setw(2) << 1 + tm_time->tm_mon
111 << std::setw(2) << tm_time->tm_mday
113 << std::setw(2) << tm_time->tm_hour
114 << std::setw(2) << tm_time->tm_min
115 << std::setw(2) << tm_time->tm_sec
/external/chromium_org/base/
H A Dlogging.cc671 struct tm* tm_time = &local_time; local
673 << std::setw(2) << 1 + tm_time->tm_mon
674 << std::setw(2) << tm_time->tm_mday
676 << std::setw(2) << tm_time->tm_hour
677 << std::setw(2) << tm_time->tm_min
678 << std::setw(2) << tm_time->tm_sec
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h139 const struct tm* tm_time,
/external/openssl/ssl/
H A Dkssl.c2010 struct tm tm_time, *tm_l, *tm_g; local
2122 memset(&tm_time,0,sizeof(struct tm));
2123 if (k_gmtime(auth->ctime, &tm_time) &&
2124 ((tr = mktime(&tm_time)) != (time_t)(-1)))
/external/chromium_org/third_party/cld/base/
H A Dlogging.h1177 const struct tm* tm_time,
1198 const struct tm* tm_time,

Completed in 346 milliseconds