Searched defs:argv2 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
H A D | triple_ut_test.cpp | 84 const char *argv2[] = {"maple", // program name in TEST() local
|
H A D | cl_ut_test.cpp | 569 const char *argv2[] = {"CLTest", // program name in TEST() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | error_helper_test.cpp | 169 EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*evalError), 6); in HWTEST_F_L0() local 224 EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*uriError), 6); in HWTEST_F_L0() local 279 EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*referenceError), 6); HWTEST_F_L0() local 347 EcmaRuntimeCallInfo *argv2 = HWTEST_F_L0() local [all...] |
H A D | typed_array_helper_test.cpp | 223 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/ |
H A D | pandargs_test.cpp | 912 static const char *argv2[] = {"gtest_app", "--compound:bool"}; in TEST() local
|
Completed in 12 milliseconds