Home
last modified time | relevance | path

Searched refs:nextChild (Results 1 – 8 of 8) 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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt910 state as? ChildHandleNode ?: state.list?.nextChild() in <lambda>()
920 val nextChild = child.nextChild() ?: return false in <lambda>() constant
921 return tryWaitForChild(state, nextChild, proposedUpdate) in <lambda>()
928 val waitChild = lastChild.nextChild() in <lambda>()
936 private fun LockFreeLinkedListNode.nextChild(): ChildHandleNode? { in <lambda>() method
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp359 DomTreeNode *nextChild() { in nextChild() function in __anone097c8540311::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-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp618 DomTreeNode *nextChild() { in nextChild() function in __anon981229b60311::EarlyCSE::StackNode
1338 DomTreeNode *child = NodeToProcess->nextChild(); in run()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp636 DomTreeNode *nextChild() { in nextChild() function in __anonc1abad420311::EarlyCSE::StackNode
1575 DomTreeNode *child = NodeToProcess->nextChild(); in run()