/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/dtm/ |
H A D | TestDTMTrav.java | 186 DTM dtm = generateDTM(); in testCase1() local 232 DTM dtm = generateDTM(); in testCase2() local 267 DTM dtm = generateDTM(); in testCase3() local 302 DTM dtm = generateDTM(); in testCase4() local 336 DTM dtm = generateDTM(); in testCase5() local 371 DTM dtm = generateDTM(); in testCase6() local 406 DTM dtm = generateDTM(); in testCase7() local 442 DTM dtm = generateDTM(); in testCase8() local 476 DTM dtm = generateDTM(); in testCase9() local 511 DTM dtm = generateDTM(); in testCase10() local [all …]
|
H A D | TestDTMIter.java | 178 DTM dtm = generateDTM(); in testCase1() local 228 DTM dtm = generateDTM(); in testCase2() local 266 DTM dtm = generateDTM(); in testCase3() local 304 DTM dtm = generateDTM(); in testCase4() local 342 DTM dtm = generateDTM(); in testCase5() local 381 DTM dtm = generateDTM(); in testCase6() local 418 DTM dtm = generateDTM(); in testCase7() local 455 DTM dtm = generateDTM(); in testCase8() local 495 DTM dtm = generateDTM(); in testCase9() local 532 DTM dtm = generateDTM(); in testCase10() local [all …]
|
H A D | TestDTM.java | 182 DTM dtm = generateDTM(); in testCase1() local 214 void recursiveDumpNode(DTM dtm, int nodeHandle, StringBuffer buf) in recursiveDumpNode() 250 String getNodeInfo(DTM dtm, int nodeHandle, String indent) in getNodeInfo() 310 DTM dtm=manager.getDTM(source, true, stripper, false, true); in generateDTM() local
|
H A D | TimeDTMTravDeep.java | 118 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase1() local 152 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase2() local 188 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase3() local 216 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase4() local
|
H A D | TimeDTMIterDeep.java | 117 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase1() local 151 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase2() local 187 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase3() local 215 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase4() local
|
H A D | QeDtmUtils.java | 151 DTM dtm=manager.getDTM(source, true, stripper, false, true); in createDTM() local 172 public static void timeAxisIterator(DTM dtm, int axis, int context, int[] rtdata) in timeAxisIterator() 203 static void timeAxisTraverser(DTM dtm, int axis, int context, int[] rtdata) in timeAxisTraverser() 235 public static String getNodeInfo(DTM dtm, int nodeHandle, String indent) in getNodeInfo()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMManagerDefault.java | 130 synchronized public void addDTM(DTM dtm, int id) { addDTM(dtm,id,0); } in addDTM() 143 synchronized public void addDTM(DTM dtm, int id, int offset) in addDTM() 253 DOM2DTM dtm = new DOM2DTM(this, (DOMSource) source, documentID, in getDTM() local 274 SAX2DTM dtm; in getDTM() local 559 DOM2DTM dtm = (DOM2DTM) getDTM(new javax.xml.transform.dom.DOMSource(root), in getDTMHandleFromNode() local 669 synchronized public int getDTMIdentity(DTM dtm) in getDTMIdentity() 710 synchronized public boolean release(DTM dtm, boolean shouldHardDelete) in release() 855 public ExpandedNameTable getExpandedNameTable(DTM dtm) in getExpandedNameTable()
|
H A D | DTMTreeWalker.java | 53 public void setDTM(DTM dtm) in setDTM() 91 public DTMTreeWalker(ContentHandler contentHandler, DTM dtm) in DTMTreeWalker() 245 DTM dtm = m_dtm; in startNode() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
H A D | SerializerUtils.java | 60 DTM dtm = transformer.getXPathContext().getDTM(attr); in addAttribute() local 99 DTM dtm = transformer.getXPathContext().getDTM(src); in addAttributes() local 126 DTM dtm = support.getDTM(doc); in outputResultTreeFragment() local 162 DTM dtm) in processNSDecls() 219 DTM dtm) in isDefinedNSDecl() 250 DTM dtm, in ensureNamespaceDeclDeclared()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
H A D | StepPattern.java | 334 DTM dtm = xctxt.getDTM(currentNode); in execute() local 382 XPathContext xctxt, int currentNode, DTM dtm, int expType) in execute() 429 int predPos, DTM dtm, int context, int pos) in checkProximityPosition() 529 DTM dtm = xctxt.getDTM(context); in getProximityPosition() local 665 XPathContext xctxt, DTM dtm, int currentNode) in executeRelativePathPattern() 709 XPathContext xctxt, DTM dtm, int currentNode) in executePredicates()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
H A D | XalanTransformState.java | 68 DTM dtm = m_transformer.getXPathContext().getDTM(currentNodeHandle); in resetState() local 92 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getCurrentNode()); in getCurrentNode() local 123 DTM dtm = m_transformer.getXPathContext().getDTM(m_matchedNode); in getMatchedNode() local 126 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getMatchedNode()); in getMatchedNode() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | ElemNumber.java | 87 DTM dtm; field in ElemNumber.MyPrefixResolver 95 …public MyPrefixResolver(Node xpathExpressionContext, DTM dtm, int handle, boolean handleNullPrefix… in MyPrefixResolver() 615 DTM dtm = xctxt.getDTM(context); in findAncestor() local 665 DTM dtm = xctxt.getDTM(context); in findPrecedingOrAncestorOrSelf() local 723 DTM dtm = support.getDTM(contextNode); in getCountMatchPattern() local 857 DTM dtm = xctxt.getDTM(pos); in getPreviousNode() local 984 DTM dtm = xctxt.getDTM(node); in getMatchingAncestors() local
|
H A D | TemplateList.java | 431 int targetNode, DTM dtm) in getHead() 498 DTM dtm) in getTemplateFast() 597 DTM dtm) in getTemplate() 662 DTM dtm) in getTemplate()
|
H A D | StylesheetRoot.java | 761 DTM dtm) in getTemplateComposed() 793 DTM dtm) in getTemplateComposed() 918 XPathContext support, int targetElement, DTM dtm) throws TransformerException in getWhiteSpaceInfo() 946 DTM dtm = support.getDTM(targetElement); in shouldStripWhiteSpace() local
|
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/turbine/ |
D | apache-xml.jar | org/apache/xalan/Version.class
<Unknown>
package org.apache.xalan
public ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes-header.jar | org/apache/xalan/Version.class
<Unknown>
package org.apache.xalan
public ... |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/turbine-combined/ |
D | apache-xml.jar | org/apache/xalan/Version.class
<Unknown>
package org.apache.xalan
public ... |
/aosp_15_r20/external/apache-xml/test/tests/bugzilla/ |
H A D | Bugzilla2925.java | 119 DTM dtm = dtmMgr.getDTM(new StreamSource(relativeURI), true, null, false, true); in dtmTest() local 132 DTM dtm = dtmMgr.getDTM(new StreamSource(relativeURI), true, null, false, true); in DTMAxisIteratorTest() local 150 DTM dtm = dtmMgr.getDTM(new StreamSource(relativeURI), true, null, false, true); in DTMIteratorTest() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | ColorDisplayService.java | 439 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in setUp() local 583 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in onDisplayColorModeChanged() local 593 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in onDisplayColorModeChanged() local 643 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in onAccessibilityDaltonizerChanged() local 662 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in onAccessibilityInversionChanged() local 704 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in applyTint() local 758 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in applyTintByCct() local 863 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in updateDisplayWhiteBalanceStatus() local 920 final DisplayTransformManager dtm = getLocalService(DisplayTransformManager.class); in isDeviceColorManagedInternal() local
|
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | XPathContext.java | 191 public int getDTMIdentity(DTM dtm) in getDTMIdentity() 214 public boolean release(DTM dtm, boolean shouldHardDelete) in release() 1133 DTM dtm = getDTM(nodeHandle); in toNumber() local 1147 DTM dtm = getDTM(nodeHandle); in toString() local
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
H A D | FunctionDef1Arg.java | 91 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsString() local 124 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsNumber() local
|