Home
last modified time | relevance | path

Searched refs:ArithmeticException (Results 1 – 25 of 112) sorted by relevance

12345

/external/proguard/src/proguard/evaluation/value/
DSpecificLongValue.java81 throws ArithmeticException in divide()
87 throws ArithmeticException in divideOf()
93 throws ArithmeticException in remainder()
99 throws ArithmeticException in remainderOf()
173 throws ArithmeticException in divide()
179 throws ArithmeticException in divideOf()
185 throws ArithmeticException in remainder()
191 throws ArithmeticException in remainderOf()
DParticularLongValue.java101 throws ArithmeticException in divide()
107 throws ArithmeticException in divideOf()
113 throws ArithmeticException in remainder()
119 throws ArithmeticException in remainderOf()
189 throws ArithmeticException in divide()
195 throws ArithmeticException in divideOf()
201 throws ArithmeticException in remainder()
207 throws ArithmeticException in remainderOf()
DUnknownLongValue.java76 throws ArithmeticException in multiply()
82 throws ArithmeticException in divide()
88 throws ArithmeticException in divideOf()
94 throws ArithmeticException in remainder()
100 throws ArithmeticException in remainderOf()
DUnknownIntegerValue.java92 throws ArithmeticException in multiply()
98 throws ArithmeticException in divide()
104 throws ArithmeticException in divideOf()
110 throws ArithmeticException in remainder()
116 throws ArithmeticException in remainderOf()
DSpecificIntegerValue.java96 throws ArithmeticException in divide()
102 throws ArithmeticException in divideOf()
108 throws ArithmeticException in remainder()
114 throws ArithmeticException in remainderOf()
228 throws ArithmeticException in divide()
234 throws ArithmeticException in divideOf()
240 throws ArithmeticException in remainder()
246 throws ArithmeticException in remainderOf()
DParticularIntegerValue.java128 throws ArithmeticException in divide()
134 throws ArithmeticException in divideOf()
140 throws ArithmeticException in remainder()
146 throws ArithmeticException in remainderOf()
256 throws ArithmeticException in divide()
262 throws ArithmeticException in divideOf()
268 throws ArithmeticException in remainder()
274 throws ArithmeticException in remainderOf()
DLongValue.java104 throws ArithmeticException in multiply()
113 throws ArithmeticException in divide()
122 throws ArithmeticException in divideOf()
132 throws ArithmeticException in remainder()
142 throws ArithmeticException in remainderOf()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DSuppressionTests.kt25 assertTrue(cause is ArithmeticException) in <lambda>()
35 assertTrue(cause is ArithmeticException) in <lambda>()
42 assertTrue(it is ArithmeticException) in <lambda>()
48 assertTrue(it is ArithmeticException) in <lambda>()
56 coroutine.cancelInternal(ArithmeticException()) in <lambda>()
DJobExceptionHandlingTest.kt118 throw ArithmeticException() in <lambda>()
132 checkException<ArithmeticException>(exception) in <lambda>()
150 throw ArithmeticException() in <lambda>()
161 checkException<ArithmeticException>(exception) in <lambda>()
181 throw ArithmeticException() in <lambda>()
195 assertTrue(exception is ArithmeticException) in <lambda>()
214 throw ArithmeticException() in <lambda>()
235 assertTrue(exception is ArithmeticException) in <lambda>()
DJobNestedExceptionsTest.kt78 throw ArithmeticException() in testNestedAtomicThrow()
83 assertTrue(exception is ArithmeticException, "Found $exception") in testNestedAtomicThrow()
104 throw ArithmeticException() in testChildThrowsDuringCompletion()
113 assertTrue(exception is ArithmeticException, "Exception is $exception") in testChildThrowsDuringCompletion()
/external/guava/android/guava-tests/test/com/google/common/math/
DDoubleMathTest.java94 } catch (ArithmeticException e) { in testRoundIntegralDoubleToInt()
116 } catch (ArithmeticException e) { in testRoundFractionalDoubleToInt()
134 } catch (ArithmeticException e) { in testRoundExactIntegralDoubleToInt()
146 } catch (ArithmeticException expected) { in testRoundExactFractionalDoubleToIntFails()
157 } catch (ArithmeticException expected) { in testRoundNaNToIntAlwaysFails()
168 } catch (ArithmeticException expected) { in testRoundInfiniteToIntAlwaysFails()
173 } catch (ArithmeticException expected) { in testRoundInfiniteToIntAlwaysFails()
190 } catch (ArithmeticException e) { in testRoundIntegralDoubleToLong()
209 } catch (ArithmeticException e) { in testRoundFractionalDoubleToLong()
228 } catch (ArithmeticException e) { in testRoundExactIntegralDoubleToLong()
[all …]
DLongMathTest.java66 } catch (ArithmeticException expected) { in testCeilingPowerOfTwo()
140 } catch (ArithmeticException expected) { in testConstantsPowersOf10()
173 } catch (ArithmeticException expect) { in testConstantsFactorials()
202 } catch (ArithmeticException expected) { in testConstantsBiggestSimpleBinomials()
211 } catch (ArithmeticException expected) { in testConstantsBiggestSimpleBinomials()
290 } catch (ArithmeticException e) { in testLog2Exact()
339 } catch (ArithmeticException e) { in testLog10Exact()
390 } catch (ArithmeticException e) { in testSqrtExactMatchesFloorOrThrows()
432 } catch (ArithmeticException e) { in testDivNonZeroExact()
458 } catch (ArithmeticException expected) { in testDivByZeroAlwaysFails()
[all …]
DIntMathTest.java64 } catch (ArithmeticException expected) { in testCeilingPowerOfTwo()
231 } catch (ArithmeticException e) { in testLog2Exact()
281 } catch (ArithmeticException e) { in testLog10Exact()
339 } catch (ArithmeticException e) { in testSqrtExactMatchesFloorOrThrows()
384 } catch (ArithmeticException e) { in testDivNonZeroExact()
405 } catch (ArithmeticException expected) { in testDivByZeroAlwaysFails()
425 } catch (ArithmeticException expected) { in testModNegativeModulusFails()
436 } catch (ArithmeticException expected) { in testModZeroModulusFails()
496 } catch (ArithmeticException e) { in testCheckedAdd()
512 } catch (ArithmeticException e) { in testCheckedSubtract()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DDoubleMathTest.java94 } catch (ArithmeticException e) { in testRoundIntegralDoubleToInt()
116 } catch (ArithmeticException e) { in testRoundFractionalDoubleToInt()
134 } catch (ArithmeticException e) { in testRoundExactIntegralDoubleToInt()
146 } catch (ArithmeticException expected) { in testRoundExactFractionalDoubleToIntFails()
157 } catch (ArithmeticException expected) { in testRoundNaNToIntAlwaysFails()
168 } catch (ArithmeticException expected) { in testRoundInfiniteToIntAlwaysFails()
173 } catch (ArithmeticException expected) { in testRoundInfiniteToIntAlwaysFails()
190 } catch (ArithmeticException e) { in testRoundIntegralDoubleToLong()
209 } catch (ArithmeticException e) { in testRoundFractionalDoubleToLong()
228 } catch (ArithmeticException e) { in testRoundExactIntegralDoubleToLong()
[all …]
DLongMathTest.java66 } catch (ArithmeticException expected) { in testCeilingPowerOfTwo()
140 } catch (ArithmeticException expected) { in testConstantsPowersOf10()
173 } catch (ArithmeticException expect) { in testConstantsFactorials()
202 } catch (ArithmeticException expected) { in testConstantsBiggestSimpleBinomials()
211 } catch (ArithmeticException expected) { in testConstantsBiggestSimpleBinomials()
290 } catch (ArithmeticException e) { in testLog2Exact()
339 } catch (ArithmeticException e) { in testLog10Exact()
390 } catch (ArithmeticException e) { in testSqrtExactMatchesFloorOrThrows()
432 } catch (ArithmeticException e) { in testDivNonZeroExact()
458 } catch (ArithmeticException expected) { in testDivByZeroAlwaysFails()
[all …]
DIntMathTest.java64 } catch (ArithmeticException expected) { in testCeilingPowerOfTwo()
231 } catch (ArithmeticException e) { in testLog2Exact()
281 } catch (ArithmeticException e) { in testLog10Exact()
339 } catch (ArithmeticException e) { in testSqrtExactMatchesFloorOrThrows()
384 } catch (ArithmeticException e) { in testDivNonZeroExact()
405 } catch (ArithmeticException expected) { in testDivByZeroAlwaysFails()
425 } catch (ArithmeticException expected) { in testModNegativeModulusFails()
436 } catch (ArithmeticException expected) { in testModZeroModulusFails()
496 } catch (ArithmeticException e) { in testCheckedAdd()
512 } catch (ArithmeticException e) { in testCheckedSubtract()
[all …]
/external/guava/guava/src/com/google/common/math/
DMathPreconditions.java82 throw new ArithmeticException("mode was UNNECESSARY, but rounding was necessary"); in checkRoundingUnnecessary()
88 throw new ArithmeticException( in checkInRangeForRoundingInputs()
95 throw new ArithmeticException("overflow: " + methodName + "(" + a + ", " + b + ")"); in checkNoOverflow()
101 throw new ArithmeticException("overflow: " + methodName + "(" + a + ", " + b + ")"); in checkNoOverflow()
/external/guava/android/guava/src/com/google/common/math/
DMathPreconditions.java82 throw new ArithmeticException("mode was UNNECESSARY, but rounding was necessary"); in checkRoundingUnnecessary()
88 throw new ArithmeticException( in checkInRangeForRoundingInputs()
95 throw new ArithmeticException("overflow: " + methodName + "(" + a + ", " + b + ")"); in checkNoOverflow()
101 throw new ArithmeticException("overflow: " + methodName + "(" + a + ", " + b + ")"); in checkNoOverflow()
/external/testng/src/test/java/test/sample/
DSample1.java51 @ExpectedExceptions( {NumberFormatException.class, ArithmeticException.class})
57 @ExpectedExceptions( {NumberFormatException.class, ArithmeticException.class})
59 throw new ArithmeticException(); in throwExpectedException2ShouldPass()
/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h72 class ArithmeticException : public Exception {
74 ArithmeticException() throw() : Exception("Arithmetic exception") {} in ArithmeticException() function
75 explicit ArithmeticException(const char* message) throw() in ArithmeticException() function
77 virtual ~ArithmeticException() throw() {} in ~ArithmeticException()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DBigIntegers.java174 throw new ArithmeticException("BigInteger out of int range"); in intValueExact()
185 throw new ArithmeticException("BigInteger out of long range"); in longValueExact()
199 throw new ArithmeticException("BigInteger: modulus not positive"); in modOddInverse()
213 throw new ArithmeticException("BigInteger not invertible."); in modOddInverse()
226 throw new ArithmeticException("BigInteger: modulus not positive"); in modOddInverseVar()
248 throw new ArithmeticException("BigInteger not invertible."); in modOddInverseVar()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DBigIntegers.java176 throw new ArithmeticException("BigInteger out of int range"); in intValueExact()
187 throw new ArithmeticException("BigInteger out of long range"); in longValueExact()
201 throw new ArithmeticException("BigInteger: modulus not positive"); in modOddInverse()
215 throw new ArithmeticException("BigInteger not invertible."); in modOddInverse()
228 throw new ArithmeticException("BigInteger: modulus not positive"); in modOddInverseVar()
250 throw new ArithmeticException("BigInteger not invertible."); in modOddInverseVar()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DBigIntegers.java176 throw new ArithmeticException("BigInteger out of int range"); in intValueExact()
187 throw new ArithmeticException("BigInteger out of long range"); in longValueExact()
201 throw new ArithmeticException("BigInteger: modulus not positive"); in modOddInverse()
215 throw new ArithmeticException("BigInteger not invertible."); in modOddInverse()
228 throw new ArithmeticException("BigInteger: modulus not positive"); in modOddInverseVar()
250 throw new ArithmeticException("BigInteger not invertible."); in modOddInverseVar()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-exceptions-01.kt19 throw ArithmeticException() // Nothing is printed, relying on user to call await in <lambda>()
24 } catch (e: ArithmeticException) { in <lambda>()
Dexample-compose-06.kt13 } catch(e: ArithmeticException) { in <lambda>()
29 throw ArithmeticException() in <lambda>()

12345