Searched refs:s4 (Results 1 – 6 of 6) sorted by relevance
60 String s4 = sb4.toString(); in bash() local106 s5 = new StringBuffer(s5).insert(index1, s4.toCharArray(), in bash()
81 String s4 = s3 + suffices[m]; in testCase() local84 String s5 = signs[n] + s4; in testCase()
120 Stream<SplittableGenerator> s4 = rng.splits(5L); in coverSplittable() local
491 long s4 = lock.readLock(); in testMultipleReadLocks()492 assertValid(lock, s4); in testMultipleReadLocks()493 lock.unlockRead(s4); in testMultipleReadLocks()
421 long s4 = lock.readLock(); in testMultipleReadLocks()422 lock.unlockRead(s4); in testMultipleReadLocks()
437 public static Object s4(int x, int y) { return called("s4", x, y); } in s4() method in MethodHandlesTest.Example