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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 421 * the name and type of the targetNode argument.
424 * @param targetNode The target node that will be checked for a match.
431 int targetNode, DTM dtm)
433 short targetNodeType = dtm.getNodeType(targetNode);
441 dtm.getLocalName(targetNode));
450 dtm.getNodeName(targetNode)); // %REVIEW% I think this is right
454 dtm.getLocalName(targetNode));
466 dtm.getNodeName(targetNode)); // %REVIEW% I think this is right
480 * @param targetNode
493 int targetNode,
    [all...]
TemplateSubPatternAssociation.java 145 * @param targetNode Target node
151 public boolean matches(XPathContext xctxt, int targetNode, QName mode)
155 double score = m_stepPattern.getMatchScore(xctxt, targetNode);
StylesheetRoot.java 748 * @param targetNode non-null reference of node that the template must match.
752 * @return reference to ElemTemplate that is the best match for targetNode, or
758 int targetNode,
764 return m_templateList.getTemplate(xctxt, targetNode, mode,
775 * @param targetNode non-null reference of node that the template must match.
783 * @return reference to ElemTemplate that is the best match for targetNode, or
789 int targetNode,
796 return m_templateList.getTemplate(xctxt, targetNode, mode,
    [all...]
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
DepPrinter.java 159 String targetNode = getNodeName(targetFile);
160 mPWriter.printf(String.format("%s [label=\"%s\"", targetNode, targetFile));
167 String depPath = String.format("%s -> %s", sourceNode, targetNode);
210 String targetNode;
225 targetNode = getNodeName(dep);
227 String depPath = String.format("%s -> %s", sourceNode, targetNode);
229 depPath = String.format("%s -> %s", sourceNode, targetNode);
232 depPath = String.format("%s -> %s [color=\"blue\"]", sourceNode, targetNode);
288 if (mLibMap.get(targetNode) == null) {
290 mLibMap.put(targetNode, 1)
    [all...]
DepCsvPrinter.java 174 String targetNode = getNodeName(targetFile);
175 mPWriter.printf(String.format("%s [label=\"%s\"", targetNode, targetFile));
182 String depPath = String.format("%s -> %s", sourceNode, targetNode);
221 String targetNode;
236 targetNode = getNodeName(dep);
240 depPath = String.format("%s,%s,black", sourceNode, targetNode);
243 depPath = String.format("%s,%s,steelblue", sourceNode, targetNode);
298 if (mLibMap.get(targetNode) == null) {
302 targetNode,
324 printDep(depEntry, targetNode);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 485 BallLarusNode* targetNode = getTarget();
487 BasicBlock* target = targetNode->getBlock();
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 551 milliseconds