Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/concurrent/
DThreadPoolExecutorTest.java29 ThreadPoolExecutor tp = new ThreadPoolExecutor( in testCorePoolSizeGreaterThanMax() local
37 tp.setCorePoolSize(5); in testCorePoolSizeGreaterThanMax()
38 tp.setMaximumPoolSize(5); in testCorePoolSizeGreaterThanMax()
/libcore/ojluni/src/main/java/sun/util/locale/
DInternalLocaleBuilder.java146 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword() local
148 StringTokenIterator itr = new StringTokenIterator(tp, LanguageTag.SEP); in setUnicodeLocaleKeyword()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java575 Pattern tp = Pattern.compile("(a*)*"); in testOverFlow() local
576 Matcher tm = tp.matcher("aaa"); in testOverFlow()