Home
last modified time | relevance | path

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

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DStringPoolTest.java56 final String[] arr2 = pool.get(new String[0]); in testGetEmptyArray() local
65 final String[] arr2 = pool.get(new String[] { new String("JaCoCo") }); in testGetArray() local
/external/libcxx/test/std/containers/sequences/list/list.cons/
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
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dassign_iter_iter.pass.cpp31 int arr2[] = {1, 101, 42}; in test_emplaceable_concept() local
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
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
/external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp21 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
Dconstruct_iter_iter_alloc.pass.cpp22 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
/external/deqp/framework/delibs/decpp/
DdePoolArray.cpp90 PoolArray<int> arr2(&pool); in intArrayTest() local
170 PoolArray<int, 32> arr2(&pool); in alignedIntArrayTest() local
/external/clang/test/CodeGenObjC/
Darc-captured-32bit-block-var-layout.m137 void arr2() { function
Darc-captured-block-var-layout.m136 void arr2() { function
/external/clang/test/Sema/
Dvector-init.c43 …short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (… in test3() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAlignOf.h121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)], member
/external/clang/test/CodeGenCXX/
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>
Dglobal-array-destruction.cpp20 S arr2[2]; variable
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array_unittest.cpp98 std::unique_ptr<CPDF_Array> arr2 = ToArray(arr->Clone()); in TEST() local
133 std::unique_ptr<CPDF_Array> arr2 = ToArray(arr->CloneDirectObject()); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAlignOf.h121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)], member
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Diter_iter_alloc.pass.cpp62 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
Diter_iter.pass.cpp73 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
Dassign_iter_iter.pass.cpp113 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
/external/vboot_reference/tests/
Dvboot_common_tests.c51 uint32_t arr2[7]; in ArraySizeTest() local
/external/clang/test/SemaCXX/
Di-c-e-cxx.cpp68 int arr2[castfloat]; // ok variable
/external/clang/test/SemaObjC/
Denum-fixed-type.m33 int arr2[(sizeof(__typeof__(IntegerEnum)) == sizeof(__typeof__(long)))? 1 : -1]; function
/external/Microsoft-GSL/tests/
Dstrided_span_tests.cpp238 int arr2[6] = {1, 2, 3, 4, 5, 6}; variable
249 int arr2[6] = {3, 4, 5, 6, 7, 8}; variable
272 const int arr2[6] = {1, 2, 3, 4, 5, 6}; variable
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DHashingTest.cpp150 const int arr2[] = { 3, 2, 1 }; in TEST() local
352 const size_t arr2[] = { s1, s2, s3 }; in TEST() local

12