Searched defs:VAL (Results 1 – 9 of 9) sorted by relevance
26 static constexpr ani_long VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodLongTest
24 static constexpr ani_int VAL = 2; member in ark::ets::ani::testing::ObjectCallMethodRefTest
24 static constexpr ani_float VAL = 2.0F; member in ark::ets::ani::testing::CallObjectMethodFloatTest
24 static constexpr ani_double VAL = 2.0F; member in ark::ets::ani::testing::CallObjectMethodDoubleTest
24 static constexpr ani_short VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodShortTest
24 static constexpr ani_int VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodVoidTest
23 static constexpr ani_char VAL = 'a'; member in ark::ets::ani::testing::CallObjectMethodCharByNameTest
24 static constexpr ani_int VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodIntTest
2145 #define CHECK_VALUE(VAL) ASSERT_EQ(JSValueRefInternals::VAL, JSTaggedValue::VAL) in HWTEST_F_L0() argument