Searched defs:args1 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_finalization_registry_test.cpp | 210 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target1}; in HWTEST_F_L0() local 247 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target1}; in HWTEST_F_L0() local 281 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target}; in HWTEST_F_L0() local 307 std::vector<JSTaggedValue> args1{target.GetTaggedValue()}; in HWTEST_F_L0() local 331 std::vector<JSTaggedValue> args1{target}; in HWTEST_F_L0() local 362 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target1}; in HWTEST_F_L0() local 390 std::vector<JSTaggedValue> args1{target}; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | object_call_method_by_name_short_test.cpp | 402 ani_value args1[2U]; in TEST_F() local
|
| D | object_call_method_by_name_int_test.cpp | 409 ani_value args1[2U]; in TEST_F() local
|
| D | object_call_method_by_name_long_test.cpp | 455 ani_value args1[2U]; in TEST_F() local
|
| D | object_call_method_by_name_double_test.cpp | 469 ani_value args1[2U]; in TEST_F() local
|
| D | object_call_method_by_name_float_test.cpp | 466 ani_value args1[2U]; in TEST_F() local
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | hello_world_test.cpp | 858 const char* args1[] = {"--param1", "--param2"}; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 2717 std::vector<int64_t> args1 = {1L, 2L}; in TEST_F() local
|