Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_Date.cpp34 extern "C" int64_t EscompatDateGetLocalTimezoneOffset(int64_t ms) in EscompatDateGetLocalTimezoneOffset()
45 extern "C" EtsString *EscompatDateGetTimezoneName(int64_t ms) in EscompatDateGetTimezoneName()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp62 double ms = ecmascript::JSDate::TimeClip(ecmascript::JSDate::MakeDate(day, time)); in HWTEST_F_L0() local
70 JSTaggedValue ms = ecmascript::JSDate::GetTimeFromString(str.c_str(), str.length()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dawait_two.js19 function sleep(ms) { argument
/arkcompiler/toolchain/tooling/static/connection/asio/
Dws_logger.cpp53 auto &ms = message.GetStream(); in write() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dws_logger.cpp53 auto &ms = message.GetStream(); in write() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_queue.cpp45 uint64_t ms = delta / NANOSECONDS_PER_MILLISEC; in GetTask() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmutex.cpp156 struct timespec ConvertTime(uint64_t ms, uint64_t ns, bool is_absolute) in ConvertTime()
176 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute) in TimedWait()
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.cpp178 struct timespec ConvertTime(uint64_t ms, uint64_t ns, bool is_absolute) in ConvertTime()
198 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute /* = fal… in TimedWait()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.cpp178 struct timespec ConvertTime(uint64_t ms, uint64_t ns, bool is_absolute) in ConvertTime()
198 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute /* = fal… in TimedWait()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.cpp80 void NativeSleep(unsigned int ms) in NativeSleep()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp328 struct timespec ConvertTime(uint64_t ms, uint64_t ns) in ConvertTime()
345 bool ConditionVariable::TimedWait(Mutex *mutex, uint64_t ms, uint64_t ns, bool is_absolute) in TimedWait()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp116 void NativeSleep(unsigned int ms) in NativeSleep()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp80 void NativeSleep(unsigned int ms) in NativeSleep()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp129 double JSDate::MakeTime(double hour, double min, double sec, double ms) in MakeTime()
260 int ms = 0; in LocalParseStringToMs() local
324 int ms = 0; in UtcParseStringToMs() local
386 int ms = 0; in IsoParseStringToMs() local
523 double ms = 0.0; in UTC() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp138 void NativeSleep(unsigned int ms) in NativeSleep()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp366 static struct timespec ConvertTime(uint64_t ms, uint64_t ns) in ConvertTime()
426 bool TimedWait(struct CondVar *const cond, struct fmutex *const m, uint64_t ms, uint64_t ns, bool i… in TimedWait()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h301 float PrintTimeMilliseconds(uint64_t ms) in PrintTimeMilliseconds()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp145 MemStatsType *ms {}; member in ark::mem::test::G1GCFullGCTest
Dmem_stats_gen_gc_test.cpp212 MemStatsType *ms {}; member in ark::mem::test::MemStatsGenGCTest
/arkcompiler/ets_frontend/arkguard/
Dpackage-lock.json311 "ms": "2.1.2" string
314 "ms": { object
639 "ms": "2.1.3", string
658 "ms": { object
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp663 bool MTManagedThread::Sleep(uint64_t ms) in Sleep()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp1947 auto ms = static_cast<uint64_t>(remained) / ark::os::time::MILLIS_TO_MICRO; in PauseTimeGoalDelay() local
/arkcompiler/ets_frontend/ets2panda/linter/
Dpackage-lock.json1537 "ms": "^2.1.3" string
1918 "ms": "^2.1.1" string
1944 "ms": "^2.1.1" string
2017 "ms": "^2.1.1" string
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument