Searched defs:s4 (Results 1 – 4 of 4) sorted by relevance
60 String s4 = sb4.toString(); in bash() local
81 String s4 = s3 + suffices[m]; in testCase() local
120 Stream<SplittableGenerator> s4 = rng.splits(5L); in coverSplittable() local
437 public static Object s4(int x, int y) { return called("s4", x, y); } in s4() method in MethodHandlesTest.Example