/third_party/libxml2/ |
D | SAX2.c | 2509 xmlNodePtr lastChild; in xmlSAX2Text() local 2529 lastChild = ctxt->node->last; in xmlSAX2Text() 2539 if (lastChild == NULL) { in xmlSAX2Text() 2541 lastChild = xmlSAX2TextNode(ctxt, ch, len); in xmlSAX2Text() 2543 lastChild = xmlNewCDataBlock(ctxt->myDoc, ch, len); in xmlSAX2Text() 2544 if (lastChild != NULL) { in xmlSAX2Text() 2545 ctxt->node->children = lastChild; in xmlSAX2Text() 2546 ctxt->node->last = lastChild; in xmlSAX2Text() 2547 lastChild->parent = ctxt->node; in xmlSAX2Text() 2548 lastChild->doc = ctxt->node->doc; in xmlSAX2Text() [all …]
|
D | HTMLparser.c | 2424 xmlNodePtr lastChild; in areBlanks() local 2450 lastChild = xmlGetLastChild(ctxt->node); in areBlanks() 2451 while ((lastChild) && (lastChild->type == XML_COMMENT_NODE)) in areBlanks() 2452 lastChild = lastChild->prev; in areBlanks() 2453 if (lastChild == NULL) { in areBlanks() 2463 } else if (xmlNodeIsText(lastChild)) { in areBlanks() 2469 if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) { in areBlanks()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 141 lastChild = 0; in TiXmlNode() 182 lastChild = 0; in Clear() 201 node->prev = lastChild; in LinkEndChild() 204 if ( lastChild ) in LinkEndChild() 205 lastChild->next = node; in LinkEndChild() 209 lastChild = node; in LinkEndChild() 288 assert( lastChild == afterThis ); in InsertAfterChild() 289 lastChild = node; in InsertAfterChild() 322 lastChild = node; in ReplaceChild() 350 lastChild = removeThis->prev; in RemoveChild() [all …]
|
D | tinyxml.h | 531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() 532 TiXmlNode* LastChild() { return lastChild; } in LastChild() 759 TiXmlNode* lastChild; variable
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 141 lastChild = 0; in TiXmlNode() 182 lastChild = 0; in Clear() 201 node->prev = lastChild; in LinkEndChild() 204 if ( lastChild ) in LinkEndChild() 205 lastChild->next = node; in LinkEndChild() 209 lastChild = node; in LinkEndChild() 288 assert( lastChild == afterThis ); in InsertAfterChild() 289 lastChild = node; in InsertAfterChild() 322 lastChild = node; in ReplaceChild() 350 lastChild = removeThis->prev; in RemoveChild() [all …]
|
D | tinyxml.h | 531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() 532 TiXmlNode* LastChild() { return lastChild; } in LastChild() 759 TiXmlNode* lastChild; variable
|
/third_party/flutter/skia/experimental/docs/ |
D | svgBackend.js | 75 while (svgRoot.lastChild) { 76 svgRoot.removeChild(svgRoot.lastChild); 216 while (svgPicture.lastChild) { 217 svgPicture.removeChild(svgPicture.lastChild);
|
/third_party/skia/experimental/docs/ |
D | svgBackend.js | 75 while (svgRoot.lastChild) { 76 svgRoot.removeChild(svgRoot.lastChild); 216 while (svgPicture.lastChild) { 217 svgPicture.removeChild(svgPicture.lastChild);
|
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/ |
D | index.ts | 187 const lastChild = parentNode.children[parentNode.children.length - 1]; 189 if (lastChild && isText(lastChild)) { 190 lastChild.data += text;
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 97 and root.lastChild is elem 108 and root.lastChild is nelem 545 and pi.lastChild is None 902 and root.firstChild is root.lastChild 929 and root.firstChild is not root.lastChild 930 and root.firstChild.nextSibling is root.lastChild 932 and root.lastChild.previousSibling is root.firstChild 933 and root.lastChild.nextSibling is None 949 and root.firstChild is root.lastChild 967 and root.firstChild is root.lastChild [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | sliver_list.dart | 225 assert(firstChild == lastChild); 226 final double extent = childScrollOffset(lastChild) + paintExtentOf(lastChild); 266 lastIndex: indexOf(lastChild),
|
D | layer.dart | 564 Layer get lastChild => _lastChild; 678 physicalModelLayer.lastChild?.debugCreator != physicalModelLayer, 732 Layer current = lastChild; 748 Layer child = lastChild; 782 assert(child != lastChild); 795 child._previousSibling = lastChild; 796 if (lastChild != null) 797 lastChild._nextSibling = child; 808 assert(_debugUltimateNextSiblingOf(child, equals: lastChild)); 816 assert(lastChild == child); [all …]
|
D | sliver_multi_box_adaptor.dart | 429 assert(firstChild == lastChild); 518 _destroyOrCacheChild(lastChild); 561 RenderBox child = lastChild; 649 …!= null ? 'currently live children: ${indexOf(firstChild)} to ${indexOf(lastChild)}' : 'no childre… 679 if (child == lastChild)
|
D | sliver_fixed_extent_list.dart | 156 RenderBox walker = lastChild; 250 final int lastIndex = indexOf(lastChild);
|
D | list_wheel_viewport.dart | 698 (indexOf(firstChild) > targetLastIndex || indexOf(lastChild) < targetFirstIndex)) { 711 int currentLastIndex = indexOf(lastChild); 720 _destroyChild(lastChild); 737 _createChild(currentLastIndex + 1, after: lastChild); 738 _layoutChild(lastChild, childConstraints, ++currentLastIndex);
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | sliver_constraints_test.dart | 40 final RenderSliver lastRenderSliver = renderViewport.lastChild;
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.types | 94 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 95 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 100 …lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal… 101 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 102 …lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal… 107 …lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly nodeName: any; rea… 108 …lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal… 109 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 110 …lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal… 111 …lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly nodeName: any; rea…
|
D | mappedTypeRecursiveInference.errors.txt | 1 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 2 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 26 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n… 28 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
|
/third_party/flutter/flutter/examples/layers/widgets/ |
D | sectors.dart | 59 ring.remove(ring.lastChild);
|
/third_party/typescript/src/services/ |
D | utilities.ts | 686 const lastChild = last(children); constant 687 if (lastChild.kind === expectedLastToken) { 690 else if (lastChild.kind === SyntaxKind.SemicolonToken && children.length !== 1) { 2613 const lastChild = last(node.getChildren(sourceFile)); constant 2614 if (lastChild && isModuleBlock(lastChild)) { 2619 const lastChild = last(node.getChildren(sourceFile)); constant 2620 if (lastChild && isFunctionBlock(lastChild)) {
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | dialog.dart | 1395 lastChild.getMinIntrinsicHeight(perButtonWidth), 1428 lastChild.getMaxIntrinsicHeight(perButtonWidth), 1467 + lastChild.getMaxIntrinsicWidth(double.infinity); 1503 lastChild.layout( 1509 assert(lastChild.parentData is MultiChildLayoutParentData); 1510 final MultiChildLayoutParentData secondButtonParentData = lastChild.parentData; 1519 lastChild.size.height, 1585 lastChild.size.height,
|
D | segmented_control.dart | 662 lastChild, 670 lastChild, 714 RenderBox child = lastChild;
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | dom_renderer.dart | 419 while (node.lastChild != null) { 420 node.lastChild.remove();
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | dom.idl | 225 readonly attribute Node? lastChild; 529 Node? lastChild();
|
/third_party/flutter/flutter/examples/layers/rendering/src/ |
D | sector_layout.dart | 207 RenderSector child = lastChild; 218 RenderSector child = lastChild;
|