Home
last modified time | relevance | path

Searched defs:VAL (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dcall_object_method_long_test.cpp26 static constexpr ani_long VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodLongTest
Dobject_call_method_ref_test.cpp24 static constexpr ani_int VAL = 2; member in ark::ets::ani::testing::ObjectCallMethodRefTest
Dcall_object_method_float_test.cpp24 static constexpr ani_float VAL = 2.0F; member in ark::ets::ani::testing::CallObjectMethodFloatTest
Dcall_object_method_double_test.cpp24 static constexpr ani_double VAL = 2.0F; member in ark::ets::ani::testing::CallObjectMethodDoubleTest
Dcall_object_method_short_test.cpp24 static constexpr ani_short VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodShortTest
Dcall_object_method_void_test.cpp24 static constexpr ani_int VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodVoidTest
Dobject_call_method_by_name_char_test.cpp23 static constexpr ani_char VAL = 'a'; member in ark::ets::ani::testing::CallObjectMethodCharByNameTest
Dcall_object_method_int_test.cpp24 static constexpr ani_int VAL = 2U; member in ark::ets::ani::testing::CallObjectMethodIntTest
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2145 #define CHECK_VALUE(VAL) ASSERT_EQ(JSValueRefInternals::VAL, JSTaggedValue::VAL) in HWTEST_F_L0() argument