HomeSort by relevance Sort by last modified time
    Searched defs:startNode (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRuleReturnScope.h 37 ANTLRCommonTree *startNode;
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRuleReturnScope.h 37 ANTLRCommonTree *startNode;
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRuleReturnScope.h 37 ANTLRCommonTree *startNode;
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 102 protected void startNode(int node) throws org.xml.sax.SAXException
115 super.startNode(node);
146 super.startNode(node);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 98 * operating as a Visitor. startNode (preorder) and endNode
114 startNode(pos);
148 * operating as a Visitor. startNode (preorder) and endNode
167 startNode(pos);
215 protected void startNode(int node) throws org.xml.sax.SAXException
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 177 startNode(pos);
230 startNode(pos);
289 protected void startNode(Node node) throws org.xml.sax.SAXException
335 // System.out.println("TreeWalker#startNode: "+node.getNodeName());
342 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
345 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 64 XMPNode startNode = null;
72 startNode = xmp.getRoot();
86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null);
93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false);
103 if (startNode != null)
107 nodeIterator = new NodeIterator(startNode, initialPath, 1);
111 nodeIterator = new NodeIteratorChildren(startNode, initialPath);
  /tools/loganalysis/src/com/android/loganalysis/parser/
BatteryStatsSummaryInfoParser.java 147 final BatteryDischargeInfoItem startNode = batteryDischargeWindow.remove();
148 sumDischargeDuration -= startNode.getElapsedTime();
152 peakDischargeStartBatteryLevel = startNode.getBatteryLevel();
154 peakDischargeStartTime = startNode.getClockTime();
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 388 UINT startNode;
411 startNode = *aHuffTable[pExtendedSortedCodebook[extendedSortedCodebookIdx]];
420 *iNode++ = startNode;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 145 startNode(pos);
199 startNode(pos);
258 protected void startNode(Node node) throws org.xml.sax.SAXException
322 // System.out.println("TreeWalker#startNode: "+node.getNodeName());
334 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 69 Node startNode = document;
72 startNode = findNode(document.getDocumentElement(), startNodeName);
78 printer.prettyPrint(-1, document, startNode, endNode, sb, false/*openTagOnly*/);
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 483 RBBINode *startNode;
485 startNode = (RBBINode *)matchStartNodes.elementAt(startNodeIx);
486 if (startNode->fType != RBBINode::leafChar) {
490 if (endNode->fVal == startNode->fVal) {
497 // to the second char of a match starting with startNode.
498 setAdd(endNode->fFollowPos, startNode->fFollowPos);
542 RBBINode *startNode;
545 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);
546 if (startNode->fType != RBBINode::leafChar) {
550 if (startNode->fVal == bofNode->fVal)
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 382 int startNode = Math.max(getBlockStart(textStart), minNode);
388 "node pos: " + startNode + "-" + endNode + "\n" +
395 for (int n = startNode; n < endNode;) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 181 Node startNode = null;
199 startNode = currentDOMNode;
230 if (endNode == startNode && endRegion == startRegion) {
276 if (startNode == null || endNode == null) {
281 startNode = root;
291 root = DomUtilities.getCommonAncestor(startNode, endNode);
298 replaceStart = ((IndexedRegion) startNode).getStartOffset();
307 if (startNode.getNodeType() == Node.ELEMENT_NODE) {
322 IndentationMeasurer m = new IndentationMeasurer(startNode, endNode, document);
336 int depth = DomUtilities.getDepth(startNode) - 1
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 530 int startNode = identity;
550 } while (DTM.NULL != identity && (_parent(identity) >= startNode));
    [all...]
SAX2DTM2.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 272 startNode(pos);
345 startNode(pos);
395 protected void startNode(Node node) throws org.xml.sax.SAXException {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
saxon-9.1.0.8.jar 
  /prebuilts/misc/common/robolectric/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 355 milliseconds

1 2 3 4 5 6 7 8