| /freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBFrameExtensions.i | 69 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 …]
|
| HD | SBValueExtensions.i | 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… 60 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val… [all …]
|
| HD | SBTypeExtensions.i | 10 …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 …]
|
| HD | SBThreadExtensions.i | 48 …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 …]
|
| HD | SBDataExtensions.i | 137 …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 …]
|
| HD | SBSectionExtensions.i | 22 …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…
|
| HD | SBProcessExtensions.i | 85 …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 …]
|
| HD | SBSymbolExtensions.i | 17 …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…
|
| HD | SBTypeCategoryExtensions.i | 85 …formats = property(get_formats_array, None, doc='''A read only property that returns a list() of l… 86 …format = property(get_formats_access_object, None, doc=r'''A read only property that returns an ob… 87 …summaries = property(get_summaries_array, None, doc='''A read only property that returns a list() … 88 …summary = property(get_summaries_access_object, None, doc=r'''A read only property that returns an… 89 …filters = property(get_filters_array, None, doc='''A read only property that returns a list() of l… 90 …filter = property(get_filters_access_object, None, doc=r'''A read only property that returns an ob… 91 …synthetics = property(get_synthetics_array, None, doc='''A read only property that returns a list(… 92 …synthetic = property(get_synthetics_access_object, None, doc=r'''A read only property that returns… 93 num_formats = property(GetNumFormats, None) 94 num_summaries = property(GetNumSummaries, None) [all …]
|
| HD | SBAddressExtensions.i | 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… 47 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 48 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 49 …offset = property(GetOffset, None, doc='''A read only property that returns the section offset in … 50 …section = property(GetSection, None, doc='''A read only property that returns an lldb object that … 51 …file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address f… 52 …load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc='''A read/write p…
|
| HD | SBTargetExtensions.i | 178 …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 …]
|
| HD | SBFunctionExtensions.i | 14 …addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object tha… 15 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t… 16 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 17 …instructions = property(get_instructions_from_current_target, None, doc='''A read only property th… 18 …mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (lin… 19 …name = property(GetName, None, doc='''A read only property that returns the name for this function… 20 …prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the s… 21 …type = property(GetType, None, doc='''A read only property that returns an lldb object that repres…
|
| HD | SBBlockExtensions.i | 48 …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…
|
| HD | SBSymbolContextExtensions.i | 6 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti… 7 …compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t… 8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting… 9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting … 10 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti… 11 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
|
| HD | SBInstructionExtensions.i | 25 …mnemonic = property(__mnemonic_property__, None, doc='''A read only property that returns the mnem… 26 …operands = property(__operands_property__, None, doc='''A read only property that returns the oper… 27 …comment = property(__comment_property__, None, doc='''A read only property that returns the commen… 28 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb object that rep… 29 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes for … 30 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | OptionValueProperties.cpp | 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 48 m_properties.push_back(property); in AppendProperty() [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | imx6ulz.dtsi | 9 /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-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| HD | zfs_mount_007_pos.ksh | 128 for property in ${properties[@]}; do 129 orig_val=$(get_prop $property $fs) 130 (($? != 0)) && log_fail "get_prop $property $fs" 133 reverse_opt=$(get_reverse_option $fs $property) 137 cur_val=$(get_prop $property $fs) 138 (($? != 0)) && log_fail "get_prop $property $fs" 141 if ! is_global_zone && [[ $property == devices ]] ; then 155 cur_val=$(get_prop $property $fs) 156 (($? != 0)) && log_fail "get_prop $property $fs"
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 66 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership() argument 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->getType()); in checkPropertyDeclWithOwnership() 91 property->setPropertyAttributes(attr); in checkPropertyDeclWithOwnership() 97 property->setInvalidDecl(); in checkPropertyDeclWithOwnership() 98 S.Diag(property->getLocation(), in checkPropertyDeclWithOwnership() 100 << property->getDeclName() in checkPropertyDeclWithOwnership() 707 ObjCPropertyDecl *property, in checkARCPropertyImpl() argument [all …]
|
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
| HD | zfs_mount_007_pos.ksh | 122 for property in ${properties[@]}; do 123 orig_val=$(get_prop $property $fs) 124 (($? != 0)) && log_fail "get_prop $property $fs" 127 reverse_opt=$(get_reverse_option $fs $property) 130 cur_val=$(get_prop $property $fs) 131 (($? != 0)) && log_fail "get_prop $property $fs" 142 cur_val=$(get_prop $property $fs) 143 (($? != 0)) && log_fail "get_prop $property $fs"
|
| /freebsd-13-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_vcio.c | 58 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-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| HD | TestMaxConsumers.java | 43 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()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/iio/adc/ |
| D | qcom,spmi-vadc.txt | 26 Definition: Must be one. Child node 'reg' property should define ADC 66 - For compatible property "qcom,spmi-vadc", valid values are 67 512, 1024, 2048, 4096. If property is not found, default value 69 - For compatible property "qcom,spmi-adc5", valid values are 250, 420 70 and 840. If property is not found, default value of 840 is used. 71 - For compatible property "qcom,spmi-adc-rev2", valid values are 256, 72 512 and 1024. If property is not present, default value is 1024. 82 If property is not found default value depending on chip will be used. 88 - For compatible property "qcom,spmi-vadc", if this property is 90 channel calibration. If property is not found, channel will be [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/marvell/ |
| HD | armada-370-xp.txt | 5 shall have the following property: 7 Required root node property: 12 following property: 14 Required root node property: 19 following property: 21 Required root node property:
|
| HD | 98dx3236.txt | 5 shall have the following property: 7 Required root node property: 12 following property: 14 Required root node property: 19 following property: 21 Required root node property:
|