Searched refs:AddTestResult (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/testing/tools/ |
D | gold.py | 212 def AddTestResult(self, testName, md5Hash, outputImagePath, matchResult): member in GoldResults 274 gr.AddTestResult('test-1', 'hash-1', os.path.join(test_dir, 'image1.png'), 276 gr.AddTestResult('test-2', 'hash-2', os.path.join(test_dir, 'image2.png'), 278 gr.AddTestResult('test-3', 'hash-3', os.path.join(test_dir, 'image3.png'),
|
D | test_runner.py | 240 self.gold_results.AddTestResult(test_name, md5_hash, img_path,
|
/external/libchrome/base/test/launcher/ |
D | test_results_tracker.h | 57 void AddTestResult(const TestResult& result);
|
D | test_results_tracker.cc | 234 void TestResultsTracker::AddTestResult(const TestResult& result) { in AddTestResult() function in base::TestResultsTracker
|
D | test_launcher.cc | 683 results_tracker_.AddTestResult(result); in OnTestFinished()
|