/freebsd-src/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-src/contrib/bsddialog/utility/ |
H A D | util_theme.c | 63 struct property { struct 66 enum typeproperty type; argument 67 void *value;
|
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueProperties.h | 144 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { variable 157 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { variable
|
/freebsd-src/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-src/sys/dev/drm2/ |
H A D | drm_crtc.c | 1071 struct drm_property *property, *pt; drm_mode_config_cleanup() local 2771 struct drm_property *property = NULL; drm_property_create() local 2813 struct drm_property *property; drm_property_create_enum() local 2841 struct drm_property *property; drm_property_create_bitmask() local 2868 struct drm_property *property; drm_property_create_range() local 2883 drm_property_add_enum(struct drm_property * property,int index,uint64_t value,const char * name) drm_property_add_enum() argument 2923 drm_property_destroy(struct drm_device * dev,struct drm_property * property) drm_property_destroy() argument 2941 drm_object_attach_property(struct drm_mode_object * obj,struct drm_property * property,uint64_t init_val) drm_object_attach_property() argument 2961 drm_object_property_set_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t val) drm_object_property_set_value() argument 2977 drm_object_property_get_value(struct drm_mode_object * obj,struct drm_property * property,uint64_t * val) drm_object_property_get_value() argument 2997 struct drm_property *property; drm_mode_getproperty_ioctl() local 3195 drm_property_change_is_valid(struct drm_property * property,uint64_t value) drm_property_change_is_valid() argument 3238 drm_mode_connector_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_connector_set_obj_prop() argument 3259 drm_mode_crtc_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_crtc_set_obj_prop() argument 3274 drm_mode_plane_set_obj_prop(struct drm_mode_object * obj,struct drm_property * property,uint64_t value) drm_mode_plane_set_obj_prop() argument 3350 struct drm_property *property; drm_mode_obj_set_property_ioctl() local [all...] |
/freebsd-src/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_vcio.c | 58 uint8_t *property; in vcio_ioctl() local
|
/freebsd-src/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 [all...] |
H A D | requirements.cpp | 66 std::string property; 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-src/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()
|
/freebsd-src/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-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 102 for (Property property : in ASTPropsEmitter() local 305 for (Property property : nodeInfo.Properties) { in validateNode() local 507 Property property) { in emitReadOfProperty() 562 Property property) { in emitWriteOfProperty()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 65 checkPropertyDeclWithOwnership(Sema & S,ObjCPropertyDecl * property) checkPropertyDeclWithOwnership() argument 722 checkARCPropertyImpl(Sema & S,SourceLocation propertyImplLoc,ObjCPropertyDecl * property,ObjCIvarDecl * ivar) checkARCPropertyImpl() argument 801 setImpliedPropertyAttributeForReadOnlyProperty(ObjCPropertyDecl * property,ObjCIvarDecl * ivar) setImpliedPropertyAttributeForReadOnlyProperty() argument 1097 ObjCPropertyDecl *property = nullptr; ActOnPropertyImplDecl() local 1708 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl * property,ObjCMethodDecl * GetterMethod,SourceLocation Loc) DiagnosePropertyAccessorMismatch() argument 2138 const auto *property = propertyImpl->getPropertyDecl(); diagnoseNullResettableSynthesizedSetters() local 2374 ProcessPropertyDecl(ObjCPropertyDecl * property) ProcessPropertyDecl() argument [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 501 char property[ZFS_MAXPROPLEN]; in change_one() local 643 char property[ZFS_MAXPROPLEN]; changelist_gather() local [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 209 function add(selector, property, hex) { argument
|
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_helpers.c | 237 char *property; properties_get_or_set() local 846 wpa_dbus_mark_property_changed(struct wpas_dbus_priv * iface,const char * path,const char * interface,const char * property) wpa_dbus_mark_property_changed() argument [all...] |
H A D | dbus_new.h | 295 wpas_dbus_signal_prop_changed(struct wpa_supplicant * wpa_s,enum wpas_dbus_prop property) wpas_dbus_signal_prop_changed() argument 300 wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant * wpa_s,enum wpas_dbus_bss_prop property,unsigned int id) wpas_dbus_bss_signal_prop_changed() argument
|
/freebsd-src/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-src/crypto/openssh/ |
H A D | audit-bsm.c | 182 scf_property_t *property = NULL; in getacna() local
|
/freebsd-src/sbin/bectl/ |
H A D | bectl_list.c | 342 prop_list_sort(nvlist_t *props, char *property, bool reverse) in prop_list_sort()
|
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_sysfs.c | 269 zprop_sysfs_show(const char *attr_name, const zprop_desc_t *property, in zprop_sysfs_show()
|