/external/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 92 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri… 135 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetTime() argument 137 return File.SetTime(cTime, aTime, mTime); in SetTime()
|
D | FileStreams.cpp | 297 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTim… in GetProps() argument 304 if (aTime) *aTime = info.ftLastAccessTime; in GetProps()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 223 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/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 226 public CalendarAstronomer(long aTime) { in CalendarAstronomer() argument 227 time = aTime; in CalendarAstronomer() 269 public void setTime(long aTime) { in setTime() argument 270 time = aTime; in setTime()
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 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()
|
D | astro.h | 340 void setTime(UDate aTime);
|
/external/lzma/CPP/7zip/ |
D | IStream.h | 106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 386 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()
|
D | FileDir.h | 17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
|
D | FileDir.cpp | 72 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()
|
D | FileIO.h | 202 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw();
|
/external/curl/tests/python_dependencies/impacket/ |
D | ntlm.py | 904 aTime = av_pairs[NTLMSSP_AV_TIME][1] 906 aTime = struct.pack('<q', (116444736000000000 + calendar.timegm(time.gmtime()) * 10000000) ) 908 av_pairs[NTLMSSP_AV_TIME] = aTime 914 …temp = responseServerVersion + hiResponseServerVersion + '\x00' * 6 + aTime + clientChallenge + '\…
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 1858 Time aTime = Time_Base; 1859 Time_IsValidValue(aTime); 1860 aTime = Time_SomethingElse; 1861 Time_IsValidValue(aTime);
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1473 aTime, mTime)) of values.
|