Searched refs:getTestsInSuite (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/lit/lit/
H A Ddiscovery.py120 return ts, getTestsInSuite(ts, path_in_suite, litConfig,
123 def getTestsInSuite(ts, path_in_suite, litConfig, function
179 subiter = getTestsInSuite(sub_ts, subpath_in_suite, litConfig,
182 subiter = getTestsInSuite(ts, subpath, litConfig, testSuiteCache,
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A Dmain.py239 return ts, getTestsInSuite(ts, path_in_suite, litConfig,
242 def getTestsInSuite(ts, path_in_suite, litConfig, function
288 subiter = getTestsInSuite(ts, path_in_suite + (filename,),

Completed in 28 milliseconds