/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm_unittest.cc | 240 int array2[] = {4, 5, 6}; in TEST() local 263 int array2[] = {7, 8, 9}; in TEST() local 324 int array2[] = {1, 3}; in TEST() local 339 static constexpr int array2[] = {1, 3, 5, 7}; in TEST() local 365 int array2[] = {7, 3, 1, 6}; in TEST() local 390 int array2[] = {0, 1, 5, 3}; in TEST() local
|
/aosp_15_r20/external/cronet/base/apple/ |
H A D | scoped_cftyperef_unittest.cc | 40 CFMutableArrayRef array2 = in TEST() local 212 CFMutableArrayRef array2 = in TEST() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | c99-variable-length-array.cpp | 18 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local 39 int array2[T::value]; // expected-warning{{variable length arrays are a C99 feature}} in vla_in_template() local
|
H A D | non-empty-class-size-zero.cpp | 7 int array2[0]; member
|
H A D | c99-variable-length-array-cxx11.cpp | 22 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/ |
D | SpinedBuffer.java | 835 int[] array2 = Arrays.copyOf(array, 200); in toString() local 955 long[] array2 = Arrays.copyOf(array, 200); in toString() local 1075 double[] array2 = Arrays.copyOf(array, 200); in toString() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | SpinedBuffer.java | 835 int[] array2 = Arrays.copyOf(array, 200); in toString() local 955 long[] array2 = Arrays.copyOf(array, 200); in toString() local 1075 double[] array2 = Arrays.copyOf(array, 200); in toString() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | SpinedBuffer.java | 835 int[] array2 = Arrays.copyOf(array, 200); in toString() local 955 long[] array2 = Arrays.copyOf(array, 200); in toString() local 1075 double[] array2 = Arrays.copyOf(array, 200); in toString() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkSLMemoryLayoutTest.cpp | 120 std::unique_ptr<SkSL::Type> array2 = in DEF_TEST() local 219 std::unique_ptr<SkSL::Type> array2 = in DEF_TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/swap/ |
D | swap_array_of_int.cpp | 25 int array2[array_size]; in main() local
|
D | swap_array_of_array_of_int.cpp | 24 int array2[first_dimension][second_dimension]; in main() local
|
D | swap_array_of_class.cpp | 47 swap_test_class array2[array_size]; in main() local
|
D | swap_array_of_array_of_class.cpp | 47 swap_test_class array2[first_dimension][second_dimension]; in main() local
|
/aosp_15_r20/external/cbor-java/src/test/java/co/nstant/in/cbor/model/ |
H A D | ArrayTest.java | 20 Array array2 = new Array().add(new UnicodeString("string")); in testHashcode() local
|
/aosp_15_r20/art/test/559-bce-ssa/src/ |
H A D | Main.java | 19 public static void foo(int[] array, int[] array2, int start, int end) { in foo()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | hash_value_array_test.cpp | 34 int array2[1] = {3}; in array_int_test() local
|
D | hash_built_in_array_test.cpp | 33 int array2[1] = {3}; in array_int_test() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | vector-ops.c | 21 int array2[17]; in test1() local
|
H A D | vector-init.c | 13 float4 array2[2] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, variable
|
/aosp_15_r20/art/test/554-checker-rtp-checkcast/src/ |
H A D | Main.java | 60 int[] array2 = (int[]) returnIntArray(); in boundTypeForCatchPhi() local
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | ArraySize_unittest.cpp | 28 char array2[200]; 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/CXX/basic/basic.scope/basic.scope.pdecl/ |
H A D | p9.cpp | 19 int array2[X2<>::value? 1 : -1]; variable
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p4.cpp | 37 int array2[sizeof(X3<int>)]; variable
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-declref-ice.cpp | 25 int array2[X0<int>::value == sizeof(int)? 1 : -1]; variable
|