Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 1414) sorted by relevance

12345678910>>...57

/freebsd/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 (…
71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
72 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
73 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
74 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
75 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
76 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
77 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
78 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
[all …]
H A DSBValueExtensions.i64 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
65 …child = property(get_child_access_object, None, doc='''A read only property that returns an object…
66 …member = property(get_member_access_object, None, doc='''A read only property that returns an obje…
67 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
68 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that …
69 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
70 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
71 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
72 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
73 …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 as a string.''')
11 type = property(GetType, None, doc='''A read only property that returns an lldb object that represents the type (lldb.SBType) for this member.''')
12 byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in bytes for this member as an integer.''')
13 bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bits for this member as an integer.''')
14 is_bitfield = property(IsBitfield, None, doc='''A read only property tha
[all...]
H A DSBBreakpointExtensions.i47 …locations = property(get_breakpoint_location_list, None, doc='''A read only property that returns …
48 …location = property(get_locations_access_object, None, doc='''A read only property that returns an…
49 … id = property(GetID, None, doc='''A read only property that returns the ID of this breakpoint.''')
50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
51 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
52 …num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count…
53 …auto_continue = property(GetAutoContinue, SetAutoContinue, doc='A read/write property that configu…
54 …condition = property(GetCondition, SetCondition, doc='A read/write property that configures the co…
55 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
56 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
[all …]
H A DSBBreakpointLocationExtensions.i11 …addr = property(GetAddress, doc='A read only property that returns the address of this breakpoint …
12 …auto_continue = property(GetAutoContinue, SetAutoContinue, doc='A read/write property that configu…
13 …breakpoint = property(GetBreakpoint, doc='A read only property that returns the parent breakpoint …
14 …condition = property(GetCondition, SetCondition, doc='A read/write property that configures the co…
15 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre…
16 … id = property(GetID, doc='A read only property that returns the id of this breakpoint location.')
17 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
18 …load_addr = property(GetLoadAddress, doc='A read only property that returns the load address of th…
19 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q…
20 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre…
[all …]
H A DSBThreadExtensions.i62 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte…
63 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
64 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
65 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
66 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
67 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
68 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec…
69 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as…
70 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n…
71 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue …
[all …]
H A DSBDataExtensions.i137 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like …
138 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik…
139 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik…
140 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik…
141 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like …
142 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik…
143 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik…
144 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik…
145 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like …
146 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik…
[all …]
H A DSBSectionExtensions.i22 name = property(GetName, None, doc='''A read only property that returns the name of this section as a string.''')
23 addr = property(get_addr, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this section.''')
24 file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer that represents the starting "file" address for this section, or the address of the section in the object file in which it is defined.''')
25 size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of this section as an integer.''')
26 file_offset = property(GetFileOffset, None, doc='''A read only property tha
[all...]
H A DSBSymbolExtensions.i17 name = property(GetName, None, doc='''A read only property that returns the name for this symbol as a string.''')
18 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this symbol as a string.''')
19 type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eSymbolType") that represents the type of this symbol.''')
20 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this symbol.''')
21 end_addr = property(GetEndAddress, None, doc='''A read only property tha
[all...]
H A DSBProcessExtensions.i85 threads = property(get_process_thread_list, None, doc='''A read only property that returns a list() of lldb.SBThread objects for this process.''')
86 thread = property(get_threads_access_object, None, doc='''A read only property that returns an object that can access threads by thread index (thread = lldb.process.thread[12]).''')
87 is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently alive.''')
88 is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently running.''')
89 is_stopped = property(__get_is_stopped__, None, doc='''A read only property tha
[all...]
H A DSBBreakpointNameExtensions.i11 …auto_continue = property(GetAutoContinue, SetAutoContinue, doc='A read/write property that configu…
12 …condition = property(GetCondition, SetCondition, doc='A read/write property that configures the co…
13 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi…
14 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures…
15 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
16 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q…
17 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre…
18 …thread_index = property(GetThreadIndex, SetThreadIndex, doc='A read/write property that configures…
19 …thread_name = property(GetThreadName, SetThreadName, doc='A read/write property that configures th…
H A DSBAddressExtensions.i13 __runtime_error_str = 'This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.'
16 '''Get the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.'''
22 '''Set the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.'''
28 '''Convert an address to a load address if there is a process and that process is alive, or to a file address otherwise. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.'''
36 '''Convert the address to an octal string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.'''
40 '''Convert the address to an hex string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.'''
43 module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within.''')
44 compile_unit = property(GetCompileUnit, None, doc='''A read only property tha
[all...]
H A DSBFunctionExtensions.i14 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this function.''')
15 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''')
16 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the top level lexical block (lldb.SBBlock) for this function.''')
17 instructions = property(get_instructions_from_current_target, None, doc='''A read only property that returns an lldb object that represents the instructions (lldb.SBInstructionList) for this function.''')
18 mangled = property(GetMangledName, None, doc='''A read only property tha
[all...]
H A DSBTypeCategoryExtensions.i85 formats = property(get_formats_array, None, doc='''A read only property that returns a list() of lldb.SBTypeFormat objects contained in this category''')
86 format = property(get_formats_access_object, None, doc=r'''A read only property that returns an object that you can use to look for formats by index or type name.''')
87 summaries = property(get_summaries_array, None, doc='''A read only property that returns a list() of lldb.SBTypeSummary objects contained in this category''')
88 summary = property(get_summaries_access_object, None, doc=r'''A read only property that returns an object that you can use to look for summaries by index or type name or regular expression.''')
89 filters = property(get_filters_array, None, doc='''A read only property tha
[all...]
H A DSBTargetExtensions.i178 …modules = property(get_modules_array, None, doc='''A read only property that returns a list() of l…
179 …module = property(get_modules_access_object, None, doc=r'''A read only property that returns an ob…
180 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
181 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
182 …debugger = property(GetDebugger, None, doc='''A read only property that returns an lldb object tha…
183 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
184 …breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() o…
185 …breakpoint = property(get_bkpts_access_object, None, doc='''A read only property that returns an o…
186 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
187 …watchpoints = property(get_target_watchpoints, None, doc='''A read only property that returns a li…
[all …]
H A DSBBlockExtensions.i48 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get…
49 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
50 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat…
51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
52 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
53 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns…
54 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce…
55 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object…
56 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp28 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
48 m_properties.push_back(property); in AppendProperty()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm-nsp-ax.dtsi13 /delete-property/ dma-coherent;
17 /delete-property/ dma-coherent;
21 /delete-property/ dma-coherent;
25 /delete-property/ dma-coherent;
29 /delete-property/ dma-coherent;
33 /delete-property/ dma-coherent;
37 /delete-property/ dma-coherent;
41 /delete-property/ dma-coherent;
45 /delete-property/ dma-coherent;
49 /delete-property/ dma-coherent;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-firmware-tfa.dtsi10 /delete-property/ power-domains;
11 /delete-property/ power-domain-names;
19 /delete-property/ power-domains;
20 /delete-property/ power-domain-names;
28 /delete-property/ power-domains;
29 /delete-property/ power-domain-names;
37 /delete-property/ power-domains;
38 /delete-property/ power-domain-names;
46 /delete-property/ power-domains;
47 /delete-property/ power-domain-names;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ulz.dtsi9 /delete-property/ ethernet0;
10 /delete-property/ ethernet1;
11 /delete-property/ i2c2;
12 /delete-property/ i2c3;
13 /delete-property/ serial4;
14 /delete-property/ serial5;
15 /delete-property/ serial6;
16 /delete-property/ serial7;
17 /delete-property/ spi2;
18 /delete-property/ spi3;
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod5 property - Properties, a selection mechanism for algorithm implementations
23 A I<reserved> property name consists of a single C-style identifier
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.
46 For example: "" defines an empty property definition (i.e., no restriction);
47 "my.foo=bar" defines a property named I<my.foo> which has a string value I<bar>
48 and "iteration.count=3" defines a property named I<iteration.count> which
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp64 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership() argument
65 if (property->isInvalidDecl()) return; in checkPropertyDeclWithOwnership()
67 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership()
69 = property->getType().getObjCLifetime(); in checkPropertyDeclWithOwnership()
74 = getImpliedARCOwnership(propertyKind, property->getType()); in checkPropertyDeclWithOwnership()
89 property->setPropertyAttributes(attr); in checkPropertyDeclWithOwnership()
95 property->setInvalidDecl(); in checkPropertyDeclWithOwnership()
96 S.Diag(property->getLocation(), in checkPropertyDeclWithOwnership()
98 << property->getDeclName() in checkPropertyDeclWithOwnership()
708 ObjCPropertyDecl *property, in checkARCPropertyImpl() argument
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh119 for property in ${properties[@]}; do
120 orig_val=$(get_prop $property $fs)
121 (($? != 0)) && log_fail "get_prop $property $fs"
124 reverse_opt=$(get_reverse_option $fs $property)
127 cur_val=$(get_prop $property $fs)
128 (($? != 0)) && log_fail "get_prop $property $fs"
139 cur_val=$(get_prop $property $fs)
140 (($? != 0)) && log_fail "get_prop $property $fs"
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c58 uint8_t *property; in vcio_ioctl() local
68 property = malloc(size, M_VCIO, M_WAITOK); in vcio_ioctl()
70 error = copyin(ptr, property, size); in vcio_ioctl()
72 free(property, M_VCIO); in vcio_ioctl()
76 error = bcm2835_mbox_property(property, size); in vcio_ioctl()
78 free(property, M_VCIO); in vcio_ioctl()
82 error = copyout(property, ptr, size); in vcio_ioctl()
83 free(property, M_VCIO); in vcio_ioctl()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java43 String property = System.getProperty(name); in getIntegerProperty() local
44 if (property != null && property.length() != 0) { in getIntegerProperty()
46 value = Integer.parseInt(property); in getIntegerProperty()
57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME); in main() local
58 int max = (property == null ? 0 : property); in main()
59 int n = (property == null ? 11 : (max < 1 ? 1 : max)); in main()

12345678910>>...57