Searched refs:SetTime (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_date_time.cpp | 227 void dng_date_time_info::SetTime (uint32 hour, in SetTime() function in dng_date_time_info 296 SetTime ((uint32) hour, in Decode_ISO_8601() 577 SetTime ((uint32) hour, in Decode_IPTC_Time() 605 SetTime ((uint32) hour, in Decode_IPTC_Time() 625 SetTime ((uint32) hour, in Decode_IPTC_Time()
|
H A D | dng_date_time.h | 286 void SetTime (uint32 hour,
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.h | 157 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
159 return File.SetTime(cTime, aTime, mTime);
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | OverwriteDialog.h | 21 void SetTime(const FILETIME *t)
in SetTime() function
|
H A D | ExtractCallback.cpp | 199 dialog.OldFileInfo.SetTime(existTime);
in AskOverwrite() 203 dialog.NewFileInfo.SetTime(newTime);
in AskOverwrite() 1043 _outFileStreamSpec->SetTime(
in FlushToDisk()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 533 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
in SetTime() function in NWindows::NFile::NIO::COutFile 536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
in SetMTime() 872 bool COutFile::SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw()
|
H A D | FileIO.h | 272 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw();
379 bool SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw();
|
/third_party/lame/dshow/ |
H A D | Mpegac.cpp | 401 EXECUTE_ASSERT(S_OK == pOutSample->SetTime(&m_rtBytePos, &rtEndPos)); in FlushEncodedSamples() 445 pOutSample->SetTime(&rtStart, m_setDuration ? &rtStop : NULL); in FlushEncodedSamples()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 1930 _outFileStreamSpec->SetTime(
in CloseFile()
|
Completed in 11 milliseconds