/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/ |
H A D | CompareToBuilderTest.java | 697 final long[][] array3 = new long[2][3]; in testMultiLongArray() local 721 final int[][] array3 = new int[2][3]; in testMultiIntArray() local 745 final short[][] array3 = new short[2][3]; in testMultiShortArray() local 769 final char[][] array3 = new char[2][3]; in testMultiCharArray() local 817 final float[][] array3 = new float[2][3]; in testMultiFloatArray() local 841 final double[][] array3 = new double[2][3]; in testMultiDoubleArray() local 889 final long[][] array3 = new long[3][]; in testRaggedArray() local 917 final Object[] array3 = new Object[2]; in testMixedArray() local 947 final TestObject[] array3 = new TestObject[3]; in testObjectArrayHiddenByObject() local 974 final long[] array3 = new long[3]; in testLongArrayHiddenByObject() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/ |
D | transformation3.cpp | 54 int array3[] = {5,4,3}; in merge_test() local 93 int array3[] = {3,2,1}; in set_union_test() local 117 int array3[] = {3,2,1}; in set_intersection_test() local 141 int array3[] = {3,2,1}; in set_difference_test() local 165 int array3[] = {3,2,1}; in set_symmetric_difference_test() local
|
D | querying2.cpp | 30 int array3[] = {3,2,1}; in includes_test() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArrayTests.java | 52 int[] array2 = null, array3 = null; in testAdd() local 139 int[] array3 = null; in testReset() local 182 final int[] array3 = src.getPrimitiveArray(); in testSetLength() local 228 final int[] array3 = dst.getPrimitiveArray(); in testCopy() local
|
/aosp_15_r20/external/eigen/test/ |
H A D | mapped_matrix.cpp | 26 Scalar* array3 = new Scalar[size+1]; in map_class_vector() local 64 Scalar* array3 = new Scalar[size+1]; in map_class_matrix() local 129 Scalar* array3 = new Scalar[size+1]; in map_static_methods() local
|
H A D | geo_quaternion.cpp | 199 EIGEN_ALIGN_MAX Scalar array3[4+1]; in mapQuaternion() local 267 EIGEN_ALIGN_MAX Scalar array3[4+1]; in quaternionAlignment() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
H A D | OldAndroidArrayTest.java | 77 int[][][] array3 = (int[][][]) intIntIntArray; in testMultiInt() local 95 String[][][] array3 = (String[][][]) strStrStrArray; in testMulti() local
|
/aosp_15_r20/art/test/045-reflect-array/src/ |
H A D | Main.java | 200 int[][][] array3 = (int[][][]) intIntIntArray; in testMultiInt() local 219 String[][][] array3 = (String[][][]) strStrStrArray; in testMulti() local
|
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | ArrayUtilsTest.java | 237 String[] array3 = { "5", "6" }; in testConcat_threeObjectArrays() local 247 String[] array3 = { "5", "6" }; in testConcat_threeObjectArraysWithNull() local
|
/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm_unittest.cc | 241 int array3[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, in TEST() local 264 int array3[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in TEST() local 325 int array3[] = {1, 3, 5, 7}; in TEST() local 366 int array3[] = {1, 3, 5, 7}; in TEST() local 391 int array3[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | hash_value_array_test.cpp | 37 int array3[2] = {2, 3}; in array_int_test() local
|
D | hash_built_in_array_test.cpp | 37 int array3[2] = {2, 3}; in array_int_test() local
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | ArraySize_unittest.cpp | 32 std::array<std::vector<bool>, 15> array3; in TEST() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransitionController.java | 813 ArraySet<ActivityRecord> array2, ArraySet<WindowContainer> array3) { in collectActivityTypes() 828 ArraySet<ActivityRecord> array2, ArraySet<WindowContainer> array3, in lookForHighestTokenWithFilter()
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | vector-init.c | 16 float4 array3[2] = { {1.0, 2.0, 3.0}, 5.0, 6.0, 7.0, 8.0, variable
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p4.cpp | 38 int array3[sizeof(X3<float>)]; variable
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-declref-ice.cpp | 35 int array3[X1<int>::value == sizeof(int)? 1 : -1]; variable
|
H A D | temp_class_order.cpp | 27 int array3[X1<const int*, CIP>::value == 3? 1 : -1]; variable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | c99-variable-length-array-cxx11.cpp | 23 StillPOD array3[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | ms-if-exists.c | 65 int array3[] = { in test_if_exists_init_list() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | array.rs | 621 let array3: [i32; 3] = [1, 2, 3]; in array_mixed_equality_integers() localVariable 648 let array3: [f32; 3] = [1.0, std::f32::NAN, 3.0]; in array_mixed_equality_nans() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | array.rs | 621 let array3: [i32; 3] = [1, 2, 3]; in array_mixed_equality_integers() localVariable 648 let array3: [f32; 3] = [1.0, std::f32::NAN, 3.0]; in array_mixed_equality_nans() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | array.rs | 621 let array3: [i32; 3] = [1, 2, 3]; in array_mixed_equality_integers() localVariable 648 let array3: [f32; 3] = [1.0, std::f32::NAN, 3.0]; in array_mixed_equality_nans() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | array.rs | 621 let array3: [i32; 3] = [1, 2, 3]; in array_mixed_equality_integers() localVariable 648 let array3: [f32; 3] = [1.0, std::f32::NAN, 3.0]; in array_mixed_equality_nans() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | array.rs | 621 let array3: [i32; 3] = [1, 2, 3]; in array_mixed_equality_integers() localVariable 648 let array3: [f32; 3] = [1.0, std::f32::NAN, 3.0]; in array_mixed_equality_nans() localVariable
|