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

1 2 3 4

  /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);
  /external/v8/test/cctest/
test-cpu-profiler.cc 568 const v8::CpuProfileNode* startNode =
570 CHECK_EQ(1, startNode->GetChildrenCount());
573 GetChild(env->GetIsolate(), startNode, "foo");
646 const v8::CpuProfileNode* startNode =
648 CHECK_EQ(1, startNode->GetChildrenCount());
650 GetChild(env->GetIsolate(), startNode, "foo");
738 const v8::CpuProfileNode* startNode =
742 if (startNode && startNode->GetChildrenCount() > 0) {
743 CHECK_EQ(1, startNode->GetChildrenCount())
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 526 AbstractPreferences startNode = null;
536 startNode = root;
539 startNode = this;
543 return startNode.nodeImpl(name, true);
602 AbstractPreferences startNode = null;
615 startNode = root;
618 startNode = this;
622 Preferences result = startNode.nodeImpl(name, false);
  /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 457 RBBINode *startNode;
459 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);
460 if (startNode->fType != RBBINode::leafChar) {
464 if (endNode->fVal == startNode->fVal) {
471 // to the second char of a match starting with startNode.
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
516 RBBINode *startNode;
519 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);
520 if (startNode->fType != RBBINode::leafChar) {
524 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/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBITableBuilder.java 430 for (RBBINode startNode : matchStartNodes) {
431 if (startNode.fType != RBBINode.leafChar) {
435 if (endNode.fVal == startNode.fVal) {
442 // to the second char of a match starting with startNode.
443 endNode.fFollowPos.addAll(startNode.fFollowPos);
482 for (RBBINode startNode : matchStartNodes) {
483 if (startNode.fType != RBBINode.leafChar) {
487 if (startNode.fVal == bofNode.fVal) {
493 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 934 milliseconds

1 2 3 4