Home
last modified time | relevance | path

Searched refs:GetTestsFromSuite (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/build/util/lib/common/
H A Dunittest_util.py72 def GetTestsFromSuite(suite): function
77 tests += GetTestsFromSuite(x)
85 return map(lambda x: GetTestName(x), GetTestsFromSuite(suite))
101 return unittest.TestSuite(FilterTests(GetTestsFromSuite(suite), gtest_filter))
/aosp_15_r20/external/cronet/build/util/lib/common/
H A Dunittest_util.py72 def GetTestsFromSuite(suite): function
77 tests += GetTestsFromSuite(x)
85 return map(lambda x: GetTestName(x), GetTestsFromSuite(suite))
101 return unittest.TestSuite(FilterTests(GetTestsFromSuite(suite), gtest_filter))