HomeSort by relevance Sort by last modified time
    Searched refs:parentElem (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 208 ElemLiteralResult parentElem = (ElemLiteralResult) p;
210 isExtension = parentElem.containsExtensionElementURI(uri);
214 Stylesheet parentElem = (Stylesheet) p;
216 isExtension = parentElem.containsExtensionElementURI(uri);
  /external/deqp/scripts/
build_android_mustpass.py 277 def makeConfiguration (parentElem, configuration):
278 return ElementTree.SubElement(parentElem, "TestInstance", glconfig=configuration.glconfig, rotation=configuration.rotation, surfacetype=configuration.surfacetype)
280 def makeTestCase (parentElem, testCase):
281 caseElem = ElementTree.SubElement(parentElem, "Test", name=testCase.name)
286 def makeTestGroup (parentElem, testGroup):
287 groupElem = ElementTree.SubElement(parentElem, "TestCase" if isLeafGroup(testGroup) else "TestSuite", name=testGroup.name)
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 270 milliseconds