Home
last modified time | relevance | path

Searched refs:tm (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp31 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/
DX2DFast.js45 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/
Djs_date_test.cpp66 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()
Djs_serializer_test.cpp457 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/
Dheap_profiler.cpp254 struct tm tm { in GetTimeStamp() struct
256 struct tm *timeData = localtime_r(&timeSource, &tm); in GetTimeStamp()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp39 struct tm nowtm; in IsDst()
/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp60 std::tm *now = std::gmtime(&tt); in ConvertDateToUnit()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp249 struct tm nowTime1; in GetProfileName()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp513 tm gtm = *gmtime(&rt); in TimeOffset()
516 tm gtm2 = *localtime(&gt); in TimeOffset()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js26727 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/
Dindex.js2tm(t){var r=e.skipParentheses(t);return 95===r.kind||219===r.kind&&(55===r.operatorToken.kind&&(tm function