| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-var-decl.js | 21 var d1, d2, variable
|
| /arkcompiler/ets_runtime/test/moduletest/dateparse/ |
| D | dateparse.js | 22 var d1 = new Date("2023-02-19T11:13:48.132Z"); variable
|
| /arkcompiler/ets_runtime/test/moduletest/datecase/ |
| D | datecase.js | 22 var d1 = new Date(2022, 0, 1); variable
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-var-decl.js | 21 var d1, d2, variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-function-with-type-assertion.ts | 18 var d1 = new Base(), d2 = new Derived1(); variable
|
| /arkcompiler/ets_runtime/test/aottest/builtins_stub/ |
| D | builtins_stub.ts | 41 let d1 = new Date(16455456000); variable
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utf.cpp | 64 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/ |
| D | utf.cpp | 63 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
|
| D | utf.h | 169 inline Utf8Char ConvertUtf16ToMUtf8(uint16_t d0, uint16_t d1) in ConvertUtf16ToMUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 169 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
|
| D | utf_helper.h | 133 static inline uint32_t CombineTwoU16(uint16_t d0, uint16_t d1) in CombineTwoU16()
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 148 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/ |
| D | string.js | 113 var d1 = a1.split(" "); variable
|
| /arkcompiler/ets_runtime/test/aottest/definefieldbyname2/ |
| D | definefieldbyname2.js | 45 d1 = 4; field in A
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 918 … 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/ |
| D | jsnapi_sample.cpp | 1679 Local<Derive> d1 = Derive::New(vm_, NumberRef::New(vm_, num)); in HWTEST_F_L0() local
|