Searched refs:reportdir (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_from_cdb.py | 41 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 42 self.assertTrue(os.path.isdir(reportdir)) 47 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 48 self.assertFalse(os.path.isdir(reportdir)) 53 exit_code, reportdir = run_analyzer(tmpdir, cdb, ['--keep-empty']) 54 self.assertTrue(os.path.isdir(reportdir)) 109 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 111 os.path.exists(os.path.join(reportdir, 'index.html'))) 112 self.assertEqual(self.get_html_count(reportdir), 2) 113 self.assertEqual(self.get_plist_count(reportdir), 0) [all …]
|
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_from_cdb.py | 40 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 41 self.assertTrue(os.path.isdir(reportdir)) 46 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 47 self.assertFalse(os.path.isdir(reportdir)) 52 exit_code, reportdir = run_analyzer(tmpdir, cdb, ['--keep-empty']) 53 self.assertTrue(os.path.isdir(reportdir)) 108 exit_code, reportdir = run_analyzer(tmpdir, cdb, []) 110 os.path.exists(os.path.join(reportdir, 'index.html'))) 111 self.assertEqual(self.get_html_count(reportdir), 2) 112 self.assertEqual(self.get_plist_count(reportdir), 0) [all …]
|
/external/usrsctp/fuzzer/ |
D | crashtest.py | 7 reportdir = "reports/" variable
|