HomeSort by relevance Sort by last modified time
    Searched refs:SetTime (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmbeddedPkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 66 SetTime (
148 SystemTable->RuntimeServices->SetTime = SetTime;
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.h 21 void SetTime(const FILETIME *t)
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtcEntry.c 118 including GetTime(),SetTime(),GetWakeupTime(),and SetWakeupTime().
164 gRT->SetTime = PcRtcEfiSetTime;
  /external/lzma/CPP/7zip/Common/
FileStreams.h 135 bool SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
137 return File.SetTime(cTime, aTime, mTime);
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DxeCis.h 47 EFI_SET_TIME SetTime;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
Rtc.c 155 Status = gRT->SetTime (&EfiTime);
  /external/pdfium/core/fxcrt/
cfx_datetime.h 63 void SetTime(uint8_t hour,
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.h 77 bool SetTime(const CFX_DateTime& t);
  /external/dng_sdk/source/
dng_date_time.cpp 227 void dng_date_time_info::SetTime (uint32 hour,
296 SetTime ((uint32) hour,
577 SetTime ((uint32) hour,
605 SetTime ((uint32) hour,
625 SetTime ((uint32) hour,
dng_date_time.h 286 void SetTime (uint32 hour,
  /bionic/tests/
time_test.cpp 362 void SetTime(timer_t t, time_t value_s, time_t value_ns, time_t interval_s, time_t interval_ns) {
465 void SetTime(time_t value_s, time_t value_ns, time_t interval_s, time_t interval_ns) {
466 ::SetTime(timer_id, value_s, value_ns, interval_s, interval_ns);
487 cd->SetTime(0, 0, 1, 0);
495 counter.SetTime(0, 500000000, 1, 0);
506 counter.SetTime(0, 1, 0, 10);
531 SetTime(timer_id, 0, 1, 0, 0);
563 counter2.SetTime(0, 500000000, 0, 0);
576 counter.SetTime(0, 1, 0, 1);
581 counter.SetTime(0, 0, 0, 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
RuntimeServicesTable.c 75 "SetTime",
76 (VOID *)gRT->SetTime,
  /device/linaro/bootloader/edk2/EmulatorPkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 98 Service routine for RealTimeClockInstance->SetTime
224 SystemTable->RuntimeServices->SetTime = EmuSetTime;
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_throttle_test.cc 29 void SetTime(uint64 now_micros) { now_micros_ = now_micros; }
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/DS3231RealTimeClockLib/
DS3231RealTimeClockLib.c 376 gRT->SetTime = LibSetTime;
392 Status = gRT->SetTime(&EfiTime);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/
RuntimeService.c 109 return mRTEdkDxeRuntimeDriverLib->SetTime (Time);
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuThunk.h 253 EMU_SET_TIME SetTime;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/DS3231RealTimeClockLib/
DS3231RealTimeClockLib.c 449 gRT->SetTime = LibSetTime;
463 Status = gRT->SetTime(&EfiTime);
  /external/lzma/CPP/Windows/
FileIO.cpp 386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
  /device/google/cuttlefish_common/common/libs/utils/
simulated_buffer_test.cpp 32 void SetTime(const MonotonicTimePoint& in) {
54 factory_->SetTime(tick);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/VirtualRealTimeClockLib/
RealTimeClockLib.c 400 gRT->SetTime = LibSetTime;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/
RuntimeService.c 138 ReturnReg = EfiCallEsalService (&Guid, SetTime, (UINT64) Time, 0, 0, 0, 0, 0, 0);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/
ExtendedSalGuid.h 133 SetTime,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 331 RuntimeDriverConvertInternalPointer ((VOID **) &gRT->SetTime);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeLib/
RuntimeLib.c 252 information returned by GetTime() are the values that were last set via SetTime().
279 This service is a wrapper for the UEFI Runtime Service SetTime().
281 The SetTime() function sets the real time clock device to the supplied time, and records the
282 current time zone and daylight savings time information. The SetTime() function is not allowed
287 access to the device before calling SetTime().
306 return mInternalRT->SetTime (Time);
    [all...]

Completed in 843 milliseconds

1 2