Symbol: PrintResults
headers/tools/cppunit/TestShell.h
165
void PrintResults();
src/bin/debug/profile/BasicProfileResult.h
41
virtual void PrintResults(
src/bin/debug/profile/CallgrindProfileResult.h
75
virtual void PrintResults(
src/bin/debug/profile/ProfileResult.h
81
virtual void PrintResults(
src/bin/debug/profile/SummaryProfileResult.cpp
103
fResult->PrintResults(this);
src/bin/debug/profile/SummaryProfileResult.h
71
virtual void PrintResults(
src/bin/debug/profile/Thread.cpp
245
fProfileResult->PrintResults(this);
src/bin/debug/profile/Thread.h
71
void PrintResults();
src/bin/debug/profile/profile.cpp
595
thread->PrintResults();
src/bin/debug/profile/profile.cpp
788
thread->PrintResults();
src/bin/debug/profile/profile.cpp
854
thread->PrintResults();
src/bin/debug/profile/profile.cpp
939
thread->PrintResults();
src/tests/libs/linprog/Program.cpp
103
PrintResults(ls.AllVariables());
src/tests/libs/linprog/Program.cpp
108
PrintResults(ls.UsedVariables());
src/tests/libs/linprog/Program.cpp
71
PrintResults(ls.AllVariables());
src/tests/libs/linprog/Program.cpp
76
PrintResults(ls.UsedVariables());
src/tests/servers/app/benchmark/Benchmark.cpp
84
fTest->PrintResults(fTestWindow->View());
src/tests/servers/app/benchmark/HorizontalLineTest.cpp
83
Test::PrintResults(view);
src/tests/servers/app/benchmark/HorizontalLineTest.h
19
virtual void PrintResults(BView* view);
src/tests/servers/app/benchmark/RandomLineTest.cpp
87
Test::PrintResults(view);
src/tests/servers/app/benchmark/RandomLineTest.h
19
virtual void PrintResults(BView* view);
src/tests/servers/app/benchmark/StringTest.cpp
108
Test::PrintResults(view);
src/tests/servers/app/benchmark/StringTest.h
19
virtual void PrintResults(BView* view);
src/tests/servers/app/benchmark/Test.h
19
virtual void PrintResults(BView* view);
src/tests/servers/app/benchmark/VerticalLineTest.cpp
83
Test::PrintResults(view);
src/tests/servers/app/benchmark/VerticalLineTest.h
19
virtual void PrintResults(BView* view);
src/tools/cppunit/TestShell.cpp
273
PrintResults();