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

  /development/testrunner/
coverage_targets.py 118 def GetBuildPath(self):
125 self._paths.append(os.path.join(self.GetBuildPath(), "src"))
128 self._paths.append(os.path.join(self.GetBuildPath(), rel_path))
runtest.py 224 print "%-25s %-40s %s" % (test.GetName(), test.GetBuildPath(),
317 build_dir = test_suite.GetBuildPath()
376 if os.path.commonprefix([test.GetBuildPath(), "frameworks/base"]):
  /development/testrunner/test_defs/
test_suite.py 44 def GetBuildPath(self):
123 def GetBuildPath(self):
instrumentation_test.py 245 self.GetBuildPath()))
255 suite.SetBuildPath(self.GetBuildPath())
272 self.GetBuildPath()))
gtest.py 91 suite.SetBuildPath(self.GetBuildPath())
native_test.py 55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())

Completed in 1000 milliseconds