Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 4 of 4) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java64 int cmp = this.process.compareTo(that.process); in compareTo() local
102 int cmp = this.process.compareTo(that.process); in compareTo() local
/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java103 int cmp = this.tid - that.tid; in compareTo() local
/development/tools/external_crates/crate_health/src/
Dname_and_version.rs115 fn cmp(&self, other: &Self) -> Ordering { in cmp() method
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java464 final java.util.Comparator<ThreadSnapshot> cmp in sortThreads() local