Home
last modified time | relevance | path

Searched refs:specifiers (Results 1 – 14 of 14) sorted by relevance

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyFindMatchTest.cpp58 const uint32 *specifiers; in TestProperty() local
70 wildcardSpec = (theProps[i].specifiers[0] == 0); in TestProperty()
77 specifiers = wildcardSpecifierTests; in TestProperty()
79 specifiers = theProps[i].specifiers; in TestProperty()
90 if (specifiers[k] == 0) { in TestProperty()
94 ExecFindMatch(propTest, theProps[i].name, uniqueCommand, specifiers[k], in TestProperty()
97 ExecFindMatch(propTest, theProps[i].name, commands[j], specifiers[k], in TestProperty()
H A DPropertyConstructionTest.cpp75 assert(prop1[i].specifiers[j] == prop2[i].specifiers[j]); in CompareProperties()
76 if (prop1[i].specifiers[j] == 0) { in CompareProperties()
/haiku/src/kits/app/
H A DPropertyInfo.cpp105 for (int32 i = 0; i < 10 && fPropInfo[pi].specifiers[i] != 0; i++) in FlattenedSize()
193 for (int32 i = 0; i < 10 && fPropInfo[pi].specifiers[i] != 0; i++) { in Flatten()
194 flatData.Write(&fPropInfo[pi].specifiers[i], in Flatten()
195 sizeof(fPropInfo[pi].specifiers[i])); in Flatten()
322 fPropInfo[pi].specifiers[i] = tmpInt; in Unflatten()
455 for (int32 i = 0; i < 10 && fPropInfo[pi].specifiers[i] != 0; i++) { in PrintToStream()
456 uint32 spec = fPropInfo[pi].specifiers[i]; in PrintToStream()
490 if (propertyInfo->specifiers[0] == 0) { in FindSpecifier()
493 for (int32 i = 0; i < 10 && propertyInfo->specifiers[i] != 0; i++) { in FindSpecifier()
494 if (propertyInfo->specifiers[i] == form) { in FindSpecifier()
/haiku/docs/user/app/
H A DPropertyInfo.dox26 \brief Property info struct containing lists of commands and specifiers.
53 \var property_info::specifiers
54 \brief Zero-terminated array of the specifiers understood by the property
58 supported specifiers.
67 commands and specifiers.
H A DHandler.dox530 \brief Reports the suites of messages and specifiers that derived classes
H A DLooper.dox849 \brief Reports the suites of messages and specifiers that derived classes
H A DMessage.dox23 ///// Name lengths and Scripting specifiers /////
/haiku/headers/os/app/
H A DPropertyInfo.h30 uint32 specifiers[10]; member
/haiku/docs/user/support/
H A Dparsedate.dox63 The following is a list valid format specifiers and their meanings:
/haiku/src/bin/
H A Dhey.cpp1359 for (int32 i = 0; i < 10 && pinfo[pinfo_index].specifiers[i]; i++) { in format_data()
1360 switch (pinfo[pinfo_index].specifiers[i]) { in format_data()
/haiku/docs/user/interface/
H A DScrollView.dox426 \brief Reports the suites of messages and specifiers understood by the
H A DScrollBar.dox564 \brief Reports the suites of messages and specifiers understood by the
H A DListView.dox1059 \brief Reports the suites of messages and specifiers that derived classes
H A DWindow.dox2165 \brief Reports the suites of messages and specifiers understood by the window.