Home
last modified time | relevance | path

Searched defs:array2 (Results 1 – 25 of 149) sorted by relevance

123456

/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dtyped_arrays_test.js34 const array2 = new Uint8Array(4); constant
42 const array2 = new Uint8Array(4); constant
57 const array2 = new Uint8Array(0); constant
81 const array2 = new Uint8Array(buffer2, 0, 3); constant
88 const array2 = new Uint8Array(4); constant
149 const array2 = cloneArrayBufferView(new Uint8Array(array1)); constant
159 const array2 = cloneArrayBufferView(array1); constant
168 const array2 = new Uint8Array(0); constant
175 const array2 = new Uint8Array(4); constant
187 const array2 = new Uint8Array(4); constant
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DArraySorterTest.java39 final char[] array2 = array1.clone(); in testSortCharArray() local
47 final String[] array2 = array1.clone(); in testSortComparable() local
55 final double[] array2 = array1.clone(); in testSortDoubleArray() local
63 final float[] array2 = array1.clone(); in testSortFloatArray() local
71 final int[] array2 = array1.clone(); in testSortIntArray() local
79 final long[] array2 = array1.clone(); in testSortLongArray() local
87 final String[] array2 = array1.clone(); in testSortObjects() local
95 final short[] array2 = array1.clone(); in testSortShortArray() local
DArrayUtilsRemoveMultipleTest.java251 final char[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllCharArrayRemoveNone() local
323 final double[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllDoubleArrayRemoveNone() local
395 final float[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllFloatArrayRemoveNone() local
473 final int[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllIntArrayRemoveNone() local
545 final long[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllLongArrayRemoveNone() local
689 final Object[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllObjectArrayRemoveNone() local
761 final short[] array2 = ArrayUtils.removeAll(array1); in testRemoveAllShortArrayRemoveNone() local
DArrayUtilsSetTest.java40 final Integer[] array2 = ArrayUtils.setAll(array, Integer::valueOf); in testSetAll_IntFunction() local
55 final String[] array2 = ArrayUtils.setAll(array, () -> StringUtils.EMPTY); in testSetAll_Suppiler() local
/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/
Dtransformation3.cpp47 int array2[] = {2,3,4}; in merge_test() local
73 int array2[] = {5,4,3,4,3,2}; in inplace_merge_test() local
87 int array2[] = {2,3,4}; in set_union_test() local
111 int array2[] = {2,3,4}; in set_intersection_test() local
135 int array2[] = {2,3,4}; in set_difference_test() local
159 int array2[] = {2,3,4}; in set_symmetric_difference_test() local
Dtransformation1.cpp107 int array2[] = {1,2,3}; in transform_test() local
269 int array2[2]; in remove_copy_test() local
282 int array2[2]; in remove_copy_if_test() local
306 int array2[] = {1,3,2}; in unique_test() local
332 int array2[] = {1,3,2}; in unique_copy_test() local
366 int array2[3]; in reverse_copy_test() local
Dquerying.cpp165 int array2[] = {1,2,3}; in equal_test() local
201 int array2[] = {3,2,1}; in lower_bound_test() local
218 int array2[] = {3,2,1}; in upper_bound_test() local
242 int array2[] = {3,2,2,1}; in equal_range_test() local
Dquerying2.cpp25 int array2[] = {1,2}; in includes_test() local
64 int array2[] = {1,2,4}; in lexicographical_compare_test() local
Dtransformation2.cpp46 int array2[3]; in rotate_copy_test() local
170 int array2[2]; in partial_sort_copy_test() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
DCompareToBuilderTest.java696 final long[][] array2 = new long[2][2]; in testMultiLongArray() local
720 final int[][] array2 = new int[2][2]; in testMultiIntArray() local
744 final short[][] array2 = new short[2][2]; in testMultiShortArray() local
768 final char[][] array2 = new char[2][2]; in testMultiCharArray() local
816 final float[][] array2 = new float[2][2]; in testMultiFloatArray() local
840 final double[][] array2 = new double[2][2]; in testMultiDoubleArray() local
888 final long[][] array2 = new long[2][]; in testRaggedArray() local
916 final Object[] array2 = new Object[2]; in testMixedArray() local
944 final TestObject[] array2 = new TestObject[2]; in testObjectArrayHiddenByObject() local
971 final long[] array2 = new long[2]; in testLongArrayHiddenByObject() local
[all …]
DEqualsBuilderTest.java805 final long[][] array2 = new long[2][2]; in testMultiLongArray() local
821 final int[][] array2 = new int[2][2]; in testMultiIntArray() local
837 final short[][] array2 = new short[2][2]; in testMultiShortArray() local
853 final char[][] array2 = new char[2][2]; in testMultiCharArray() local
885 final float[][] array2 = new float[2][2]; in testMultiFloatArray() local
901 final double[][] array2 = new double[2][2]; in testMultiDoubleArray() local
940 final long[][] array2 = new long[2][]; in testRaggedArray() local
958 final Object[] array2 = new Object[2]; in testMixedArray() local
978 final TestObject[] array2 = new TestObject[2]; in testObjectArrayHiddenByObject() local
996 final long[] array2 = new long[2]; in testLongArrayHiddenByObject() local
[all …]
/external/mockito/src/test/java/org/mockito/internal/matchers/apachecommons/
DEqualsBuilderTest.java556 long[][] array2 = new long[2][2]; in testMultiLongArray() local
571 int[][] array2 = new int[2][2]; in testMultiIntArray() local
586 short[][] array2 = new short[2][2]; in testMultiShortArray() local
601 char[][] array2 = new char[2][2]; in testMultiCharArray() local
630 float[][] array2 = new float[2][2]; in testMultiFloatArray() local
645 double[][] array2 = new double[2][2]; in testMultiDoubleArray() local
682 long[][] array2 = new long[2][]; in testRaggedArray() local
699 Object[] array2 = new Object[2]; in testMixedArray() local
718 TestObject[] array2 = new TestObject[2]; in testObjectArrayHiddenByObject() local
735 long[] array2 = new long[2]; in testLongArrayHiddenByObject() local
[all …]
/external/tink/java_src/src/test/java/com/google/crypto/tink/util/
DSecretBytesTest.java82 SecretBytes array2 = SecretBytes.copyFrom(plainArray, InsecureSecretKeyAccess.get()); in testEqualsSecretBytes_bitflips_different() local
93 SecretBytes array2 = SecretBytes.copyFrom(shorterCopy, InsecureSecretKeyAccess.get()); in testEqualsSecretBytes_lengths_different() local
101 SecretBytes array2 = in testEqualsSecretBytes_equals() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
DArrayUtils.java47 public static <E> List<E> toUnmodifiableCompositeList(E[] array1, E[] array2) { in toUnmodifiableCompositeList()
84 private final E[] array2; field in ArrayUtils.CompositeUnmodifiableArrayList
86 CompositeUnmodifiableArrayList(E[] array1, E[] array2) { in CompositeUnmodifiableArrayList()
/external/eigen/test/
Dmapped_matrix.cpp25 Scalar* array2 = internal::aligned_new<Scalar>(size); in map_class_vector() local
61 Scalar* array2 = internal::aligned_new<Scalar>(size); in map_class_matrix() local
128 Scalar* array2 = internal::aligned_new<Scalar>(size); in map_static_methods() local
166 Scalar* array2 = reinterpret_cast<Scalar*>(sizeof(Scalar)/2+std::size_t(array1)); in map_not_aligned_on_scalar() local
/external/sdv/vsomeip/third_party/boost/core/test/swap/
Dswap_array_of_int.cpp25 int array2[array_size]; in main() local
Dswap_array_of_array_of_int.cpp24 int array2[first_dimension][second_dimension]; in main() local
Dswap_array_of_class.cpp47 swap_test_class array2[array_size]; in main() local
/external/cbor-java/src/test/java/co/nstant/in/cbor/model/
DArrayTest.java20 Array array2 = new Array().add(new UnicodeString("string")); in testHashcode() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cc62 uptr array2[] = {1, 2, 3, 4, 8, 9}; in TEST() local
70 uptr array2[] = {7, 1, 3, 0}; in TEST() local
/external/clang/test/Sema/
Dvector-ops.c21 int array2[17]; in test1() local
/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_value_array_test.cpp34 int array2[1] = {3}; in array_int_test() local
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/test/
DAbstractTest.java142 protected void assertEquals(String message, byte[] array1, byte[] array2) { in assertEquals()
151 protected void assertEquals(String message, Object[] array1, Object[] array2) { in assertEquals()
/external/clang/test/SemaCXX/
Dnon-empty-class-size-zero.cpp7 int array2[0]; member
/external/openthread/tests/unit/
Dtest_heap_array.cpp184 Heap::Array<uint16_t, 2> array2; in TestHeapArrayOfUint16() local
350 Heap::Array<Entry, 2> array2; in TestHeapArray() local

123456