Home
last modified time | relevance | path

Searched refs:aTime (Results 1 - 17 of 17) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileIO.cpp533 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 DFileDir.cpp121 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 DFileIO.h272 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 DFileDir.h22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp331 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 DFileStreams.h157 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 DCalendarAstronomer.java223 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 DCalendarAstronomer.java225 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 Dastro.cpp294 * @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 Dastro.h333 * @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 Dastro.cpp294 * @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 Dastro.h333 * @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 Dastro.cpp294 * @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 Dastro.h333 * @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 DIStream.h115 x(GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-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 Dstylo.hpp[all...]

Completed in 44 milliseconds