/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | time.cpp | 30 time_t tv = timeMs; in GetLocalOffsetFromOS() local 34 struct tm *t = localtime_r(&tv, &tm); in GetLocalOffsetFromOS() 46 time_t tv = timeMs; in IsDst() local 49 struct tm *t = localtime_r(&tv, &tm); in IsDst()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | incremental_marker.cpp | 130 struct timeval tv; in GetCurrentTimeInMs() local 131 gettimeofday(&tv, nullptr); in GetCurrentTimeInMs() 132 return static_cast<double>(tv.tv_sec) * MS_PER_SECOND + (tv.tv_usec / MS_PER_SECOND); in GetCurrentTimeInMs()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | time.cpp | 38 time_t tv = timeMs; in IsDst() local 40 localtime_s(&nowtm, &tv); in IsDst()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 243 struct timeval tv = {0, 0}; in Now() local 244 gettimeofday(&tv, nullptr); in Now() 246 return tv.tv_usec + tv.tv_sec * THOUSAND * THOUSAND; in Now()
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | spec.rb | 297 test_group['verification']&.each do |tv| 298 cnt += proc_test_verification(tv, spec_group, file)
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_hash_table.h | 372 JSTaggedValue tv = Get(fromIndex); in Rehash() local 373 newTable->Set(thread, insertionIndex, tv); in Rehash() 375 tv = Get(fromIndex + j); in Rehash() 376 newTable->Set(thread, insertionIndex + j, tv); in Rehash()
|
D | js_hclass.cpp | 114 JSTaggedValue tv = Get(fromIndex); in Rehash() local 115 newTable->Set(thread, insertionIndex, tv); in Rehash() 117 tv = Get(fromIndex + j); in Rehash() 118 newTable->Set(thread, insertionIndex + j, tv); in Rehash()
|
D | js_date.cpp | 525 struct timeval tv { in Now() struct 527 gettimeofday(&tv, nullptr); in Now() 528 ans = static_cast<int64_t>(tv.tv_sec) * MS_PER_SECOND + (tv.tv_usec / MS_PER_SECOND); in Now()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_date.cpp | 177 JSHandle<JSTaggedValue> tv(thread, in ToJSON() local 181 if (tv->IsNumber()) { in ToJSON() 182 if (tv->IsDouble() && !std::isfinite(tv->GetDouble())) { in ToJSON()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 843 struct timeval tv; in InitRandom() local 844 gettimeofday(&tv, NULL); in InitRandom() 845 randomState_ = static_cast<uint64_t>((tv.tv_sec * SECONDS_TO_SUBTLE) + tv.tv_usec); in InitRandom()
|
/arkcompiler/ets_frontend/test262/ |
D | CI_tests.txt | 3516 language/expressions/template-literal/tv-null-character-escape-sequence.js 3519 language/expressions/template-literal/tv-zwnbsp.js 3520 language/expressions/template-literal/tv-template-middle.js 3523 language/expressions/template-literal/tv-no-substitution.js 3526 language/expressions/template-literal/tv-line-continuation.js 3529 language/expressions/template-literal/tv-template-head.js 3530 language/expressions/template-literal/tv-template-characters.js
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …tv,getContextualType:function(t,r){var n=e.getParseTreeNode(t,e.isExpression);if(n){var i=e.findAn… function in uc.Zc.tl.wl.Ll.nd.Vd.Xd.Qd.J.G.o.fe.$.Z.oe.lf.Jf.Vf.f.py.ih.Rh
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 33483 class tv { 33682 this._mouseInput = new tv;
|