Home
last modified time | relevance | path

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

/development/testrunner/test_defs/
Dtest_suite.py45 def GetBuildPath(self): member in AbstractTestSuite
132 def GetBuildPath(self): member in AbstractTestFactory
Dinstrumentation_test.py257 self.GetBuildPath()))
262 (self.GetBuildPath(),
273 suite.SetBuildPath(self.GetBuildPath())
284 self.GetBuildPath()))
Dgtest.py104 suite.SetBuildPath(self.GetBuildPath())
Dnative_test.py55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
/development/testrunner/coverage/
Dcoverage_targets.py118 target.AddPath(os.path.join(target.GetBuildPath(), "src"))
121 target.AddPath(os.path.join(target.GetBuildPath(), rel_path))
Dcoverage_target.py43 def GetBuildPath(self): member in CoverageTarget
/development/testrunner/
Druntest.py263 print "%-25s %-40s %s" % (test.GetName(), test.GetBuildPath(),
417 build_dir = test_suite.GetBuildPath()
465 if os.path.commonprefix([test.GetBuildPath(), "frameworks/base"]):