| /freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| D | OptionValueProperties.cpp | 31 Property property(definition); in Initialize() local 42 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local 51 Property property(name, desc, is_global, value_sp); in AppendProperty() local 213 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch() local 222 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage() local 230 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs() local 255 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs() local 280 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean() local 291 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean() local 305 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueDictionary() local [all …]
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| D | TestMaxConsumers.java | 43 String property = System.getProperty(name); in getIntegerProperty() local 57 Integer property = getIntegerProperty(MAX_CONSUMERS_PROPERTY_NAME); in main() local
|
| /freebsd-12-stable/lib/libc/locale/ |
| D | wctype.c | 60 wctype_l(const char *property, locale_t locale) in wctype_l() 114 wctype_t wctype(const char *property) in wctype()
|
| /freebsd-12-stable/contrib/dtc/ |
| D | dtc.h | 139 struct property { struct 144 struct property *next; argument 152 struct property *proplist; argument
|
| D | fdtget.c | 207 int node, const char *property) in show_data_for_item()
|
| D | fdtput.c | 168 const char *property, const char *buf, int len) in store_key_value()
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_crtc.c | 1073 struct drm_property *property, *pt; in drm_mode_config_cleanup() local 2773 struct drm_property *property = NULL; in drm_property_create() local 2815 struct drm_property *property; in drm_property_create_enum() local 2843 struct drm_property *property; in drm_property_create_bitmask() local 2870 struct drm_property *property; in drm_property_create_range() local 2885 int drm_property_add_enum(struct drm_property *property, int index, in drm_property_add_enum() 2925 void drm_property_destroy(struct drm_device *dev, struct drm_property *property) in drm_property_destroy() 2943 struct drm_property *property, in drm_object_attach_property() 2963 struct drm_property *property, uint64_t val) in drm_object_property_set_value() 2979 struct drm_property *property, uint64_t *val) in drm_object_property_get_value() [all …]
|
| /freebsd-12-stable/contrib/dtc/libfdt/ |
| D | fdt_overlay.c | 410 int property) in overlay_fixup_phandle() 494 int property; in overlay_fixup_phandles() local 541 int property; in overlay_apply_node() local
|
| D | fdt_ro.c | 567 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() 592 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() 623 const char *property, int idx, in fdt_stringlist_get()
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_vcio.c | 60 uint8_t *property; in vcio_ioctl() local
|
| /freebsd-12-stable/sys/contrib/libfdt/ |
| 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
|
| 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()
|
| /freebsd-12-stable/usr.bin/dtc/ |
| D | fdt.hh | 268 class property class 331 property(std::string &&k, string_set &&l=string_set()) in property() function in dtc::fdt::property 336 property(property &p) : key(p.key), labels(p.labels), values(p.values), in property() function in dtc::fdt::property
|
| /freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/ |
| D | ClangASTPropertiesEmitter.cpp | 101 for (Property property : in ASTPropsEmitter() local 304 for (Property property : nodeInfo.Properties) { in validateNode() local 506 Property property) { in emitReadOfProperty() 560 Property property) { in emitWriteOfProperty()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_changelist.c | 437 char property[ZFS_MAXPROPLEN]; in change_one() local 577 char property[ZFS_MAXPROPLEN]; in changelist_gather() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 65 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership() 722 ObjCPropertyDecl *property, in checkARCPropertyImpl() 801 ObjCPropertyDecl *property, ObjCIvarDecl *ivar) { in setImpliedPropertyAttributeForReadOnlyProperty() 1097 ObjCPropertyDecl *property = nullptr; in ActOnPropertyImplDecl() local 1709 bool Sema::DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, in DiagnosePropertyAccessorMismatch() 2142 const auto *property = propertyImpl->getPropertyDecl(); in diagnoseNullResettableSynthesizedSetters() local 2378 void Sema::ProcessPropertyDecl(ObjCPropertyDecl *property) { in ProcessPropertyDecl()
|
| /freebsd-12-stable/contrib/googletest/googletest/test/ |
| D | gtest-unittest-api_test.cc | 307 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown() local
|
| D | gtest_stress_test.cc | 73 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() local
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-spec-builders.h | 274 void AssertSpecProperty(bool property, in AssertSpecProperty() 280 void ExpectSpecProperty(bool property, in ExpectSpecProperty() 750 void AssertSpecProperty(bool property, in AssertSpecProperty() 756 void ExpectSpecProperty(bool property, in ExpectSpecProperty()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/ |
| D | dbus_new_helpers.c | 237 char *property; in properties_get_or_set() local 846 const char *property) in wpa_dbus_mark_property_changed()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | audit-bsm.c | 182 scf_property_t *property = NULL; in getacna() local
|
| /freebsd-12-stable/sbin/bectl/ |
| D | bectl_list.c | 341 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort()
|
| /freebsd-12-stable/contrib/subversion/subversion/svn/ |
| D | log-cmd.c | 841 const char *property = apr_hash_this_key(hi); in svn_cl__log() local
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | add.c | 97 const char *property, in split_props() 529 char *property = APR_ARRAY_IDX(autoprops, i, char *); in all_auto_props_collector() local
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_connectors.c | 375 …c int radeon_connector_set_property(struct drm_connector *connector, struct drm_property *property, in radeon_connector_set_property() 663 struct drm_property *property, in radeon_lvds_set_property()
|