Searched refs:property (Results 51 - 75 of 145) sorted by relevance

123456

/haiku/src/tests/apps/haikudepot/
H A DValidationFailureTest.cpp28 nicknameMessage.AddString("property", "nickname");
33 passwordClearMessage.AddString("property", "passwordClear");
123 const char* property, BMessage& validationFailuresMessage,
136 result = validationFailureMessage.FindString("property",
139 if (result == B_OK && messageProperty == property)
122 FindMessageWithProperty( const char* property, BMessage& validationFailuresMessage, BMessage& validationFailureMessage) argument
/haiku/src/libs/libfdt/
H A Dfdt_overlay.c21 * property) instead of a path (target-path property).
24 * the phandle pointed by the target property
83 * target-path property in a node that contains a
106 * @name: Name of the property to modify (phandle or linux,phandle)
352 * @name: Name of the property holding the phandle reference in the overlay
354 * @poffset: Offset within the overlay property where the phandle is stored
414 * @property: Property offset in the overlay holding the list of fixups
417 * to in a __fixups__ property, and updates them to match the phandles
429 int property)
428 overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, int property) argument
513 int property; local
560 int property; local
[all...]
H A Dfdt_ro.c665 * property of a node in fdt_getprop(), then if that didn't
691 * potentially scan each property of a node in
723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) argument
728 list = fdt_getprop(fdt, nodeoffset, property, &length);
748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, argument
754 list = fdt_getprop(fdt, nodeoffset, property, &length);
779 const char *property, int idx,
785 list = fdt_getprop(fdt, nodeoffset, property, &length);
844 * property of a node in fdt_node_check_compatible(), then if
778 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) argument
/haiku/src/bin/
H A Dhey.cpp39 // the value info is printed after the property infos, like this:
41 // property commands specifiers
86 // Also prints usage info for a property if defined.
506 // property infos
665 char *property = argv[*argx]; local
667 if (property == NULL)
672 if (strcasecmp(property, "do") == 0) {
677 if (strcasecmp(property, "to") == 0) {
682 if (strcasecmp(property, "with") == 0) {
689 if (strcasecmp(property, "o
[all...]
/haiku/src/add-ons/bluetooth/ResetLocalDevice/
H A DResetLocalDevice.cpp93 ResetLocalDeviceAddOn::OverridenProperties(LocalDevice* lDevice, const char* property) argument
/haiku/src/servers/notification/
H A DNotificationView.h46 const char* property);
/haiku/src/kits/interface/
H A DStringView.cpp322 const char* property; local
323 if (message->GetCurrentSpecifier(&index, &specifier, &form, &property)
331 if (strcmp(property, "Text") == 0) {
343 } else if (strcmp(property, "Alignment") == 0) {
451 BMessage* specifier, int32 form, const char* property)
454 if (propInfo.FindMatch(message, 0, specifier, form, property) >= B_OK)
457 return BView::ResolveSpecifier(message, index, specifier, form, property);
450 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp1226 const BString& property, const BString& message)
1228 if (property == "email" && message == "malformed")
1231 if (property == "nickname" && message == "notunique") {
1236 if (property == "nickname" && message == "required")
1239 if (property == "nickname" && message == "malformed") {
1245 if (property == "passwordClear" && message == "required")
1248 if (property == "passwordClear" && message == "invalid") {
1254 if (property == "passwordClearRepeated" && message == "required") {
1259 if (property == "passwordClearRepeated" && message == "repeat")
1262 if (property
1225 _CreateAlertTextFromValidationFailure( const BString& property, const BString& message) argument
[all...]
/haiku/src/kits/print/
H A DPrintPanel.cpp168 int32 form, const char* property)
170 return BWindow::ResolveSpecifier(message, index, specifier, form, property);
167 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 form, const char* property) argument
/haiku/headers/os/app/
H A DApplication.h63 const char* property);
126 const char* property);
H A DHandler.h60 const char* property);
/haiku/headers/private/print/
H A DPrintPanel.h48 const char* property);
/haiku/headers/os/interface/
H A DPopUpMenu.h43 int32 form, const char* property);
H A DControl.h72 int32 what, const char* property);
H A DButton.h76 int32 what, const char* property);
H A DCheckBox.h66 int32 what, const char* property);
H A DBox.h60 int32 what, const char* property);
H A DStatusBar.h81 int32 what, const char* property);
H A DRadioButton.h52 int32 what, const char* property);
H A DStringView.h61 int32 form, const char* property);
H A DMenuBar.h72 int32 form, const char* property);
H A DDragger.h56 int32 form, const char* property);
H A DScrollBar.h89 int32 what, const char* property);
/haiku/src/servers/print/
H A DPrintServerApp.h55 const char* property);
/haiku/src/kits/app/
H A DApplication.cpp678 const char* property = NULL; local
680 &property) < B_OK
682 property)) {
745 BMessage* specifier, int32 what, const char* property)
751 if (propInfo.FindMatch(message, 0, specifier, what, property, &data) >= 0) {
847 property);
1208 BMessage* specifier, int32 what, const char* property)
1215 if (strcmp("Loopers", property) == 0) {
1222 } else if (strcmp("Windows", property) == 0) {
1229 } else if (strcmp("Window", property)
744 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
1207 ScriptReceived(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
[all...]

Completed in 106 milliseconds

123456