Home
last modified time | relevance | path

Searched full:property (Results 1 – 25 of 4077) sorted by relevance

12345678910>>...164

/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i69 pc = property(GetPC, SetPC)
70 addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (PC) as a section offset address (lldb.SBAddress).''')
71 fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an unsigned integer.''')
72 sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an unsigned integer.''')
73 module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) for this stack frame.''')
74 compile_unit = property(GetCompileUni
[all...]
H A DSBValueExtensions.i6 '''Helper function for the "SBValue.dynamic" property.'''
51 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
52 …child = property(get_child_access_object, None, doc='''A read only property that returns an object…
53 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
54 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that …
55 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
56 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
57 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
58 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
59 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
[all …]
H A DSBTypeExtensions.i10 …name = property(GetName, None, doc='''A read only property that returns the name for this member a…
11 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
12 …byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in …
13 …bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bi…
14 …is_bitfield = property(IsBitfield, None, doc='''A read only property that returns true if this mem…
15 …bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns…
56 …module = property(GetModule, None, doc='''A read only property that returns the module in which ty…
57 …name = property(GetName, None, doc='''A read only property that returns the name for this type as …
58 …size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this…
59 …is_pointer = property(IsPointerType, None, doc='''A read only property that returns a boolean valu…
[all …]
H A DSBDataExtensions.i137 uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of which you can read uint8 values.''')
138 uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of which you can read uint16 values.''')
139 uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of which you can read uint32 values.''')
140 uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of which you can read uint64 values.''')
141 sint8 = property(_make_helper_sint8, None, doc='''A read only property tha
[all...]
H A DSBThreadExtensions.i48 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
49 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
50 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
51 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
53 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
54 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec…
55 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as…
56 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
57 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue …
[all …]
H A DSBAddressExtensions.i13 …This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used …
16 …This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used …
22 …This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used …
28 …This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used …
36 …This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used …
40 …This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used …
43 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
44 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
45 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object …
46 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
[all …]
H A DSBSectionExtensions.i22 …name = property(GetName, None, doc='''A read only property that returns the name of this section a…
23 …addr = property(get_addr, None, doc='''A read only property that returns an lldb object that repre…
24 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer tha…
25 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
26 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
27 …file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size…
28 …data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that…
29 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
30 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
31 …alignment = property(GetAlignment, None, doc='''A read only property that returns the alignment of…
H A DSBProcessExtensions.i85 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(…
86 …thread = property(get_threads_access_object, None, doc='''A read only property that returns an obj…
87 …is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean val…
88 …is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean…
89 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean…
90 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
91 …target = property(GetTarget, None, doc='''A read only property that an lldb object that represents…
92 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
93 …selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that…
94 …state = property(GetState, None, doc='''A read only property that returns an lldb enumeration valu…
[all …]
H A DSBSymbolExtensions.i17 …name = property(GetName, None, doc='''A read only property that returns the name for this symbol a…
18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin…
19 …type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value …
20 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha…
21 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
22 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s…
23 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th…
24 …external = property(IsExternal, None, doc='''A read only property that returns a boolean value tha…
25 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
/freebsd-src/crypto/openssl/test/recipes/
H A D30-test_evp_fetch_prov.t31 { args => [ '-property', 'provider=default' ],
32 message => 'using property "provider=default"' },
33 { args => [ '-property', 'provider!=fips' ],
34 message => 'using property "provider!=fips"' },
35 { args => [ '-property', 'provider!=default', '-fetchfail' ],
37 'using property "provider!=default" is expected to fail' },
38 { args => [ '-property', 'provider=fips', '-fetchfail' ],
40 'using property "provider=fips" is expected to fail' } ] }
48 { args => [ '-property', '' ] },
49 { args => [ '-property', 'provider=fips' ],
[all …]
/freebsd-src/sys/contrib/openzfs/man/man8/
H A Dzfs-unallow.8177 Permission names are the same as ZFS subcommand and property names.
178 See the property list below.
179 Property set names, which begin with
193 property.
218 groupquota other Allows accessing any \fBgroupquota@\fI…\fR property
219 groupobjquota other Allows accessing any \fBgroupobjquota@\fI…\fR property
220 groupused other Allows reading any \fBgroupused@\fI…\fR property
221 groupobjused other Allows reading any \fBgroupobjused@\fI…\fR property
222 userprop other Allows changing any user property
223 userquota other Allows accessing any \fBuserquota@\fI…\fR property
[all …]
H A Dzfs-allow.8177 Permission names are the same as ZFS subcommand and property names.
178 See the property list below.
179 Property set names, which begin with
193 property.
218 groupquota other Allows accessing any \fBgroupquota@\fI…\fR property
219 groupobjquota other Allows accessing any \fBgroupobjquota@\fI…\fR property
220 groupused other Allows reading any \fBgroupused@\fI…\fR property
221 groupobjused other Allows reading any \fBgroupobjused@\fI…\fR property
222 userprop other Allows changing any user property
223 userquota other Allows accessing any \fBuserquota@\fI…\fR property
[all …]
H A Dzpool-get.842 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns …
50 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns …
57 .Ar property Ns = Ns Ar value
62 .Ar property Ns = Ns Ar value
74 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns …
85 .Bl -tag -compact -offset Ds -width "property"
88 .It Sy property
[all...]
H A Dzpool-set.842 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns …
50 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns …
57 .Ar property Ns = Ns Ar value
62 .Ar property Ns = Ns Ar value
74 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns …
85 .Bl -tag -compact -offset Ds -width "property"
88 .It Sy property
[all...]
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c53 * Allocate and initialize a new, empty property list.
55 * The caller is responsible for releasing the returned property value
90 * @param plist The property list to be retained.
106 * @param plist The property list to be released.
119 /* Free all property entries */ in bhnd_nvram_plist_release()
132 * The caller is responsible for releasing the returned property value
155 BHND_NV_LOG("error copying property: %d\n", in bhnd_nvram_plist_copy()
178 * Return true if @p plist contains a property name @p name, false otherwise.
180 * @param plist The property list to be queried.
181 * @param name The property name to be queried.
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h68 enum class Property { enum
103 LVProperties<Property> Properties;
142 PROPERTY(Property, IsLine);
143 PROPERTY(Property, IsScope);
144 PROPERTY(Property, IsSymbol);
145 PROPERTY(Property, IsType);
146 PROPERTY(Property, IsEnumClass);
147 PROPERTY(Property, IsExternal);
148 PROPERTY(Property, HasType);
149 PROPERTY(Property, HasAugmentedName);
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td1 //==--- TypeProperties.td - Type property definitions ---------------------===//
13 def : Property<"elementType", QualType> {
21 def : Property<"pointeeType", QualType> {
29 def : Property<"WrappedTy", QualType> {
32 def : Property<"CountExpr", ExprRef> {
35 def : Property<"CountInBytes", Bool> {
38 def : Property<"OrNull", Bool> {
41 def : Property<"CoupledDecls", Array<TypeCoupledDeclRefInfo>> {
48 def : Property<"originalType", QualType> {
51 def : Property<"adjustedTyp
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp15 #include "lldb/Interpreter/Property.h"
28 Property property(definition); in Initialize() local
29 assert(property.IsValid()); in Initialize()
30 m_name_to_index.insert({property.GetName(), m_properties.size()}); in Initialize()
31 property.GetValue()->SetParent(shared_from_this()); in Initialize()
32 m_properties.push_back(property); in Initialize()
38 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local
39 if (property) in SetValueChangedCallback()
40 property->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback()
46 Property property(name, desc, is_global, value_sp); in AppendProperty() local
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">,
10 def DefaultArch: Property<"default-arch", "Arch">,
14 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">,
17 def Language: Property<"language", "Language">,
20 def ExprPrefix: Property<"expr-prefix", "FileSpec">,
23 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">,
27 def ExprAllocAddress: Property<"expr-alloc-address", "UInt64">,
30 def ExprAllocSize: Property<"expr-alloc-size", "UInt64">,
33 def ExprAllocAlign: Property<"expr-alloc-align", "UInt64">,
36 def PreferDynamic: Property<"prefe
[all...]
/freebsd-src/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument
26 OS << Property->getName(); in emitPropertyEnum()
30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty() argument
33 // Emit the property name. in emitProperty()
34 OS << "\"" << Property->getValueAsString("Name") << "\""; in emitProperty()
37 // Emit the property type. in emitProperty()
38 llvm::StringRef type = Property->getValueAsString("Type"); in emitProperty()
43 // Emit the property's global value. in emitProperty()
44 OS << (Property->getValue("Global") ? "true" : "false"); in emitProperty()
47 bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue"); in emitProperty()
[all …]
/freebsd-src/share/man/man9/
H A DOF_getprop.993 Property with a zero-length value usually represents boolean
95 If the property is present, it signifies true, otherwise false.
108 returns either the length of the value associated with the property
112 or 0 if the property exists but has no associated value.
120 bytes from the value associated with the property
127 property does not exist.
136 if the property does not exist.
143 has a property specified by
145 and zero if the property does not exist.
148 recursively looks for the property specified by
[all …]
/freebsd-src/crypto/openssl/doc/man7/
H A Dproperty.pod5 property - Properties, a selection mechanism for algorithm implementations
19 =head2 Property Names
21 Property names fall into two categories: those reserved by the OpenSSL
23 A I<reserved> property name consists of a single C-style identifier
27 Property names are case-insensitive, but OpenSSL will only use lowercase
30 A I<user defined> property name is similar, but it B<must> consist of
32 The last identifier in the name can be considered the 'true' property
35 property names like
42 A I<property> is a I<name=value> pair.
43 A I<property definition> is a sequence of comma separated properties.
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===//
9 // This file implements semantic analysis for Objective C @property and
33 /// getImpliedARCOwnership - Given a set of property attributes and a
54 // property type. in getImpliedARCOwnership()
63 /// Check the internal consistency of a property declaration with
66 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership()
67 if (property->isInvalidDecl()) return; in checkPropertyDeclWithOwnership()
69 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership()
71 = property->getType().getObjCLifetime(); in checkPropertyDeclWithOwnership()
76 = getImpliedARCOwnership(propertyKind, property in checkPropertyDeclWithOwnership()
65 checkPropertyDeclWithOwnership(Sema & S,ObjCPropertyDecl * property) checkPropertyDeclWithOwnership() argument
349 __anon41a7efea0102(ObjCPropertyDecl *Property) checkAtomicPropertyMismatch() argument
722 checkARCPropertyImpl(Sema & S,SourceLocation propertyImplLoc,ObjCPropertyDecl * property,ObjCIvarDecl * ivar) checkARCPropertyImpl() argument
801 setImpliedPropertyAttributeForReadOnlyProperty(ObjCPropertyDecl * property,ObjCIvarDecl * ivar) setImpliedPropertyAttributeForReadOnlyProperty() argument
840 SelectPropertyForSynthesisFromProtocols(Sema & S,SourceLocation AtLoc,ObjCInterfaceDecl * ClassDecl,ObjCPropertyDecl * Property) SelectPropertyForSynthesisFromProtocols() argument
1097 ObjCPropertyDecl *property = nullptr; ActOnPropertyImplDecl() local
1634 DiagnosePropertyMismatch(ObjCPropertyDecl * Property,ObjCPropertyDecl * SuperProperty,const IdentifierInfo * inheritedName,bool OverridingProtocolProperty) DiagnosePropertyMismatch() argument
1708 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl * property,ObjCMethodDecl * GetterMethod,SourceLocation Loc) DiagnosePropertyAccessorMismatch() argument
1846 for (const auto *Property : IFace->instance_properties()) { IvarBacksCurrentMethodAccessor() local
1855 for (const auto *Property : Ext->instance_properties()) IvarBacksCurrentMethodAccessor() local
2138 const auto *property = propertyImpl->getPropertyDecl(); diagnoseNullResettableSynthesizedSetters() local
2176 const ObjCPropertyDecl *Property = I->second; AtomicPropertySetterGetterRules() local
2360 AddPropertyAttrs(Sema & S,ObjCMethodDecl * PropertyMethod,ObjCPropertyDecl * Property) AddPropertyAttrs() argument
2374 ProcessPropertyDecl(ObjCPropertyDecl * property) ProcessPropertyDecl() argument
[all...]
/freebsd-src/sys/contrib/libfdt/
H A Dlibfdt.h62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
64 /* FDT_ERR_EXISTS: Attempted to create a node or property which
83 * This can be caused either by an invalid phandle property
124 * or similar property with a bad format or value */
127 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected
128 * value. For example: a property expected to contain a string list
134 * unexpected or missing value, property or node. */
452 * fdt_first_property_offset - find the offset of a node's first property
456 * fdt_first_property_offset() finds the first property of the node at
460 * structure block offset of the property (>=0), on success
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h17 #include "lldb/Interpreter/Property.h"
61 std::vector<const Property *> &matching_properties) const;
67 // Get the index of a property given its exact name in this property
68 // collection, "name" can't be a path to a property path that refers to a
69 // property within a property
72 // Get a property by exact name exists in this property collection, name can
73 // not be a path to a property path that refers to a property within a
74 // property
75 virtual const Property *
79 virtual const Property *
[all …]

12345678910>>...164