Searched refs:rightChild (Results 1 – 6 of 6) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | KeyboardModifierSet.java | 199 rightVariant.add(parentModifier.rightChild); in parseSingleSet() 207 bothChildrenVariant.add(parentModifier.rightChild); in parseSingleSet() 213 variant.add(parentModifier.rightChild); in parseSingleSet() 254 private final Modifier rightChild; field in KeyboardModifierSet.ModifierParent 256 private ModifierParent(Modifier leftChild, Modifier rightChild) { in ModifierParent() argument 258 this.rightChild = rightChild; in ModifierParent()
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
D | BinaryTreeTraverserBenchmark.java | 104 Optional<BinaryNode> rightChild = createTreap(keys.subList(minIndex + 1, keys.size())); in createTreap() local 105 return Optional.of(new BinaryNode(keys.get(minIndex), leftChild, rightChild)); in createTreap()
|
/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
D | BinaryTreeTraverserBenchmark.java | 104 Optional<BinaryNode> rightChild = createTreap(keys.subList(minIndex + 1, keys.size())); in createTreap() local 105 return Optional.of(new BinaryNode(keys.get(minIndex), leftChild, rightChild)); in createTreap()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 10689 Node* rightChild = vma_new(GetAllocationCallbacks(), Node)(); in Alloc() local 10694 leftChild->buddy = rightChild; in Alloc() 10696 rightChild->offset = currNode->offset + LevelToNodeSize(childrenLevel); in Alloc() 10697 rightChild->type = Node::TYPE_FREE; in Alloc() 10698 rightChild->parent = currNode; in Alloc() 10699 rightChild->buddy = leftChild; in Alloc() 10706 AddToFreeListFront(childrenLevel, rightChild); in Alloc() 10775 const Node* const rightChild = leftChild->buddy; in ValidateNode() local 10776 VMA_VALIDATE(rightChild->offset == curr->offset + childrenLevelNodeSize); in ValidateNode() 10777 if(!ValidateNode(ctx, curr, rightChild, childrenLevel, childrenLevelNodeSize)) in ValidateNode() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 11833 Node* rightChild = vma_new(GetAllocationCallbacks(), Node)(); in Alloc() local 11838 leftChild->buddy = rightChild; in Alloc() 11840 rightChild->offset = currNode->offset + LevelToNodeSize(childrenLevel); in Alloc() 11841 rightChild->type = Node::TYPE_FREE; in Alloc() 11842 rightChild->parent = currNode; in Alloc() 11843 rightChild->buddy = leftChild; in Alloc() 11850 AddToFreeListFront(childrenLevel, rightChild); in Alloc() 11919 const Node* const rightChild = leftChild->buddy; in ValidateNode() local 11920 VMA_VALIDATE(rightChild->offset == curr->offset + childrenLevelNodeSize); in ValidateNode() 11921 if(!ValidateNode(ctx, curr, rightChild, childrenLevel, childrenLevelNodeSize)) in ValidateNode() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 11814 Node* rightChild = vma_new(GetAllocationCallbacks(), Node)(); in Alloc() local 11819 leftChild->buddy = rightChild; in Alloc() 11821 rightChild->offset = currNode->offset + LevelToNodeSize(childrenLevel); in Alloc() 11822 rightChild->type = Node::TYPE_FREE; in Alloc() 11823 rightChild->parent = currNode; in Alloc() 11824 rightChild->buddy = leftChild; in Alloc() 11831 AddToFreeListFront(childrenLevel, rightChild); in Alloc() 11900 const Node* const rightChild = leftChild->buddy; in ValidateNode() local 11901 VMA_VALIDATE(rightChild->offset == curr->offset + childrenLevelNodeSize); in ValidateNode() 11902 if(!ValidateNode(ctx, curr, rightChild, childrenLevel, childrenLevelNodeSize)) in ValidateNode() [all …]
|