Searched refs:specifiers (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyFindMatchTest.cpp58 const uint32 *specifiers; local
70 wildcardSpec = (theProps[i].specifiers[0] == 0);
77 specifiers = wildcardSpecifierTests;
79 specifiers = theProps[i].specifiers;
90 if (specifiers[k] == 0) {
94 ExecFindMatch(propTest, theProps[i].name, uniqueCommand, specifiers[k],
97 ExecFindMatch(propTest, theProps[i].name, commands[j], specifiers[k],
H A DPropertyConstructionTest.cpp75 assert(prop1[i].specifiers[j] == prop2[i].specifiers[j]);
76 if (prop1[i].specifiers[j] == 0) {
/haiku/src/kits/app/
H A DPropertyInfo.cpp105 for (int32 i = 0; i < 10 && fPropInfo[pi].specifiers[i] != 0; i++)
193 for (int32 i = 0; i < 10 && fPropInfo[pi].specifiers[i] != 0; i++) {
194 flatData.Write(&fPropInfo[pi].specifiers[i],
195 sizeof(fPropInfo[pi].specifiers[i]));
322 fPropInfo[pi].specifiers[i] = tmpInt;
431 " specifiers\n");
454 // specifiers
455 for (int32 i = 0; i < 10 && fPropInfo[pi].specifiers[i] != 0; i++) {
456 uint32 spec = fPropInfo[pi].specifiers[i];
490 if (propertyInfo->specifiers[
[all...]
/haiku/headers/os/app/
H A DPropertyInfo.h30 uint32 specifiers[10]; member in struct:property_info
/haiku/src/bin/
H A Dhey.cpp41 // property commands specifiers
61 // I.e. "do" => B_EXECUTE_PROPERTY, optional "the" makes direct specifiers
62 // more like english, bare reverse-index-specifiers are now handled, and
63 // named specifiers can contain only digits by quoting it (but make sure the
428 // parse the specifiers
576 // parse the specifiers
660 // B_ERROR if no more specifiers
668 return B_ERROR; // no more specifiers
674 return B_ERROR; // no more specifiers
679 // no more specifiers
[all...]

Completed in 36 milliseconds