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

1 2 3 4 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRuleReturnScope.h 37 ANTLRCommonTree *startNode;
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
ANTLRTreeNodeStream.h 48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
  /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;
ANTLRTreeNodeStream.h 48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
  /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;
ANTLRTreeNodeStream.h 48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeNodeStream.h 47 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
ANTLRCommonTreeNodeStream.h 112 - (NSString *) toStringFromNode:(id<ANTLRBaseTree>)startNode ToNode:(id<ANTLRBaseTree>)stopNode;
ANTLRUnbufferedCommonTreeNodeStream.h 93 - (NSString *) toStringFromNode:(id)startNode toNode:(id)stopNode;
  /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);
  /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);
  /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/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
  /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...]
  /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/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...]
  /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());
  /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/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBITableBuilder.java 456 for (RBBINode startNode : matchStartNodes) {
457 if (startNode.fType != RBBINode.leafChar) {
461 if (endNode.fVal == startNode.fVal) {
468 // to the second char of a match starting with startNode.
469 endNode.fFollowPos.addAll(startNode.fFollowPos);
508 for (RBBINode startNode : matchStartNodes) {
509 if (startNode.fType != RBBINode.leafChar) {
513 if (startNode.fVal == bofNode.fVal) {
519 bofNode.fFollowPos.addAll(startNode.fFollowPos);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 455 for (RBBINode startNode : matchStartNodes) {
456 if (startNode.fType != RBBINode.leafChar) {
460 if (endNode.fVal == startNode.fVal) {
467 // to the second char of a match starting with startNode.
468 endNode.fFollowPos.addAll(startNode.fFollowPos);
507 for (RBBINode startNode : matchStartNodes) {
508 if (startNode.fType != RBBINode.leafChar) {
512 if (startNode.fVal == bofNode.fVal) {
518 bofNode.fFollowPos.addAll(startNode.fFollowPos);
    [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...]

Completed in 667 milliseconds

1 2 3 4 5 6 7 8 910