/aosp_15_r20/external/gemmlowp/meta/ |
H A 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
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/ |
H A 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()
|
H A D | MathParseException.java | 37 public MathParseException(String wrong, int position, Class<?> type) { in MathParseException() 50 public MathParseException(String wrong, int position) { in MathParseException()
|
H A D | NotFiniteNumberException.java | 37 public NotFiniteNumberException(Number wrong, Object... args) { in NotFiniteNumberException() 48 public NotFiniteNumberException(Localizable specific, Number wrong, Object... args) { in NotFiniteNumberException()
|
H A D | DimensionMismatchException.java | 41 public DimensionMismatchException(Localizable specific, int wrong, int expected) { in DimensionMismatchException() 52 public DimensionMismatchException(int wrong, int expected) { in DimensionMismatchException()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | NonMonotonicSequenceException.java | 52 public NonMonotonicSequenceException(Number wrong, Number previous, int index) { in NonMonotonicSequenceException() 67 Number wrong, in NonMonotonicSequenceException()
|
H A D | MathIllegalNumberException.java | 46 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 D | MathIllegalNumberException.java | 48 Number wrong, in MathIllegalNumberException() 62 Number wrong, in MathIllegalNumberException()
|
H A D | NumberIsTooSmallException.java | 49 public NumberIsTooSmallException(Number wrong, in NumberIsTooSmallException() 64 Number wrong, in NumberIsTooSmallException()
|
H A D | NumberIsTooLargeException.java | 49 public NumberIsTooLargeException(Number wrong, in NumberIsTooLargeException() 63 Number wrong, in NumberIsTooLargeException()
|
H A D | NonMonotonousSequenceException.java | 60 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException() 77 public NonMonotonousSequenceException(Number wrong, in NonMonotonousSequenceException()
|
H A D | DimensionMismatchException.java | 41 public DimensionMismatchException(int wrong, in DimensionMismatchException()
|
H A D | OutOfRangeException.java | 44 public OutOfRangeException(Number wrong, in OutOfRangeException()
|
/aosp_15_r20/external/gemmlowp/test/ |
H A 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
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | ann_module6.py | 7 wrong: ClassVar[int] = 1 variable
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
H A D | NonSquareOperatorException.java | 37 public NonSquareOperatorException(int wrong, int expected) { in NonSquareOperatorException()
|
H A D | NonSquareMatrixException.java | 37 public NonSquareMatrixException(int wrong, int expected) { in NonSquareMatrixException()
|
H A D | NonPositiveDefiniteMatrixException.java | 45 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 D | CollectionContainsAllTester.java | 100 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 D | CollectionContainsAllTester.java | 100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx1y-variable-templates_in_class.cpp | 12 …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 D | ProjectInfoTest.java | 126 ProjectInfo.Quota wrong = new ProjectInfo.Quota(5, 6, 3, 6, 2, 1); in testToAndFromPbQuota() local
|