Home
last modified time | relevance | path

Searched defs:param (Results 1 - 25 of 180) sorted by relevance

12345678

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_getter_setter_neg_test.cpp202 auto *param = checker.AllocNode<ETSParameterExpression>(ident, nullptr); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcatchClauseBuilder.h29 CatchClauseBuilder &SetParam(Expression *param) in SetParam() argument
H A DtsImportTypeBuilder.h29 TSImportTypeBuilder &SetParam(Expression *param) in SetParam() argument
H A DtsIndexSignatureBuilder.h29 TSIndexSignatureBuilder &SetParam(Expression *param) in SetParam() argument
H A DtsTypeParameterDeclarationBuilder.h32 TSTypeParameterDeclarationBuilder &AddParam(TSTypeParameter *param) in AddParam() argument
H A DtsTypeParameterInstantiationBuilder.h38 TSTypeParameterInstantiationBuilder &AddParams(TypeNode *param) in AddParams() argument
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/
H A Dglobalclass_fuzzer.cpp32 Global<JSValueRef> param; in GlobalFuzzerTest() local
49 Global<JSValueRef> param; in GlobalOperatorEqualFuzzerTest() local
67 Global<JSValueRef> param; in GlobalMoveFuzzerTest() local
84 Global<JSValueRef> param; in GlobalOperatorEqualMoveFuzzerTest() local
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_graph_coloring_test.cpp27 SpillFillData GetParameterSpillFilll(Inst *param) in GetParameterSpillFilll() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_graph_coloring_test.cpp28 SpillFillData GetParameterSpillFilll(Inst *param) in GetParameterSpillFilll() argument
H A Dasm_caller.cpp33 static auto Abs(T param) in Abs() argument
39 static auto Not(T param) in Not() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DcatchClause.h28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() argument
H A DtsIndexSignature.h36 explicit TSIndexSignature(Expression *const param, TypeNode *const typeAnnotation, bool const readonly) in TSIndexSignature() argument
H A DtsIndexSignature.cpp84 auto *const param = param_ != nullptr ? param_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeParameterDeclaration.h59 void AddParam(TSTypeParameter *param) in AddParam() argument
H A DtsImportType.h26 explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, in TSImportType() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_scrollsnap_test.cpp23 float param = 1.0; in TestScrollScrollSnap001() local
41 float param = 1.0; in TestScrollScrollSnap002() local
59 float param = 1.0; in TestScrollScrollSnap003() local
77 float param in TestScrollScrollSnap004() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsysmmanndk.cpp30 void *param = nullptr; in PosixMadvise() local
H A Dinitndk.cpp37 void *param; in InitModule() local
H A Dptyndk.cpp27 int param = PARAM_0; in Forkpty() local
/test/xts/hats/kernel/syscalls/schedule/schedparam/
H A DSchedparamApiTest.cpp66 struct sched_param param = { in HWTEST_F() local
96 struct sched_param param = { HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/schedule/schedscheduler/
H A DSchedschedulerApiTest.cpp66 struct sched_param param = { 0 }; in HWTEST_F() local
103 struct sched_param param = { 0 }; in HWTEST_F() local
129 struct sched_param param = { 0 }; HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test.h126 bool CallCode(const T &param, const U &result) in CallCode() argument
138 bool CallCode(const T &param, const T &result) in CallCode() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp86 auto param = pinfo->GetNextLocation(inst->GetInputType(i)); in LOCATIONS_BUILDER() local
120 auto param = pinfo->GetNextLocation(inst->GetInputType(i)); in LOCATIONS_BUILDER() local
185 auto param = Location::MakeRegister(GetTarget().GetParamRegId(CallConvDynInfo::REG_METHOD)); in LOCATIONS_BUILDER() local
199 auto param in LOCATIONS_BUILDER() local
217 auto param = params->GetNextLocation(inst->GetInputType(i)); LOCATIONS_BUILDER() local
232 auto param = params->GetNextLocation(inst->GetInputType(i)); LOCATIONS_BUILDER() local
[all...]
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsImportType.h36 explicit TSImportType(Expression *param, TSTypeParameterInstantiation *typeParams, Expression *qualifier, in TSImportType() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.h41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() argument

Completed in 9 milliseconds

12345678