Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 25 of 25) sorted by relevance

/external/google-benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
Doutput_test_helper.cc315 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h107 double GetTime(BenchmarkTime which) const;
113 return NumIterations() * GetTime(kRealTime); in DurationRealTime()
117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
Doutput_test_helper.cc315 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc114 GetTime(&StartTime); in CurrentTimeVal()
127 void GetTime(FILETIME* current_time) const { in GetTime() function in webrtc::WindowsRealTimeClock
/external/perfetto/src/base/
Dtime_unittest.cc52 TEST(TimeTest, GetTime) { in TEST() argument
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp162 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft… in GetTime() function
364 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined)); in UpdateItems()
365 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined)); in UpdateItems()
366 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined)); in UpdateItems()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2038 const long long t = pCP->GetTime(m_pSegment); in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
2453 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3185 const long long t = pCluster->GetTime(); in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
3437 return GetTime(pChapters, m_start_timecode); in GetStartTime()
3441 return GetTime(pChapters, m_stop_timecode); in GetStopTime()
3551 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom
[all …]
Dmkvparser.h86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
667 static long long GetTime(const Chapters*, long long timecode);
905 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
991 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h64 CFX_DateTime GetTime() const;
Dcxfa_localevalue.cpp283 CFX_DateTime CXFA_LocaleValue::GetTime() const { in GetTime() function in CXFA_LocaleValue
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp783 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() function
867 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)); in GetStream7()
868 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)); in GetStream7()
869 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)); in GetStream7()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp372 HRESULT CArchiveExtractCallback::GetTime(UInt32 index, PROPID propID, FILETIME &filetime, bool &fil… in GetTime() function in CArchiveExtractCallback
983 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined)); in GetStream()
984 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined)); in GetStream()
985 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined)); in GetStream()
DArchiveExtractCallback.h270 HRESULT GetTime(UInt32 index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
/external/libvpx/libvpx/
Dwebmdec.cc190 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
/external/libaom/libaom/common/
Dwebmdec.cc192 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
/external/stressapptest/src/
Dworker.cc2803 int64 DiskThread::GetTime() { in GetTime() function in DiskThread
3068 int64 start_time = GetTime(); in WriteBlockToDisk()
3075 int64 end_time = GetTime(); in WriteBlockToDisk()
3110 int64 start_time = GetTime(); in ValidateBlockOnDisk()
3135 int64 end_time = GetTime(); in ValidateBlockOnDisk()
Dworker.h715 virtual int64 GetTime();
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1706 jvmtiError (JNICALL *GetTime) (jvmtiEnv* env,
2460 jvmtiError GetTime(jlong* nanos_ptr) { in GetTime() function
2461 return functions->GetTime(this, nanos_ptr); in GetTime()
/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go189 func (m *LogLine) GetTime() int64 { func
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1252 CFX_DateTime uniTime = timeValue.GetTime(); in IsoTime2Num()
1666 CFX_DateTime uniTime = localeValue.GetTime(); in Time2Num()