• Home
  • Raw
  • Download

Lines Matching refs:tests_

39     STLDeleteElements(&tests_);  in ~DiagnosticsModelImpl()
47 return tests_.size(); in GetTestAvailableCount()
51 size_t test_count = tests_.size(); in RunAll()
53 bool do_next = RunTest(tests_[ix], observer, ix); in RunAll()
62 return *tests_[id]; in GetTest()
72 TestArray tests_; member in __anon51d4d9510111::DiagnosticsModelImpl
85 tests_.push_back(MakeOperatingSystemTest()); in DiagnosticsModelWin()
86 tests_.push_back(MakeConflictingDllsTest()); in DiagnosticsModelWin()
87 tests_.push_back(MakeInstallTypeTest()); in DiagnosticsModelWin()
88 tests_.push_back(MakeVersionTest()); in DiagnosticsModelWin()
89 tests_.push_back(MakeUserDirTest()); in DiagnosticsModelWin()
90 tests_.push_back(MakeLocalStateFileTest()); in DiagnosticsModelWin()
91 tests_.push_back(MakeDictonaryDirTest()); in DiagnosticsModelWin()
92 tests_.push_back(MakeResourcesFileTest()); in DiagnosticsModelWin()
93 tests_.push_back(MakeDiskSpaceTest()); in DiagnosticsModelWin()
94 tests_.push_back(MakePreferencesTest()); in DiagnosticsModelWin()
95 tests_.push_back(MakeLocalStateTest()); in DiagnosticsModelWin()
96 tests_.push_back(MakeBookMarksTest()); in DiagnosticsModelWin()
97 tests_.push_back(MakeSqliteWebDbTest()); in DiagnosticsModelWin()
98 tests_.push_back(MakeSqliteCookiesDbTest()); in DiagnosticsModelWin()
99 tests_.push_back(MakeSqliteHistoryDbTest()); in DiagnosticsModelWin()
100 tests_.push_back(MakeSqliteArchivedHistoryDbTest()); in DiagnosticsModelWin()
101 tests_.push_back(MakeSqliteThumbnailsDbTest()); in DiagnosticsModelWin()
102 tests_.push_back(MakeSqliteAppCacheDbTest()); in DiagnosticsModelWin()
103 tests_.push_back(MakeSqliteWebDatabaseTrackerDbTest()); in DiagnosticsModelWin()
114 tests_.push_back(MakeInstallTypeTest()); in DiagnosticsModelMac()
115 tests_.push_back(MakeUserDirTest()); in DiagnosticsModelMac()
116 tests_.push_back(MakeLocalStateFileTest()); in DiagnosticsModelMac()
117 tests_.push_back(MakeDictonaryDirTest()); in DiagnosticsModelMac()
118 tests_.push_back(MakeResourcesFileTest()); in DiagnosticsModelMac()
119 tests_.push_back(MakeDiskSpaceTest()); in DiagnosticsModelMac()
120 tests_.push_back(MakePreferencesTest()); in DiagnosticsModelMac()
121 tests_.push_back(MakeLocalStateTest()); in DiagnosticsModelMac()
122 tests_.push_back(MakeBookMarksTest()); in DiagnosticsModelMac()
123 tests_.push_back(MakeSqliteWebDbTest()); in DiagnosticsModelMac()
124 tests_.push_back(MakeSqliteCookiesDbTest()); in DiagnosticsModelMac()
125 tests_.push_back(MakeSqliteHistoryDbTest()); in DiagnosticsModelMac()
126 tests_.push_back(MakeSqliteArchivedHistoryDbTest()); in DiagnosticsModelMac()
127 tests_.push_back(MakeSqliteThumbnailsDbTest()); in DiagnosticsModelMac()
128 tests_.push_back(MakeSqliteAppCacheDbTest()); in DiagnosticsModelMac()
129 tests_.push_back(MakeSqliteWebDatabaseTrackerDbTest()); in DiagnosticsModelMac()
140 tests_.push_back(MakeInstallTypeTest()); in DiagnosticsModelPosix()
141 tests_.push_back(MakeVersionTest()); in DiagnosticsModelPosix()
142 tests_.push_back(MakeUserDirTest()); in DiagnosticsModelPosix()
143 tests_.push_back(MakeLocalStateFileTest()); in DiagnosticsModelPosix()
144 tests_.push_back(MakeDictonaryDirTest()); in DiagnosticsModelPosix()
145 tests_.push_back(MakeResourcesFileTest()); in DiagnosticsModelPosix()
146 tests_.push_back(MakeDiskSpaceTest()); in DiagnosticsModelPosix()
147 tests_.push_back(MakePreferencesTest()); in DiagnosticsModelPosix()
148 tests_.push_back(MakeLocalStateTest()); in DiagnosticsModelPosix()
149 tests_.push_back(MakeBookMarksTest()); in DiagnosticsModelPosix()
150 tests_.push_back(MakeSqliteWebDbTest()); in DiagnosticsModelPosix()
151 tests_.push_back(MakeSqliteCookiesDbTest()); in DiagnosticsModelPosix()
152 tests_.push_back(MakeSqliteHistoryDbTest()); in DiagnosticsModelPosix()
153 tests_.push_back(MakeSqliteArchivedHistoryDbTest()); in DiagnosticsModelPosix()
154 tests_.push_back(MakeSqliteThumbnailsDbTest()); in DiagnosticsModelPosix()
155 tests_.push_back(MakeSqliteAppCacheDbTest()); in DiagnosticsModelPosix()
156 tests_.push_back(MakeSqliteWebDatabaseTrackerDbTest()); in DiagnosticsModelPosix()