/external/clang/test/CodeGen/ |
pr5406.c | 12 A0 a3; local 13 a3.x[0] = 0; 14 a3.x[0] = 0; 15 a3.x[2] = 26; 16 foo (1, a3 );
|
/external/eigen/doc/snippets/ |
Tutorial_AdvancedInitialization_Zero.cpp | 12 ArrayXXf a3 = ArrayXXf::Zero(3, 4); variable 13 std::cout << a3 << "\n"; variable
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/ |
merge.pass.cpp | 24 int a3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local 28 assert(c1 == std::list<int>(a3, a3+sizeof(a3)/sizeof(a3[0]))); 34 int a3[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}; local 38 assert((c1 == std::list<int, min_allocator<int>>(a3, a3+sizeof(a3)/sizeof(a3[0])))) [all...] |
merge_comp.pass.cpp | 25 int a3[] = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local 29 assert(c1 == std::list<int>(a3, a3+sizeof(a3)/sizeof(a3[0]))); 35 int a3[] = {11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0}; local 39 assert((c1 == std::list<int, min_allocator<int>>(a3, a3+sizeof(a3)/sizeof(a3[0])))) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/ |
allocator_types.pass.cpp | 48 std::allocator<int> a3 = a2; local
|
/external/clang/test/Sema/ |
array-declared-as-incorrect-type.c | 9 extern int a3[][2]; 10 int a3[1][2]; variable
|
generic-selection.c | 22 int a3[_Generic(0L, int: 1, short: 2, float: 3, default: 4) == 4 ? 1 : -1]; local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/ |
less_valarray_value.pass.cpp | 26 bool a3[] = {true, false, false, false, true}; local 32 assert(v3[i] == a3[i]);
|
less_value_valarray.pass.cpp | 26 bool a3[] = {false, false, true, true, false}; local 32 assert(v3[i] == a3[i]);
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/a3/ |
Test_a3.java | 17 package dot.junit.verify.a3; 25 * @constraint A3 31 Class.forName("dot.junit.verify.a3.d.T_a3_1");
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/a3/d/ |
T_a3_2.java | 17 package dot.junit.verify.a3.d;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-162085.js | 53 var a3 = [1.3]; variable 55 grow_store(a3, 1, o); 56 assertEquals(1.3, a3[0]); 57 assertEquals(o, a3[1]);
|
/external/clang/test/SemaTemplate/ |
temp_arg.cpp | 12 A<float, 1> *a3; // expected-error{{too few template arguments for class template 'A'}} variable 13 A a3; // expected-error{{use of class template 'A' requires template arguments}} variable
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
const_mem_fun.pass.cpp | 23 int a3() const {return 1;} function in struct:A 30 assert(std::mem_fun(&A::a3)(&a) == 1);
|
const_mem_fun1.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
const_mem_fun_ref.pass.cpp | 23 int a3() const {return 1;} function in struct:A 30 assert(std::mem_fun_ref(&A::a3)(a) == 1);
|
const_mem_fun_ref1.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun1.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun_ref.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun_ref1.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cassign/ |
and_valarray.pass.cpp | 25 T a3[] = {0, 2, 0, 0, 0}; local 29 std::valarray<T> v3(a3, N);
|
divide_valarray.pass.cpp | 25 T a3[] = {6, 14, 24, 36, 50}; local 29 std::valarray<T> v3(a3, N);
|
minus_valarray.pass.cpp | 25 T a3[] = {7, 9, 11, 13, 15}; local 29 std::valarray<T> v3(a3, N);
|
modulo_valarray.pass.cpp | 25 T a3[] = {0, 1, 2, 1, 0}; local 29 std::valarray<T> v3(a3, N);
|