| /external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/ |
| D | MultiDimensionMismatchException.java | 32 private final Integer[] wrong; field in MultiDimensionMismatchException 43 public MultiDimensionMismatchException(Integer[] wrong, Integer[] expected) { in MultiDimensionMismatchException() 55 Localizable specific, Integer[] wrong, Integer[] expected) { in MultiDimensionMismatchException()
|
| D | MathParseException.java | 37 public MathParseException(String wrong, int position, Class<?> type) { in MathParseException() 50 public MathParseException(String wrong, int position) { in MathParseException()
|
| D | NotFiniteNumberException.java | 37 public NotFiniteNumberException(Number wrong, Object... args) { in NotFiniteNumberException() 48 public NotFiniteNumberException(Localizable specific, Number wrong, Object... args) { in NotFiniteNumberException()
|
| D | DimensionMismatchException.java | 41 public DimensionMismatchException(Localizable specific, int wrong, int expected) { in DimensionMismatchException() 52 public DimensionMismatchException(int wrong, int expected) { in DimensionMismatchException()
|
| D | NumberIsTooSmallException.java | 44 public NumberIsTooSmallException(Number wrong, Number min, boolean boundIsAllowed) { in NumberIsTooSmallException() 63 Localizable specific, Number wrong, Number min, boolean boundIsAllowed) { in NumberIsTooSmallException()
|
| D | NumberIsTooLargeException.java | 44 public NumberIsTooLargeException(Number wrong, Number max, boolean boundIsAllowed) { in NumberIsTooLargeException() 63 Localizable specific, Number wrong, Number max, boolean boundIsAllowed) { in NumberIsTooLargeException()
|
| D | OutOfRangeException.java | 44 public OutOfRangeException(Number wrong, Number lo, Number hi) { in OutOfRangeException() 56 public OutOfRangeException(Localizable specific, Number wrong, Number lo, Number hi) { in OutOfRangeException()
|
| D | NonMonotonicSequenceException.java | 52 public NonMonotonicSequenceException(Number wrong, Number previous, int index) { in NonMonotonicSequenceException() 67 Number wrong, in NonMonotonicSequenceException()
|
| D | MathIllegalNumberException.java | 46 protected MathIllegalNumberException(Localizable pattern, Number wrong, Object... arguments) { in MathIllegalNumberException()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
| D | MathIllegalNumberException.java | 48 Number wrong, in MathIllegalNumberException() 62 Number wrong, in MathIllegalNumberException()
|
| D | NumberIsTooSmallException.java | 49 public NumberIsTooSmallException(Number wrong, in NumberIsTooSmallException() 64 Number wrong, in NumberIsTooSmallException()
|
| D | NumberIsTooLargeException.java | 49 public NumberIsTooLargeException(Number wrong, in NumberIsTooLargeException() 63 Number wrong, in NumberIsTooLargeException()
|
| D | NonMonotonousSequenceException.java | 60 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException() 77 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException()
|
| D | DimensionMismatchException.java | 41 public DimensionMismatchException(int wrong, in DimensionMismatchException()
|
| D | OutOfRangeException.java | 44 public OutOfRangeException(Number wrong, in OutOfRangeException()
|
| /external/gemmlowp/meta/ |
| D | test_gemm_correctness.cc | 98 int wrong = 0; in check_row_row() local 133 int wrong = 0; in check_row_col() local 163 int wrong = 0; in check_row_row_f() local 183 int wrong = 0; in check_row_col_f() local 203 int wrong = 0; in check_row_row_i32() local 222 int wrong = 0; in check_row_col_i32() local
|
| /external/python/cpython3/Lib/test/ |
| D | ann_module6.py | 7 wrong: ClassVar[int] = 1 variable
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
| D | NonSquareOperatorException.java | 37 public NonSquareOperatorException(int wrong, int expected) { in NonSquareOperatorException()
|
| D | NonSquareMatrixException.java | 37 public NonSquareMatrixException(int wrong, int expected) { in NonSquareMatrixException()
|
| D | NonPositiveDefiniteMatrixException.java | 45 public NonPositiveDefiniteMatrixException(double wrong, int index, double threshold) { in NonPositiveDefiniteMatrixException()
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | CollectionContainsAllTester.java | 100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| D | CollectionContainsAllTester.java | 100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
|
| /external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/ |
| D | ProjectInfoTest.java | 126 ProjectInfo.Quota wrong = new ProjectInfo.Quota(5, 6, 3, 6, 2, 1); in testToAndFromPbQuota() local
|
| /external/gemmlowp/test/ |
| D | correctness_meta_gemm.cc | 68 std::int32_t wrong = 0; in check_result() local 109 std::int32_t wrong = 0; in check_result_f() local 142 std::int32_t wrong = 0; in check_result_i32() local
|
| /external/rust/crates/remain/src/ |
| D | check.rs | 23 let wrong = match find_misordered(&paths, mode) { in sorted() localVariable
|