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

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp45 * Method: DeskbarLocationTest::CheckLocation()
51 void DeskbarLocationTest::CheckLocation(BDeskbar *myDeskbar, function in class:DeskbarLocationTest
123 CheckLocation(myDeskbar, newLocation, false, false);
126 CheckLocation(myDeskbar, B_DESKBAR_TOP, false, false);
129 CheckLocation(myDeskbar, newLocation, false, false);
132 CheckLocation(myDeskbar, B_DESKBAR_TOP, false, false);
135 CheckLocation(myDeskbar, newLocation, true, false);
138 CheckLocation(myDeskbar, newLocation, false, true);
141 CheckLocation(myDeskbar, newLocation, true, true);
H A DDeskbarLocationTest.h22 void CheckLocation(BDeskbar *, deskbar_location, bool, bool);
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp157 if (!partition->CheckLocation(fSessionSize)) {
263 if (!partition->CheckLocation(fSessionSize)) {
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h190 bool CheckLocation(off_t sessionSize) const;
H A DPartitionMap.cpp421 Partition::CheckLocation(off_t sessionSize) const function in class:Partition
428 TRACE(("Partition::CheckLocation() - bad partition table offset: %lld "
434 TRACE(("Partition::CheckLocation() - bad offset: %lld "
439 TRACE(("Partition::CheckLocation() - bad size: %lld "
444 TRACE(("Partition::CheckLocation() - partition table offset outside "
450 TRACE(("Partition::CheckLocation() - offset before session: %lld "
455 TRACE(("Partition::CheckLocation() - end after session: %lld "
861 if (!PartitionAt(i)->CheckLocation(sessionSize))

Completed in 41 milliseconds