Searched defs:timeMs (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | time.cpp | 24 int64_t GetLocalOffsetFromOS(int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS() 43 bool IsDst(int64_t timeMs) in IsDst()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | time.cpp | 24 int64_t GetLocalOffsetFromOS([[maybe_unused]] int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS() 35 bool IsDst(int64_t timeMs) in IsDst()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
D | XTools.js | 62 export var timeMs = 0; variable
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.cpp | 34 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() 634 double timeMs = this->GetTimeValue().GetDouble(); in GetThisDateValues() local 662 CString JSDate::ToDateString(double timeMs) in ToDateString() 817 void JSDate::GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues() 839 double JSDate::GetDateValue(double timeMs, uint8_t code, bool isLocal) const in GetDateValue() 853 double timeMs = this->GetTimeValue().GetDouble(); in SetDateValue() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mem_controller.cpp | 179 const BytesAndDuration &initial, const double timeMs) in CalculateAverageSpeed()
|