Searched refs:negate (Results 1 – 2 of 2) sorted by relevance
81 public static int testDiamond(boolean negate, int x) { in testDiamond() argument84 if (negate) { in testDiamond()127 public static int testLoopWithDiamond(int[] array, boolean negate, int x) { in testLoopWithDiamond() argument132 if (negate) { in testLoopWithDiamond()
457 .filter(f.negate()) // Get all the test cases that failed.