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

  /external/chromium/googleurl/base/
logging.cc 263 struct tm tm_time; local
264 localtime_s(&tm_time, &t);
266 << std::setw(2) << 1 + tm_time.tm_mon
267 << std::setw(2) << tm_time.tm_mday
269 << std::setw(2) << tm_time.tm_hour
270 << std::setw(2) << tm_time.tm_min
271 << std::setw(2) << tm_time.tm_sec
  /external/ceres-solver/internal/ceres/gmock/
mock-log.h 124 const char* base_filename, int line, const tm* tm_time,
  /external/chromium/base/
logging.cc 672 struct tm* tm_time = &local_time; local
674 << std::setw(2) << 1 + tm_time->tm_mon
675 << std::setw(2) << tm_time->tm_mday
677 << std::setw(2) << tm_time->tm_hour
678 << std::setw(2) << tm_time->tm_min
679 << std::setw(2) << tm_time->tm_sec
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 134 const struct tm* tm_time,
  /external/openssl/ssl/
kssl.c 2010 struct tm tm_time, *tm_l, *tm_g; local
    [all...]

Completed in 376 milliseconds