Home
last modified time | relevance | path

Searched refs:CC_OUTPUT_RE (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/
Dconstants_default.py222 CC_OUTPUT_RE = re.compile(r'(?P<file_path>/.*):\s*TEST(_F|_P)?[ ]*\(' variable
/tools/tradefederation/core/atest/
Dconstants_default.py219 CC_OUTPUT_RE = re.compile(r'(?P<file_path>/.*):\s*TEST(_F|_P)?[ ]*\(' variable
/tools/tradefederation/core/atest/tools/
Datest_tools.py231 output_re=constants.CC_OUTPUT_RE,
/tools/asuite/atest/tools/
Datest_tools.py232 output_re=constants.CC_OUTPUT_RE,
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py277 match_obj = constants.CC_OUTPUT_RE.match(test)
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py284 match_obj = constants.CC_OUTPUT_RE.match(test)