Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/datecase/
Ddatecase.js22 var d1 = new Date(2022, 0, 1); variable
/arkcompiler/ets_runtime/test/aottest/builtins_stub/
Dbuiltins_stub.ts41 let d1 = new Date(16455456000); variable
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl.js21 var d1, d2, variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-function-with-type-assertion.ts18 var d1 = new Base(), d2 = new Derived1(); variable
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp69 uint8_t d1 = sp[1]; in ConvertMUtf8ToUtf16Pair() local
98 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
107 constexpr MUtf8Char ConvertUtf16ToMUtf8(uint16_t d0, uint16_t d1) in ConvertUtf16ToMUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp125 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8()
239 uint8_t d1 = data[1]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
Dutf_helper.h91 static inline uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp552 …int64_t d1 = NumberHelper::DoubleToInt64(static_cast<double>(std::numeric_limits<int64_t>::max())); in HWTEST_F_L0() local
/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp939 … int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, in Void7Int8Double()
1107 … int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, in Void8Int9Double()