Home
last modified time | relevance | path

Searched defs:arr1 (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Dinput_iterator.pass.cpp88 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 Dinput_iterator.pass.cpp88 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 DArrayUtils.java49 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 DStringPoolTest.java56 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/
Dinner_product.cpp84 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
Dinner_product2.cpp84 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 Dconstruct_iter_iter.pass.cpp81 int arr1[] = {42}; in emplaceable_concept_tests() local
120 int arr1[] = {42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp92 int arr1[] = {42}; in emplaceable_concept_tests() local
133 int arr1[] = {42}; in test_ctor_under_alloc() local
H A Dassign_iter_iter.pass.cpp30 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 Dconstruct_iter_iter.pass.cpp102 int arr1[] = {42}; in emplaceable_concept_tests() local
141 int arr1[] = {42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp112 int arr1[] = {42}; in emplaceable_concept_tests() local
153 int arr1[] = {42}; in test_ctor_under_alloc() local
H A Dassign_iter_iter.pass.cpp28 int arr1[] = {42}; in test() local
/aosp_15_r20/external/clang/test/OpenMP/
H A Dparallel_ast_print.cpp143 T arr[C][10], arr1[C]; in tmain() local
194 int arr[10][argc], arr1[2]; in main() local
H A Dtarget_parallel_for_simd_ast_print.cpp65 T arr[N][10], arr1[N]; in tmain() local
190 int arr[5][10], arr1[5]; in main() local
H A Dtarget_parallel_for_ast_print.cpp65 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/
Dconvert.c345 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 DHashingTest.cpp136 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 Dis_pointer_in_range.pass.cpp24 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 Dp2.cpp11 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 Dconstruct_iter_iter.pass.cpp20 int arr1[] = {42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp21 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 Dconstruct_iter_iter.pass.cpp20 int arr1[] = {42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp21 int arr1[] = {42}; in test_ctor_under_alloc() local
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout.m123 void arr1() { function
/aosp_15_r20/external/clang/test/Sema/
H A Dvector-init.c42 longlong2 arr1[2] = { test3_helper(), test3_helper() }; in test3() local

1234567