Home
last modified time | relevance | path

Searched defs:hashExpect (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconstant_string_test.cpp446 uint32_t hashExpect = 0; in HWTEST_F_L0() local
H A Decma_string_accessor_test.cpp692 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 Decma_string_test.cpp1417 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