Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp28 Property property(definition); in Initialize() local
38 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local
46 Property property(name, desc, is_global, value_sp); in AppendProperty() local
185 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsArgs() local
216 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in SetPropertyAtIndexFromArgs() local
242 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueDictionary() local
251 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueFileSpec() local
262 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueSInt64() local
273 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueUInt64() local
325 const Property *property = GetPropertyAtIndex(i, exe_ctx); in DumpValue() local
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c63 struct property { struct
66 typeproperty global() argument
67 valueproperty global() argument
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java43 String property = System.getProperty(name); in getIntegerProperty() local
57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME); in main() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h144 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { global() variable
157 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { global() variable
[all...]
/freebsd/lib/libc/locale/
H A Dwctype.c57 wctype_l(const char *property, locale_t locale) in wctype_l()
111 wctype_t wctype(const char *property) in wctype()
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c1059 struct drm_property *property, *pt; in drm_mode_config_cleanup() local
2750 struct drm_property *property = NULL; in drm_property_create() local
2787 struct drm_property *property; in drm_property_create_enum() local
2815 struct drm_property *property; in drm_property_create_bitmask() local
2842 struct drm_property *property; in drm_property_create_range() local
2857 int drm_property_add_enum(struct drm_property *property, int index, in drm_property_add_enum()
2894 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy()
2912 struct drm_property *property, in drm_object_attach_property()
2932 struct drm_property *property, uint64_t val) in drm_object_property_set_value()
2948 struct drm_property *property, uint64_t *val) in drm_object_property_get_value()
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c58 uint8_t *property; in vcio_ioctl() local
/freebsd/contrib/kyua/engine/
H A Datf_list.cpp83 const std::pair< std::string, std::string > property = split_prop_line( in parse_properties() local
H A Drequirements.cpp67 std::string property; in check_required_configs() local
H A Dkyuafile.cpp477 const std::string property = state.to_string(-2); in lua_generic_test_program() local
/freebsd/usr.sbin/moused/moused/
H A Dquirks.c82 struct property { struct
87 enum property_type type; argument
88 union {
98 } value;
1642 const struct property *property) in quirk_merge_event_codes()
/freebsd/sys/contrib/libfdt/
H A Dfdt_overlay.c473 int property) in overlay_fixup_phandle()
557 int property; in overlay_fixup_phandles() local
604 int property; in overlay_apply_node() local
H A Dfdt_ro.c637 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
662 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
693 const char *property, int idx, in fdt_stringlist_get()
H A Dlibfdt.h514 #define fdt_for_each_property_offset(property, fdt, node) \ argument
/freebsd/usr.bin/dtc/
H A Dfdt.hh266 class property class
329 property(std::string &&k, string_set &&l=string_set()) in property() function in dtc::fdt::property
334 property(property &p) : key(p.key), labels(p.labels), values(p.values), in property() function in dtc::fdt::property
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp66 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership()
707 ObjCPropertyDecl *property, in checkARCPropertyImpl()
786 ObjCPropertyDecl *property, ObjCIvarDecl *ivar) { in setImpliedPropertyAttributeForReadOnlyProperty()
1079 ObjCPropertyDecl *property = nullptr; in ActOnPropertyImplDecl() local
1687 bool SemaObjC::DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, in DiagnosePropertyAccessorMismatch()
2121 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters() local
2356 void SemaObjC::ProcessPropertyDecl(ObjCPropertyDecl *property) { in ProcessPropertyDecl()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c502 char property[ZFS_MAXPROPLEN]; in change_one() local
651 char property[ZFS_MAXPROPLEN]; in changelist_gather() local
/freebsd/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc297 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown() local
H A Dgtest_stress_test.cc72 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js209 function add(selector, property, hex) { argument
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h260 void AssertSpecProperty(bool property, in AssertSpecProperty()
266 void ExpectSpecProperty(bool property, in ExpectSpecProperty()
742 void AssertSpecProperty(bool property, in AssertSpecProperty()
748 void ExpectSpecProperty(bool property, in ExpectSpecProperty()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c238 char *property; in properties_get_or_set() local
861 const char *property) in wpa_dbus_mark_property_changed()
H A Ddbus_new.h303 enum wpas_dbus_prop property) in wpas_dbus_signal_prop_changed()
308 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, in wpas_dbus_bss_signal_prop_changed()
/freebsd/crypto/openssh/
H A Daudit-bsm.c182 scf_property_t *property = NULL; in getacna() local
/freebsd/sbin/bectl/
H A Dbectl_list.c321 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort()

12