Home
last modified time | relevance | path

Searched defs:property (Results 1 - 25 of 71) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/os/
H A Dproperty.cpp18 namespace panda::os::property { namespace in panda::os
H A Dproperty.h25 namespace panda::os::property { namespace in panda::os
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dproperty.cpp18 namespace ark::os::property { namespace in ark::os
H A Dproperty.h25 namespace ark::os::property { namespace in ark::os
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dproperty.h22 namespace panda::os::unix::property { namespace in panda::os::unix
H A Dproperty.cpp22 namespace panda::os::unix::property { namespace in panda::os::unix
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dproperty.h24 namespace ark::os::unix::property { namespace in ark::os::unix
H A Dproperty.cpp22 namespace ark::os::unix::property { namespace in ark::os::unix
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dnumeric_id.h39 auto property = object.GetValue<JsonObject::StringT>(propertyName); in ParseNumericId() local
H A Dlocation.cpp32 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
H A Dproperty_preview.h38 auto property = type_.ToJson(); in ToJson() local
/arkcompiler/ets_runtime/test/fuzztest/arrayref_fuzzer/
H A Darrayref_fuzzer.cpp44 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefGetValueAtFuzzerTest() local
62 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefLengthFuzzerTest() local
77 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefSetValueAtFuzzerTest() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserNamespaces.cpp103 ir::AstNode *property = ParseClassElement(properties, modifiers, flags); in ParseNamespaceBody() local
H A DETSFormattedParser.cpp329 auto *const property = CreateClassElement(sourceCode, DUMMY_ARRAY, ir::ClassDefinitionModifiers::NONE); in CreateFormattedClassFieldDefinition() local
344 auto *const property = CreateClassElement(sourceCode, DUMMY_ARRAY, ir::ClassDefinitionModifiers::NONE); in CreateFormattedClassMethodDefinition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dprim_types.h58 const PrimitiveTypeProperty &property; member in maple::PrimitiveType
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Djson_object_matcher.h91 explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(property)) {} in HasJsonPropertyMatcher() argument
130 explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher() argument
179 auto JsonProperties(JsonProperty<PropertyType>... property) in JsonProperties() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DmemberExpression.h69 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, bool computed, in MemberExpression() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DclassDefinitionBuilder.h50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.h38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segmenter.cpp103 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeSegmenter() local
/test/xts/hats/useriam/faceauth/src/
H A Dface_auth_hdi.cpp123 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty() argument
360 Property property; in HWTEST_F() local
/test/xts/hats/useriam/fingerprintauth_additional/src/
H A Dfingerprint_auth_hdi.cpp115 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty() argument
622 Property property; in HWTEST_F() local
655 Property property; HWTEST_F() local
[all...]
/test/xts/hats/useriam/fingerprintauth/src/
H A Dfingerprint_auth_hdi.cpp133 void FillTestProperty(Parcel &parcel, Property &property) in FillTestProperty() argument
321 Property property; in HWTEST_F() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp92 auto *property = CreateCapturedField(checker, var, reinterpret_cast<varbinder::ClassScope *>(classDef->Scope()), in CreateClassPropertiesForCapturedVariables() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_regexp_stub_builder.cpp146 GateRef property = FastGetPropertyByName(glue, thisValue, key, ProfileOperation()); in TryToFastGetProperty() local

Completed in 9 milliseconds

123