Home
last modified time | relevance | path

Searched refs:mod_names (Results 1 – 2 of 2) sorted by relevance

/external/autotest/utils/
Dunittest_suite.py128 def run_test(mod_names, options): argument
137 print "Running %s" % '.'.join(mod_names)
138 mod = common.setup_modules.import_module(mod_names[-1],
139 '.'.join(mod_names[:-1]))
146 msg %= '.'.join(mod_names), len(result.failures), len(result.errors)
/external/python/cpython2/Lib/compiler/
Dsymbols.py429 mod_names = get_names(syms) variable
437 if not list_eq(mod_names, names2):
440 print sorted(mod_names)