| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | method_properties_test.cpp | 37 MethodProperties props(GetGraph()); in CheckCall() local 50 MethodProperties props(GetGraph()); in TEST_F() local 70 MethodProperties props(GetGraph()); in TEST_F() local 91 MethodProperties props(GetGraph()); in TEST_F() local 125 MethodProperties props(GetGraph()); in TEST_F() local 144 MethodProperties props(GetGraph()); in TEST_F() local
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | uncovered_md.rb | 42 def props(properties) method in UncoveredMd
|
| D | full_md.rb | 50 def props(properties) method in FullMd
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | uncovered_md.rb | 42 def props(properties) method in UncoveredMd
|
| D | full_md.rb | 50 def props(properties) method in FullMd
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@blueprintjs/ |
| D | core.js | 18 export const Icon = (props) => <span data-testid="mocked-icon" {...props}>Mocked Icon</span>; argument 23 export const Checkbox = (props) => <input type="checkbox" {...props} />; argument
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/double_underscore/shorthand_test/ |
| D | shorthandTest.ts | 36 const props = { constant
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astDump.cpp | 32 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() 188 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
|
| D | astDump.h | 96 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() 209 void AddList(T props) in AddList()
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astDump.cpp | 37 void AstDumper::Add(std::initializer_list<AstDumper::Property> props) in Add() 173 void AstDumper::SerializePropList(std::initializer_list<AstDumper::Property> props) in SerializePropList()
|
| D | astDump.h | 81 … Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() 168 void AddList(T props) in AddList()
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | cpumask.py | 30 props = ('online',) variable in CPUMask
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | priority_queue.h | 76 explicit PriorityQueue(Properties props = defaultProps_) : properties_(std::move(props)) {} in properties_()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_class_wrapper.cpp | 442 PropsMap props; in CalculateProperties() local 477 void EtsClassWrapper::CollectConstructors(EtsClassWrapper::PropsMap *props) in CollectConstructors() 488 void EtsClassWrapper::CollectClassMethods(EtsClassWrapper::PropsMap *props, const OverloadsMap *ove… in CollectClassMethods() 540 void EtsClassWrapper::UpdatePropsWithBaseClasses(EtsClassWrapper::PropsMap *props) in UpdatePropsWithBaseClasses() 583 const PropsMap &props) in CalculateFieldsAndMethods()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 899 void ClassScope::SetBindingProps(Decl *newDecl, BindingProps *props, bool isStatic) in SetBindingProps() 962 BindingProps props; in AddBinding() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 1272 void InitScopesPhaseETS::FilterInterfaceOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterInterfaceOverloads() 1284 void InitScopesPhaseETS::FilterOverloads(ArenaVector<ir::AstNode *, false> &props) in FilterOverloads()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | dynamic.cpp | 215 auto props = ArenaVector<ir::AstNode *>(ProgramAllocator()->Adapter()); in ResolveDynamicCallExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 1144 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 172 JSHandle<JSObject> props = JSTaggedValue::ToObject(thread, prop); in ObjectDefineProperties() local
|
| /arkcompiler/toolchain/tooling/static/ |
| D | inspector_server.cpp | 865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector_server.cpp | 865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 454 auto props = ArenaVector<ir::AstNode *>(allocator->Adapter()); in CreateLambdaClassFields() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2262 const props: ts.PropertySignature[] = []; constant
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 4350 const auto &props = node->AsObjectPattern()->Properties(); in ValidateArrowParameterBindings() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 588 const props = tsExprType.getProperties(); constant
|