/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
D | TTest.java | 69 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 …]
|
D | TestUtils.java | 159 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 …]
|
D | TTestImpl.java | 85 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 …]
|
D | ChiSquareTest.java | 55 throws IllegalArgumentException; in chiSquare() 87 throws IllegalArgumentException, MathException; in chiSquareTest() 122 throws IllegalArgumentException, MathException; in chiSquareTest() 151 throws IllegalArgumentException; in chiSquare() 182 throws IllegalArgumentException, MathException; in chiSquareTest() 220 throws IllegalArgumentException, MathException; in chiSquareTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 39 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 46 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 54 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 64 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 71 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 79 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 89 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 96 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 104 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 116 } catch (IllegalArgumentException iae) { in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 35 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 42 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 50 } catch (IllegalArgumentException iae) { in TestBigDecimalFromBigDecimal() 60 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 67 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 75 } catch (IllegalArgumentException iae) { in TestBigDecimalFromDouble() 85 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 92 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 100 } catch (IllegalArgumentException iae) { in TestBigDecimalFromLong() 112 } catch (IllegalArgumentException iae) { in TestFromLong() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | Preconditions.java | 43 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/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScriptRun.java | 108 } 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 104 } catch (IllegalArgumentException iae) { in TestContstruction() 111 } 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() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | IPAddressMap.java | 75 throws IllegalArgumentException in put() 78 throw new IllegalArgumentException("Invalid IP address pattern: "+addrSpec); in put() 178 throws IllegalArgumentException in IPAddrPattern() 181 throw new IllegalArgumentException("Invalid IP address pattern: "+value); in IPAddrPattern() 194 throw new IllegalArgumentException("Invalid IP address pattern: "+value); in IPAddrPattern() 199 catch (IllegalArgumentException ex) in IPAddrPattern() 201 throw new IllegalArgumentException("Invalid IP address pattern: "+value, ex); in IPAddrPattern() 215 throws IllegalArgumentException in match() 218 throw new IllegalArgumentException("Invalid IP address: "+value); in match() 228 throw new IllegalArgumentException("Invalid IP address: "+value); in match() [all …]
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
D | CheckMethodAdapter.java | 345 throw new IllegalArgumentException("Invalid attribute (must not be null)"); in visitAttribute() 388 throw new IllegalArgumentException("Invalid frame type " + type); in visitFrame() 392 throw new IllegalArgumentException("Invalid nLocal=" + nLocal in visitFrame() 396 throw new IllegalArgumentException("Invalid nStack=" + nStack in visitFrame() 402 throw new IllegalArgumentException("Array local[] is shorter than nLocal"); in visitFrame() 409 throw new IllegalArgumentException("Array stack[] is shorter than nStack"); in visitFrame() 439 … throw new IllegalArgumentException("Invalid operand (must be an array type code T_...): " in visitIntInsn() 460 throw new IllegalArgumentException("NEW cannot be used to create arrays: " in visitTypeInsn() 509 throw new IllegalArgumentException("Already visited label"); in visitLabel() 541 throw new IllegalArgumentException("Max = " + max in visitTableSwitchInsn() [all …]
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | MathPreconditionsTest.java | 37 } catch (IllegalArgumentException expected) {} in testCheckPositive_zeroInt() 48 } catch (IllegalArgumentException expected) {} in testCheckPositive_minInt() 59 } catch (IllegalArgumentException expected) {} in testCheckPositive_negativeInt() 66 } catch (IllegalArgumentException expected) {} in testCheckPositive_zeroLong() 77 } catch (IllegalArgumentException expected) {} in testCheckPositive_minLong() 88 } catch (IllegalArgumentException expected) {} in testCheckPositive_negativeLong() 95 } catch (IllegalArgumentException expected) {} in testCheckPositive_zeroBigInteger() 106 } catch (IllegalArgumentException expected) {} in testCheckPositive_negativeBigInteger() 121 } catch (IllegalArgumentException expected) {} in testCheckNonNegative_minInt() 132 } catch (IllegalArgumentException expected) {} in testCheckNonNegative_negativeInt() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldVector.java | 67 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 …]
|
D | AbstractRealVector.java | 95 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 …]
|
D | RealMatrix.java | 59 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 …]
|
D | BigMatrix.java | 50 BigMatrix add(BigMatrix m) throws IllegalArgumentException; in add() 59 BigMatrix subtract(BigMatrix m) throws IllegalArgumentException; in subtract() 85 BigMatrix multiply(BigMatrix m) throws IllegalArgumentException; in multiply() 94 BigMatrix preMultiply(BigMatrix m) throws IllegalArgumentException; in preMultiply() 296 BigDecimal[] operate(BigDecimal[] v) throws IllegalArgumentException; in operate() 305 BigDecimal[] preMultiply(BigDecimal[] v) throws IllegalArgumentException; in preMultiply() 316 BigDecimal[] solve(BigDecimal[] b) throws IllegalArgumentException, InvalidMatrixException; in solve() 329 BigMatrix solve(BigMatrix b) throws IllegalArgumentException, InvalidMatrixException; in solve()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpRequestExecutor.java | 114 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-gwt/test-super/com/google/common/net/super/com/google/common/net/ |
D | MediaTypeTest.java | 55 } catch (IllegalArgumentException expected) {} in testCreate_invalidType() 62 } catch (IllegalArgumentException expected) {} in testCreate_invalidSubtype() 69 } catch (IllegalArgumentException expected) {} in testCreate_wildcardTypeDeclaredSubtype() 146 } catch (IllegalArgumentException expected) {} in testWithParameters_invalidAttribute() 165 } catch (IllegalArgumentException expected) {} in testWithParameter_invalidAttribute() 205 } catch (IllegalArgumentException expected) {} in testParse_empty() 212 } catch (IllegalArgumentException expected) {} in testParse_badInput() 216 } catch (IllegalArgumentException expected) {} in testParse_badInput() 220 } catch (IllegalArgumentException expected) {} in testParse_badInput() 224 } catch (IllegalArgumentException expected) {} in testParse_badInput() [all …]
|
/external/proguard/src/proguard/evaluation/value/ |
D | Value.java | 48 …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/ |
D | HttpProtocolParams.java | 73 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/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TimeTest.java | 132 } 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/emma/core/java12/com/vladium/util/ |
D | Files.java | 39 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 …]
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | PBEKeySpecTest.java | 76 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 86 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 95 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 102 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 109 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 116 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 123 } catch (IllegalArgumentException e) { in testPBEKeySpec2() 153 } catch (IllegalArgumentException e) { in testPBEKeySpec3() 163 } catch (IllegalArgumentException e) { in testPBEKeySpec3() 173 } catch (IllegalArgumentException e) { in testPBEKeySpec3() [all …]
|
/external/apache-http/src/org/apache/http/util/ |
D | EncodingUtils.java | 71 throw new IllegalArgumentException("Parameter may not be null"); in getString() 75 throw new IllegalArgumentException("charset may not be null or empty"); in getString() 97 throw new IllegalArgumentException("Parameter may not be null"); in getString() 113 throw new IllegalArgumentException("data may not be null"); in getBytes() 117 throw new IllegalArgumentException("charset may not be null or empty"); in getBytes() 136 throw new IllegalArgumentException("Parameter may not be null"); in getAsciiBytes() 159 throw new IllegalArgumentException("Parameter may not be null"); in getAsciiString() 179 throw new IllegalArgumentException("Parameter may not be null"); in getAsciiString()
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | MediaTypeTest.java | 115 } catch (IllegalArgumentException expected) {} 122 } catch (IllegalArgumentException expected) {} 129 } catch (IllegalArgumentException expected) {} 206 } catch (IllegalArgumentException expected) {} 225 } catch (IllegalArgumentException expected) {} 265 } catch (IllegalArgumentException expected) {} 272 } catch (IllegalArgumentException expected) {} 276 } catch (IllegalArgumentException expected) {} 280 } catch (IllegalArgumentException expected) {} 284 } catch (IllegalArgumentException expected) {} [all …]
|