Home
last modified time | relevance | path

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

/tools/asuite/atest/
Dconstants_default.py259 CLASS_OUTPUT_RE = re.compile(r'(?P<java_path>.*/(?P<class>[A-Z]\w+)\.\w+)[:].*') variable
/tools/asuite/atest/tools/
Dindexing.py268 output_re=constants.CLASS_OUTPUT_RE,