/external/google-benchmark/test/ |
D | output_test.h | 107 double GetTime(BenchmarkTime which) const; 113 return NumIterations() * GetTime(kRealTime); in DurationRealTime() 117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
|
D | output_test_helper.cc | 315 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test.h | 107 double GetTime(BenchmarkTime which) const; 113 return NumIterations() * GetTime(kRealTime); in DurationRealTime() 117 return NumIterations() * GetTime(kCpuTime); in DurationCPUTime()
|
D | output_test_helper.cc | 315 double Results::GetTime(BenchmarkTime which) const { in GetTime() function in Results
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock.cc | 114 GetTime(&StartTime); in CurrentTimeVal() 127 void GetTime(FILETIME* current_time) const { in GetTime() function in webrtc::WindowsRealTimeClock
|
/external/perfetto/src/base/ |
D | time_unittest.cc | 52 TEST(TimeTest, GetTime) { in TEST() argument
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 162 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/ |
D | mkvparser.cc | 2019 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 …]
|
D | mkvparser.h | 86 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/ |
D | mkvparser.cc | 2019 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 …]
|
D | mkvparser.h | 86 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/ |
D | mkvparser.cc | 2019 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 …]
|
D | mkvparser.h | 86 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/ |
D | cxfa_localevalue.h | 64 CFX_DateTime GetTime() const;
|
D | cxfa_localevalue.cpp | 283 CFX_DateTime CXFA_LocaleValue::GetTime() const { in GetTime() function in CXFA_LocaleValue
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 783 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/ |
D | ArchiveExtractCallback.cpp | 372 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()
|
D | ArchiveExtractCallback.h | 270 HRESULT GetTime(UInt32 index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
|
/external/libvpx/libvpx/ |
D | webmdec.cc | 190 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
|
/external/libaom/libaom/common/ |
D | webmdec.cc | 192 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
|
/external/stressapptest/src/ |
D | worker.cc | 2803 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()
|
D | worker.h | 715 virtual int64 GetTime();
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1706 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/ |
D | log_service.pb.go | 189 func (m *LogLine) GetTime() int64 { func
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 1252 CFX_DateTime uniTime = timeValue.GetTime(); in IsoTime2Num() 1666 CFX_DateTime uniTime = localeValue.GetTime(); in Time2Num()
|