Home
last modified time | relevance | path

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

/art/test/463-checker-boolean-simplifier/src/
DMain.java255 public static int ThreeBlocks(boolean x, boolean y) { in ThreeBlocks() method in Main
392 assertIntEquals(1, ThreeBlocks(true, true)); in main()
393 assertIntEquals(1, ThreeBlocks(true, false)); in main()
394 assertIntEquals(2, ThreeBlocks(false, true)); in main()
395 assertIntEquals(3, ThreeBlocks(false, false)); in main()