HomeSort by relevance Sort by last modified time
    Searched refs:GetBuildPath (Results 1 - 7 of 7) sorted by null

  /development/testrunner/coverage/
coverage_target.py 43 def GetBuildPath(self):
coverage_targets.py 118 target.AddPath(os.path.join(target.GetBuildPath(), "src"))
121 target.AddPath(os.path.join(target.GetBuildPath(), rel_path))
  /development/testrunner/test_defs/
test_suite.py 44 def GetBuildPath(self):
123 def GetBuildPath(self):
instrumentation_test.py 253 self.GetBuildPath()))
258 (self.GetBuildPath(),
269 suite.SetBuildPath(self.GetBuildPath())
286 self.GetBuildPath()))
gtest.py 91 suite.SetBuildPath(self.GetBuildPath())
native_test.py 55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
  /development/testrunner/
runtest.py 239 print "%-25s %-40s %s" % (test.GetName(), test.GetBuildPath(),
343 build_dir = test_suite.GetBuildPath()
398 if os.path.commonprefix([test.GetBuildPath(), "frameworks/base"]):

Completed in 45 milliseconds