Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/instrumentation/
Dtest_jar.py38 _PROGUARD_ANNOTATION_RE = re.compile(r'\s*?- Annotation \[L(\S*);\]:$') variable in TestJar
130 m = self._PROGUARD_ANNOTATION_RE.match(line)