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

1 2

  /external/webkit/Source/JavaScriptCore/profiler/
Profile.cpp 61 ProfileNode* endNode = m_head->traverseNextNodePostOrder();
62 while (currentNode && currentNode != endNode) {
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 85 protected void endNode(int node) throws org.xml.sax.SAXException
87 super.endNode(node);
  /external/icu4c/common/
rbbiscan.cpp 323 RBBINode *endNode = pushNewNode(RBBINode::endMark);
327 catNode->fRightChild = endNode;
329 endNode->fVal = fRuleNum;
330 endNode->fLookAheadEnd = TRUE;
    [all...]
rbbitblb.cpp 422 RBBINode *endNode = NULL;
428 endNode = tNode;
432 if (endNode == NULL) {
444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal);
464 if (endNode->fVal == startNode->fVal) {
470 // letting matches transition from a match state at endNode
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
    [all...]
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 105 nodeID endNode = 6;
227 fprintf(pFile_PCLG,"%d\t%d\t.wb\teps\n", pau2EndNode, endNode);
228 fprintf(pFile_PCLG,"%d\n", endNode);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 98 * operating as a Visitor. startNode (preorder) and endNode
118 endNode(pos);
134 endNode(pos);
148 * operating as a Visitor. startNode (preorder) and endNode
171 endNode(pos);
363 protected void endNode(int node) throws org.xml.sax.SAXException
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 151 endNode(pos);
165 endNode(pos);
205 endNode(pos);
448 protected void endNode(Node 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 70 Node endNode = document;
75 endNode = findNode(document.getDocumentElement(), endNodeName);
78 printer.prettyPrint(-1, document, startNode, endNode, sb, false/*openTagOnly*/);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 307 Node* endNode = 0;
317 setContainerAndOffsetForRange(node, end - offset, endNode, end);
324 if (!startNode || !endNode)
327 return Range::create(document(), startNode, start, endNode, end);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilities.java 396 Node endNode = beginNode;
398 endNode = getNode(document, endOffset, false);
401 if (beginNode == null || endNode == null) {
424 if (endNode.getNodeType() != Node.ELEMENT_NODE) {
427 endElement = getPreviousElement(endNode);
431 endElement = getNextElement(endNode);
436 endElement = getParentElement(endNode);
440 endElement = (Element) endNode;
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 147 // for final operations in the endNode() fn.
178 endNode( node, p_SubGraph, level );
277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level )
355 } // endNode()
    [all...]
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
visible_units.cpp 412 Node *endNode;
422 endNode = endRenderer->node();
423 if (endNode)
430 if (endNode->hasTagName(brTag)) {
431 pos = positionBeforeNode(endNode);
437 pos = Position(endNode, endOffset, Position::PositionIsOffsetInAnchor);
439 pos = positionAfterNode(endNode);
    [all...]
ApplyStyleCommand.cpp     [all...]
Editor.cpp 659 Node* endNode = m_frame->selection()->selection().end().upstream().deprecatedNode();
660 if (enclosingBlock(startNode) != enclosingBlock(endNode))
686 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag);
687 if (startNode && endNode && startNode == endNode)
701 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag);
702 if (startNode && endNode && startNode == endNode)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 182 Node endNode = null;
227 endNode = currentDOMNode;
230 if (endNode == startNode && endRegion == startRegion) {
276 if (startNode == null || endNode == null) {
282 endNode = root;
291 root = DomUtilities.getCommonAncestor(startNode, endNode);
302 replaceEnd = ((IndexedRegion) endNode).getEndOffset();
322 IndentationMeasurer m = new IndentationMeasurer(startNode, endNode, document);
354 printer.prettyPrint(initialDepth, root, startNode, endNode, sb, isOpenTagOnly);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 279 endNode(pos);
291 endNode(pos);
352 endNode(pos);
446 protected void endNode(Node node) throws org.xml.sax.SAXException {
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 202 WebNode endNode = range.endContainer(exception);
203 printNodeDescription(endNode, exception);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 687 milliseconds

1 2