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