OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBuildPath
(Results
1 - 9
of
9
) 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
45
def
GetBuildPath
(self):
132
def
GetBuildPath
(self):
instrumentation_test.py
255
self.
GetBuildPath
()))
260
(self.
GetBuildPath
(),
271
suite.SetBuildPath(self.
GetBuildPath
())
282
self.
GetBuildPath
()))
gtest.py
92
suite.SetBuildPath(self.
GetBuildPath
())
native_test.py
55
build_path = os.path.join(android_build.GetTop(), self.
GetBuildPath
())
/external/nanopb-c/tests/site_scons/
site_init.py
49
dirs = ' '.join(['-I' + esc(env.
GetBuildPath
(d)) for d in env['PROTOCPATH']])
60
dirs = ' '.join(['-I' + esc(env.
GetBuildPath
(d)) for d in env['PROTOCPATH']])
/external/nanopb-c/tests/site_scons/site_tools/
nanopb.py
94
dirs = ' '.join(['-I' + esc(env.
GetBuildPath
(d)) for d in env['PROTOCPATH']])
/development/testrunner/
runtest.py
259
print "%-25s %-40s %s" % (test.GetName(), test.
GetBuildPath
(),
411
build_dir = test_suite.
GetBuildPath
()
459
if os.path.commonprefix([test.
GetBuildPath
(), "frameworks/base"]):
Completed in 610 milliseconds