D | test_walker.py | 84 tests = self._FindSubTests(realpath, []) 85 if not tests: 87 tests = self._FindUpstreamTests(realpath) 88 return tests 119 def _FindSubTests(self, path, tests, upstream_build_path=None): argument 132 return tests 139 tests.extend(self._CreateSuites( 142 tests.extend(self._CreateSuites(android_mk_parser, path, 162 self._FindSubTests(os.path.join(path, filename), tests, 164 return tests
|