Home
last modified time | relevance | path

Searched defs:template (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXSLTExFuncTest.java200 Templates template = factory.newTemplates(xslSource); in testTemplatesEnableExtFunc() local
/libcore/luni/src/test/java/libcore/java/util/
DListOfTest.java132 List<Integer> template = asList(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12); in null_comprehensive() local
DSetOfTest.java141 Set<Integer> template = asSet(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12); in null_comprehensive() local