Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/
Dscenarios.cpp25 auto ret = CallEtsMethod<bool>("TestStandaloneFunctionCall"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("TestClassMethodCall"); in TEST_F() local
39 auto ret = CallEtsMethod<bool>("TestInterfaceMethodCall"); in TEST_F() local
46 auto ret = CallEtsMethod<bool>("TestClassGetter"); in TEST_F() local
52 auto ret = CallEtsMethod<bool>("TestClassSetter"); in TEST_F() local
58 auto ret = CallEtsMethod<bool>("TestLambdaFunctionCall"); in TEST_F() local
64 auto ret = CallEtsMethod<bool>("TestGenericFunctionCall"); in TEST_F() local
70 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeAny"); in TEST_F() local
76 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeUnknown"); in TEST_F() local
82 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeUndefined"); in TEST_F() local
[all …]
Dconflict_types.cpp26 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictArray"); in TEST_F() local
32 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictArraybuffer"); in TEST_F() local
39 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictBoolean"); in TEST_F() local
46 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictDataview"); in TEST_F() local
53 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictDate"); in TEST_F() local
60 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictError"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictMap"); in TEST_F() local
73 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictObject"); in TEST_F() local
79 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeConflictString"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/js_to_ets/
Darg_type.cpp25 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeAny"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeUnknown"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeUndefined"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeDouble"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeByte"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeShort"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeInt"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeLong"); in TEST_F() local
73 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeFloat"); in TEST_F() local
79 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeChar"); in TEST_F() local
[all …]
Dopt_arg_type.cpp25 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeDoubleOpt"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeByteOpt"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeShortOpt"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeIntOpt"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeLongOpt"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeFloatOpt"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeCharOpt"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeBooleanOpt"); in TEST_F() local
73 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeStringOpt"); in TEST_F() local
79 auto ret = CallEtsMethod<bool>("TestFunctionArgTypeObjectOpt"); in TEST_F() local
[all …]
Dret_type.cpp25 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeDouble"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeByte"); in TEST_F() local
38 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeShort"); in TEST_F() local
44 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeInt"); in TEST_F() local
50 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeLong"); in TEST_F() local
56 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeFloat"); in TEST_F() local
63 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeChar"); in TEST_F() local
69 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeBoolean"); in TEST_F() local
75 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeString"); in TEST_F() local
81 auto ret = CallEtsMethod<bool>("TestFunctionReturnTypeObject"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Dtest_class_methods.cpp28 auto ret = CallEtsMethod<bool>("TestReturnIntegerAsAny"); in TEST_F() local
35 auto ret = CallEtsMethod<bool>("TestReturnStringAsAny"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("TestReturnBigIntegerAsAny"); in TEST_F() local
50 auto ret = CallEtsMethod<bool>("TestReturnBooleanAsAny"); in TEST_F() local
57 auto ret = CallEtsMethod<bool>("TestReturnUndefinedAsAny"); in TEST_F() local
64 auto ret = CallEtsMethod<bool>("TestReturnNullAsAny"); in TEST_F() local
71 auto ret = CallEtsMethod<bool>("TestReturnMapAsAny"); in TEST_F() local
78 auto ret = CallEtsMethod<bool>("TestReturnSetAsAny"); in TEST_F() local
85 auto ret = CallEtsMethod<bool>("TestReturnStringAsLiteral"); in TEST_F() local
93 auto ret = CallEtsMethod<bool>("TestReturnBigNAsLiteral"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/passing_optional_type/
Dpassing_optional_type.cpp24 auto ret = CallEtsMethod<bool>("optionalAnyParam"); in TEST_F() local
30 auto ret = CallEtsMethod<bool>("optionalAnyWithoutParam"); in TEST_F() local
36 auto ret = CallEtsMethod<bool>("optionalAnyObjectParam"); in TEST_F() local
42 auto ret = CallEtsMethod<bool>("optionalAnyObjectWithoutParam"); in TEST_F() local
48 auto ret = CallEtsMethod<bool>("optionalLiteralParam"); in TEST_F() local
54 auto ret = CallEtsMethod<bool>("optionalLiteralWithoutParam"); in TEST_F() local
60 auto ret = CallEtsMethod<bool>("optionalLiteralObjectParam"); in TEST_F() local
66 auto ret = CallEtsMethod<bool>("optionalLiteralObjectWithoutParam"); in TEST_F() local
72 auto ret = CallEtsMethod<bool>("optionalExtraSetParam"); in TEST_F() local
78 auto ret = CallEtsMethod<bool>("optionalExtraSetWithoutParam"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/
Dindexed_type.cpp24 auto ret = CallEtsMethod<bool>("getArrValueByIndex"); in TEST_F() local
29 auto ret = CallEtsMethod<bool>("changeArrValueByIndex"); in TEST_F() local
34 auto ret = CallEtsMethod<bool>("checkLengthArr"); in TEST_F() local
39 auto ret = CallEtsMethod<bool>("checkAllArrValue"); in TEST_F() local
44 auto ret = CallEtsMethod<bool>("getCustomArrValueByIndex"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("changeCustomArrValueByIndex"); in TEST_F() local
54 auto ret = CallEtsMethod<bool>("checkLengthCustomArr"); in TEST_F() local
59 auto ret = CallEtsMethod<bool>("checkAllCustomArrValue"); in TEST_F() local
64 auto ret = CallEtsMethod<bool>("getRecordValue"); in TEST_F() local
69 auto ret = CallEtsMethod<bool>("changeRecordValue"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/optional_reference_type/
Doptional_reference_type.cpp24 auto ret = CallEtsMethod<bool>("referenceAnyParam"); in TEST_F() local
30 auto ret = CallEtsMethod<bool>("referenceAnyWithoutParam"); in TEST_F() local
36 auto ret = CallEtsMethod<bool>("referenceLiteralParam"); in TEST_F() local
42 auto ret = CallEtsMethod<bool>("referenceLiteralWithoutParam"); in TEST_F() local
48 auto ret = CallEtsMethod<bool>("referenceExtraSetParam"); in TEST_F() local
54 auto ret = CallEtsMethod<bool>("referenceExtraSetWithoutParam"); in TEST_F() local
60 auto ret = CallEtsMethod<bool>("referenceSubsetPickParam"); in TEST_F() local
66 auto ret = CallEtsMethod<bool>("referenceSubsetPickWithoutParam"); in TEST_F() local
71 auto ret = CallEtsMethod<bool>("referenceSubsetOmitParam"); in TEST_F() local
77 auto ret = CallEtsMethod<bool>("referenceSubsetOmitWithoutParam"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_operations/
Dclass_operations.cpp36 auto ret = CallEtsMethod<int64_t>("jscallEmpty"); in TEST_F() local
42 auto ret = CallEtsMethod<int64_t>("jsnewEmpty"); in TEST_F() local
48 auto ret = CallEtsMethod<int64_t>("jscallStaticMethodEmpty"); in TEST_F() local
54 auto ret = CallEtsMethod<int64_t>("jscallObject"); in TEST_F() local
60 auto ret = CallEtsMethod<int64_t>("jsnewObject"); in TEST_F() local
66 auto ret = CallEtsMethod<int64_t>("jsnewSetPropertyObject"); in TEST_F() local
73 auto ret = CallEtsMethod<int64_t>("jscallMethodObject"); in TEST_F() local
80 auto ret = CallEtsMethod<int64_t>("jscallMethodSimple"); in TEST_F() local
86 auto ret = CallEtsMethod<int64_t>("jscallString"); in TEST_F() local
92 auto ret = CallEtsMethod<int64_t>("jsnewString"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/operator_new/
Doperator_new.cpp25 auto ret = CallEtsMethod<bool>("noArgsClass"); in TEST_F() local
30 auto ret = CallEtsMethod<bool>("noArgsClassBrackes"); in TEST_F() local
35 auto ret = CallEtsMethod<bool>("oneArgsClass"); in TEST_F() local
40 auto ret = CallEtsMethod<bool>("twoArgsClass"); in TEST_F() local
45 auto ret = CallEtsMethod<bool>("manyArgsClass"); in TEST_F() local
50 auto ret = CallEtsMethod<bool>("newWithSubClass"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("newWithException"); in TEST_F() local
60 auto ret = CallEtsMethod<bool>("newWithFunction"); in TEST_F() local
66 auto ret = CallEtsMethod<bool>("newWithArrey"); in TEST_F() local
71 auto ret = CallEtsMethod<bool>("newWithPrototype"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
Dtest.cpp26 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnAny"); in TEST_F() local
32 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnString"); in TEST_F() local
39 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnBigint"); in TEST_F() local
45 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnBoolean"); in TEST_F() local
51 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnInteger"); in TEST_F() local
57 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnNegativeInteger"); in TEST_F() local
63 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnInfinity"); in TEST_F() local
69 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnNegativeInfinity"); in TEST_F() local
75 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnNaN"); in TEST_F() local
81 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnEnum"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/indirect_call/
Dindirect_value.cpp25 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_number_call"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_number_apply"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_number_bind_with_arg"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_number_bind_without_arg"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_string_call"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_string_apply"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_string_bind_with_arg"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_string_bind_without_arg"); in TEST_F() local
73 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_boolean_call"); in TEST_F() local
79 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_value_boolean_apply"); in TEST_F() local
[all …]
Dindirect_ref.cpp25 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_array_call"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_array_apply"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_array_bind_with_arg"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_array_bind_without_arg"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_tuple_call"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_tuple_apply"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_tuple_bind_with_arg"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_tuple_bind_without_arg"); in TEST_F() local
74 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_map_call"); in TEST_F() local
81 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_ref_map_apply"); in TEST_F() local
[all …]
Dindirect_union.cpp25 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_call_arg_numeric"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_call_arg_string"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_apply_arg_numeric"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_apply_arg_string"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_bind_with_arg_numeric"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_bind_with_arg_string"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_bind_without_arg_numeric"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_union_bind_without_arg_string"); in TEST_F() local
Dindirect_user.cpp25 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_class_call"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_class_apply"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_class_bind_with_arg"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_class_bind_without_arg"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_interface_call"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_interface_apply"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_interface_bind_with_arg"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("Test_indirect_call_type_user_interface_bind_without_arg"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dtests.cpp28 auto ret = CallEtsMethod<bool>("extendUserClass"); in TEST_F() local
36 auto ret = CallEtsMethod<bool>("extendNativeClass"); in TEST_F() local
44 auto ret = CallEtsMethod<bool>("extendedUserClassIsInstanceOf"); in TEST_F() local
52 auto ret = CallEtsMethod<bool>("extendedNativeClassIsInstanceOf"); in TEST_F() local
60 auto ret = CallEtsMethod<bool>("canAccessSuperMethod"); in TEST_F() local
68 auto ret = CallEtsMethod<bool>("canAddGetter"); in TEST_F() local
76 auto ret = CallEtsMethod<bool>("canSetProtectedValue"); in TEST_F() local
84 auto ret = CallJsMethod<bool>("extendUserClass", "index.js"); in TEST_F() local
92 auto ret = CallJsMethod<bool>("extendNativeClass", "index.js"); in TEST_F() local
100 auto ret = CallJsMethod<bool>("jsRespectsProtectedModifier", "index.js"); in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/exceptions/
Dstatic_function_exception.cpp25 auto ret = CallEtsMethod<bool>("CheckCustomException"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("CheckNameCustomException"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("CheckMessageCustomException"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("CheckBuiltinExceptionInStatic"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("CheckNameBuiltinExceptionInStatic"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("CheckMessageBuiltinExceptionInStatic"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("ThrowCustomError"); in TEST_F() local
67 auto ret = CallEtsMethod<bool>("CheckThrowNewError"); in TEST_F() local
73 auto ret = CallEtsMethod<bool>("throwTSCustomExceptionWithImportType"); in TEST_F() local
Ddynamic_function_exception.cpp25 auto ret = CallEtsMethod<bool>("CheckUserExceptionError"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("CheckNameUserExceptionError"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("CheckMessageUserExceptionError"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("CatchUserException"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("CatchBuiltinException"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("CheckNameBuiltinException"); in TEST_F() local
61 auto ret = CallEtsMethod<bool>("CheckMessageBuiltinException"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/strict_equality/
Dstrict_equality.cpp25 auto ret = CallEtsMethod<bool>("TestEqualTrue"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("TestEqualFalse"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("TestNotEqualTrue"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("TestNotEqualFalse"); in TEST_F() local
50 auto ret = CallEtsMethod<bool>("TestNotStrictEqualTrue"); in TEST_F() local
56 auto ret = CallEtsMethod<bool>("TestNotStrictEqualFalse"); in TEST_F() local
62 auto ret = CallEtsMethod<bool>("TestNotStrictNotEqualTrue"); in TEST_F() local
68 auto ret = CallEtsMethod<bool>("TestNotStrictNotEqualFalse"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/
Ddynamic_call.cpp28 auto ret = CallEtsMethod<int>("regularFunc"); in TEST_F() local
34 auto ret = CallEtsMethod<int>("dynamicField"); in TEST_F() local
40 auto ret = CallEtsMethod<int>("methodCall"); in TEST_F() local
46 auto ret = CallEtsMethod<int>("multipleCall"); in TEST_F() local
52 auto ret = CallEtsMethod<int>("lambda"); in TEST_F() local
58 auto ret = CallEtsMethod<int>("simpleArr"); in TEST_F() local
64 auto ret = CallEtsMethod<int>("multidimArray"); in TEST_F() local
70 auto ret = CallEtsMethod<int>("lambdaArrCall"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_with_lambda/
Ddynamic_with_lambda.cpp25 auto ret = CallEtsMethod<uint32_t>("TestArgs0"); in TEST_F() local
31 auto ret = CallEtsMethod<uint32_t>("TestArgs1"); in TEST_F() local
37 auto ret = CallEtsMethod<uint32_t>("TestArgs2"); in TEST_F() local
44 auto ret = CallEtsMethod<uint32_t>("TestLambdaJSValue"); in TEST_F() local
51 auto ret = CallEtsMethod<uint32_t>("TestLambdaJSValueCast"); in TEST_F() local
58 auto ret = CallEtsMethod<uint32_t>("TestLambdaJSValueCache"); in TEST_F() local
65 auto ret = CallEtsMethod<uint32_t>("TestLambdaJSValueCastCallAsArgument"); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dcallconv32_test.cpp88 auto ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckMissesDueAlign() local
129 auto ret = paramInfo->GetNativeParam(INT32_TYPE); in CheckMixHfloatSfloat1() local
170 auto ret = paramInfo->GetNativeParam(FLOAT32_TYPE); in CheckMixHfloatSfloatSlotsPart1() local
215 auto ret = paramInfo->GetNativeParam(FLOAT32_TYPE); in BigCheckMixHfloatSfloatSlots() local
252 auto ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckUintParams() local
268 auto ret = paramInfo->GetNativeParam(INT32_TYPE); in CheckUintParams() local
284 auto ret = paramInfo->GetNativeParam(INT64_TYPE); in CheckUintParams() local
315 auto ret = paramInfo->GetNativeParam(FLOAT32_TYPE); in TEST_F() local
331 auto ret = paramInfo->GetNativeParam(FLOAT64_TYPE); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_enum/
Ddynamic_enum.cpp25 auto ret = CallEtsMethod<bool>("Test1"); in TEST_F() local
31 auto ret = CallEtsMethod<bool>("Test2"); in TEST_F() local
37 auto ret = CallEtsMethod<bool>("Test3"); in TEST_F() local
43 auto ret = CallEtsMethod<bool>("Test4"); in TEST_F() local
49 auto ret = CallEtsMethod<bool>("Test5"); in TEST_F() local
55 auto ret = CallEtsMethod<bool>("Test6"); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dcallconv32_test.cpp104 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() local
120 auto ret = param_info->GetNativeParam(INT32_TYPE); in TEST_F() local
136 auto ret = param_info->GetNativeParam(INT64_TYPE); in TEST_F() local
150 auto ret = param_info->GetNativeParam(FLOAT32_TYPE); in TEST_F() local
166 auto ret = param_info->GetNativeParam(FLOAT64_TYPE); in TEST_F() local
182 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() local
222 auto ret = param_info->GetNativeParam(INT32_TYPE); in TEST_F() local
266 auto ret = param_info->GetNativeParam(FLOAT32_TYPE); in TEST_F() local

12345678910>>...22