Home
last modified time | relevance | path

Searched defs:mismatch (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DArraysSupport.java272 public static int mismatch(boolean[] a, in mismatch() method
294 public static int mismatch(boolean[] a, int aFromIndex, in mismatch() method
334 public static int mismatch(byte[] a, in mismatch() method
381 public static int mismatch(byte[] a, int aFromIndex, in mismatch() method
414 public static int mismatch(char[] a, in mismatch() method
436 public static int mismatch(char[] a, int aFromIndex, in mismatch() method
463 public static int mismatch(short[] a, in mismatch() method
485 public static int mismatch(short[] a, int aFromIndex, in mismatch() method
512 public static int mismatch(int[] a, in mismatch() method
534 public static int mismatch(int[] a, int aFromIndex, in mismatch() method
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dmismatch.hpp75 mismatch(SinglePassRange1& rng1, const SinglePassRange2 & rng2) in mismatch() function
90 mismatch(const SinglePassRange1& rng1, const SinglePassRange2& rng2) in mismatch() function
105 mismatch(SinglePassRange1& rng1, SinglePassRange2 & rng2) in mismatch() function
120 mismatch(const SinglePassRange1& rng1, SinglePassRange2& rng2) in mismatch() function
136 mismatch(SinglePassRange1& rng1, const SinglePassRange2& rng2, BinaryPredicate pred) in mismatch() function
151 mismatch(const SinglePassRange1& rng1, const SinglePassRange2& rng2, BinaryPredicate pred) in mismatch() function
166 mismatch(SinglePassRange1& rng1, SinglePassRange2& rng2, BinaryPredicate pred) in mismatch() function
181 mismatch(const SinglePassRange1& rng1, SinglePassRange2& rng2, BinaryPredicate pred) in mismatch() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/
DBufferMismatch.java34 static int mismatch(ByteBuffer a, int aOff, ByteBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
57 static int mismatch(CharBuffer a, int aOff, CharBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
84 static int mismatch(ShortBuffer a, int aOff, ShortBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
107 static int mismatch(IntBuffer a, int aOff, IntBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
130 static int mismatch(FloatBuffer a, int aOff, FloatBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
171 static int mismatch(LongBuffer a, int aOff, LongBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
193 static int mismatch(DoubleBuffer a, int aOff, DoubleBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DBufferMismatch.java34 static int mismatch(ByteBuffer a, int aOff, ByteBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
57 static int mismatch(CharBuffer a, int aOff, CharBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
84 static int mismatch(ShortBuffer a, int aOff, ShortBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
107 static int mismatch(IntBuffer a, int aOff, IntBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
130 static int mismatch(FloatBuffer a, int aOff, FloatBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
171 static int mismatch(LongBuffer a, int aOff, LongBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
193 static int mismatch(DoubleBuffer a, int aOff, DoubleBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/
DBufferMismatch.java34 static int mismatch(ByteBuffer a, int aOff, ByteBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
57 static int mismatch(CharBuffer a, int aOff, CharBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
84 static int mismatch(ShortBuffer a, int aOff, ShortBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
107 static int mismatch(IntBuffer a, int aOff, IntBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
130 static int mismatch(FloatBuffer a, int aOff, FloatBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
171 static int mismatch(LongBuffer a, int aOff, LongBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
193 static int mismatch(DoubleBuffer a, int aOff, DoubleBuffer b, int bOff, int length) { in mismatch() method in BufferMismatch
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dmismatch.h26 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function
35 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function
42 mismatch(_InputIterator1 __first1, in mismatch() function
55 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dmismatch.h26 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function
35 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function
42 mismatch(_InputIterator1 __first1, in mismatch() function
55 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dmismatch.h26 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function
35 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function
42 mismatch(_InputIterator1 __first1, in mismatch() function
55 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DArrays.annotated.java435 public static int mismatch(boolean @libcore.util.NonNull [] a, boolean @libcore.util.NonNull [] b) … in mismatch() method in Arrays
437 public static int mismatch(boolean @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, boolea… in mismatch() method in Arrays
439 public static int mismatch(byte @libcore.util.NonNull [] a, byte @libcore.util.NonNull [] b) { thro… in mismatch() method in Arrays
441 public static int mismatch(char @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, char @lib… in mismatch() method in Arrays
443 public static int mismatch(char @libcore.util.NonNull [] a, char @libcore.util.NonNull [] b) { thro… in mismatch() method in Arrays
445 public static int mismatch(char @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, char @lib… in mismatch() method in Arrays
447 public static int mismatch(short @libcore.util.NonNull [] a, short @libcore.util.NonNull [] b) { th… in mismatch() method in Arrays
449 public static int mismatch(short @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, short @l… in mismatch() method in Arrays
451 public static int mismatch(int @libcore.util.NonNull [] a, int @libcore.util.NonNull [] b) { throw … in mismatch() method in Arrays
453 public static int mismatch(int @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, int @libco… in mismatch() method in Arrays
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/stl/algorithm/
Dquerying.hpp458 struct mismatch struct
463 > type;
467 struct mismatch struct
473 struct result<This(R&, I)>
478 struct result<This(R&, I, P)>
484 operator()(R& r, I i) const in operator ()()
491 operator()(R& r, I i, P p) const in operator ()()
/aosp_15_r20/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCondition.java17 Condition<O> apply(I value, Description mismatch); in apply()
33 public static <T> Condition<T> matched(final T theValue, final Description mismatch) { in matched()
39 private final Description mismatch; field in Condition.Matched
41 private Matched(T theValue, Description mismatch) { in Matched()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dmismatch.h96 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function
105 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function
112 mismatch(_InputIterator1 __first1, in mismatch() function
125 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function
/aosp_15_r20/libcore/ojluni/src/test/java/util/HexFormat/
H A DHexFormatTest.java382 int mismatch = Arrays.mismatch(expected, actual); in testFormatHexString() local
403 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testParseHexStringRange() local
429 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testFormatHexRangeString() local
444 int mismatch = Arrays.mismatch(expected, actual); in testFormatHexAppendable() local
464 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testFormatHexRangeAppendable() local
480 int mismatch = Arrays.mismatch(expected, actual); in testFormatHexCharArray() local
504 int mismatch = Arrays.mismatch(expected, low, high, actual, 0, high - low); in testFormatHexCharArrayIndexed() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dmismatch.h126 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function
135 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function
161 mismatch(_InputIterator1 __first1, in mismatch() function
180 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dmismatch.h156 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredic… in mismatch() function
165 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in mismatch() function
191 mismatch(_InputIterator1 __first1, in mismatch() function
210 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in mismatch() function
/aosp_15_r20/external/rust/android-crates-io/crates/downcast/src/
Dlib.rs91 mismatch: TypeMismatch, field
148 let mismatch = TypeMismatch::new::<T, Self>(&*self); in downcast() localVariable
158 let mismatch = TypeMismatch::new::<T, Self>(&*self); in downcast_rc() localVariable
172 let mismatch = TypeMismatch::new::<T, Self>(&*self); in downcast_arc() localVariable
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c101 const char * const mismatch = pattern; in classmatch() local
146 const char * const mismatch = *pattern; in fnmatch_ch() local
296 const char *mismatch = NULL; in fnmatch() local
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/stubbing/
H A DStrictStubbingEndToEndTest.java103 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.ReportMismatchButNotUnusedStubbing
130 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.LenientStrictness1
143 @Test public void mismatch() { in mismatch() method in StrictStubbingEndToEndTest.LenientStrictness2
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest_banded_storage_layout.cpp95 size_t mismatch = 0; in test_band_storage() local
153 size_t mismatch = 0; in test_band_storage_6_by_5() local
209 size_t mismatch = 0; in test_band_storage_5_by_6() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx14/
Dmismatch.hpp32 BOOST_CXX14_CONSTEXPR std::pair<InputIterator1, InputIterator2> mismatch ( in mismatch() function
52 BOOST_CXX14_CONSTEXPR std::pair<InputIterator1, InputIterator2> mismatch ( in mismatch() function
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCheckTypeSize.cmake159 set(mismatch) variable
168 set(mismatch 1) variable
/aosp_15_r20/external/kotlinx.coroutines/integration-testing/src/mavenTest/kotlin/
H A DMavenPublicationMetaInfValidator.kt60 val mismatch = actual.subtract(intersection) + expected.subtract(intersection) in checkMetaInfStructure() constant
/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
H A DHasXPath.java60 public boolean matchesSafely(Node item, Description mismatch) { in matchesSafely()
74 private Condition<Object> evaluated(Node item, Description mismatch) { in evaluated()
/aosp_15_r20/libcore/ojluni/src/test/java/util/HashMap/
H A DToArray.java88 int mismatch = Arrays.mismatch(expected, res); in checkToTypedArray() local
113 int mismatch = Arrays.mismatch(expected, objects); in checkToObjectArray() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_fnmatch.c76 const char * const mismatch = *pattern; in fnmatch_ch() local
207 const char *mismatch = NULL; in apr_fnmatch() local

12345678910>>...29