Searched refs:tp (Results 1 – 3 of 3) sorted by relevance
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()
575 Pattern tp = Pattern.compile("(a*)*"); in testOverFlow() local576 Matcher tm = tp.matcher("aaa"); in testOverFlow()