OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArithmeticException
(Results
76 - 100
of
173
) sorted by null
1
2
3
4
5
6
7
/art/test/003-omnibus-opcodes/src/
IntMath.java
497
} catch (
ArithmeticException
ae) {
503
} catch (
ArithmeticException
ae) {
509
} catch (
ArithmeticException
ae) {
515
} catch (
ArithmeticException
ae) {
/art/test/106-exceptions2/src/
Main.java
193
} catch (
ArithmeticException
e) {
/art/test/952-invoke-custom/generator/
TestLinkerMethodMinimalArguments.java
48
System.out.println("Throwing
ArithmeticException
in add()");
49
throw new
ArithmeticException
("add");
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigReal.java
240
public BigReal divide(BigReal a) throws
ArithmeticException
{
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
LongMathTest.java
57
// Throws an
ArithmeticException
if "the simple implementation" of binomial coefficients overflows
97
} catch (
ArithmeticException
e) {
BigIntegerMathTest.java
103
} catch (
ArithmeticException
e) {
/frameworks/base/core/java/android/net/
ScoredNetwork.java
264
} catch (
ArithmeticException
e) {
/libcore/harmony-tests/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) {
BigDecimalTest.java
237
} catch (
ArithmeticException
e) {
261
} catch (
ArithmeticException
e) {
588
} catch (
ArithmeticException
e) {
702
} catch (
ArithmeticException
e) {
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
AbstractExecutorServiceTest.java
233
public Object call() { throw new
ArithmeticException
(); }};
238
assertTrue(success.getCause() instanceof
ArithmeticException
);
277
public Long call() { throw new
ArithmeticException
(); }});
442
public Long call() { throw new
ArithmeticException
(); }});
/external/guava/guava/src/com/google/common/math/
IntMath.java
82
* @throws
ArithmeticException
if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
123
* @throws
ArithmeticException
if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
184
* <p>Compare {@link #checkedPow}, which throws an {@link
ArithmeticException
} upon overflow.
226
* @throws
ArithmeticException
if {@code mode} is {@link RoundingMode#UNNECESSARY} and
274
* @throws
ArithmeticException
if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
281
throw new
ArithmeticException
("/ by zero"); // for GWT
346
* @throws
ArithmeticException
if {@code m <= 0}
352
throw new
ArithmeticException
("Modulus " + m + " must be > 0");
412
* @throws
ArithmeticException
if {@code a + b} overflows in signed {@code int} arithmetic
423
* @throws
ArithmeticException
if {@code a - b} overflows in signed {@code int} arithmeti
[
all
...]
DoubleMath.java
59
throw new
ArithmeticException
("input is infinite or NaN");
120
* @throws
ArithmeticException
if
144
* @throws
ArithmeticException
if
172
* @throws
ArithmeticException
if
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntegerTest.java
205
fail("Expected
ArithmeticException
");
206
} catch (
ArithmeticException
expected) {}
230
fail("Expected
ArithmeticException
");
231
} catch (
ArithmeticException
expected) {}
UnsignedLongTest.java
214
fail("Expected
ArithmeticException
");
215
} catch (
ArithmeticException
expected) {}
241
fail("Expected
ArithmeticException
");
242
} catch (
ArithmeticException
expected) {}
/libcore/luni/src/test/java/libcore/java/lang/
LongTest.java
203
} catch (
ArithmeticException
expected) { }
207
} catch (
ArithmeticException
expected) { }
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java
[
all
...]
/libcore/ojluni/src/test/java/time/tck/java/time/
TCKInstant.java
273
@Test(expectedExceptions=
ArithmeticException
.class)
[
all
...]
/external/crcalc/src/com/hp/creals/
CR.java
289
if (Double.isNaN(n)) throw new
ArithmeticException
("Nan argument");
290
if (Double.isInfinite(n)) throw new
ArithmeticException
("Infinite argument");
634
if (n <= 0) throw new
ArithmeticException
("Bad precision argument");
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/test/vts/web/dashboard/src/main/java/com/android/vts/util/
TestResults.java
298
} catch (
ArithmeticException
e) {
314
} catch (
ArithmeticException
e) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java
219
* @throws
ArithmeticException
if any abscissas coincide
221
protected void computeCoefficients() throws
ArithmeticException
{
/external/proguard/src/proguard/evaluation/
Processor.java
288
catch (
ArithmeticException
ex)
303
catch (
ArithmeticException
ex)
326
catch (
ArithmeticException
ex)
341
catch (
ArithmeticException
ex)
[
all
...]
Completed in 530 milliseconds
1
2
3
4
5
6
7