Home
last modified time | relevance | path

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

/art/test/463-checker-boolean-simplifier/src-art/
DMain.java139 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks() method in Main
258 assertIntEquals(48, SimpleBothBlocks(true, 6, 2)); in main()
259 assertIntEquals(45, SimpleBothBlocks(false, 6, 2)); in main()