Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test.h96 void CodegenTest::CheckReturnValue(Graph *graph, [[maybe_unused]] T expectedValue) in CheckReturnValue()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dreturn_promise_to_js_test.js17 let expectedValue = ''; variable
/arkcompiler/runtime_core/common_interfaces/objects/
Dref_field.h83 bool ClearRef(MAddress expectedValue) in ClearRef()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/tuple_ops/
Dtuplevalue_getnumberofitem_test.cpp58 #define PRIMITIVE_GET_SET_TEST_CASE(calltype, anitype, idx, expectedValue, updateValue) \ argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dcall_static_method_long_test.cpp41 … void TestCombineScene(const char *className, ani_long val1, ani_long val2, ani_long expectedValue) in TestCombineScene()
Dcall_static_method_short_test.cpp40 …id TestCombineScene(const char *className, ani_short val1, ani_short val2, ani_short expectedValue) in TestCombineScene()
Dcall_static_method_byte_test.cpp40 … void TestCombineScene(const char *className, ani_byte val1, ani_byte val2, ani_byte expectedValue) in TestCombineScene()
Dcall_static_method_float_test.cpp42 …id TestCombineScene(const char *className, ani_float val1, ani_float val2, ani_float expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_void_test.cpp45 void TestCombineScene(const char *className, const char *methodName, ani_int expectedValue) in TestCombineScene()
Dcall_static_method_double_test.cpp42 …TestCombineScene(const char *className, ani_double val1, ani_double val2, ani_double expectedValue) in TestCombineScene()
Dcall_static_method_bool_test.cpp38 void TestCombineScene(const char *className, ani_boolean expectedValue) in TestCombineScene()
Dcall_static_method_char_test.cpp38 … void TestCombineScene(const char *className, ani_char val1, ani_char val2, ani_char expectedValue) in TestCombineScene()
Dcall_static_method_int_test.cpp42 void TestCombineScene(const char *className, ani_int val1, ani_int val2, ani_int expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_double_test.cpp44 void TestCombineScene(const char *className, const char *methodName, ani_double expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_float_test.cpp44 void TestCombineScene(const char *className, const char *methodName, ani_float expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_long_test.cpp44 void TestCombineScene(const char *className, const char *methodName, ani_long expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_byte_test.cpp40 …Scene(const char *className, const char *methodName, const char *signature, ani_byte expectedValue) in TestCombineScene()
Dcall_static_method_void_test.cpp51 void TestCombineScene(const char *className, ani_int val1, ani_int val2, ani_int expectedValue, in TestCombineScene()
Dclass_call_static_method_by_name_int_test.cpp42 void TestCombineScene(const char *className, const char *methodName, ani_int expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_short_test.cpp40 void TestCombineScene(const char *className, const char *methodName, ani_short expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_boolean_test.cpp41 ani_boolean expectedValue) in TestCombineScene()
Dclass_call_static_method_by_name_char_test.cpp39 ani_char expectedValue) in TestCombineScene()
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp53 void AsmTest::CompareActualWithExpected(const std::string &expectedValue, ark::pandasm::ScalarValue… in CompareActualWithExpected()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp916 std::vector<uint32_t> expectedValue = { in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp1459 Operand *expectedValue = &insn.GetOperand(kInsnSixthOpnd); in EmitCompareAndSwapInt() local

12