Home
last modified time | relevance | path

Searched refs:_testsDone (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/test/cxxtest/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
H A DWin32Gui.h38 _testsDone = 0; in enterWorld()
50 ++ _testsDone; in guiEnterTest()
91 unsigned _numTotalTests, _testsDone; variable
445 _testsDone, _strTotalTests, in showTestsDone()
446 (_testsDone * 100) / _numTotalTests ); in showTestsDone()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/lib/cxxtest/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/cxxtest-3.10-1/cxxtest/
H A DX11Gui.h45 ++_testsDone; in guiEnterTest()
80 unsigned _numTotalTests, _testsDone; variable
174 _testsDone = 0; in initializeBar()
239 unsigned barWidth = ( _width * _testsDone ) / _numTotalTests; in drawSolidBar()
252 for ( unsigned i = 1; i < _testsDone; ++i ) { in drawDividers()
265 _testsDone, in drawPercentage()
267 ( _testsDone * 100 ) / _numTotalTests ); in drawPercentage()
H A DQtGui.h90 QLabel* _suiteName, *_testName, *_testsDone; variable
150 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
180 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
239 _testsDone->setText( summary ); in showSummary()
H A DWin32Gui.h32 _testsDone = 0; in enterWorld()
42 ++_testsDone; in guiEnterTest()
80 unsigned _numTotalTests, _testsDone; variable
426 _testsDone, in showTestsDone()
428 ( _testsDone * 100 ) / _numTotalTests ); in showTestsDone()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/decompiler/test/cxxtest/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
/dports/games/scummvm/scummvm-2.5.1/test/cxxtest/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
/dports/devel/cxxtest/cxxtest-4.4/cxxtest/
H A DX11Gui.h64 ++ _testsDone; in guiEnterTest()
105 unsigned _numTotalTests, _testsDone; variable
238 _testsDone = 0; in initializeBar()
308 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
323 for (unsigned i = 1; i < _testsDone; ++ i) in drawDividers()
335 … sprintf(str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests); in drawPercentage()
H A DQtGui.h113 QLabel *_suiteName, *_testName, *_testsDone; variable
191 _statusBar->addWidget(_testsDone = new QLabel(_statusBar), 1); in createStatusBar()
232 _testsDone->setText(asString(testsDone) + " of " + _strTotalTests); in showTestsDone()
301 _testsDone->setText(summary); in showSummary()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/cxxtest/
H A DX11Gui.h64 ++ _testsDone; in guiEnterTest()
105 unsigned _numTotalTests, _testsDone; variable
238 _testsDone = 0; in initializeBar()
308 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
323 for (unsigned i = 1; i < _testsDone; ++ i) in drawDividers()
335 … sprintf(str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests); in drawPercentage()
H A DQtGui.h113 QLabel *_suiteName, *_testName, *_testsDone; variable
191 _statusBar->addWidget(_testsDone = new QLabel(_statusBar), 1); in createStatusBar()
232 _testsDone->setText(asString(testsDone) + " of " + _strTotalTests); in showTestsDone()
301 _testsDone->setText(summary); in showSummary()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/tools/buildsystem/test/fixtures/lib/cxxtest-3.10.1-r1/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
H A DWin32Gui.h38 _testsDone = 0; in enterWorld()
50 ++ _testsDone; in guiEnterTest()
91 unsigned _numTotalTests, _testsDone; variable
445 _testsDone, _strTotalTests, in showTestsDone()
446 (_testsDone * 100) / _numTotalTests ); in showTestsDone()
/dports/games/residualvm/residualvm-0.3.1/test/cxxtest/cxxtest/
H A DX11Gui.h51 ++ _testsDone; in guiEnterTest()
89 unsigned _numTotalTests, _testsDone; variable
203 _testsDone = 0; in initializeBar()
271 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
284 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
295 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h97 QLabel *_suiteName, *_testName, *_testsDone; variable
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
205 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
266 _testsDone->setText( summary ); in showSummary()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/cxxtest/
H A DX11Gui.h62 ++ _testsDone; in guiEnterTest()
100 unsigned _numTotalTests, _testsDone; variable
214 _testsDone = 0; in initializeBar()
282 unsigned barWidth = (_width * _testsDone) / _numTotalTests; in drawSolidBar()
295 for ( unsigned i = 1; i < _testsDone; ++ i ) { in drawDividers()
306 …sprintf( str, "%u of %s (%u%%)", _testsDone, _strTotalTests, (_testsDone * 100) / _numTotalTests ); in drawPercentage()
H A DQtGui.h108 QLabel *_suiteName, *_testName, *_testsDone; variable
175 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 ); in createStatusBar()
216 _testsDone->setText( asString( testsDone ) + " of " + _strTotalTests ); in showTestsDone()
277 _testsDone->setText( summary ); in showSummary()

12