Home
last modified time | relevance | path

Searched refs:_COMMENTS_RE (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/tools/
Dandroid_test_mapping_format.py56 _COMMENTS_RE = re.compile(r'^\s*//') variable
83 return ''.join('\n' if _COMMENTS_RE.match(x) else x for x in
/tools/asuite/atest/
Dcli_translator.py43 _COMMENTS_RE = re.compile(r'(?m)[\s\t]*(#|//).*|(\".*?\")') variable
254 return re.sub(_COMMENTS_RE, _replace, json_file.read())
/tools/tradefederation/core/atest/
Dcli_translator.py44 _COMMENTS_RE = re.compile(r'(?m)[\s\t]*(#|//).*|(\".*?\")') variable
254 return re.sub(_COMMENTS_RE, _replace, json_file.read())