Searched refs:ArithmeticException (Results 26 - 33 of 33) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc118 throw ArithmeticException("Long value too large to fit into an integer.");
/external/guava/guava/src/com/google/common/collect/
H A DConcurrentHashMultiset.java245 } catch (ArithmeticException overflow) {
H A DSets.java1002 } catch (ArithmeticException overflow) {
/external/guava/guava/src/com/google/common/math/
H A DLongMath.java68 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
108 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
239 * @throws ArithmeticException if {@code mode} is {@link RoundingMode#UNNECESSARY} and
292 * @throws ArithmeticException if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
363 * @throws ArithmeticException if {@code m <= 0}
384 * @throws ArithmeticException if {@code m <= 0}
388 throw new ArithmeticException("Modulus " + m + " must be > 0");
434 * @throws ArithmeticException if {@code a + b} overflows in signed {@code long} arithmetic
445 * @throws ArithmeticException if {@code a - b} overflows in signed {@code long} arithmetic
456 * @throws ArithmeticException i
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java748 assertEquals(ArithmeticException.class, expected.getCause().getClass());
757 assertEquals(ArithmeticException.class, expected.getCause().getClass());
796 assertEquals(ArithmeticException.class, expected.getCause().getClass());
805 assertEquals(ArithmeticException.class, expected.getCause().getClass());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java990 } catch (ArithmeticException overflow) {
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 276 milliseconds

12