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

/external/ceres-solver/internal/ceres/
H A Dintegral_types.h66 struct UnsignedInteger { struct in namespace:ceres::internal
83 typedef UnsignedInteger< 8>::type uint8;
84 typedef UnsignedInteger<16>::type uint16;
85 typedef UnsignedInteger<32>::type uint32;
86 typedef UnsignedInteger<64>::type uint64;
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInteger.java42 public final class UnsignedInteger extends Number implements Comparable<UnsignedInteger> { class in inherits:Number,Comparable
43 public static final UnsignedInteger ZERO = asUnsigned(0);
44 public static final UnsignedInteger ONE = asUnsigned(1);
45 public static final UnsignedInteger MAX_VALUE = asUnsigned(-1);
49 private UnsignedInteger(int value) { method in class:UnsignedInteger
54 * Returns an {@code UnsignedInteger} that, when treated as signed, is
57 public static UnsignedInteger asUnsigned(int value) {
58 return new UnsignedInteger(value);
62 * Returns an {@code UnsignedInteger} tha
[all...]
/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 196 milliseconds