Lines Matching defs:or

10  * Unless required by applicable law or agreed to in writing, software

12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
109 * <code>null</code> or <code>false</code> for unexpected invocations.
125 * <code>null</code> or <code>false</code> for unexpected invocations.
161 * <code>null</code> or <code>false</code> for unexpected invocations.
300 * Expects a comparable argument greater than or equal the given value. For details, see
314 * Expects a byte argument greater than or equal to the given value. For
327 * Expects a double argument greater than or equal to the given value. For
340 * Expects a float argument greater than or equal to the given value. For
353 * Expects an int argument greater than or equal to the given value. For
366 * Expects a long argument greater than or equal to the given value. For
379 * Expects a short argument greater than or equal to the given value. For
392 * Expects a comparable argument less than or equal the given value. For details, see
406 * Expects a byte argument less than or equal to the given value. For
419 * Expects a double argument less than or equal to the given value. For
432 * Expects a float argument less than or equal to the given value. For
445 * Expects an int argument less than or equal to the given value. For
458 * Expects a long argument less than or equal to the given value. For
471 * Expects a short argument less than or equal to the given value. For
832 public static boolean or(boolean first, boolean second) {
846 public static byte or(byte first, byte second) {
860 public static char or(char first, char second) {
874 public static double or(double first, double second) {
888 public static float or(float first, float second) {
902 public static int or(int first, int second) {
916 public static long or(long first, long second) {
930 public static short or(short first, short second) {
946 public static <T> T or(T first, T second) {
1670 * behavior. Two reasons are known for someone to do that: Performance or
1676 * If the mock should be thread safe or not
1712 * can also be set as System properties or in easymock.properties. This