Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 2 of 2) sorted by relevance

/art/test/552-checker-sharpening/src/
DMain.java125 public static int testDiamond(boolean negate, int x) { in testDiamond() argument
128 if (negate) { in testDiamond()
199 public static int testLoopWithDiamond(int[] array, boolean negate, int x) { in testLoopWithDiamond() argument
204 if (negate) { in testLoopWithDiamond()
/art/test/950-redefine-intrinsic/src/
DMain.java457 .filter(f.negate()) // Get all the test cases that failed.