Home
last modified time | relevance | path

Searched defs:nextChild (Results 1 – 7 of 7) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/
DDomUtils.java9 Element nextChild = child.getNextSiblingElement(); in clearDomChildren() local
/external/armnn/src/armnnUtils/
DGraphTopologicalSort.hpp76 TNodeId nextChild = nextChildOfCurrent.value(); in TopologicallySort() local
/external/perfetto/ui/src/controller/
Dcontroller.ts82 for (const nextChild of nextChildren.values()) { constant
/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
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt927 val nextChild = child.nextChild() ?: return false in <lambda>() constant
943 private fun LockFreeLinkedListNode.nextChild(): ChildHandleNode? { in <lambda>() method
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp359 DomTreeNode *nextChild() { in nextChild() function in __anon584f59f20311::EarlyCSE::StackNode
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp618 DomTreeNode *nextChild() { in nextChild() function in __anon860192d40311::EarlyCSE::StackNode