Searched defs:timeMs (Results 1 – 7 of 7) 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/ecmascript/tests/ |
| D | mem_controller_test.cpp | 204 double timeMs = 1; in HWTEST_F_L0() local 213 double timeMs = 0; in HWTEST_F_L0() local 222 double timeMs = 1; in HWTEST_F_L0() local 231 double timeMs = 1; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mem_controller_utils.cpp | 28 const BytesAndDuration &initial, const double timeMs) in CalculateAverageSpeed()
|
| D | mem_controller.cpp | 240 const BytesAndDuration &initial, const double timeMs) in CalculateAverageSpeed()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 31 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate() argument 238 int64_t JSDate::GetLocalOffsetInMin(const JSThread *thread, int64_t timeMs, bool isLocal) in GetLocalOffsetInMin() 643 double timeMs = this->GetTimeValue(thread).GetDouble(); in GetThisDateValues() local 672 CString JSDate::ToDateString(JSThread *thread, double timeMs) in ToDateString() 849 void JSDate::GetDateValues(JSThread *thread, double timeMs, std::array<int64_t, DATE_LENGTH> *date,… in GetDateValues() 862 double JSDate::GetDateValue(JSThread *thread, double timeMs, uint8_t code, bool isLocal) const in GetDateValue() 889 double timeMs = this->GetTimeValue(thread).GetDouble(); in SetDateValue() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
| D | XTools.js | 63 export let timeMs = 0; variable
|