Home
last modified time | relevance | path

Searched refs:IllegalArgumentException (Results 1 – 25 of 3656) sorted by relevance

12345678910>>...147

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTTest.java69 throws IllegalArgumentException, MathException; in pairedT()
104 throws IllegalArgumentException, MathException; in pairedTTest()
141 throws IllegalArgumentException, MathException; in pairedTTest()
158 throws IllegalArgumentException; in t()
176 throws IllegalArgumentException; in t()
211 throws IllegalArgumentException; in homoscedasticT()
241 throws IllegalArgumentException; in t()
276 throws IllegalArgumentException; in t()
315 throws IllegalArgumentException; in homoscedasticT()
343 throws IllegalArgumentException, MathException; in tTest()
[all …]
DTestUtils.java159 throws IllegalArgumentException { in homoscedasticT()
168 throws IllegalArgumentException { in homoscedasticT()
177 throws IllegalArgumentException, MathException { in homoscedasticTTest()
185 throws IllegalArgumentException, MathException { in homoscedasticTTest()
194 throws IllegalArgumentException, MathException { in homoscedasticTTest()
202 throws IllegalArgumentException, MathException { in pairedT()
211 throws IllegalArgumentException, MathException { in pairedTTest()
219 throws IllegalArgumentException, MathException { in pairedTTest()
227 throws IllegalArgumentException { in t()
235 throws IllegalArgumentException { in t()
[all …]
DTTestImpl.java85 throws IllegalArgumentException, MathException { in pairedT()
128 throws IllegalArgumentException, MathException { in pairedTTest()
168 throws IllegalArgumentException, MathException { in pairedTTest()
189 throws IllegalArgumentException { in t()
212 throws IllegalArgumentException { in t()
252 throws IllegalArgumentException { in homoscedasticT()
289 throws IllegalArgumentException { in t()
330 throws IllegalArgumentException { in t()
375 throws IllegalArgumentException { in homoscedasticT()
410 throws IllegalArgumentException, MathException { in tTest()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
DTimeScaleAPITest.java43 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
50 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
58 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
69 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
76 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
84 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
95 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
102 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
110 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
123 } catch (IllegalArgumentException iae) { in TestFromLong()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
DTimeScaleAPITest.java46 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
53 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
61 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal()
72 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
79 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
87 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble()
98 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
105 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
113 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong()
126 } catch (IllegalArgumentException iae) { in TestFromLong()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java43 throw new IllegalArgumentException( in checkFormat()
50 throw new IllegalArgumentException( in checkNibbleRegister()
58 throw new IllegalArgumentException( in checkByteRegister()
66 throw new IllegalArgumentException( in checkShortRegister()
74 throw new IllegalArgumentException( in checkNibbleLiteral()
82 throw new IllegalArgumentException( in checkByteLiteral()
90 throw new IllegalArgumentException( in checkShortLiteral()
98 throw new IllegalArgumentException( in checkIntegerHatLiteral()
106 throw new IllegalArgumentException( in checkLongHatLiteral()
114 throw new IllegalArgumentException( in checkByteCodeOffset()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java108 } catch (IllegalArgumentException iae) { in TestContstruction()
115 } catch (IllegalArgumentException iae) { in TestContstruction()
122 } catch (IllegalArgumentException iae) { in TestContstruction()
129 } catch (IllegalArgumentException iae) { in TestContstruction()
136 } catch (IllegalArgumentException iae) { in TestContstruction()
143 } catch (IllegalArgumentException iae) { in TestContstruction()
150 } catch (IllegalArgumentException iae) { in TestContstruction()
157 } catch (IllegalArgumentException iae) { in TestContstruction()
164 } catch (IllegalArgumentException iae) { in TestContstruction()
171 }catch (IllegalArgumentException iae) { in TestContstruction()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java111 } catch (IllegalArgumentException iae) { in TestContstruction()
118 } catch (IllegalArgumentException iae) { in TestContstruction()
125 } catch (IllegalArgumentException iae) { in TestContstruction()
132 } catch (IllegalArgumentException iae) { in TestContstruction()
139 } catch (IllegalArgumentException iae) { in TestContstruction()
146 } catch (IllegalArgumentException iae) { in TestContstruction()
153 } catch (IllegalArgumentException iae) { in TestContstruction()
160 } catch (IllegalArgumentException iae) { in TestContstruction()
167 } catch (IllegalArgumentException iae) { in TestContstruction()
174 }catch (IllegalArgumentException iae) { in TestContstruction()
[all …]
/external/guava/android/guava-tests/test/com/google/common/math/
DMathPreconditionsTest.java38 } catch (IllegalArgumentException expected) { in testCheckPositive_zeroInt()
50 } catch (IllegalArgumentException expected) { in testCheckPositive_minInt()
62 } catch (IllegalArgumentException expected) { in testCheckPositive_negativeInt()
70 } catch (IllegalArgumentException expected) { in testCheckPositive_zeroLong()
82 } catch (IllegalArgumentException expected) { in testCheckPositive_minLong()
94 } catch (IllegalArgumentException expected) { in testCheckPositive_negativeLong()
102 } catch (IllegalArgumentException expected) { in testCheckPositive_zeroBigInteger()
114 } catch (IllegalArgumentException expected) { in testCheckPositive_negativeBigInteger()
130 } catch (IllegalArgumentException expected) { in testCheckNonNegative_minInt()
142 } catch (IllegalArgumentException expected) { in testCheckNonNegative_negativeInt()
[all …]
DLinearTransformationTest.java66 } catch (IllegalArgumentException expected) { in testMapping_infiniteX1()
74 } catch (IllegalArgumentException expected) { in testMapping_infiniteY1()
82 } catch (IllegalArgumentException expected) { in testMappingAnd_infiniteX2()
90 } catch (IllegalArgumentException expected) { in testMappingAnd_infiniteY2()
98 } catch (IllegalArgumentException expected) { in testMapping_nanX1()
106 } catch (IllegalArgumentException expected) { in testMapping_nanY1()
114 } catch (IllegalArgumentException expected) { in testMappingAnd_nanX2()
122 } catch (IllegalArgumentException expected) { in testMappingAnd_nanY2()
134 } catch (IllegalArgumentException expected) { in testMappingAnd_samePointTwice()
190 } catch (IllegalArgumentException expected) { in testMappingWithSlope_nanSlope()
[all …]
/external/guava/guava-tests/test/com/google/common/math/
DMathPreconditionsTest.java38 } catch (IllegalArgumentException expected) { in testCheckPositive_zeroInt()
50 } catch (IllegalArgumentException expected) { in testCheckPositive_minInt()
62 } catch (IllegalArgumentException expected) { in testCheckPositive_negativeInt()
70 } catch (IllegalArgumentException expected) { in testCheckPositive_zeroLong()
82 } catch (IllegalArgumentException expected) { in testCheckPositive_minLong()
94 } catch (IllegalArgumentException expected) { in testCheckPositive_negativeLong()
102 } catch (IllegalArgumentException expected) { in testCheckPositive_zeroBigInteger()
114 } catch (IllegalArgumentException expected) { in testCheckPositive_negativeBigInteger()
130 } catch (IllegalArgumentException expected) { in testCheckNonNegative_minInt()
142 } catch (IllegalArgumentException expected) { in testCheckNonNegative_negativeInt()
[all …]
DLinearTransformationTest.java66 } catch (IllegalArgumentException expected) { in testMapping_infiniteX1()
74 } catch (IllegalArgumentException expected) { in testMapping_infiniteY1()
82 } catch (IllegalArgumentException expected) { in testMappingAnd_infiniteX2()
90 } catch (IllegalArgumentException expected) { in testMappingAnd_infiniteY2()
98 } catch (IllegalArgumentException expected) { in testMapping_nanX1()
106 } catch (IllegalArgumentException expected) { in testMapping_nanY1()
114 } catch (IllegalArgumentException expected) { in testMappingAnd_nanX2()
122 } catch (IllegalArgumentException expected) { in testMappingAnd_nanY2()
134 } catch (IllegalArgumentException expected) { in testMappingAnd_samePointTwice()
190 } catch (IllegalArgumentException expected) { in testMappingWithSlope_nanSlope()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DFieldVector.java67 throws IllegalArgumentException; in add()
76 throws IllegalArgumentException; in add()
85 throws IllegalArgumentException; in subtract()
94 throws IllegalArgumentException; in subtract()
175 FieldVector<T> ebeMultiply(FieldVector<T> v) throws IllegalArgumentException; in ebeMultiply()
183 FieldVector<T> ebeMultiply(T[] v) throws IllegalArgumentException; in ebeMultiply()
191 FieldVector<T> ebeDivide(FieldVector<T> v) throws IllegalArgumentException; in ebeDivide()
199 FieldVector<T> ebeDivide(T[] v) throws IllegalArgumentException; in ebeDivide()
214 throws IllegalArgumentException; in dotProduct()
223 throws IllegalArgumentException; in dotProduct()
[all …]
DAbstractRealVector.java95 public RealVector add(double[] v) throws IllegalArgumentException { in add()
106 public RealVector add(RealVector v) throws IllegalArgumentException { in add()
122 public RealVector subtract(double[] v) throws IllegalArgumentException { in subtract()
134 public RealVector subtract(RealVector v) throws IllegalArgumentException { in subtract()
160 throw new IllegalArgumentException(e); in mapAddToSelf()
170 public double dotProduct(double[] v) throws IllegalArgumentException { in dotProduct()
175 public double dotProduct(RealVector v) throws IllegalArgumentException { in dotProduct()
187 public RealVector ebeDivide(double[] v) throws IllegalArgumentException { in ebeDivide()
192 public RealVector ebeMultiply(double[] v) throws IllegalArgumentException { in ebeMultiply()
197 public double getDistance(RealVector v) throws IllegalArgumentException { in getDistance()
[all …]
DRealMatrix.java59 RealMatrix add(RealMatrix m) throws IllegalArgumentException; in add()
68 RealMatrix subtract(RealMatrix m) throws IllegalArgumentException; in subtract()
94 RealMatrix multiply(RealMatrix m) throws IllegalArgumentException; in multiply()
103 RealMatrix preMultiply(RealMatrix m) throws IllegalArgumentException; in preMultiply()
171 throws MatrixIndexException, IllegalArgumentException; in copySubMatrix()
185 throws MatrixIndexException, IllegalArgumentException; in copySubMatrix()
494 double[] operate(double[] v) throws IllegalArgumentException; in operate()
503 RealVector operate(RealVector v) throws IllegalArgumentException; in operate()
512 double[] preMultiply(double[] v) throws IllegalArgumentException; in preMultiply()
521 RealVector preMultiply(RealVector v) throws IllegalArgumentException; in preMultiply()
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
DSimpleModuleArgCheckTest.java27 } catch (IllegalArgumentException e) { in testInvalidForDeserializers()
34 } catch (IllegalArgumentException e) { in testInvalidForDeserializers()
53 } catch (IllegalArgumentException e) { in testInvalidForSerializers()
60 } catch (IllegalArgumentException e) { in testInvalidForSerializers()
67 } catch (IllegalArgumentException e) { in testInvalidForSerializers()
89 } catch (IllegalArgumentException e) { in testInvalidAbstractTypeMapping()
95 } catch (IllegalArgumentException e) { in testInvalidAbstractTypeMapping()
107 } catch (IllegalArgumentException e) { in testInvalidSubtypeMappings()
114 } catch (IllegalArgumentException e) { in testInvalidSubtypeMappings()
126 } catch (IllegalArgumentException e) { in testInvalidValueInstantiator()
[all …]
/external/apache-http/src/org/apache/http/protocol/
DHttpRequestExecutor.java114 throw new IllegalArgumentException("HTTP request may not be null"); in execute()
117 throw new IllegalArgumentException("Client connection may not be null"); in execute()
120 throw new IllegalArgumentException("HTTP context may not be null"); in execute()
157 throw new IllegalArgumentException("HTTP request may not be null"); in preProcess()
160 throw new IllegalArgumentException("HTTP processor may not be null"); in preProcess()
163 throw new IllegalArgumentException("HTTP context may not be null"); in preProcess()
194 throw new IllegalArgumentException("HTTP request may not be null"); in doSendRequest()
197 throw new IllegalArgumentException("HTTP connection may not be null"); in doSendRequest()
200 throw new IllegalArgumentException("HTTP context may not be null"); in doSendRequest()
270 throw new IllegalArgumentException("HTTP request may not be null"); in doReceiveResponse()
[all …]
/external/guava/guava-tests/test/com/google/common/net/
DMediaTypeTest.java131 } catch (IllegalArgumentException expected) {
139 } catch (IllegalArgumentException expected) {
147 } catch (IllegalArgumentException expected) {
155 } catch (IllegalArgumentException expected) {
163 } catch (IllegalArgumentException expected) {
171 } catch (IllegalArgumentException expected) {
179 } catch (IllegalArgumentException expected) {
262 } catch (IllegalArgumentException expected) {
272 } catch (IllegalArgumentException expected) {
282 } catch (IllegalArgumentException expected) {
[all …]
/external/guava/android/guava-tests/test/com/google/common/net/
DMediaTypeTest.java131 } catch (IllegalArgumentException expected) {
139 } catch (IllegalArgumentException expected) {
147 } catch (IllegalArgumentException expected) {
155 } catch (IllegalArgumentException expected) {
163 } catch (IllegalArgumentException expected) {
171 } catch (IllegalArgumentException expected) {
179 } catch (IllegalArgumentException expected) {
262 } catch (IllegalArgumentException expected) {
272 } catch (IllegalArgumentException expected) {
282 } catch (IllegalArgumentException expected) {
[all …]
/external/proguard/src/proguard/evaluation/value/
DValue.java48 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 1 value ["… in category1Value()
56 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a Category 2 value ["… in category2Value()
65 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an integer value [" +… in integerValue()
73 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a long value [" + thi… in longValue()
81 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a float value [" + th… in floatValue()
89 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a double value [" + t… in doubleValue()
97 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not a reference value [" … in referenceValue()
105 …throw new IllegalArgumentException("Value \"" + this.toString() + "\" is not an instruction offset… in instructionOffsetValue()
/external/apache-http/src/org/apache/http/params/
DHttpProtocolParams.java73 throw new IllegalArgumentException("HTTP parameters may not be null"); in getHttpElementCharset()
89 throw new IllegalArgumentException("HTTP parameters may not be null"); in setHttpElementCharset()
101 throw new IllegalArgumentException("HTTP parameters may not be null"); in getContentCharset()
118 throw new IllegalArgumentException("HTTP parameters may not be null"); in setContentCharset()
130 throw new IllegalArgumentException("HTTP parameters may not be null"); in getVersion()
148 throw new IllegalArgumentException("HTTP parameters may not be null"); in setVersion()
155 throw new IllegalArgumentException("HTTP parameters may not be null"); in getUserAgent()
162 throw new IllegalArgumentException("HTTP parameters may not be null"); in setUserAgent()
169 throw new IllegalArgumentException("HTTP parameters may not be null"); in useExpectContinue()
177 throw new IllegalArgumentException("HTTP parameters may not be null"); in setUseExpectContinue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowOpenGLMatrix.java32 throw new IllegalArgumentException("result == null"); in multiplyMM()
35 throw new IllegalArgumentException("lhs == null"); in multiplyMM()
38 throw new IllegalArgumentException("rhs == null"); in multiplyMM()
41 throw new IllegalArgumentException("resultOffset + 16 > result.length"); in multiplyMM()
44 throw new IllegalArgumentException("lhsOffset + 16 > lhs.length"); in multiplyMM()
47 throw new IllegalArgumentException("rhsOffset + 16 > rhs.length"); in multiplyMM()
96 throw new IllegalArgumentException("resultVec == null"); in multiplyMV()
99 throw new IllegalArgumentException("lhsMat == null"); in multiplyMV()
102 throw new IllegalArgumentException("rhsVec == null"); in multiplyMV()
105 throw new IllegalArgumentException("resultVecOffset + 4 > resultVec.length"); in multiplyMV()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimeTest.java132 } catch (IllegalArgumentException e) { in testValueOfString()
157 } catch (IllegalArgumentException e) { in testSetDate()
169 } catch (IllegalArgumentException e) { in testSetMonth()
181 } catch (IllegalArgumentException e) { in testSetYear()
193 } catch (IllegalArgumentException e) { in testGetDate()
205 } catch (IllegalArgumentException e) { in testGetDay()
217 } catch (IllegalArgumentException e) { in testGetMonth()
229 } catch (IllegalArgumentException e) { in testGetYear()
248 } catch (IllegalArgumentException e) { in test_valueOf_IllegalArgumentException()
255 } catch (IllegalArgumentException e) { in test_valueOf_IllegalArgumentException()
[all …]
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingConsecutiveAnswersTest.java89 .thenThrow(new IllegalArgumentException()); in should_return_consecutive_value_and_throw_exceptions_set_by_shorten_return_methods()
106 } catch (IllegalArgumentException expected) { } in should_return_consecutive_value_and_throw_exceptions_set_by_shorten_return_methods()
112 .thenThrow(new IllegalArgumentException()) in should_throw_consecutively()
123 } catch (IllegalArgumentException expected) { } in should_throw_consecutively()
139 new IllegalArgumentException(), in should_throw_consecutively_set_by_shorten_then_throw_method()
150 } catch (IllegalArgumentException expected) { } in should_throw_consecutively_set_by_shorten_then_throw_method()
166 when(mock.simpleMethod()).thenThrow(IllegalArgumentException.class); in should_throw_classes()
171 } catch (IllegalArgumentException expected) { } in should_throw_classes()
176 } catch (IllegalArgumentException expected) { } in should_throw_classes()
184 IllegalArgumentException.class, in should_throw_consecutively_classes_set_by_shorten_then_throw_method()
[all …]
/external/emma/core/java12/com/vladium/util/
DFiles.java39 if (atfile == null) throw new IllegalArgumentException ("null input: atfile"); in readFileList()
90 if (path == null) throw new IllegalArgumentException ("null input: path"); in pathToFiles()
101 if (segment == null) throw new IllegalArgumentException ("null input: path[" + i + "]"); in pathToFiles()
129 if (pathname == null) throw new IllegalArgumentException ("null input: pathname"); in canonicalizePathname()
143 if (file == null) throw new IllegalArgumentException ("null input: file"); in canonicalizeFile()
167 if (file == null) throw new IllegalArgumentException ("null input: file"); in getFileName()
188 if (file == null) throw new IllegalArgumentException ("null input: file"); in getFileExtension()
205 if (file == null) throw new IllegalArgumentException ("null input: file"); in newFile()
220 if (file == null) throw new IllegalArgumentException ("null input: file"); in newFile()
236 if (file == null) throw new IllegalArgumentException ("null input: file"); in newFile()
[all …]

12345678910>>...147