Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshotParser.java46 public static final Pattern NATIVE_RE = Pattern.compile( field in ThreadSnapshotParser
101 final Matcher nativeRe = NATIVE_RE.matcher(""); in parse()