Home
last modified time | relevance | path

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

/development/testrunner/test_defs/
Dtest_walker.py181 def _GetTestFactory(self, android_mk_parser, path, build_path): argument
197 return gtest.GTestFactory(path, build_path)
200 build_path)
222 build_path = self._MakePathRelativeToBuild(path)
223 return self._GetTestFactory(android_mk_parser, path, build_path)
259 build_path=upstream_build_path)
Dtest_suite.py49 def SetBuildPath(self, build_path): argument
50 self._build_path = build_path
121 def __init__(self, test_root_path, build_path): argument
130 self._build_path = build_path
Dgtest.py74 def __init__(self, test_root_path, build_path): argument
76 build_path)
Dnative_test.py55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
56 os.path.walk(build_path, self._CollectTestSources, source_list)
Dinstrumentation_test.py228 def __init__(self, test_root_path, build_path): argument
230 build_path)
/development/testrunner/coverage/
Dcoverage_target.py46 def SetBuildPath(self, build_path): argument
47 self._build_path = build_path