/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()
878 if (aTime) { ATime = *aTime; ATime_defined = true; } else ATime_defined = false;
885 if (!aTime && !mTime)
888 needChange = FiTime_To_timespec(aTime, times[0]);
|
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 1068 if (aTime)
in SetDirTime() 1071 if (NTime::FileTimeToUnixTime(*aTime, ut))
in SetDirTime() 1085 // if (!aTime && !mTime) return true;
in SetDirTime() 1091 needChange = FiTime_To_timespec(aTime, times[0]);
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 346 if (aTime) *aTime = info.ftLastAccessTime;
in GetProps() 472 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() argument 487 if (aTime) FiTime_To_FILETIME (ST_ATIME(st), *aTime);
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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CalendarAstronomer.java | 223 public CalendarAstronomer(long aTime) { in CalendarAstronomer() argument 224 time = aTime; in CalendarAstronomer() 257 * @param aTime the date and time, expressed as the number of milliseconds since 264 public void setTime(long aTime) { in setTime() argument 265 time = aTime; in setTime()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CalendarAstronomer.java | 225 public CalendarAstronomer(long aTime) { in CalendarAstronomer() argument 226 time = aTime; in CalendarAstronomer() 259 * @param aTime the date and time, expressed as the number of milliseconds since 266 public void setTime(long aTime) { in setTime() argument 267 time = aTime; in setTime()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | astro.cpp | 294 * @param aTime the date and time, expressed as the number of milliseconds since 302 void CalendarAstronomer::setTime(UDate aTime) { in setTime() argument 303 fTime = aTime; in setTime() 304 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset))); in setTime()
|
H A D | astro.h | 333 * @param aTime the date and time, expressed as the number of milliseconds since 340 void setTime(UDate aTime); 347 * @param aTime the date and time, expressed as the number of milliseconds since
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | astro.cpp | 294 * @param aTime the date and time, expressed as the number of milliseconds since 302 void CalendarAstronomer::setTime(UDate aTime) { in setTime() argument 303 fTime = aTime; in setTime() 304 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset))); in setTime()
|
H A D | astro.h | 333 * @param aTime the date and time, expressed as the number of milliseconds since 340 void setTime(UDate aTime); 347 * @param aTime the date and time, expressed as the number of milliseconds since
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | astro.cpp | 294 * @param aTime the date and time, expressed as the number of milliseconds since 302 void CalendarAstronomer::setTime(UDate aTime) { in setTime() argument 303 fTime = aTime; in setTime() 304 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset))); in setTime()
|
H A D | astro.h | 333 * @param aTime the date and time, expressed as the number of milliseconds since 340 void setTime(UDate aTime); 347 * @param aTime the date and time, expressed as the number of milliseconds since
|
/third_party/lzma/CPP/7zip/ |
H A D | IStream.h | 115 x(GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |