Home
last modified time | relevance | path

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

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