Searched defs:argv3 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/ |
H A D | triple_ut_test.cpp | 98 const char *argv3[] = {"maple", // program name in TEST() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | error_helper_test.cpp | 183 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*typeError), 6); in HWTEST_F_L0() local 238 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*oomError), 6); in HWTEST_F_L0() local 296 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*aggregateError), 6); HWTEST_F_L0() local [all...] |
H A D | typed_array_helper_test.cpp | 224 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::UINT8_CLAMPED); in HWTEST_F_L0() local 272 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT32); in HWTEST_F_L0() local 330 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::UINT8_CLAMPED); in HWTEST_F_L0() local [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | pandargs_test.cpp | 917 static const char *argv3[] = {"gtest_app", "--compound:bool=false"}; in TEST() local
|
Completed in 4 milliseconds