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

/haiku/src/tests/kits/interface/bbitmap/
H A DSetBitsTester.h2 // SetBitsTester.h
22 class SetBitsTester : public TestCase class in inherits:TestCase
25 SetBitsTester() {;} function in class:SetBitsTester
26 SetBitsTester(std::string name) : TestCase(name) {;} function in class:SetBitsTester
H A DBitmapTest.cpp2 #include "SetBitsTester.h"
8 testSuite->addTest(SetBitsTester::Suite());
H A DSetBitsTester.cpp2 // SetBitsTester.cpp
22 #include "SetBitsTester.h"
488 void SetBitsTester::SetBits1()
525 void SetBitsTester::SetBits2()
562 void SetBitsTester::SetBits3()
594 void SetBitsTester::SetBits4()
617 void SetBitsTester::ImportBitsA1()
629 void SetBitsTester::ImportBitsA2()
643 void SetBitsTester::ImportBitsA3()
688 Test* SetBitsTester
[all...]

Completed in 71 milliseconds