Home
last modified time | relevance | path

Searched refs:array4 (Results 1 – 25 of 32) sorted by relevance

12

/external/eigen/test/
Dmapped_matrix.cpp29 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/
DTArrayTest.cpp235 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/
Dsanitizer_stackdepot_test.cc72 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/
Dsanitizer_stackdepot_test.cpp93 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/
DA.output38 int[][] array4 = {
62 + array4[
DA.input38 int[][] array4 = {
62 + array4[
/external/skia/tests/
DTArrayTest.cpp337 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/
Dc99-variable-length-array-cxx11.cpp24 …StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} expected-n… in vla() local
Dc99-variable-length-array.cpp24 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
/external/clang/test/SemaCXX/
Dc99-variable-length-array-cxx11.cpp24 StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
Dc99-variable-length-array.cpp20 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
/external/llvm-project/flang/test/Semantics/
Dreshape.f9012 integer :: array4(2,3) = RESHAPE([(n, n=1,5)], [2,3]) variable
/external/clang/test/Parser/
Dms-if-exists.c71 int array4[] = { in test_if_exists_init_list() local
Dms-if-exists.cpp72 int array4[] = { in test_if_exists_init_list() local
/external/llvm-project/clang/test/Parser/
Dms-if-exists.c71 int array4[] = { in test_if_exists_init_list() local
Dms-if-exists.cpp72 int array4[] = { in test_if_exists_init_list() local
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp6.cpp54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp76 int array4[ambig]; // expected-error {{non-integer type}} variable
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp6.cpp54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp74 int array4[ambig]; // expected-error {{ambiguous conversion}} variable
/external/llvm-project/clang/test/SemaTemplate/
Ddefault-arguments.cpp112 int array4[is_same<X4<add_pointer>, variable
/external/clang/test/SemaTemplate/
Ddefault-arguments.cpp112 int array4[is_same<X4<add_pointer>, variable
Ddeduction.cpp83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable
/external/clang/test/CodeGenObjC/
Darc-foreach.m180 NSArray *array4;
185 return array4;
/external/llvm-project/clang/test/CodeGenObjC/
Darc-foreach.m188 NSArray *array4;
193 return array4;

12