Home
last modified time | relevance | path

Searched defs:timeMs (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp24 int64_t GetLocalOffsetFromOS(int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
43 bool IsDst(int64_t timeMs) in IsDst()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp24 int64_t GetLocalOffsetFromOS([[maybe_unused]] int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
35 bool IsDst(int64_t timeMs) in IsDst()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp33 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate() argument
242 int64_t JSDate::GetLocalOffsetInMin(const JSThread *thread, int64_t timeMs, bool isLocal) in GetLocalOffsetInMin()
652 double timeMs = this->GetTimeValue().GetDouble(); in GetThisDateValues() local
681 CString JSDate::ToDateString(JSThread *thread, double timeMs) in ToDateString()
858 void JSDate::GetDateValues(JSThread *thread, double timeMs, std::array<int64_t, DATE_LENGTH> *date,… in GetDateValues()
871 double JSDate::GetDateValue(JSThread *thread, double timeMs, uint8_t code, bool isLocal) const in GetDateValue()
885 double timeMs = this->GetTimeValue().GetDouble(); in SetDateValue() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DXTools.js63 export let timeMs = 0; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp186 const BytesAndDuration &initial, const double timeMs) in CalculateAverageSpeed()