Searched refs:Check (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSuperBlock.h24 bool Check(uint64 totalBlocks) const;
H A DSuperBlock.cpp17 SuperBlock::Check(uint64 totalBlocks) const function in class:SuperBlock
29 // TODO: Check free blocks and location of root directory and block bitmap.
H A DDirectory.cpp54 bool Check() const;
81 bool Check();
315 ASSERT(Check());
351 ASSERT(Check());
400 ASSERT(Check());
450 ASSERT(Check());
451 ASSERT(other.Check());
456 DirEntryBlock::Check() const function in class:DirEntryBlock
462 // Check size: Both name ends and block index arrays must fit and we need
564 ASSERT(entryBlock.Check());
1050 DirEntryTree::Check() function in class:DirEntryTree
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp40 // Check
42 Request::Check() const function in class:Request
/haiku/src/tests/system/kernel/
H A Dsyscall_restart_test.cpp140 bool Check(bool condition, const char* format,...) function in class:Test
220 return Check(TimeWaited() < 200000, "waited too long");
222 return Check(TimeWaited() > 900000 && TimeWaited() < 1100000,
263 return Check(fBytesRead < 0, "unexpected read");
265 return Check(fBytesRead == 4, "should have read 4 bytes, read only %ld "
323 return Check(fBytesWritten < 0, "unexpected write");
325 return Check(fBytesWritten == 4, "should have written 4 bytes, wrote only %ld "
378 return Check(fBytesWritten == 4, "should have written 4 bytes, wrote only %ld "
429 return Check(TimeWaited() < 200000, "waited too long");
431 return Check(TimeWaite
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h106 status_t Check() const;
123 status_t Check() const;
134 status_t Check() const;
H A DTree.cpp147 error = (*node)->ToInternalNode()->Check();
149 error = (*node)->ToLeafNode()->Check();
217 if (dirItem.Check() != B_OK) // bad data: skip item
H A DItem.cpp86 error = Check();
199 // Check
201 Item::Check() const function in class:Item
H A DDirItem.h160 status_t Check() const function in class:DirItem
163 status_t error = Item::Check();
H A DItem.h86 status_t Check() const;
H A DBlock.cpp281 // Check
283 Node::Check() const function in class:Node
345 // Check
347 InternalNode::Check() const function in class:InternalNode
419 // Check
421 LeafNode::Check() const function in class:LeafNode
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.h33 bool Check();
H A DExtentStream.cpp273 ASSERT(Check());
315 ASSERT(Check());
358 ASSERT(Check());
445 ASSERT(Check());
478 ASSERT(Check());
536 ExtentStream::Check() function in class:ExtentStream
/haiku/src/tests/kits/locale/
H A DcatalogTestAddOn.cpp16 void Check();
90 Check();
95 CatalogTestAddOn::Check() { function in class:CatalogTestAddOn
H A DcatalogTest.cpp22 void Check();
97 Check();
102 CatalogTest::Check() function in class:CatalogTest
196 catTest.Check();
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO53 #46) Add "invalid" devices entries. Check your mailing for information.
65 #56) Are there problems with simultaneous tracing to log file and system log? Check!
68 59) Check again MODE_SENSE/MODE_SELECT pages translations... MYOB has some problems...
/haiku/headers/private/userlandfs/private/
H A DRequest.h64 status_t Check() const;
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp213 Check();
220 Check();
227 Check();
234 Check();
249 Check();
261 Check();
276 Check();
292 Check();
311 Check();
337 Check();
532 void Check() const function in class:TestVector
[all...]
H A DVectorSetTest.cpp214 Check();
223 Check();
246 Check();
272 Check();
419 void Check() const
561 v.Check();
H A DOrderedMapTest.h333 Check();
340 Check();
365 Check();
388 Check();
416 Check();
567 void Check() const function
806 v.Check();
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.cpp95 || !fMap->Check(fSessionSize))) {
110 || !fMap->Check(fSessionSize)) {
121 if (error == B_OK && !fMap->Check(fSessionSize))
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.h170 #warning M68K: Check this
/haiku/src/system/kernel/debug/
H A Ddebug_paranoia.cpp94 bool Check() const function in class:ParanoiaCheck
489 if (!check->Check()) {
/haiku/headers/private/kernel/
H A DUserTimer.h155 void Check();
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h306 bool Check(off_t sessionSize) const;

Completed in 110 milliseconds

12