Home | History | Annotate | Download | only in test_defs

Lines Matching refs:factory

175     factory = self._FindUpstreamTestFactory(path)
176 if factory:
177 return factory.CreateTests(sub_tests_path=path)
182 """Get the test factory for given makefile.
209 """Get the test factory for given path.
228 """Recursively searches filesystem upwards for a test factory.
236 factory = self._GetTestFactoryForPath(path)
237 if factory:
238 return factory
258 factory = self._GetTestFactory(android_mk_parser, path,
260 if factory:
261 return factory.CreateTests(path)