OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSuiteNoAtExit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/base/
run_all_perftests.cc
17
class
TestSuiteNoAtExit
: public base::TestSuite {
19
TestSuiteNoAtExit
(int argc, char** argv) : TestSuite(argc, argv) {}
20
virtual ~
TestSuiteNoAtExit
() {}
25
void
TestSuiteNoAtExit
::Initialize() {
43
TestSuiteNoAtExit
test_suite(argc, argv);
49
argc, argv, base::Bind(&
TestSuiteNoAtExit
::Run,
run_all_unittests.cc
19
class
TestSuiteNoAtExit
: public base::TestSuite {
21
TestSuiteNoAtExit
(int argc, char** argv) : TestSuite(argc, argv) {}
22
virtual ~
TestSuiteNoAtExit
() {}
27
void
TestSuiteNoAtExit
::Initialize() {
48
TestSuiteNoAtExit
test_suite(argc, argv);
51
argc, argv, base::Bind(&
TestSuiteNoAtExit
::Run,
Completed in 80 milliseconds