Searched defs:equal (Results 1 – 7 of 7) sorted by relevance
40 public static boolean equal(Object a, Object b) { in equal() method in ContainerHelpers
97 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local
209 private void phoneNumberCompare(String phone1, String phone2, boolean equal, in phoneNumberCompare()
578 private static boolean equal(Object a, Object b) { in equal() method in MoreAsserts
626 bool equal = !strcmp(CROP_EXT_STR, exts); in TEST_F() local
111 bool equal = !strcmp(CROP_EXT_STR, exts); in hasEglAndroidImageCropImpl() local
753 static <T> boolean equal(T a, T b) { in equal() method in MediaRouter