/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | MsgMgr.java | 124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in warn() 143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn() 278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in error() 298 …public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[… in error()
|
/external/webkit/Source/WebCore/xml/ |
D | XSLTProcessor.cpp | 69 const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame* frame) in createDocumentFromSource() 126 PassRefPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode) in transformToDocument() 136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputD… in transformToFragment()
|
D | XSLTProcessorLibxslt.cpp | 265 static inline xmlDocPtr xmlDocPtrFromNode(Node* sourceNode, bool& shouldDelete) in xmlDocPtrFromNode() 300 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, Str… in transformToString()
|
D | XSLTProcessorQt.cpp | 114 bool XSLTProcessor::transformToString(Node* sourceNode, String&, String& resultString, String&) in transformToString()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemApplyImport.java | 80 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
|
D | ElemExsltFuncResult.java | 64 int sourceNode = context.getCurrentNode(); in execute() local
|
D | ElemCopy.java | 96 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemChoose.java | 96 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemParam.java | 116 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local
|
D | ElemIf.java | 131 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemPI.java | 130 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemVariable.java | 243 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local 261 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
|
D | XUnresolvedVariable.java | 77 public XUnresolvedVariable(ElemVariable obj, int sourceNode, in XUnresolvedVariable()
|
D | ElemCopyOf.java | 130 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemWithParam.java | 190 public XObject getValue(TransformerImpl transformer, int sourceNode) in getValue()
|
D | ElemExtensionCall.java | 284 String rawName, org.w3c.dom.Node sourceNode, TransformerImpl transformer) in getAttribute()
|
D | ElemElement.java | 207 int sourceNode = xctxt.getCurrentNode(); in execute() local
|
D | ElemApplyTemplates.java | 200 final int sourceNode = xctxt.getCurrentNode(); in transformSelectedNodes() local
|
D | ElemForEach.java | 329 final int sourceNode = xctxt.getCurrentNode(); in transformSelectedNodes() local
|
D | ElemNumber.java | 560 int sourceNode = transformer.getXPathContext().getCurrentNode(); in execute() local 787 String getCountString(TransformerImpl transformer, int sourceNode) in getCountString() 942 public int getTargetNode(XPathContext xctxt, int sourceNode) in getTargetNode()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPath.java | 524 XPathContext xctxt, int sourceNode, String msg, Object[] args) in warn() 577 XPathContext xctxt, int sourceNode, String msg, Object[] args) in error()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PathProfiling.cpp | 483 BallLarusNode* sourceNode = getSource(); in getSuccessorNumber() local 1087 BLInstrumentationNode* sourceNode = (BLInstrumentationNode*)edge->getSource(); in insertInstrumentationStartingAt() local 1405 BallLarusNode* sourceNode = edge->getSource(); in splitCritical() local
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 598 private static void appendSubtree(XMPMetaImpl destXMP, XMPNode sourceNode, XMPNode destParent, in appendSubtree()
|
/external/webkit/Source/WebCore/editing/ |
D | ReplaceSelectionCommand.cpp | 457 Node* sourceNode = source.deepEquivalent().deprecatedNode(); in shouldMerge() local
|