Searched refs:baseNode (Results 1 - 5 of 5) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowUriMatcher.java82 private void addNodes(MatchNode baseNode, List<String> segments, int code) { argument
87 nextNode = baseNode.number;
90 baseNode.number = nextNode;
94 nextNode = baseNode.text;
97 baseNode.text = nextNode;
101 nextNode = baseNode.map.get(segment);
104 baseNode.map.put(segment, nextNode);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNormalizer.java330 XMPNode baseNode = XMPNodeUtils
333 if (baseNode == null)
349 baseNode = new XMPNode(info.getPrefix() + info.getPropName(), info
351 baseSchema.addChild(baseNode);
352 transplantArrayItemAlias (propertyIt, currProp, baseNode);
363 compareAliasedSubtrees (currProp, baseNode, true);
377 int xdIndex = XMPNodeUtils.lookupLanguageItem(baseNode,
381 itemNode = baseNode.getChild(xdIndex);
384 else if (baseNode.hasChildren())
386 itemNode = baseNode
521 compareAliasedSubtrees(XMPNode aliasNode, XMPNode baseNode, boolean outerCall) argument
[all...]
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/node/
H A DTypeCastingGenerator.java37 for (BaseNodeMetaModel baseNode : baseNodes) {
38 if(nodeMetaModel == baseNode) {
43 if (nodeMetaModel.isInstanceOfMetaModel(baseNode)) {
44 baseCode = parseNode(baseNode);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncDocument.java95 int baseNode = arg2.iter().nextNode();
97 if (baseNode == DTM.NULL)
106 DTM baseDTM = xctxt.getDTM(baseNode);
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 154 milliseconds