Home
last modified time | relevance | path

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

/external/chromium_org/build/android/pylib/instrumentation/
Dtest_jar.py41 _PROGUARD_ANNOTATION_VALUE_RE = re.compile(r'\s*?- \S+? \[(.*)\]$') variable in TestJar
145 m = self._PROGUARD_ANNOTATION_VALUE_RE.match(line)