Lines Matching refs:android_mk_parser
133 android_mk_parser = android_mk.CreateAndroidMK(path)
134 if android_mk_parser:
140 android_mk_parser, path, build_rel_path))
142 tests.extend(self._CreateSuites(android_mk_parser, path,
154 if android_mk_parser.IncludesMakefilesUnder():
181 def _GetTestFactory(self, android_mk_parser, path, build_path): argument
196 if android_mk_parser.HasGTest():
220 android_mk_parser = android_mk.CreateAndroidMK(path)
221 if android_mk_parser:
223 return self._GetTestFactory(android_mk_parser, path, build_path)
245 def _CreateSuites(self, android_mk_parser, path, upstream_build_path): argument
258 factory = self._GetTestFactory(android_mk_parser, path,