Searched defs:equal (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DObjects.java27 * Returns true if two possibly-null objects are equal.
29 public static boolean equal(Object a, Object b) { method in class:Objects
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofData.java113 && equal(this.threadName, event.threadName)
114 && equal(this.groupName, event.groupName)
115 && equal(this.parentGroupName, event.parentGroupName));
118 private static boolean equal(Object a, Object b) { method in class:HprofData.ThreadEvent
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 503 milliseconds