Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-var-decl.js21 var d1, d2, variable
/arkcompiler/ets_runtime/test/moduletest/dateparse/
Ddateparse.js22 var d1 = new Date("2023-02-19T11:13:48.132Z"); variable
/arkcompiler/ets_runtime/test/moduletest/datecase/
Ddatecase.js22 var d1 = new Date(2022, 0, 1); variable
/arkcompiler/ets_frontend/ets2panda/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/ets_runtime/test/aottest/builtins_stub/
Dbuiltins_stub.ts41 let d1 = new Date(16455456000); variable
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp64 uint8_t d1 = sp[1]; in ConvertMUtf8ToUtf16Pair() local
93 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
102 constexpr MUtf8Char ConvertUtf16ToMUtf8(uint16_t d0, uint16_t d1) in ConvertUtf16ToMUtf8()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp63 uint8_t d1 = sp[1]; in ConvertMUtf8ToUtf16Pair() local
92 static constexpr uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
414 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify) in ConvertUtf16ToUtf8()
541 uint8_t d1 = data[1]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
Dutf.h169 inline Utf8Char ConvertUtf16ToMUtf8(uint16_t d0, uint16_t d1) in ConvertUtf16ToMUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp169 Utf8Char ConvertUtf16ToUtf8(uint16_t d0, uint16_t d1, bool modify, bool isWriteBuffer) in ConvertUtf16ToUtf8()
328 uint8_t d1 = data[1]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertUtf8ToUtf16Pair() local
512 uint8_t d1 = sp[UtfLength::ONE]; in ConvertUtf8ToUnicodeChar() local
Dutf_helper.h133 static inline uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp148 double d1 = 5562684646268003; in HWTEST_F_L0() local
709 …int64_t d1 = NumberHelper::DoubleToInt64(static_cast<double>(std::numeric_limits<int64_t>::max())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/string/
Dstring.js113 var d1 = a1.split(" "); variable
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js45 d1 = 4; field in A
/arkcompiler/runtime_core/static_core/runtime/tests/
Di2c_bridge_test.cpp918 … int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, in Void7Int8Double()
1090 … int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, in Void8Int9Double()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1679 Local<Derive> d1 = Derive::New(vm_, NumberRef::New(vm_, num)); in HWTEST_F_L0() local