Searched defs:test_results (Results 1 – 8 of 8) sorted by relevance
84 std::vector<TestResult> test_results; member
280 ListValue* test_results = new ListValue; in SaveSummaryAsJSON() local
309 std::vector<TestResult> test_results; in ProcessTestResults() local
24 TestResult* test_results, in AddQueryResults()
114 def AddResults(self, test_results): argument
307 test_results = unittest.TextTestRunner(verbosity=0).run(suite) variable
262 static char *test_results[] = { variable
99 void RefFiles::ProcessReference(const T& test_results) { in ProcessReference()