Home
last modified time | relevance | path

Searched refs:firstChild (Results 1 – 25 of 56) sorted by relevance

123

/third_party/lame/ACM/tinyxml/
Dtinyxml.cpp86 firstChild = 0; in TiXmlNode()
95 TiXmlNode* node = firstChild; in ~TiXmlNode()
109 TiXmlNode* node = firstChild; in Clear()
119 firstChild = 0; in Clear()
134 firstChild = node; // it was an empty list. in LinkEndChild()
207 firstChild = node; in ReplaceChild()
231 firstChild = removeThis->next; in RemoveChild()
241 for ( node = firstChild; node; node = node->next ) in FirstChild()
407 firstChild = lastChild = 0; in TiXmlElement()
498 if ( !firstChild ) in Print()
[all …]
Dtinyxml.h295 …TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be n… in FirstChild()
384 bool NoChildren() const { return !firstChild; } in NoChildren()
412 TiXmlNode* firstChild; variable
/third_party/vk-gl-cts/framework/delibs/depool/
DdeMemPool.c92 deMemPool* firstChild; /*!< Pointer to first child pool in linked list. */ member
200 if (parent->firstChild) parent->firstChild->prevPool = pool; in createPoolInternal()
201 pool->nextPool = parent->firstChild; in createPoolInternal()
202 parent->firstChild = pool; in createPoolInternal()
316 iter = pool->firstChild; in deMemPool_destroy()
333 if (parent->firstChild == pool) in deMemPool_destroy()
334 parent->firstChild = pool->nextPool; in deMemPool_destroy()
401 for (child = pool->firstChild; child; child = child->nextPool) in deMemPool_getNumAllocatedBytes()
419 for (child = pool->firstChild; child; child = child->nextPool) in deMemPool_getCapacity()
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts41 const firstChild = treeAdapter.getChildNodes(fragment)[0]; constant
42 const location = treeAdapter.getNodeSourceCodeLocation(firstChild);
57 const firstChild = treeAdapter.getChildNodes(fragment)[0]; constant
59 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild));
84 const firstChild = treeAdapter.getChildNodes(fragment)[0]; constant
86 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild)?.attrs?.['test-attr']);
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp140 firstChild = 0; in TiXmlNode()
149 TiXmlNode* node = firstChild; in ~TiXmlNode()
171 TiXmlNode* node = firstChild; in Clear()
181 firstChild = 0; in Clear()
207 firstChild = node; // it was an empty list. in LinkEndChild()
255 assert( firstChild == beforeThis ); in InsertBeforeChild()
256 firstChild = node; in InsertBeforeChild()
327 firstChild = node; in ReplaceChild()
355 firstChild = removeThis->next; in RemoveChild()
364 for ( node = firstChild; node; node = node->next ) in FirstChild()
[all …]
/third_party/python/Lib/test/
Dtest_minidom.py96 and root.firstChild is nelem
536 pi = dom.documentElement.firstChild
544 and pi.firstChild is None
828 pi = doc.firstChild
869 self.assertEqual(clone.documentElement.firstChild.wholeText,
902 and root.firstChild is root.lastChild
903 and root.firstChild.data == "firstsecond"
928 and root.firstChild.data == "firstsecond"
929 and root.firstChild is not root.lastChild
930 and root.firstChild.nextSibling is root.lastChild
[all …]
/third_party/typescript/src/services/
DsmartSelection.ts73 const firstChild = node.getChildren()[0]; constant
74 …if (firstChild && hasJSDocNodes(firstChild) && firstChild.jsDoc?.length && firstChild.getStart() !…
75 start = Math.min(start, first(firstChild.jsDoc).getStart());
/third_party/EGL/sdk/docs/man/html/
Daccord.js25 …emp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
36 …mp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild);
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Daccord.js25 …emp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
36 …mp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild);
/third_party/skia/src/xml/
DSkXMLWriter.cpp64 bool firstChild = level > 0 && !fElems[level-1]->fHasChildren; in doStart() local
65 if (firstChild) { in doStart()
70 return firstChild; in doStart()
/third_party/node/deps/v8/tools/turbolizer/src/
Dtabs.ts19 container.insertBefore(defaultDiv, container.firstChild);
20 container.insertBefore(this.tabBar, container.firstChild);
Dtext-view.ts218 while (this.textListNode.firstChild) {
219 this.textListNode.removeChild(this.textListNode.firstChild);
Dsequence-view.ts306 const toggleRangesInput = this.toggleRangeViewEl.firstChild as HTMLInputElement;
344 toggleRangeViewEl.insertBefore(toggleRangesInput, toggleRangeViewEl.firstChild);
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/
Dprettify.js7 …ontinue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.firstC…
8 …)}if(F){var c=b.innerHTML;if(S(b))c=E(c);return c}var d=[];for(var g=b.firstChild;g;g=g.nextSiblin…
/third_party/node/deps/v8/tools/system-analyzer/view/
Dtool-tip.mjs99 if (this.contentNode.firstChild?.localName == 'property-link-table') {
100 this.contentNode.firstChild.propertyDict = content;
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen-output-demo.ts34 while (outputElem.firstChild !== null)
35 outputElem.removeChild(outputElem.firstChild);
/third_party/libxml2/
Dbackport-malloc-fail-Fix-memory-leak-in-xmlParseReference.patch19 firstChild = cur;
/third_party/node/test/fixtures/wpt/common/
Dsubset-tests.js29 document.body.insertBefore(pre, document.body.firstChild);
Dsubset-tests-by-key.js40 document.body.insertBefore(pre, document.body.firstChild);
/third_party/protobuf/
Dupdate_version.py54 elem.firstChild.replaceWholeText(text)
287 if Find(old_version, 'release').firstChild.nodeValue == NEW_VERSION:
/third_party/libevdev/doc/html/search/
Dsearch.js265 var node = child.firstChild;
440 var element = parentElement.firstChild;
451 element = element.firstChild;
/third_party/skia/third_party/externals/oboe/docs/reference/search/
Dsearch.js263 var node = child.firstChild;
438 var element = parentElement.firstChild;
449 element = element.firstChild;
/third_party/node/deps/v8/tools/zone-stats/
Ddetails-selection.js303 while (f.firstChild) {
304 f.removeChild(f.firstChild);
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.errors.txt1 …stener: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; readonly i…
3firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re…
4firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re…
28 …stener: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; readonly i…
30firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re…
31firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re…
/third_party/node/deps/v8/tools/heap-stats/
Ddetails-selection.js344 while (f.firstChild) {
345 f.removeChild(f.firstChild);

123