Searched refs:SimpleBothBlocks (Results 1 – 1 of 1) sorted by relevance
139 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks() method in Main258 assertIntEquals(48, SimpleBothBlocks(true, 6, 2)); in main()259 assertIntEquals(45, SimpleBothBlocks(false, 6, 2)); in main()