Searched defs:AvlNode (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java107 private final transient Reference<AvlNode<E>> rootReference;
109 private final transient AvlNode<E> header;
111 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
121 this.header = new AvlNode<E>(null, 1);
123 this.rootReference = new Reference<AvlNode<E>>();
132 int nodeAggregate(AvlNode<?> node) {
137 long treeAggregate(@Nullable AvlNode<?> root) {
143 int nodeAggregate(AvlNode<?> node) {
148 long treeAggregate(@Nullable AvlNode<
515 private static final class AvlNode<E> extends Multisets.AbstractEntry<E> { class in class:TreeMultiset
529 AvlNode(@Nullable E elem, int elemCount) { method in class:TreeMultiset.AvlNode
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java111 private final transient Reference<AvlNode<E>> rootReference;
113 private final transient AvlNode<E> header;
115 TreeMultiset(Reference<AvlNode<E>> rootReference, GeneralRange<E> range, AvlNode<E> endLink) {
125 this.header = new AvlNode<E>(null, 1);
127 this.rootReference = new Reference<AvlNode<E>>();
136 int nodeAggregate(AvlNode<?> node) {
141 long treeAggregate(@Nullable AvlNode<?> root) {
147 int nodeAggregate(AvlNode<?> node) {
152 long treeAggregate(@Nullable AvlNode<
519 private static final class AvlNode<E> extends Multisets.AbstractEntry<E> { class in class:TreeMultiset
533 AvlNode(@Nullable E elem, int elemCount) { method in class:TreeMultiset.AvlNode
[all...]
/external/valgrind/coregrind/
H A Dm_oset.c51 // AvlNode* node -> +---------------+ V
53 // | AvlNode |
70 // an AvlNode.
93 typedef OSetNode AvlNode; typedef
99 AvlNode* left;
100 AvlNode* right;
121 AvlNode* root; // root node
123 AvlNode* nodeStack[STACK_MAX]; // Iterator node stack
132 // Given a pointer to the node's element, return the pointer to the AvlNode
136 AvlNode* node_of_ele
[all...]
H A Dm_wordfm.c71 AvlNode; typedef in typeref:struct:_AvlNode
83 AvlNode* root;
88 AvlNode* nodeStack[WFM_STKMAX]; // Iterator node stack
94 static Bool avl_removeroot_wrk(AvlNode** t, Word(*kCmp)(UWord,UWord));
97 static void avl_swl ( AvlNode** root )
99 AvlNode* a = *root;
100 AvlNode* b = a->child[1];
107 static void avl_swr ( AvlNode** root )
109 AvlNode* a = *root;
110 AvlNode*
[all...]
/external/valgrind/cachegrind/
H A Dcg_merge.c985 AvlNode; typedef in typeref:struct:_AvlNode
997 AvlNode* root;
1001 AvlNode* nodeStack[WFM_STKMAX]; // Iterator node stack
1007 static Bool avl_removeroot_wrk(AvlNode** t, Word(*kCmp)(Word,Word));
1010 static void avl_swl ( AvlNode** root )
1012 AvlNode* a = *root;
1013 AvlNode* b = a->right;
1020 static void avl_swr ( AvlNode** root )
1022 AvlNode* a = *root;
1023 AvlNode*
[all...]
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 184 milliseconds