Searched refs:testFilePaths (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-speed.py | 203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument 220 for filePath in testFilePaths: 260 testFilePaths = [] variable 264 testFilePaths.append(os.path.abspath(fileName)) 283 print("testFilePath(%s)=%s" % (len(testFilePaths), testFilePaths)) 340 … test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
|
/aosp_15_r20/external/zstd/tests/ |
H A D | DEPRECATED-test-zstd-speed.py | 214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument 235 for filePath in testFilePaths: 279 testFilePaths = [] variable 283 testFilePaths.append(os.path.abspath(fileName)) 309 print("testFilePath(%s)=%s" % (len(testFilePaths), testFilePaths)) 365 … test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail)
|