Searched refs:rebalance (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java592 return (left.height == initHeight) ? this : rebalance();
606 return (right.height == initHeight) ? this : rebalance();
609 // adding count to me! No rebalance possible.
637 return (result[0] == 0) ? this : rebalance();
655 return rebalance();
687 return rebalance();
704 return rebalance();
744 return rebalance();
765 return rebalance();
795 return newTop.rebalance();
845 private AvlNode<E> rebalance() { method in class:TreeMultiset.AvlNode
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java588 return (left.height == initHeight) ? this : rebalance();
602 return (right.height == initHeight) ? this : rebalance();
605 // adding count to me! No rebalance possible.
633 return (result[0] == 0) ? this : rebalance();
651 return rebalance();
683 return rebalance();
700 return rebalance();
740 return rebalance();
761 return rebalance();
791 return newTop.rebalance();
841 private AvlNode<E> rebalance() { method in class:TreeMultiset.AvlNode
[all...]
/external/libopus/celt/
H A Dbands.c929 opus_int32 rebalance; local
970 rebalance = ctx->remaining_bits;
976 rebalance = mbits - (rebalance-ctx->remaining_bits);
977 if (rebalance > 3<<BITRES && itheta!=0)
978 sbits += rebalance - (3<<BITRES);
986 rebalance = sbits - (rebalance-ctx->remaining_bits);
987 if (rebalance > 3<<BITRES && itheta!=16384)
988 mbits += rebalance
1306 opus_int32 rebalance; local
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1713 milliseconds