/third_party/lame/ACM/tinyxml/ |
D | tinyxml.cpp | 86 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 …]
|
D | tinyxml.h | 295 …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/ |
D | deMemPool.c | 92 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/ |
D | parser-location-info.test.ts | 41 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/ |
D | tinyxml.cpp | 140 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/ |
D | test_minidom.py | 96 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/ |
D | smartSelection.ts | 73 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/ |
D | accord.js | 25 …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/ |
D | accord.js | 25 …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/ |
D | SkXMLWriter.cpp | 64 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/ |
D | tabs.ts | 19 container.insertBefore(defaultDiv, container.firstChild); 20 container.insertBefore(this.tabBar, container.firstChild);
|
D | text-view.ts | 218 while (this.textListNode.firstChild) { 219 this.textListNode.removeChild(this.textListNode.firstChild);
|
D | sequence-view.ts | 306 const toggleRangesInput = this.toggleRangeViewEl.firstChild as HTMLInputElement; 344 toggleRangeViewEl.insertBefore(toggleRangesInput, toggleRangeViewEl.firstChild);
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
D | prettify.js | 7 …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/ |
D | tool-tip.mjs | 99 if (this.contentNode.firstChild?.localName == 'property-link-table') { 100 this.contentNode.firstChild.propertyDict = content;
|
/third_party/qrcodegen/typescript-javascript/ |
D | qrcodegen-output-demo.ts | 34 while (outputElem.firstChild !== null) 35 outputElem.removeChild(outputElem.firstChild);
|
/third_party/libxml2/ |
D | backport-malloc-fail-Fix-memory-leak-in-xmlParseReference.patch | 19 firstChild = cur;
|
/third_party/node/test/fixtures/wpt/common/ |
D | subset-tests.js | 29 document.body.insertBefore(pre, document.body.firstChild);
|
D | subset-tests-by-key.js | 40 document.body.insertBefore(pre, document.body.firstChild);
|
/third_party/protobuf/ |
D | update_version.py | 54 elem.firstChild.replaceWholeText(text) 287 if Find(old_version, 'release').firstChild.nodeValue == NEW_VERSION:
|
/third_party/libevdev/doc/html/search/ |
D | search.js | 265 var node = child.firstChild; 440 var element = parentElement.firstChild; 451 element = element.firstChild;
|
/third_party/skia/third_party/externals/oboe/docs/reference/search/ |
D | search.js | 263 var node = child.firstChild; 438 var element = parentElement.firstChild; 449 element = element.firstChild;
|
/third_party/node/deps/v8/tools/zone-stats/ |
D | details-selection.js | 303 while (f.firstChild) { 304 f.removeChild(f.firstChild);
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.errors.txt | 1 …stener: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; readonly i… 3 …firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re… 4 …firstChild: 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… 30 …firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re… 31 …firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly nextSibling: any; re…
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | details-selection.js | 344 while (f.firstChild) { 345 f.removeChild(f.firstChild);
|