/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.cons/ |
H A D | input_iterator.pass.cpp | 88 int arr1[] = {42}; in test_emplacable_concept() local 135 int arr1[] = {42}; in test_emplacable_concept_with_alloc() local 182 int arr1[] = {42}; in test_ctor_under_alloc() local 213 int arr1[] = {42}; in test_ctor_under_alloc_with_alloc() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/list/list.cons/ |
H A D | input_iterator.pass.cpp | 88 int arr1[] = {42}; in test_emplacable_concept() local 135 int arr1[] = {42}; in test_emplacable_concept_with_alloc() local 182 int arr1[] = {42}; in test_ctor_under_alloc() local 213 int arr1[] = {42}; in test_ctor_under_alloc_with_alloc() local
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore/ |
H A D | ArrayUtils.java | 49 public static byte[] concat(byte[] arr1, byte[] arr2) { in concat() 54 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in concat() 108 public static int[] concat(int[] arr1, int[] arr2) { in concat()
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
H A D | StringPoolTest.java | 56 final String[] arr1 = pool.get(new String[0]); in testGetEmptyArray() local 65 final String[] arr1 = pool.get(new String[] { new String("JaCoCo") }); in testGetArray() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/performance/ |
D | inner_product.cpp | 84 boost::array<int, N> arr1; in time_for_std_inner_product() local 127 boost::array<int, N> arr1; in time_for_fusion_inner_product() local
|
D | inner_product2.cpp | 84 boost::array<int, N> arr1; in time_for_std_inner_product() local 145 boost::array<int, N> arr1; in time_for_fusion_inner_product2() local
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
H A D | construct_iter_iter.pass.cpp | 81 int arr1[] = {42}; in emplaceable_concept_tests() local 120 int arr1[] = {42}; in test_ctor_under_alloc() local
|
H A D | construct_iter_iter_alloc.pass.cpp | 92 int arr1[] = {42}; in emplaceable_concept_tests() local 133 int arr1[] = {42}; in test_ctor_under_alloc() local
|
H A D | assign_iter_iter.pass.cpp | 30 int arr1[] = {42}; in test_emplaceable_concept() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/ |
H A D | construct_iter_iter.pass.cpp | 102 int arr1[] = {42}; in emplaceable_concept_tests() local 141 int arr1[] = {42}; in test_ctor_under_alloc() local
|
H A D | construct_iter_iter_alloc.pass.cpp | 112 int arr1[] = {42}; in emplaceable_concept_tests() local 153 int arr1[] = {42}; in test_ctor_under_alloc() local
|
H A D | assign_iter_iter.pass.cpp | 28 int arr1[] = {42}; in test() local
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | parallel_ast_print.cpp | 143 T arr[C][10], arr1[C]; in tmain() local 194 int arr[10][argc], arr1[2]; in main() local
|
H A D | target_parallel_for_simd_ast_print.cpp | 65 T arr[N][10], arr1[N]; in tmain() local 190 int arr[5][10], arr1[5]; in main() local
|
H A D | target_parallel_for_ast_print.cpp | 65 T arr[N][10], arr1[N]; in tmain() local 168 int arr[5][10], arr1[5]; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | convert.c | 345 static bool PyUpb_ArrayElem_IsEqual(const upb_Array* arr1, in PyUpb_ArrayElem_IsEqual() 355 bool PyUpb_Array_IsEqual(const upb_Array* arr1, const upb_Array* arr2, in PyUpb_Array_IsEqual()
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | HashingTest.cpp | 136 const int arr1[] = { 1, 2, 3 }; in TEST() local 337 const int arr1[] = { i1, i2, i3, i4, i5, i6 }; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/ |
H A D | is_pointer_in_range.pass.cpp | 24 T* arr1 = new int[4]{1, 2, 3, 4}; in test_cv_quals() local
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
H A D | p2.cpp | 11 const int arr1[] = { 1, 2, 3, 4, 5 }; in test_f0_bullet1() local
|
/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/ |
H A D | construct_iter_iter.pass.cpp | 20 int arr1[] = {42}; in test_ctor_under_alloc() local
|
H A D | construct_iter_iter_alloc.pass.cpp | 21 int arr1[] = {42}; in test_ctor_under_alloc() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/vector/vector.cons/ |
H A D | construct_iter_iter.pass.cpp | 20 int arr1[] = {42}; in test_ctor_under_alloc() local
|
H A D | construct_iter_iter_alloc.pass.cpp | 21 int arr1[] = {42}; in test_ctor_under_alloc() local
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | arc-captured-32bit-block-var-layout.m | 123 void arr1() { function
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | vector-init.c | 42 longlong2 arr1[2] = { test3_helper(), test3_helper() }; in test3() local
|