Searched refs:checkedAdd (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
H A DIntMath.java131 public static int checkedAdd(int a, int b) { method in class:IntMath
/external/guava/guava/src/com/google/common/math/
H A DIntMath.java355 public static int checkedAdd(int a, int b) { method in class:IntMath
H A DLongMath.java436 public static long checkedAdd(long a, long b) { method in class:LongMath
/external/guava/guava/src/com/google/common/collect/
H A DConcurrentHashMultiset.java240 int newValue = IntMath.checkedAdd(oldValue, occurrences);
/external/guava/guava-tests/test/com/google/common/math/
H A DIntMathTest.java384 assertEquals(a + b, IntMath.checkedAdd(a, b));
H A DLongMathTest.java425 assertEquals(a + b, LongMath.checkedAdd(a, b));
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 110 milliseconds