/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 332 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &fileti… in GetTime() function in CArchiveExtractCallback 694 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined)); in GetStream() 695 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined)); in GetStream() 696 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined)); in GetStream() 1180 RINOK(GetTime(index, kpidCTime, CTime, CTimeDefined)); in SetDirsTimes() 1181 RINOK(GetTime(index, kpidATime, ATime, ATimeDefined)); in SetDirsTimes() 1182 RINOK(GetTime(index, kpidMTime, MTime, MTimeDefined)); in SetDirsTimes()
|
D | ArchiveExtractCallback.h | 217 HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
|
/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/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 88 long long GetTime(const Cluster*) const; // absolute, and scaled (ns) 547 static long long GetTime(const Chapters*, long long timecode); 783 long long GetTime(const Segment*) const; // absolute and scaled (ns units) 869 long long GetTime() const; // absolute, and scaled (nanosecond units)
|
D | mkvparser.cpp | 2025 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2044 const long long t = pCP->GetTime(m_pSegment); in Find() 2060 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 2457 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint 3167 if (time_ns <= pCluster->GetTime()) in FindCluster() 3189 const long long t = pCluster->GetTime(); in FindCluster() 3208 assert(pCluster->GetTime() <= time_ns); in FindCluster() 3441 return GetTime(pChapters, m_start_timecode); in GetStartTime() 3445 return GetTime(pChapters, m_stop_timecode); in GetStopTime() 3555 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 143 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, PROPID propID, UInt64 &ft… in GetTime() function 337 if (need_CTime) RINOK(GetTime(updateCallback, i, kpidCTime, ui.CTime, ui.CTimeDefined)); in UpdateItems() 338 if (need_ATime) RINOK(GetTime(updateCallback, i, kpidATime, ui.ATime, ui.ATimeDefined)); in UpdateItems() 339 if (need_MTime) RINOK(GetTime(updateCallback, i, kpidMTime, ui.MTime, ui.MTimeDefined)); in UpdateItems()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 644 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() function 728 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)); in GetStream7() 729 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)); in GetStream7() 730 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)); in GetStream7()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 86 long long GetTime(const Cluster*) const; // absolute, and scaled (ns) 634 static long long GetTime(const Chapters*, long long timecode); 870 long long GetTime(const Segment*) const; // absolute and scaled (ns units) 956 long long GetTime() const; // absolute, and scaled (nanosecond units)
|
D | mkvparser.cc | 2024 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2043 const long long t = pCP->GetTime(m_pSegment); in Find() 2059 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 2456 long long CuePoint::GetTime(const Segment* pSegment) const { in GetTime() function in mkvparser::CuePoint 3166 if (time_ns <= pCluster->GetTime()) in FindCluster() 3188 const long long t = pCluster->GetTime(); in FindCluster() 3207 assert(pCluster->GetTime() <= time_ns); in FindCluster() 3440 return GetTime(pChapters, m_start_timecode); in GetStartTime() 3444 return GetTime(pChapters, m_stop_timecode); in GetStopTime() 3554 long long Chapters::Atom::GetTime(const Chapters* pChapters, in GetTime() function in mkvparser::Chapters::Atom [all …]
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | fxfa_localevalue.h | 71 CFX_Unitime GetTime() const;
|
/external/libvpx/libvpx/ |
D | webmdec.cc | 194 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
|
/external/tpm2/ |
D | Android.mk | 89 GetTime.c \
|
D | Makefile | 69 SOURCES += GetTime.c
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_localevalue.cpp | 366 CFX_Unitime CXFA_LocaleValue::GetTime() const { in GetTime() function in CXFA_LocaleValue
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 1279 virtual HRESULT WINAPI GetTime(REFERENCE_TIME *pTime) = 0; 1290 HRESULT (WINAPI *GetTime)(IReferenceClock *This,REFERENCE_TIME *pTime); 1303 #define IReferenceClock_GetTime(This,pTime) (This)->lpVtbl->GetTime(This,pTime) 1335 HRESULT (WINAPI *GetTime)(IReferenceClock2 *This,REFERENCE_TIME *pTime); 1348 #define IReferenceClock2_GetTime(This,pTime) (This)->lpVtbl->GetTime(This,pTime) 1368 virtual HRESULT WINAPI GetTime(REFERENCE_TIME *pTimeStart,REFERENCE_TIME *pTimeEnd) = 0; 1391 … HRESULT (WINAPI *GetTime)(IMediaSample *This,REFERENCE_TIME *pTimeStart,REFERENCE_TIME *pTimeEnd); 1416 #define IMediaSample_GetTime(This,pTimeStart,pTimeEnd) (This)->lpVtbl->GetTime(This,pTimeStart,pTim… 1505 …HRESULT (WINAPI *GetTime)(IMediaSample2 *This,REFERENCE_TIME *pTimeStart,REFERENCE_TIME *pTimeEnd); 1532 #define IMediaSample2_GetTime(This,pTimeStart,pTimeEnd) (This)->lpVtbl->GetTime(This,pTimeStart,pTi…
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 1084 CFX_Unitime uniTime = timeValue.GetTime(); in IsoTime2Num() 1574 CFX_Unitime uniTime = timeValue.GetTime(); in Time2Num() 2065 CFX_Unitime utime = widgetValue.GetTime(); in Local2IsoTime()
|
/external/tpm2/generator/ |
D | raw_structures.txt | 16838 GetTime
|
D | raw_structures_fixed.txt | 16805 GetTime
|