Home
last modified time | relevance | path

Searched refs:nextChild (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/ui/src/controller/
Dcontroller.ts84 for (const nextChild of nextChildren.values()) { constant
85 if (!this._children.has(nextChild.id)) {
86 const instance = new nextChild.factory(nextChild.args);
87 this._children.set(nextChild.id, instance);
89 const instance = this._children.get(nextChild.id)!;
/external/autotest/frontend/client/src/autotest/common/
DDomUtils.java9 Element nextChild = child.getNextSiblingElement(); in clearDomChildren() local
11 child = nextChild; in clearDomChildren()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DBinaryTree.java73 final int nextChild = 2 * node + 1 + (path & 1); in addLeaf() local
74 addLeaf(nextChild, path >>> 1, depth - 1, value); in addLeaf()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp359 DomTreeNode *nextChild() { in nextChild() function in __anon68e036b60311::EarlyCSE::StackNode
828 DomTreeNode *child = NodeToProcess->nextChild(); in run()
/external/autotest/site_utils/rpm_control_system/
DBeautifulSoup.py253 nextChild = self.contents[position]
254 newChild.nextSibling = nextChild
257 newChildsLastElement.next = nextChild
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp464 DomTreeNode *nextChild() { in nextChild() function in __anonca29b00e0311::EarlyCSE::StackNode
1202 DomTreeNode *child = NodeToProcess->nextChild(); in run()