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/ojluni/src/main/java/java/net/
H A DURI.java632 * categories, and not equal to the slash character (<tt>'/'</tt>) or the
702 * categories, and not equal to the commercial-at character
707 * categories, and not equal to the slash character (<tt>'/'</tt>) or the
970 * with all other components equal to those of this URI is returned. This
1155 * <p> The string returned by this method is equal to that returned by the
1189 * <p> The string returned by this method is equal to that returned by the
1219 * <p> The string returned by this method is equal to that returned by the
1303 * <p> The string returned by this method is equal to that returned by the
1332 * <p> The string returned by this method is equal to that returned by the
1361 * <p> The string returned by this method is equal t
1691 private static boolean equal(String s, String t) { method in class:URI
[all...]

Completed in 161 milliseconds