Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/gemmlowp/meta/
H A 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
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/
H A 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()
H A DMathParseException.java37 public MathParseException(String wrong, int position, Class<?> type) { in MathParseException()
50 public MathParseException(String wrong, int position) { in MathParseException()
H A DNotFiniteNumberException.java37 public NotFiniteNumberException(Number wrong, Object... args) { in NotFiniteNumberException()
48 public NotFiniteNumberException(Localizable specific, Number wrong, Object... args) { in NotFiniteNumberException()
H A DDimensionMismatchException.java41 public DimensionMismatchException(Localizable specific, int wrong, int expected) { in DimensionMismatchException()
52 public DimensionMismatchException(int wrong, int expected) { in DimensionMismatchException()
H A 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()
H A DNumberIsTooLargeException.java44 public NumberIsTooLargeException(Number wrong, Number max, boolean boundIsAllowed) { in NumberIsTooLargeException()
63 Localizable specific, Number wrong, Number max, boolean boundIsAllowed) { in NumberIsTooLargeException()
H A DNumberIsTooSmallException.java44 public NumberIsTooSmallException(Number wrong, Number min, boolean boundIsAllowed) { in NumberIsTooSmallException()
63 Localizable specific, Number wrong, Number min, boolean boundIsAllowed) { in NumberIsTooSmallException()
H A DNonMonotonicSequenceException.java52 public NonMonotonicSequenceException(Number wrong, Number previous, int index) { in NonMonotonicSequenceException()
67 Number wrong, in NonMonotonicSequenceException()
H A DMathIllegalNumberException.java46 protected MathIllegalNumberException(Localizable pattern, Number wrong, Object... arguments) { in MathIllegalNumberException()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalNumberException.java48 Number wrong, in MathIllegalNumberException()
62 Number wrong, in MathIllegalNumberException()
H A DNumberIsTooSmallException.java49 public NumberIsTooSmallException(Number wrong, in NumberIsTooSmallException()
64 Number wrong, in NumberIsTooSmallException()
H A DNumberIsTooLargeException.java49 public NumberIsTooLargeException(Number wrong, in NumberIsTooLargeException()
63 Number wrong, in NumberIsTooLargeException()
H A DNonMonotonousSequenceException.java60 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException()
77 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException()
H A DDimensionMismatchException.java41 public DimensionMismatchException(int wrong, in DimensionMismatchException()
H A DOutOfRangeException.java44 public OutOfRangeException(Number wrong, in OutOfRangeException()
/aosp_15_r20/external/gemmlowp/test/
H A 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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dann_module6.py7 wrong: ClassVar[int] = 1 variable
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DNonSquareOperatorException.java37 public NonSquareOperatorException(int wrong, int expected) { in NonSquareOperatorException()
H A DNonSquareMatrixException.java37 public NonSquareMatrixException(int wrong, int expected) { in NonSquareMatrixException()
H A DNonPositiveDefiniteMatrixException.java45 public NonPositiveDefiniteMatrixException(double wrong, int index, double threshold) { in NonPositiveDefiniteMatrixException()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionContainsAllTester.java100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionContainsAllTester.java100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp12 …template<typename T> CONST T wrong; // expected-error {{member 'wrong' declared as a tem… member in A
159 …template<typename T> constexpr T wrong; // expected-error {{member 'wrong' declared as a… member in constexpred::A
/aosp_15_r20/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
H A DProjectInfoTest.java126 ProjectInfo.Quota wrong = new ProjectInfo.Quota(5, 6, 3, 6, 2, 1); in testToAndFromPbQuota() local

123