Searched refs:bPrime (Results 1 – 3 of 3) sorted by relevance
100 String bPrime = list.get(1); in testConversionBackAndForth() local101 assertNotSame(STRING_B, bPrime); in testConversionBackAndForth()102 assertEquals(STRING_B, bPrime); in testConversionBackAndForth()108 assertSame(bPrime, list.get(1)); in testConversionBackAndForth()
311 final Signature[] bPrime = new Signature[b.length]; in areEffectiveMatch() local313 bPrime[i] = bounce(cf, b[i]); in areEffectiveMatch()316 return areExactMatch(aPrime, bPrime); in areEffectiveMatch()337 final Signature bPrime = bounce(cf, b); in areEffectiveMatch() local339 return aPrime.equals(bPrime); in areEffectiveMatch()
116 String bPrime = list.get(1); in testConversionBackAndForth() local117 assertNotSame(STRING_B, bPrime); in testConversionBackAndForth()118 assertEquals(STRING_B, bPrime); in testConversionBackAndForth()124 assertSame(bPrime, list.get(1)); in testConversionBackAndForth()