Lines Matching +defs:and +defs:or
704 public static boolean and(boolean first, boolean second) { in and() method in EasyMock
718 public static byte and(byte first, byte second) { in and() method in EasyMock
732 public static char and(char first, char second) { in and() method in EasyMock
746 public static double and(double first, double second) { in and() method in EasyMock
760 public static float and(float first, float second) { in and() method in EasyMock
774 public static int and(int first, int second) { in and() method in EasyMock
788 public static long and(long first, long second) { in and() method in EasyMock
802 public static short and(short first, short second) { in and() method in EasyMock
818 public static <T> T and(T first, T second) { in and() method in EasyMock
832 public static boolean or(boolean first, boolean second) { in or() method in EasyMock
846 public static byte or(byte first, byte second) { in or() method in EasyMock
860 public static char or(char first, char second) { in or() method in EasyMock
874 public static double or(double first, double second) { in or() method in EasyMock
888 public static float or(float first, float second) { in or() method in EasyMock
902 public static int or(int first, int second) { in or() method in EasyMock
916 public static long or(long first, long second) { in or() method in EasyMock
930 public static short or(short first, short second) { in or() method in EasyMock
946 public static <T> T or(T first, T second) { in or() method in EasyMock