HomeSort by relevance Sort by last modified time
    Searched refs:aTime (Results 1 - 18 of 18) sorted by null

  /external/lzma/CPP/7zip/Common/
FileStreams.h 118 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
120 return File.SetTime(cTime, aTime, mTime);
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 131 timeb aTime;
132 ftime(&aTime);
133 return (unsigned long)(aTime.time*1000 + aTime.millitm);
  /external/icu4c/test/threadtest/
threadtest.cpp 132 timeb aTime;
133 ftime(&aTime);
134 return (unsigned long)(aTime.time*1000 + aTime.millitm);
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 98 TInfo(TInt aTime, TInt aHandle) :
99 iTime(aTime), iHandle(aHandle), iVal(0) {}
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 293 * @param aTime the date and time, expressed as the number of milliseconds since
301 void CalendarAstronomer::setTime(UDate aTime) {
302 fTime = aTime;
303 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
    [all...]
astro.h 331 * @param aTime the date and time, expressed as the number of milliseconds since
338 void setTime(UDate aTime);
345 * @param aTime the date and time, expressed as the number of milliseconds since
  /external/icu4c/i18n/
astro.cpp 292 * @param aTime the date and time, expressed as the number of milliseconds since
300 void CalendarAstronomer::setTime(UDate aTime) {
301 fTime = aTime;
302 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
    [all...]
astro.h 331 * @param aTime the date and time, expressed as the number of milliseconds since
338 void setTime(UDate aTime);
345 * @param aTime the date and time, expressed as the number of milliseconds since
  /external/lzma/CPP/Windows/
FileIO.h 18 FILETIME ATime;
126 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
FileIO.cpp 236 fileInfo.ATime = winFileInfo.ftLastAccessTime;
388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
389 { return BOOLToBool(::SetFileTime(_handle, cTime, aTime, mTime)); }
FileDir.h 24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
FileDir.cpp 91 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
117 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime));
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
treemap.js 150 aTime = a.data["$area"]
152 return bTime - aTime;
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js 712 var aTime = aCachedFilesystem ? aCachedFilesystem.modificationTime : 0;
717 if (aTime > bTime)
720 if (aTime < bTime)
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_cache.js 547 var aTime = this.cache_[a].time;
549 return aTime < bTime ? -1 : aTime > bTime ? 1 : 0;
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 973 milliseconds