Searched defs:aTime (Results 1 - 9 of 9) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DFileStreams.h79 STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib);
122 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
124 return File.SetTime(cTime, aTime, mTime);
H A DFileStreams.cpp275 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) argument
282 if (aTime) *aTime = info.ftLastAccessTime;
/external/lzma/CPP/Windows/
H A DFileIO.cpp386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() argument
387 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
H A DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) argument
99 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime));
/external/pdfium/xfa/fgas/localization/
H A Dfgas_datetime.h204 FX_TIME aTime; member in union:FX_DATETIME::__anon16056
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java225 public CalendarAstronomer(long aTime) { argument
226 time = aTime;
259 * @param aTime the date and time, expressed as the number of milliseconds since
266 public void setTime(long aTime) { argument
267 time = aTime;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java223 public CalendarAstronomer(long aTime) { argument
224 time = aTime;
257 * @param aTime the date and time, expressed as the number of milliseconds since
264 public void setTime(long aTime) { argument
265 time = aTime;
/external/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) { argument
303 fTime = aTime;
304 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 990 milliseconds