/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 28 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 D | util_theme.c | 63 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 D | TestMaxConsumers.java | 43 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 D | OptionValueProperties.h | 144 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 D | wctype.c | 57 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 D | drm_crtc.c | 1059 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 D | bcm2835_vcio.c | 58 uint8_t *property; in vcio_ioctl() local
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_list.cpp | 83 const std::pair< std::string, std::string > property = split_prop_line( in parse_properties() local
|
H A D | requirements.cpp | 67 std::string property; in check_required_configs() local
|
H A D | kyuafile.cpp | 477 const std::string property = state.to_string(-2); in lua_generic_test_program() local
|
/freebsd/usr.sbin/moused/moused/ |
H A D | quirks.c | 82 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 D | fdt_overlay.c | 473 int property) in overlay_fixup_phandle() 557 int property; in overlay_fixup_phandles() local 604 int property; in overlay_apply_node() local
|
H A D | fdt_ro.c | 637 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 D | libfdt.h | 514 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.hh | 266 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 D | SemaObjCProperty.cpp | 66 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 D | libzfs_changelist.c | 502 char property[ZFS_MAXPROPLEN]; in change_one() local 651 char property[ZFS_MAXPROPLEN]; in changelist_gather() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest-unittest-api_test.cc | 297 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown() local
|
H A D | gtest_stress_test.cc | 72 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 209 function add(selector, property, hex) { argument
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 260 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 D | dbus_new_helpers.c | 238 char *property; in properties_get_or_set() local 861 const char *property) in wpa_dbus_mark_property_changed()
|
H A D | dbus_new.h | 303 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 D | audit-bsm.c | 182 scf_property_t *property = NULL; in getacna() local
|
/freebsd/sbin/bectl/ |
H A D | bectl_list.c | 321 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort()
|