Searched refs:MAX_POWER_OF_TWO (Results 1 - 22 of 22) sorted by relevance

/external/dagger2/core/src/main/java/dagger/internal/
H A DCollections.java25 private static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in class:Collections
50 if (expectedSize < MAX_POWER_OF_TWO) {
/external/guava/guava/src/com/google/common/collect/
H A DHashing.java54 private static int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO;
H A DImmutableSet.java230 static final int MAX_TABLE_SIZE = Ints.MAX_POWER_OF_TWO;
H A DCollections2.java313 return new StringBuilder((int) Math.min(size * 8L, Ints.MAX_POWER_OF_TWO));
H A DMapMakerInternalMap.java107 static final int MAXIMUM_CAPACITY = Ints.MAX_POWER_OF_TWO;
H A DMaps.java208 if (expectedSize < Ints.MAX_POWER_OF_TWO) {
/external/guava/guava/src/com/google/common/primitives/
H A DSignedBytes.java50 public static final byte MAX_POWER_OF_TWO = 1 << 6; field in class:SignedBytes
H A DUnsignedBytes.java53 public static final byte MAX_POWER_OF_TWO = (byte) 0x80; field in class:UnsignedBytes
H A DShorts.java64 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2); field in class:Shorts
H A DInts.java66 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in class:Ints
H A DLongs.java63 public static final long MAX_POWER_OF_TWO = 1L << (Long.SIZE - 2); field in class:Longs
/external/guava/guava/src/com/google/common/util/concurrent/
H A DStriped.java295 this.mask = stripes > Ints.MAX_POWER_OF_TWO ? ALL_SET : ceilToPowerOfTwo(stripes) - 1;
318 Preconditions.checkArgument(stripes <= Ints.MAX_POWER_OF_TWO, "Stripes must be <= 2^30)");
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DMultibinder.java20 import static com.google.common.primitives.Ints.MAX_POWER_OF_TWO;
349 } else if (numBindings < MAX_POWER_OF_TWO) {
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DShorts.java62 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2); field in class:Shorts
H A DInts.java65 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in class:Ints
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java203 if (expectedSize < Ints.MAX_POWER_OF_TWO) {
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
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.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 442 milliseconds