Searched defs:UnsignedLong (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedLong.java42 public class UnsignedLong extends Number implements Comparable<UnsignedLong>, Serializable { class in inherits:Number,Comparable,Serializable
43 // TODO(user): make final as soon as util.UnsignedLong is migrated over
47 public static final UnsignedLong ZERO = new UnsignedLong(0);
48 public static final UnsignedLong ONE = new UnsignedLong(1);
49 public static final UnsignedLong MAX_VALUE = new UnsignedLong(-1L);
53 protected UnsignedLong(lon method in class:UnsignedLong
[all...]
/external/clang/include/clang/Basic/
H A DTargetInfo.h119 UnsignedLong, enumerator in enum:clang::TargetInfo::IntType
/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 2194 milliseconds