Home
last modified time | relevance | path

Searched defs:arr2 (Results 1 – 25 of 168) sorted by relevance

1234567

/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Dinput_iterator.pass.cpp89 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
136 int arr2[] = {1, 101, 42}; in test_emplacable_concept_with_alloc() local
183 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
214 int arr2[] = {1, 101, 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.cpp89 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
136 int arr2[] = {1, 101, 42}; in test_emplacable_concept_with_alloc() local
183 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
214 int arr2[] = {1, 101, 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.java57 final String[] arr2 = pool.get(new String[0]); in testGetEmptyArray() local
66 final String[] arr2 = pool.get(new String[] { new String("JaCoCo") }); in testGetArray() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_bfloat16_vsx.h17 __at_align__ BFloat16 arr2[K]; in convert_bfloat16_float() local
30 __at_align__ BFloat16 arr2[K]; in convert_float_bfloat16() local
H A Dvec256_common_vsx.h136 __at_align__ Half arr2[K]; in convert_half_float() local
148 __at_align__ Half arr2[K]; in convert_float_half() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/example/performance/
Dinner_product.cpp85 boost::array<int, N> arr2; in time_for_std_inner_product() local
128 boost::array<int, N> arr2; in time_for_fusion_inner_product() local
Dinner_product2.cpp85 boost::array<int, N> arr2; in time_for_std_inner_product() local
146 boost::array<int, N> arr2; 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.cpp82 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local
121 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp93 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local
134 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dassign_iter_iter.pass.cpp31 int arr2[] = {1, 101, 42}; in test_emplaceable_concept() local
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdePoolArray.cpp90 PoolArray<int> arr2(&pool); in intArrayTest() local
170 PoolArray<int, 32> arr2(&pool); in alignedIntArrayTest() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp103 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local
142 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp113 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local
154 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp166 static const int arr2[]; member
175 template <typename T> const int S<T>::arr2[] = { 1, 2, kBar }; // no side effects member in PR10001::S<T>
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp23 array<3> arr2 = make_array1<int>(1,array<5>(),0.1); in qq2() local
45 array<2> arr2 = AAA<int, int>::make_array<int>(1,2); in qq4() local
/aosp_15_r20/trusty/user/base/lib/scudo/test/srv/
Dscudo_app.cpp256 char* arr2 = new char[ARR_SIZE]; in scudo_on_message() local
436 char** arr2 = reinterpret_cast<char**>( in scudo_on_message() local
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array_unittest.cpp116 RetainPtr<CPDF_Array> arr2 = ToArray(arr->Clone()); in TEST() local
151 RetainPtr<CPDF_Array> arr2 = ToArray(arr->CloneDirectObject()); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dconvert.c346 const upb_Array* arr2, size_t i, 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.cpp150 const int arr2[] = { 3, 2, 1 }; in TEST() local
352 const size_t arr2[] = { s1, s2, s3 }; in TEST() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/
H A Dis_pointer_in_range.pass.cpp25 U* arr2 = new int[4]{5, 6, 7, 8}; in test_cv_quals() local
/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp21 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
H A Dconstruct_iter_iter_alloc.pass.cpp22 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
/aosp_15_r20/hardware/google/aemu/base/
DArraySize_unittest.cpp44 static constexpr bool arr2[arraySize(arr)] = {}; in TEST() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp21 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local

1234567