Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboardModifierSet.java194 leftVariant.add(parentModifier.leftChild); in parseSingleSet()
208 bothChildrenVariant.add(parentModifier.leftChild); in parseSingleSet()
214 variant.add(parentModifier.leftChild); in parseSingleSet()
253 private final Modifier leftChild; field in KeyboardModifierSet.ModifierParent
256 private ModifierParent(Modifier leftChild, Modifier rightChild) { in ModifierParent() argument
257 this.leftChild = leftChild; in ModifierParent()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DBinaryTreeTraverserBenchmark.java103 Optional<BinaryNode> leftChild = createTreap(keys.subList(0, minIndex)); 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/
DBinaryTreeTraverserBenchmark.java103 Optional<BinaryNode> leftChild = createTreap(keys.subList(0, minIndex)); in createTreap() local
105 return Optional.of(new BinaryNode(keys.get(minIndex), leftChild, rightChild)); in createTreap()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5675 Node* leftChild; member
10688 Node* leftChild = vma_new(GetAllocationCallbacks(), Node)(); in Alloc() local
10691 leftChild->offset = currNode->offset; in Alloc()
10692 leftChild->type = Node::TYPE_FREE; in Alloc()
10693 leftChild->parent = currNode; in Alloc()
10694 leftChild->buddy = rightChild; in Alloc()
10699 rightChild->buddy = leftChild; in Alloc()
10703 currNode->split.leftChild = leftChild; in Alloc()
10707 AddToFreeListFront(childrenLevel, leftChild); in Alloc()
10739 DeleteNode(node->split.leftChild->buddy); in DeleteNode()
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6701 Node* leftChild; member
11832 Node* leftChild = vma_new(GetAllocationCallbacks(), Node)(); in Alloc() local
11835 leftChild->offset = currNode->offset; in Alloc()
11836 leftChild->type = Node::TYPE_FREE; in Alloc()
11837 leftChild->parent = currNode; in Alloc()
11838 leftChild->buddy = rightChild; in Alloc()
11843 rightChild->buddy = leftChild; in Alloc()
11847 currNode->split.leftChild = leftChild; in Alloc()
11851 AddToFreeListFront(childrenLevel, leftChild); in Alloc()
11883 DeleteNode(node->split.leftChild->buddy); in DeleteNode()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6682 Node* leftChild; member
11813 Node* leftChild = vma_new(GetAllocationCallbacks(), Node)(); in Alloc() local
11816 leftChild->offset = currNode->offset; in Alloc()
11817 leftChild->type = Node::TYPE_FREE; in Alloc()
11818 leftChild->parent = currNode; in Alloc()
11819 leftChild->buddy = rightChild; in Alloc()
11824 rightChild->buddy = leftChild; in Alloc()
11828 currNode->split.leftChild = leftChild; in Alloc()
11832 AddToFreeListFront(childrenLevel, leftChild); in Alloc()
11864 DeleteNode(node->split.leftChild->buddy); in DeleteNode()
[all …]