Searched defs:hashExpect (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | constant_string_test.cpp | 446 uint32_t hashExpect = 0;
in HWTEST_F_L0() local
|
| H A D | ecma_string_accessor_test.cpp | 692 uint32_t hashExpect = 0; in HWTEST_F_L0() local 713 uint32_t hashExpect = 0; in HWTEST_F_L0() local 734 uint32_t hashExpect = 0; in HWTEST_F_L0() local 766 uint32_t hashExpect = 0; HWTEST_F_L0() local 770 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf8(&arrayU8[0], lengthEcmaStrU8, true), hashExpect); HWTEST_F_L0() local 784 uint32_t hashExpect = 0; HWTEST_F_L0() local 788 EXPECT_EQ(EcmaStringAccessor::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); HWTEST_F_L0() local [all...] |
| H A D | ecma_string_test.cpp | 1417 uint32_t hashExpect = 0; in HWTEST_F_L0() local 1421 EXPECT_EQ(EcmaString::ComputeHashcodeUtf8(&arrayU8[0], lengthEcmaStrU8, true), hashExpect); in HWTEST_F_L0() local 1435 uint32_t hashExpect = 0; in HWTEST_F_L0() local 1439 EXPECT_EQ(EcmaString::ComputeHashcodeUtf16(&arrayU16[0], lengthEcmaStrU16), hashExpect); in HWTEST_F_L0() local 1456 uint32_t hashExpect = 0; in HWTEST_F_L0() local 1477 uint32_t hashExpect = 0; HWTEST_F_L0() local 1498 uint32_t hashExpect = 0; HWTEST_F_L0() local [all...] |
Completed in 7 milliseconds