Searched defs:MAX_POWER_OF_TWO (Results 1 - 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/primitives/
H A DSignedBytes.java46 public static final byte MAX_POWER_OF_TWO = 1 << 6; field in class:SignedBytes
H A DUnsignedBytes.java54 public static final byte MAX_POWER_OF_TWO = (byte) (1 << 7); field in class:UnsignedBytes
H A DShorts.java58 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2); field in class:Shorts
H A DInts.java61 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in class:Ints
H A DLongs.java58 public static final long MAX_POWER_OF_TWO = 1L << (Long.SIZE - 2); field in class:Longs
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DInts.java56 public static final int MAX_POWER_OF_TWO = 1 << (Integer.SIZE - 2); field in class:Ints
H A DLongs.java56 public static final long MAX_POWER_OF_TWO = 1L << (Long.SIZE - 2); field in class:Longs
H A DShorts.java56 public static final short MAX_POWER_OF_TWO = 1 << (Short.SIZE - 2); field in class:Shorts
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 157 milliseconds