Home
last modified time | relevance | path

Searched refs:tm_time (Results 1 – 3 of 3) sorted by relevance

/external/libweave/third_party/chromium/base/
Dlogging.cc215 struct tm* tm_time = &local_time; in Init() local
217 << std::setw(2) << 1 + tm_time->tm_mon in Init()
218 << std::setw(2) << tm_time->tm_mday in Init()
220 << std::setw(2) << tm_time->tm_hour in Init()
221 << std::setw(2) << tm_time->tm_min in Init()
222 << std::setw(2) << tm_time->tm_sec in Init()
/external/libchrome/base/
Dlogging.cc779 struct tm* tm_time = &local_time; in Init() local
781 << std::setw(2) << 1 + tm_time->tm_mon in Init()
782 << std::setw(2) << tm_time->tm_mday in Init()
784 << std::setw(2) << tm_time->tm_hour in Init()
785 << std::setw(2) << tm_time->tm_min in Init()
786 << std::setw(2) << tm_time->tm_sec in Init()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h139 const struct tm* tm_time,