Searched refs:cTime (Results 1 - 9 of 9) sorted by relevance
/third_party/astc-encoder/Test/testlib/ |
H A D | resultset.py | 81 self.cTime = [] 105 self.cTime.append(record.cTime) 143 dat = (np.mean(self.cTime), np.std(self.cTime)) 161 cTime: The coding compression time. 166 def __init__(self, blkSz, name, psnr, tTime, cTime, cRate): 175 cTime (float): The coding compression time, in seconds. 186 self.cTime = cTime [all...] |
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 131 tCTime = "%.3f s" % result.cTime 152 sCTime = reference.cTime / result.cTime 157 tCTime = "%.3f s (%1.2fx)" % (result.cTime, sCTime) 215 res.cTimeRel = refResult.cTime / res.cTime
|
/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() argument 534 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
in SetTime() 626 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
872 bool COutFile::SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw()
877 if (cTime) { CTime = *cTime; CTime_defined = true; } else CTime_defined = false;
884 UNUSED_VAR(cTime)
|
H A D | FileDir.cpp | 121 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() argument 148 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime));
in SetDirTime() 1045 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() argument 1051 UNUSED_VAR(cTime)
in SetDirTime() 1088 UNUSED_VAR(cTime)
in SetDirTime()
|
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();
|
H A D | FileDir.h | 22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 331 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() argument 345 if (cTime) *cTime = info.ftCreationTime;
in GetProps() 472 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() argument 486 if (cTime) FiTime_To_FILETIME (ST_CTIME(st), *cTime);
in GetProps() local
|
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/ |
H A D | IStream.h | 115 x(GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
|
Completed in 6 milliseconds