Home
last modified time | relevance | path

Searched defs:wrong (Results 1 – 25 of 29) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
DMultiDimensionMismatchException.java32 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()
DMathParseException.java37 public MathParseException(String wrong, int position, Class<?> type) { in MathParseException()
50 public MathParseException(String wrong, int position) { in MathParseException()
DNotFiniteNumberException.java37 public NotFiniteNumberException(Number wrong, Object... args) { in NotFiniteNumberException()
48 public NotFiniteNumberException(Localizable specific, Number wrong, Object... args) { in NotFiniteNumberException()
DDimensionMismatchException.java41 public DimensionMismatchException(Localizable specific, int wrong, int expected) { in DimensionMismatchException()
52 public DimensionMismatchException(int wrong, int expected) { in DimensionMismatchException()
DNumberIsTooSmallException.java44 public NumberIsTooSmallException(Number wrong, Number min, boolean boundIsAllowed) { in NumberIsTooSmallException()
63 Localizable specific, Number wrong, Number min, boolean boundIsAllowed) { in NumberIsTooSmallException()
DNumberIsTooLargeException.java44 public NumberIsTooLargeException(Number wrong, Number max, boolean boundIsAllowed) { in NumberIsTooLargeException()
63 Localizable specific, Number wrong, Number max, boolean boundIsAllowed) { in NumberIsTooLargeException()
DOutOfRangeException.java44 public OutOfRangeException(Number wrong, Number lo, Number hi) { in OutOfRangeException()
56 public OutOfRangeException(Localizable specific, Number wrong, Number lo, Number hi) { in OutOfRangeException()
DNonMonotonicSequenceException.java52 public NonMonotonicSequenceException(Number wrong, Number previous, int index) { in NonMonotonicSequenceException()
67 Number wrong, in NonMonotonicSequenceException()
DMathIllegalNumberException.java46 protected MathIllegalNumberException(Localizable pattern, Number wrong, Object... arguments) { in MathIllegalNumberException()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathIllegalNumberException.java48 Number wrong, in MathIllegalNumberException()
62 Number wrong, in MathIllegalNumberException()
DNumberIsTooSmallException.java49 public NumberIsTooSmallException(Number wrong, in NumberIsTooSmallException()
64 Number wrong, in NumberIsTooSmallException()
DNumberIsTooLargeException.java49 public NumberIsTooLargeException(Number wrong, in NumberIsTooLargeException()
63 Number wrong, in NumberIsTooLargeException()
DNonMonotonousSequenceException.java60 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException()
77 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException()
DDimensionMismatchException.java41 public DimensionMismatchException(int wrong, in DimensionMismatchException()
DOutOfRangeException.java44 public OutOfRangeException(Number wrong, in OutOfRangeException()
/external/gemmlowp/meta/
Dtest_gemm_correctness.cc98 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/
Dann_module6.py7 wrong: ClassVar[int] = 1 variable
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
DNonSquareOperatorException.java37 public NonSquareOperatorException(int wrong, int expected) { in NonSquareOperatorException()
DNonSquareMatrixException.java37 public NonSquareMatrixException(int wrong, int expected) { in NonSquareMatrixException()
DNonPositiveDefiniteMatrixException.java45 public NonPositiveDefiniteMatrixException(double wrong, int index, double threshold) { in NonPositiveDefiniteMatrixException()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionContainsAllTester.java100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionContainsAllTester.java100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
DProjectInfoTest.java126 ProjectInfo.Quota wrong = new ProjectInfo.Quota(5, 6, 3, 6, 2, 1); in testToAndFromPbQuota() local
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc68 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/
Dcheck.rs23 let wrong = match find_misordered(&paths, mode) { in sorted() localVariable

12