Searched refs:tm (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | time.cpp | 31 struct tm tm { in GetLocalOffsetFromOS() struct 34 struct tm *t = localtime_r(&tv, &tm); in GetLocalOffsetFromOS() 47 struct tm tm { in IsDst() struct 49 struct tm *t = localtime_r(&tv, &tm); in IsDst()
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | X2DFast.js | 45 let tm = X2DFast.transform2D.mat; 47 tm[0][0], 48 tm[1][0], 49 tm[2][0], 50 tm[3][0], 51 tm[0][1], 52 tm[1][1], 53 tm[2][1], 54 tm[3][1], 55 tm[0][2], [all …]
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_date_test.cpp | 66 double tm = 0.0; in HWTEST_F_L0() local 68 EXPECT_EQ(jsDate->GetTimeValue(), JSTaggedValue(tm)); in HWTEST_F_L0() 70 tm = 28 * 60 * 60 * 1000; in HWTEST_F_L0() 71 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0() 74 EXPECT_EQ(jsDate->GetTimeValue(), JSTaggedValue(tm)); in HWTEST_F_L0()
|
D | js_serializer_test.cpp | 457 double tm = 28 * 60 * 60 * 1000; // 28 * 60 * 60 * 1000 : test case in JSDateTest() local 463 EXPECT_TRUE(resDate->GetTimeValue() == JSTaggedValue(tm)) << "Not Same Time Value"; in JSDateTest() 1472 double tm = 28 * 60 * 60 * 1000; in HWTEST_F_L0() local 1474 jsDate->SetTimeValue(thread, JSTaggedValue(tm)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_profiler.cpp | 254 struct tm tm { in GetTimeStamp() struct 256 struct tm *timeData = localtime_r(&timeSource, &tm); in GetTimeStamp()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | time.cpp | 39 struct tm nowtm; in IsDst()
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | global_intl_helper.cpp | 60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_ark_tools.cpp | 249 struct tm nowTime1; in GetProfileName()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_date_time_format_test.cpp | 513 tm gtm = *gmtime(&rt); in TimeOffset() 516 tm gtm2 = *localtime(>); in TimeOffset()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 26727 const tm = jsb.TextureBase; 26728 tm.Filter = Qp; 26729 tm.PixelFormat = Jp; 26730 tm.WrapMode = Zp; 26764 const rm = tm.prototype; 26773 Ul("cc.TextureBase")(tm); 26793 …nstanceof Ui ? am(this.setPropertyQuatArray, this, t, e, i) : s instanceof tm ? am(this.setPropert… 26794 …: e instanceof Ui ? am(this.setPropertyQuat, this, t, e, i) : e instanceof tm ? am(this.setPropert… 28529 Y(tm.prototype, "TextureBase.prototype", [ { 35292 base: tm.prototype._serialize(t), [all …]
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …tm(t){var r=e.skipParentheses(t);return 95===r.kind||219===r.kind&&(55===r.operatorToken.kind&&(tm… function
|