Searched defs:template (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/javax/xml/jaxp/transform/ |
D | XSLTExFuncTest.java | 200 Templates template = factory.newTemplates(xslSource); in testTemplatesEnableExtFunc() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | ListOfTest.java | 132 List<Integer> template = asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12); in null_comprehensive() local
|
D | SetOfTest.java | 141 Set<Integer> template = asSet(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12); in null_comprehensive() local
|