OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArithmeticException
(Results
51 - 75
of
84
) sorted by null
1
2
3
4
/libcore/luni/src/main/java/java/math/
BigDecimal.java
102
*
ArithmeticException
} for the case that rounding is necessary, i.e. for
378
* @throws
ArithmeticException
416
* @throws
ArithmeticException
454
* @throws
ArithmeticException
548
* @throws
ArithmeticException
579
* @throws
ArithmeticException
623
* @throws
ArithmeticException
655
* @throws
ArithmeticException
685
* @throws
ArithmeticException
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit16/
Test_div_int_lit16.java
142
fail("expected
ArithmeticException
");
143
} catch (
ArithmeticException
ae) {
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/div_int_lit8/
Test_div_int_lit8.java
141
fail("expected
ArithmeticException
");
142
} catch (
ArithmeticException
ae) {
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerDivideTest.java
43
fail("
ArithmeticException
has not been caught");
44
} catch (
ArithmeticException
e) {
58
fail("
ArithmeticException
has not been caught");
59
} catch (
ArithmeticException
e) {
410
fail("
ArithmeticException
has not been caught");
411
} catch (
ArithmeticException
e) {
622
fail("
ArithmeticException
has not been caught");
623
} catch (
ArithmeticException
e) {
BigDecimalScaleOperationsTest.java
120
fail("
ArithmeticException
has not been caught");
121
} catch (
ArithmeticException
e) {
333
fail("
ArithmeticException
has not been caught");
334
} catch (
ArithmeticException
e) {
BigIntegerOperateBitsTest.java
134
fail("
ArithmeticException
has not been caught");
135
} catch (
ArithmeticException
e) {
440
fail("
ArithmeticException
has not been caught");
441
} catch (
ArithmeticException
e) {
729
fail("
ArithmeticException
has not been caught");
730
} catch (
ArithmeticException
e) {
[
all
...]
BigDecimalConvertTest.java
321
fail("java.lang.
ArithmeticException
has not been thrown");
322
} catch (java.lang.
ArithmeticException
e) {
BigIntegerMultiplyTest.java
286
fail("
ArithmeticException
has not been caught");
287
} catch (
ArithmeticException
e) {
BigDecimalArithmeticTest.java
487
fail("
ArithmeticException
has not been caught");
488
} catch (
ArithmeticException
e) {
505
fail("
ArithmeticException
has not been caught");
506
} catch (
ArithmeticException
e) {
[
all
...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java
233
throw new
ArithmeticException
("/ by zero");
240
assertTrue(success.getCause() instanceof
ArithmeticException
);
281
throw new
ArithmeticException
("/ by zero");
463
throw new
ArithmeticException
("/ by zero");
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/utilities/
P2Installer.java
247
catch (
ArithmeticException
e)
280
catch (
ArithmeticException
e)
/external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java
237
} catch (
ArithmeticException
e) {
261
} catch (
ArithmeticException
e) {
588
} catch (
ArithmeticException
e) {
702
} catch (
ArithmeticException
e) {
[
all
...]
/external/guava/guava/src/com/google/common/math/
DoubleMath.java
52
throw new
ArithmeticException
("input is infinite or NaN");
101
* @throws
ArithmeticException
if
124
* @throws
ArithmeticException
if
151
* @throws
ArithmeticException
if
LongMath.java
68
* @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
if {@code a * b} overflows in signed {@code long} arithmeti
[
all
...]
/external/proguard/src/proguard/evaluation/
Processor.java
273
catch (
ArithmeticException
ex)
288
catch (
ArithmeticException
ex)
311
catch (
ArithmeticException
ex)
326
catch (
ArithmeticException
ex)
[
all
...]
/libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalTest.java
180
} catch (
ArithmeticException
e) {
/external/guava/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java
245
} catch (
ArithmeticException
overflow) {
Sets.java
[
all
...]
/libcore/luni/src/main/java/java/text/
DecimalFormat.java
671
throw new
ArithmeticException
("rounding mode UNNECESSARY but rounding required");
[
all
...]