Home
last modified time | relevance | path

Searched defs:argv2 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
Dtriple_ut_test.cpp84 const char *argv2[] = {"maple", // program name in TEST() local
Dcl_ut_test.cpp569 const char *argv2[] = {"CLTest", // program name in TEST() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp169 …EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*evalErro… in HWTEST_F_L0() local
225 …EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*uriError… in HWTEST_F_L0() local
282 …EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*referenc… in HWTEST_F_L0() local
351 EcmaRuntimeCallInfo *argv2 = in HWTEST_F_L0() local
Dtyped_array_helper_test.cpp223 EcmaRuntimeCallInfo* argv2 = CreateTypedArrayCallInfo(thread, array, DataViewType::BIGUINT64); in HWTEST_F_L0() local
271 EcmaRuntimeCallInfo* argv2 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT16); in HWTEST_F_L0() local
329 EcmaRuntimeCallInfo* argv2 = CreateTypedArrayCallInfo(thread, array, DataViewType::BIGUINT64); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpandargs_test.cpp1076 static const char *argv2[] = {"gtest_app", "--compound:bool"}; in TEST() local