/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | StringPoolTest.java | 56 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/ |
D | input_iterator.pass.cpp | 89 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/ |
D | assign_iter_iter.pass.cpp | 31 int arr2[] = {1, 101, 42}; in test_emplaceable_concept() local
|
D | construct_iter_iter.pass.cpp | 82 int arr2[] = {1, 101, 42}; in emplaceable_concept_tests() local 121 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
|
D | construct_iter_iter_alloc.pass.cpp | 93 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/ |
D | construct_iter_iter.pass.cpp | 21 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
|
D | construct_iter_iter_alloc.pass.cpp | 22 int arr2[] = {1, 101, 42}; in test_ctor_under_alloc() local
|
/external/deqp/framework/delibs/decpp/ |
D | dePoolArray.cpp | 90 PoolArray<int> arr2(&pool); in intArrayTest() local 170 PoolArray<int, 32> arr2(&pool); in alignedIntArrayTest() local
|
/external/clang/test/CodeGenObjC/ |
D | arc-captured-32bit-block-var-layout.m | 137 void arr2() { function
|
D | arc-captured-block-var-layout.m | 136 void arr2() { function
|
/external/clang/test/Sema/ |
D | vector-init.c | 43 …short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (… in test3() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | AlignOf.h | 121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)], member
|
/external/clang/test/CodeGenCXX/ |
D | template-instantiation.cpp | 166 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>
|
D | global-array-destruction.cpp | 20 S arr2[2]; variable
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_array_unittest.cpp | 98 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/ |
D | AlignOf.h | 121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)], member
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | sizeofpack.cpp | 23 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/ |
D | iter_iter_alloc.pass.cpp | 62 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
|
D | iter_iter.pass.cpp | 73 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
|
D | assign_iter_iter.pass.cpp | 113 int arr2[] = {1, 101, 42}; in test_emplacable_concept() local
|
/external/vboot_reference/tests/ |
D | vboot_common_tests.c | 51 uint32_t arr2[7]; in ArraySizeTest() local
|
/external/clang/test/SemaCXX/ |
D | i-c-e-cxx.cpp | 68 int arr2[castfloat]; // ok variable
|
/external/clang/test/SemaObjC/ |
D | enum-fixed-type.m | 33 int arr2[(sizeof(__typeof__(IntegerEnum)) == sizeof(__typeof__(long)))? 1 : -1]; function
|
/external/Microsoft-GSL/tests/ |
D | strided_span_tests.cpp | 238 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/ |
D | HashingTest.cpp | 150 const int arr2[] = { 3, 2, 1 }; in TEST() local 352 const size_t arr2[] = { s1, s2, s3 }; in TEST() local
|