Home
last modified time | relevance | path

Searched refs:m_time (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkTime.cpp54 time_t m_time; in GetDateTime() local
55 time(&m_time); in GetDateTime()
57 gmtime_r(&m_time, &tstruct); in GetDateTime()
/third_party/vk-gl-cts/framework/common/
DtcuThreadUtil.hpp116 Message (deUint64 time, const char* message) : m_time(time), m_message(message) {} in Message()
118 deUint64 getTime (void) const { return m_time; } in getTime()
124 deUint64 m_time; member in tcu::ThreadUtil::Message
/third_party/node/test/parallel/
Dtest-fs-promises.js275 const m_time = new Date();
276 m_time.setHours(m_time.getHours() - 1);
277 await lutimes(dest, a_time, m_time);
281 assert.strictEqual(m_time.toString(), stats.mtime.toString());
/third_party/node/deps/v8/src/inspector/
Dv8-console-message.cc614 m_data[contextId].m_time[id] = m_inspector->client()->currentTimeMS(); in time()
626 std::map<String16, double>& time = m_data[contextId].m_time; in timeLog()
633 std::map<String16, double>& time = m_data[contextId].m_time; in timeEnd()
642 const std::map<String16, double>& time = m_data[contextId].m_time; in hasTimer()
Dv8-console-message.h143 std::map<String16, double> m_time; member
/third_party/astc-encoder/Source/
Dtinyexr.h1310 time_t m_time; member
5310 pStat->m_time = in mz_zip_reader_file_stat()
5882 mz_zip_set_file_times(pDst_filename, file_stat.m_time, file_stat.m_time); in mz_zip_reader_extract_to_file()