Home
last modified time | relevance | path

Searched refs:aTime (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFileStreams.h79 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
122 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() argument
124 return File.SetTime(cTime, aTime, mTime); in SetTime()
DFileStreams.cpp275 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTim… in GetProps() argument
282 if (aTime) *aTime = info.ftLastAccessTime; in GetProps()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java223 public CalendarAstronomer(long aTime) { in CalendarAstronomer() argument
224 time = aTime; in CalendarAstronomer()
264 public void setTime(long aTime) { in setTime() argument
265 time = aTime; in setTime()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java221 public CalendarAstronomer(long aTime) { in CalendarAstronomer() argument
222 time = aTime; in CalendarAstronomer()
262 public void setTime(long aTime) { in setTime() argument
263 time = aTime; in setTime()
/external/icu/icu4c/source/i18n/
Dastro.cpp300 void CalendarAstronomer::setTime(UDate aTime) { in setTime() argument
301 fTime = aTime; in setTime()
302 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset))); in setTime()
Dastro.h338 void setTime(UDate aTime);
/external/lzma/CPP/7zip/
DIStream.h106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
/external/lzma/CPP/Windows/
DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() in SetTime() argument
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); } in SetTime()
DFileDir.h17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime() argument
99 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime)); in SetDirTime()
DFileIO.h191 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
/external/pdfium/xfa/src/fgas/include/
Dfx_datetime.h197 FX_TIME aTime; member