Home
last modified time | relevance | path

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

/external/v8/tools/
Dtest.py1222 def IsSuite(path): function
1224 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]