HomeSort by relevance Sort by last modified time
    Searched refs:startNode (Results 26 - 50 of 65) sorted by null

12 3

  /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/chromium_org/third_party/icu/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/icu4c/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/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 589 Node* startNode = deprecatedNode();
590 if (!startNode)
594 Node* boundary = enclosingVisualBoundary(startNode);
598 bool startEditable = startNode->rendererIsEditable();
599 Node* lastNode = startNode;
650 if (currentNode != startNode) {
712 Node* startNode = deprecatedNode();
713 if (!startNode)
717 Node* boundary = enclosingVisualBoundary(startNode);
721 bool startEditable = startNode->rendererIsEditable()
    [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 121 Node* serializeNodes(Node* startNode, Node* pastEnd);
137 Node* traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTraversalMode);
328 Node* StyledMarkupAccumulator::serializeNodes(Node* startNode, Node* pastEnd)
331 Node* lastClosed = traverseNodesForSerialization(startNode, pastEnd, DoNotEmitString);
338 return traverseNodesForSerialization(startNode, pastEnd, EmitString);
341 Node* StyledMarkupAccumulator::traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTraversalMode traversalMode)
347 for (Node* n = startNode; n != pastEnd; n = next) {
407 // or b) ancestors that we never encountered during a pre-order traversal starting at startNode:
408 ASSERT(startNode->isDescendantOf(parent));
570 Node* startNode = updatedRange->firstNode()
    [all...]
ApplyStyleCommand.h 98 void applyInlineStyleToNodeRange(EditingStyle*, PassRefPtr<Node> startNode, PassRefPtr<Node> pastEndNode);
102 void applyInlineStyleChange(PassRefPtr<Node> startNode, PassRefPtr<Node> endNode, StyleChange&, EAddStyledElement);
ReplaceSelectionCommand.cpp     [all...]
Editor.cpp 503 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag);
505 if (startNode && endNode && startNode == endNode)
518 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag);
520 if (startNode && endNode && startNode == endNode)
    [all...]
TextIterator.cpp     [all...]
Editor.h 295 void simplifyMarkup(Node* startNode, Node* endNode);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.h 112 - (NSString *) toStringFromNode:(id<ANTLRBaseTree>)startNode ToNode:(id<ANTLRBaseTree>)stopNode;
ANTLRUnbufferedCommonTreeNodeStream.h 93 - (NSString *) toStringFromNode:(id)startNode toNode:(id)stopNode;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
SAX2DTM.java 530 int startNode = identity;
550 } while (DTM.NULL != identity && (_parent(identity) >= startNode));
    [all...]
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 99 nodeID startNode = 0;
205 fprintf(pFile_PCLG,"%d\t%d\thmm%d_#sil#\t-pau-\n", startNode, pauEndNode, i);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 458 Node* startNode = 0;
466 setContainerAndOffsetForRange(node, start - offset, startNode, start);
476 if (!startNode || !endNode)
479 return Range::create(document(), startNode, start, endNode, end);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 345 int startNode = Math.max(getBlockStart(textStart), minNode);
351 "node pos: " + startNode + "-" + endNode + "\n" +
358 for (int n = startNode; n < endNode;) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 378 int startNode = Math.max(getBlockStart(textStart), minNode);
384 "node pos: " + startNode + "-" + endNode + "\n" +
391 for (int n = startNode; n < endNode;) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.cpp 186 void gcTree(v8::Isolate* isolate, Node* startNode)
190 Node* node = startNode;
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java     [all...]
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 388 UINT startNode;
411 startNode = *aHuffTable[pExtendedSortedCodebook[extendedSortedCodebookIdx]];
420 *iNode++ = startNode;
    [all...]

Completed in 1107 milliseconds

12 3