OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBuildPath
(Results
1 - 8
of
8
) 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
())
/external/chromium_org/tools/valgrind/
scan-build.py
96
def
GetBuildPath
(self, build_num):
104
self.
GetBuildPath
(build_num))
217
path = builder.
GetBuildPath
(min_build)
/development/testrunner/
runtest.py
241
print "%-25s %-40s %s" % (test.GetName(), test.
GetBuildPath
(),
357
build_dir = test_suite.
GetBuildPath
()
412
if os.path.commonprefix([test.
GetBuildPath
(), "frameworks/base"]):
Completed in 239 milliseconds