Searched refs:tp (Results 1 – 5 of 5) sorted by relevance
131 ECFieldF2mDomainParams tp = intCtorTestParameters[i]; in testECFieldF2mint() local134 new ECFieldF2m(tp.m); in testECFieldF2mint()136 if (tp.x != null) { in testECFieldF2mint()142 if (tp.x == null || !e.getClass().isInstance(tp.x)) { in testECFieldF2mint()256 ECFieldF2mDomainParams tp = constructorTestParameters[i]; in testECFieldF2mintintArray() local259 ECFieldF2m test = new ECFieldF2m(tp.m, tp.ks); in testECFieldF2mintintArray()261 if (tp.x != null) { in testECFieldF2mintintArray()267 if (tp.x == null || !e.getClass().isInstance(tp.x)) { in testECFieldF2mintintArray()295 ECFieldF2mDomainParams tp = constructorTestParameters[i]; in testECFieldF2mintBigInteger() local298 new ECFieldF2m(tp.m, tp.rp); in testECFieldF2mintBigInteger()[all …]
29 ThreadPoolExecutor tp = new ThreadPoolExecutor( in testCorePoolSizeGreaterThanMax() local37 tp.setCorePoolSize(5); in testCorePoolSizeGreaterThanMax()38 tp.setMaximumPoolSize(5); in testCorePoolSizeGreaterThanMax()
146 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword() local148 StringTokenIterator itr = new StringTokenIterator(tp, LanguageTag.SEP); in setUnicodeLocaleKeyword()
484 Pattern tp = Pattern.compile("(a*)*"); in testOverFlow() local485 Matcher tm = tp.matcher("aaa"); in testOverFlow()
3253 TreeNode<K,V> tp = t.parent, tl = t.left, tr = t.right, in checkInvariants() local3259 if (tp != null && t != tp.left && t != tp.right) in checkInvariants()