Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java56 public static final Pattern JNI_RE = Pattern.compile( field in ThreadSnapshotParser
106 final Matcher jniRe = JNI_RE.matcher(""); in parse()