/external/eigen/test/ |
D | mapped_matrix.cpp | 29 Scalar array4[EIGEN_TESTMAP_MAX_SIZE]; in map_class_vector() local 34 Map<VectorType>(array4, size) = Map<VectorType,AlignedMax>(array1, size); in map_class_vector() 38 VectorType ma4 = Map<VectorType>(array4, size); in map_class_vector() 69 Scalar array4[256]; in map_class_matrix() local 71 for(int i = 0; i < size; i++) array4[i] = Scalar(1); in map_class_matrix() 76 Map<MatrixType> map4(array4, rows, cols); in map_class_matrix()
|
/external/skqp/tests/ |
D | TArrayTest.cpp | 235 Array array4; in test_reserve() local 236 array4.push_back_n(reserveCount); in test_reserve() 237 array4.reserve(reserveCount); in test_reserve() 238 array4.pop_back_n(reserveCount); in test_reserve() 239 test_array_reserve(reporter, &array4, 2 * reserveCount); in test_reserve()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stackdepot_test.cc | 72 uptr array4[] = {1, 3, 2, 5}; in TEST() local 77 StackTrace s4(array4, ARRAY_SIZE(array4)); in TEST()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stackdepot_test.cpp | 93 uptr array4[] = {1, 3, 2, 5}; in TEST() local 98 StackTrace s4(array4, ARRAY_SIZE(array4)); in TEST()
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | A.output | 38 int[][] array4 = { 62 + array4[
|
D | A.input | 38 int[][] array4 = { 62 + array4[
|
/external/skia/tests/ |
D | TArrayTest.cpp | 337 Array array4; in test_reserve() local 338 array4.push_back_n(reserveCount); in test_reserve() 339 array4.reserve_back(reserveCount); in test_reserve() 340 array4.pop_back_n(reserveCount); in test_reserve() 341 test_array_reserve(reporter, &array4, 2 * reserveCount); in test_reserve()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | c99-variable-length-array-cxx11.cpp | 24 …StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} expected-n… in vla() local
|
D | c99-variable-length-array.cpp | 24 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
/external/clang/test/SemaCXX/ |
D | c99-variable-length-array-cxx11.cpp | 24 StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
D | c99-variable-length-array.cpp | 20 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
/external/llvm-project/flang/test/Semantics/ |
D | reshape.f90 | 12 integer :: array4(2,3) = RESHAPE([(n, n=1,5)], [2,3]) variable
|
/external/clang/test/Parser/ |
D | ms-if-exists.c | 71 int array4[] = { in test_if_exists_init_list() local
|
D | ms-if-exists.cpp | 72 int array4[] = { in test_if_exists_init_list() local
|
/external/llvm-project/clang/test/Parser/ |
D | ms-if-exists.c | 71 int array4[] = { in test_if_exists_init_list() local
|
D | ms-if-exists.cpp | 72 int array4[] = { in test_if_exists_init_list() local
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p6.cpp | 54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
|
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 76 int array4[ambig]; // expected-error {{non-integer type}} variable
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p6.cpp | 54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
|
/external/llvm-project/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 74 int array4[ambig]; // expected-error {{ambiguous conversion}} variable
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | default-arguments.cpp | 112 int array4[is_same<X4<add_pointer>, variable
|
/external/clang/test/SemaTemplate/ |
D | default-arguments.cpp | 112 int array4[is_same<X4<add_pointer>, variable
|
D | deduction.cpp | 83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable
|
/external/clang/test/CodeGenObjC/ |
D | arc-foreach.m | 180 NSArray *array4; 185 return array4;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-foreach.m | 188 NSArray *array4; 193 return array4;
|