OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_root
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/lit/lit/
Test.py
31
def __init__(self, name,
source_root
, exec_root, config):
33
self.
source_root
=
source_root
39
return os.path.join(self.
source_root
, *components)
main.py
175
source_root
= os.path.realpath(cfg.test_source_root or path)
177
return Test.TestSuite(cfg.name,
source_root
, exec_root, cfg), ()
536
print ' Source Root: %s' % ts.
source_root
/cts/tools/utils/
buildCts.py
246
def RunDescriptionGeneratorDoclet(android_root, doclet_path,
source_root
, output_file):
252
source_root
: Directory under which tests should be searched.
259
source_root
= RelPath(
source_root
, android_root)
271
source_root
# the source for this package
282
os.path.walk(os.path.join(android_root,
source_root
), AddFile, sources)
/external/icu4c/tools/genprops/misc/
ucdcopy.py
146
source_root
= sys.argv[1]
149
for root, dirs, files in os.walk(
source_root
):
/external/icu4c/tools/genprops/
ucdcopy.py
146
source_root
= sys.argv[1]
149
for root, dirs, files in os.walk(
source_root
):
Completed in 1662 milliseconds