/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | ArrayUtilsAddTest.java | 76 final char[] array1 = {1, 2, 3}; in testAddFirstChar() local 94 final double[] array1 = {1, 2, 3}; in testAddFirstDouble() local 112 final float[] array1 = {1, 2, 3}; in testAddFirstFloat() local 130 final int[] array1 = {1, 2, 3}; in testAddFirstInt() local 148 final long[] array1 = {1, 2, 3}; in testAddFirstLong() local 202 final short[] array1 = {1, 2, 3}; in testAddFirstShort() local 253 final char[] array1 = {1, 2, 3}; in testAddObjectArrayChar() local 271 final double[] array1 = {1, 2, 3}; in testAddObjectArrayDouble() local 289 final float[] array1 = {1, 2, 3}; in testAddObjectArrayFloat() local 307 final int[] array1 = {1, 2, 3}; in testAddObjectArrayInt() local [all …]
|
H A D | ArraySorterTest.java | 38 final char[] array1 = {2, 1}; in testSortCharArray() local 46 final String[] array1 = ArrayUtils.toArray("foo", "bar"); in testSortComparable() local 54 final double[] array1 = {2, 1}; in testSortDoubleArray() local 62 final float[] array1 = {2, 1}; in testSortFloatArray() local 70 final int[] array1 = {2, 1}; in testSortIntArray() local 78 final long[] array1 = {2, 1}; in testSortLongArray() local 86 final String[] array1 = ArrayUtils.toArray("foo", "bar"); in testSortObjects() local 94 final short[] array1 = {2, 1}; in testSortShortArray() local
|
H A D | ArrayUtilsRemoveMultipleTest.java | 250 final char[] array1 = { 'a', 'b' }; in testRemoveAllCharArrayRemoveNone() local 322 final double[] array1 = { 1, 2 }; in testRemoveAllDoubleArrayRemoveNone() local 394 final float[] array1 = { 1, 2 }; in testRemoveAllFloatArrayRemoveNone() local 472 final int[] array1 = { 1, 2 }; in testRemoveAllIntArrayRemoveNone() local 544 final long[] array1 = { 1, 2 }; in testRemoveAllLongArrayRemoveNone() local 688 final Object[] array1 = { "foo", "bar", "baz" }; in testRemoveAllObjectArrayRemoveNone() local 760 final short[] array1 = { 1, 2 }; in testRemoveAllShortArrayRemoveNone() local
|
H A D | ArrayUtilsTest.java | 60 private void assertIsEquals(final Object array1, final Object array2, final Object array3) { in assertIsEquals() 417 final String[] array1 = { StringUtils.EMPTY }; in testGet() local 443 final String[] array1 = { StringUtils.EMPTY }; in testGetDefault() local 451 final String[] array1 = { StringUtils.EMPTY }; in testGetDefault() local 515 final long[][] array1 = {{2, 5}, {4, 5}}; in testHashCode() local 5050 final String[] array1 = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}; in testShuffle() local 5084 final char[] array1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in testShuffleChar() local 5096 final double[] array1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in testShuffleDouble() local 5108 final float[] array1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in testShuffleFloat() local 5120 final int[] array1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; in testShuffleInt() local [all …]
|
H A D | ClassUtilsTest.java | 778 final Class<?>[] array1 = new Class[] {Object.class}; in test_isAssignable_ClassArray_ClassArray() local 806 final Class<?>[] array1 = new Class[] {Object.class}; in test_isAssignable_ClassArray_ClassArray_Autoboxing() local 834 final Class<?>[] array1 = new Class[] {Object.class}; in test_isAssignable_ClassArray_ClassArray_NoAutoboxing() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/ |
H A D | CompareToBuilderTest.java | 695 final long[][] array1 = new long[2][2]; in testMultiLongArray() local 719 final int[][] array1 = new int[2][2]; in testMultiIntArray() local 743 final short[][] array1 = new short[2][2]; in testMultiShortArray() local 767 final char[][] array1 = new char[2][2]; in testMultiCharArray() local 815 final float[][] array1 = new float[2][2]; in testMultiFloatArray() local 839 final double[][] array1 = new double[2][2]; in testMultiDoubleArray() local 887 final long[][] array1 = new long[2][]; in testRaggedArray() local 915 final Object[] array1 = new Object[2]; in testMixedArray() local 941 final TestObject[] array1 = new TestObject[2]; in testObjectArrayHiddenByObject() local 968 final long[] array1 = new long[2]; in testLongArrayHiddenByObject() local [all …]
|
H A D | EqualsBuilderTest.java | 804 final long[][] array1 = new long[2][2]; in testMultiLongArray() local 820 final int[][] array1 = new int[2][2]; in testMultiIntArray() local 836 final short[][] array1 = new short[2][2]; in testMultiShortArray() local 852 final char[][] array1 = new char[2][2]; in testMultiCharArray() local 884 final float[][] array1 = new float[2][2]; in testMultiFloatArray() local 900 final double[][] array1 = new double[2][2]; in testMultiDoubleArray() local 939 final long[][] array1 = new long[2][]; in testRaggedArray() local 957 final Object[] array1 = new Object[2]; in testMixedArray() local 975 final TestObject[] array1 = new TestObject[2]; in testObjectArrayHiddenByObject() local 993 final long[] array1 = new long[2]; in testLongArrayHiddenByObject() local [all …]
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/matchers/apachecommons/ |
H A D | EqualsBuilderTest.java | 555 long[][] array1 = new long[2][2]; in testMultiLongArray() local 570 int[][] array1 = new int[2][2]; in testMultiIntArray() local 585 short[][] array1 = new short[2][2]; in testMultiShortArray() local 600 char[][] array1 = new char[2][2]; in testMultiCharArray() local 629 float[][] array1 = new float[2][2]; in testMultiFloatArray() local 644 double[][] array1 = new double[2][2]; in testMultiDoubleArray() local 681 long[][] array1 = new long[2][]; in testRaggedArray() local 698 Object[] array1 = new Object[2]; in testMixedArray() local 715 TestObject[] array1 = new TestObject[2]; in testObjectArrayHiddenByObject() local 732 long[] array1 = new long[2]; in testLongArrayHiddenByObject() local [all …]
|
/aosp_15_r20/art/test/550-checker-multiply-accumulate/src/ |
H A D | Main.java | 429 public static void SimdMulAdd(int[] array1, int[] array2) { in SimdMulAdd() 435 public static void SimdMulAddLong(long[] array1, long[] array2) { in SimdMulAddLong() 454 public static void SimdMulSub(int[] array1, int[] array2) { in SimdMulSub() 460 public static void SimdMulSubLong(long[] array1, long[] array2) { in SimdMulSubLong() 474 public static void SimdMulMultipleUses(int[] array1, int[] array2) { in SimdMulMultipleUses() 482 public static void SimdMulMultipleUsesLong(long[] array1, long[] array2) { in SimdMulMultipleUsesLong() 521 int[] array1 = new int[ARRAY_SIZE]; in testSimdMultiplyAccumulate() local
|
/aosp_15_r20/external/eigen/test/ |
H A D | mapped_matrix.cpp | 24 Scalar* array1 = internal::aligned_new<Scalar>(size); in map_class_vector() local 59 Scalar* array1 = internal::aligned_new<Scalar>(size); in map_class_matrix() local 127 Scalar* array1 = internal::aligned_new<Scalar>(size); in map_static_methods() local 165 Scalar* array1 = internal::aligned_new<Scalar>((size+1)*(size+1)+1); in map_not_aligned_on_scalar() local
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/ |
H A D | ArrayUtils.java | 47 public static <E> List<E> toUnmodifiableCompositeList(E[] array1, E[] array2) { in toUnmodifiableCompositeList() 83 private final E[] array1; field in ArrayUtils.CompositeUnmodifiableArrayList 86 CompositeUnmodifiableArrayList(E[] array1, E[] array2) { in CompositeUnmodifiableArrayList()
|
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/util/ |
D | ArrayUtilsTest.java | 71 Integer[] array1 = ArrayUtils.emptyArray(Integer.class); in testEmptyArray() local 83 Integer[] array1 = ArrayUtils.emptyIfNull(null, Integer.class); in testEmptyIfNull() local 242 Integer[] array1 = new Integer[]{1, 2}; in testConcatElements() local 448 ArrayList<String> array1 = new ArrayList<String>(); in testReferenceEquals() local
|
/aosp_15_r20/art/test/GetMethodSignature/ |
H A D | GetMethodSignature.java | 23 void m6(int i, int j, int[][] array1) { } in m6() 24 void m7(int i, int j, int[][] array1, Object o) { } in m7() 25 void m8(int i, int j, int[][] array1, Object o, Object[][] array2) { } in m8()
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | ArrayUtils.java | 846 public static boolean[] addAll(final boolean[] array1, final boolean... array2) { in addAll() 877 public static byte[] addAll(final byte[] array1, final byte... array2) { in addAll() 908 public static char[] addAll(final char[] array1, final char... array2) { in addAll() 939 public static double[] addAll(final double[] array1, final double... array2) { in addAll() 970 public static float[] addAll(final float[] array1, final float... array2) { in addAll() 1001 public static int[] addAll(final int[] array1, final int... array2) { in addAll() 1032 public static long[] addAll(final long[] array1, final long... array2) { in addAll() 1063 public static short[] addAll(final short[] array1, final short... array2) { in addAll() 1101 … public static <T> T[] addAll(final T[] array1, @SuppressWarnings("unchecked") final T... array2) { in addAll() 3296 public static boolean isEquals(final Object array1, final Object array2) { in isEquals() [all …]
|
/aosp_15_r20/external/clang/test/Lexer/ |
H A D | utf8-char-literal.cpp | 6 int array1['\xF1' != u'\xf1'? 1 : -1]; variable 7 int array1['ñ' != u'\xf1'? 1 : -1]; // expected-error {{character too large for enclosing characte… variable
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Arrays/ |
H A D | Correct.java | 53 Integer[] array1 = getIntegerArray(size); in testDefaultSort() local 66 Integer[] array1 = getIntegerArray(size); in testComparatorSort() local
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
H A D | p6.cpp | 21 int array1[X0<int>::Inner0<int*>::value == 1? 1 : -1]; variable 75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1]; variable
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stackdepot_test.cc | 59 uptr array1[] = {1, 2, 3, 4, 7}; in TEST() local 69 uptr array1[] = {1, 2, 3, 4, 5}; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | reference_util.h | 668 F&& f, const Array2D<T1>& array1, const Array2D<Ts>&... arrays) { in ApplyElementwise2D() 681 static void AssertSameSize2D(const Array2D<T1>& array1, in AssertSameSize2D() 692 static void AssertSameSize2D(const Array1& array1) {} in AssertSameSize2D()
|
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/ |
H A D | ResEntryWriter_test.cpp | 84 std::unique_ptr<Array> array1 = util::make_unique<Array>(); in TEST_F() local 153 std::unique_ptr<Array> array1 = util::make_unique<Array>(); in TEST_F() local
|
/aosp_15_r20/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/ |
H A D | AbstractTest.java | 142 protected void assertEquals(String message, byte[] array1, byte[] array2) { in assertEquals() 151 protected void assertEquals(String message, Object[] array1, Object[] array2) { in assertEquals()
|
/aosp_15_r20/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/util/ |
D | BundleUtilTest.java | 125 SparseArray<Parcelable> array1 = new SparseArray<>(); in testDeepEquals_sparseArray() local 180 SparseArray<Parcelable> array1 = new SparseArray<>(); in testHashCode_sparseArray() local
|
/aosp_15_r20/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/test/ |
H A D | AbstractTest.java | 151 protected void assertEquals(String message, byte[] array1, byte[] array2) { in assertEquals() 160 protected void assertEquals(String message, Object[] array1, Object[] array2) { in assertEquals()
|
/aosp_15_r20/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/test/ |
H A D | AbstractTestCase.java | 157 protected void assertEquals(String message, byte[] array1, byte[] array2) { in assertEquals() 167 protected void assertEquals(String message, Object[] array1, Object[] array2) { in assertEquals()
|
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/test/ |
H A D | AbstractTestCase.java | 156 protected void assertEquals(String message, byte[] array1, byte[] array2) { in assertEquals() 166 protected void assertEquals(String message, Object[] array1, Object[] array2) { in assertEquals()
|