Searched refs:seen (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp90 bool seen[4096] = {0}; local
112 if (seen[attributeIndex]) {
116 seen[attributeIndex] = true;
124 if (!seen[i]) {
142 bool seen[4096] = {0}; local
164 if (seen[attributeIndex]) {
168 seen[attributeIndex] = true;
176 if (!seen[i]) {
/haiku/src/kits/package/
H A DPackageInfoParser.cpp963 bool seen[B_PACKAGE_INFO_ENUM_COUNT]; local
965 seen[i] = false;
989 if (seen[attribute]) {
990 BString error = BString(names[attribute]) << " already seen!";
1130 seen[attribute] = true;
1135 if (!seen[i]) {
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex405 fields are written that are not unused. Thus the original pattern can be seen

Completed in 49 milliseconds