/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.array.unbounded.pass.cpp | 47 using Array = int[]; in main() typedef 48 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 0); in main() 54 using Array = int[]; in main() typedef 55 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 0, 42); in main() 64 using Array = int[]; in main() typedef 65 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 1); in main() 72 using Array = int[]; in main() typedef 73 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 1, 42); in main() 83 using Array = int[]; in main() typedef 84 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 8); in main() [all …]
|
D | allocate_shared.array.bounded.pass.cpp | 41 using Array = int[8]; in main() typedef 42 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>()); in main() 48 using Array = int[8][3]; in main() typedef 49 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>()); in main() 57 using Array = int[8][3][2]; in main() typedef 58 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>()); in main() 71 using Array = int[8]; in main() typedef 73 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), init); in main() 79 using Array = int[8][3]; in main() typedef 81 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), init); in main() [all …]
|
D | make_shared.array.unbounded.pass.cpp | 45 using Array = int[]; in main() typedef 46 std::shared_ptr<Array> ptr = std::make_shared<Array>(0); in main() 52 using Array = int[]; in main() typedef 53 std::shared_ptr<Array> ptr = std::make_shared<Array>(0, 42); in main() 62 using Array = int[]; in main() typedef 63 std::shared_ptr<Array> ptr = std::make_shared<Array>(1); in main() 70 using Array = int[]; in main() typedef 71 std::shared_ptr<Array> ptr = std::make_shared<Array>(1, 42); in main() 81 using Array = int[]; in main() typedef 82 std::shared_ptr<Array> ptr = std::make_shared<Array>(8); in main() [all …]
|
D | make_shared.array.bounded.pass.cpp | 40 using Array = int[8]; in main() typedef 41 std::shared_ptr<Array> ptr = std::make_shared<Array>(); in main() 47 using Array = int[8][3]; in main() typedef 48 std::shared_ptr<Array> ptr = std::make_shared<Array>(); in main() 56 using Array = int[8][3][2]; in main() typedef 57 std::shared_ptr<Array> ptr = std::make_shared<Array>(); in main() 70 using Array = int[8]; in main() typedef 72 std::shared_ptr<Array> ptr = std::make_shared<Array>(init); in main() 78 using Array = int[8][3]; in main() typedef 80 std::shared_ptr<Array> ptr = std::make_shared<Array>(init); in main() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared.array.unbounded.pass.cpp | 47 using Array = int[]; in main() typedef 48 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 0); in main() 54 using Array = int[]; in main() typedef 55 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 0, 42); in main() 64 using Array = int[]; in main() typedef 65 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 1); in main() 72 using Array = int[]; in main() typedef 73 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 1, 42); in main() 83 using Array = int[]; in main() typedef 84 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), 8); in main() [all …]
|
D | allocate_shared.array.bounded.pass.cpp | 41 using Array = int[8]; in main() typedef 42 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>()); in main() 48 using Array = int[8][3]; in main() typedef 49 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>()); in main() 57 using Array = int[8][3][2]; in main() typedef 58 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>()); in main() 71 using Array = int[8]; in main() typedef 73 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), init); in main() 79 using Array = int[8][3]; in main() typedef 81 std::shared_ptr<Array> ptr = std::allocate_shared<Array>(std::allocator<Array>(), init); in main() [all …]
|
D | make_shared.array.unbounded.pass.cpp | 45 using Array = int[]; in main() typedef 46 std::shared_ptr<Array> ptr = std::make_shared<Array>(0); in main() 52 using Array = int[]; in main() typedef 53 std::shared_ptr<Array> ptr = std::make_shared<Array>(0, 42); in main() 62 using Array = int[]; in main() typedef 63 std::shared_ptr<Array> ptr = std::make_shared<Array>(1); in main() 70 using Array = int[]; in main() typedef 71 std::shared_ptr<Array> ptr = std::make_shared<Array>(1, 42); in main() 81 using Array = int[]; in main() typedef 82 std::shared_ptr<Array> ptr = std::make_shared<Array>(8); in main() [all …]
|
D | make_shared.array.bounded.pass.cpp | 40 using Array = int[8]; in main() typedef 41 std::shared_ptr<Array> ptr = std::make_shared<Array>(); in main() 47 using Array = int[8][3]; in main() typedef 48 std::shared_ptr<Array> ptr = std::make_shared<Array>(); in main() 56 using Array = int[8][3][2]; in main() typedef 57 std::shared_ptr<Array> ptr = std::make_shared<Array>(); in main() 70 using Array = int[8]; in main() typedef 72 std::shared_ptr<Array> ptr = std::make_shared<Array>(init); in main() 78 using Array = int[8][3]; in main() typedef 80 std::shared_ptr<Array> ptr = std::make_shared<Array>(init); in main() [all …]
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/algebra/ |
D | array_algebra.hpp | 37 template < template < typename, size_t > class Array, typename T, 39 static void for_each1( Array< T, dim > &s1, Op op ) in for_each1() 45 template < template < typename, size_t > class Array, typename T, 47 static void for_each2( Array< T, dim > &s1, const Array< T, dim > &s2, in for_each2() 54 template < template < typename, size_t > class Array, typename T, 56 static void for_each3( Array< T , dim > &s1 , in for_each3() 57 const Array< T , dim > &s2 , in for_each3() 58 const Array< T , dim > &s3 , Op op ) in for_each3() 65 template < template < typename, size_t > class Array, typename T, 67 static void for_each3( Array< T , dim > &s1 , in for_each3() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/array/array.cons/ |
D | implicit_copy.pass.cpp | 40 typedef std::array<double, 3> Array; in tests() typedef 41 Array array = {1.1, 2.2, 3.3}; in tests() 42 Array copy = array; in tests() 44 static_assert(std::is_copy_constructible<Array>::value, ""); in tests() 45 static_assert(std::is_copy_assignable<Array>::value, ""); in tests() 48 typedef std::array<double const, 3> Array; in tests() typedef 49 Array array = {1.1, 2.2, 3.3}; in tests() 50 Array copy = array; (void)copy; in tests() 51 static_assert(std::is_copy_constructible<Array>::value, ""); in tests() 52 TEST_NOT_COPY_ASSIGNABLE(Array); in tests() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/array/array.cons/ |
D | implicit_copy.pass.cpp | 40 typedef std::array<double, 3> Array; in tests() typedef 41 Array array = {1.1, 2.2, 3.3}; in tests() 42 Array copy = array; in tests() 44 static_assert(std::is_copy_constructible<Array>::value, ""); in tests() 45 static_assert(std::is_copy_assignable<Array>::value, ""); in tests() 48 typedef std::array<double const, 3> Array; in tests() typedef 49 Array array = {1.1, 2.2, 3.3}; in tests() 50 Array copy = array; (void)copy; in tests() 51 static_assert(std::is_copy_constructible<Array>::value, ""); in tests() 52 TEST_NOT_COPY_ASSIGNABLE(Array); in tests() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.rel/ |
D | is_convertible.pass.cpp | 48 typedef char Array[1]; typedef 72 test_is_not_convertible<void,Array> (); in main() 73 test_is_not_convertible<void,Array&> (); in main() 88 test_is_not_convertible<Function, Array> (); in main() 89 test_is_not_convertible<Function, Array&> (); in main() 100 test_is_not_convertible<Function&, Array> (); in main() 101 test_is_not_convertible<Function&, Array&> (); in main() 112 test_is_not_convertible<Function*, Array> (); in main() 113 test_is_not_convertible<Function*, Array&> (); in main() 132 test_is_not_convertible<Array, void> (); in main() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.rel/ |
D | is_convertible.pass.cpp | 48 typedef char Array[1]; typedef 72 test_is_not_convertible<void,Array> (); in main() 73 test_is_not_convertible<void,Array&> (); in main() 88 test_is_not_convertible<Function, Array> (); in main() 89 test_is_not_convertible<Function, Array&> (); in main() 100 test_is_not_convertible<Function&, Array> (); in main() 101 test_is_not_convertible<Function&, Array&> (); in main() 112 test_is_not_convertible<Function*, Array> (); in main() 113 test_is_not_convertible<Function*, Array&> (); in main() 132 test_is_not_convertible<Array, void> (); in main() [all …]
|
/external/libcxx/test/std/utilities/meta/meta.rel/ |
D | is_convertible.pass.cpp | 49 typedef char Array[1]; typedef 71 test_is_not_convertible<void,Array> (); in main() 72 test_is_not_convertible<void,Array&> (); in main() 89 test_is_not_convertible<Function, Array> (); in main() 90 test_is_not_convertible<Function, Array&> (); in main() 101 test_is_not_convertible<Function&, Array> (); in main() 102 test_is_not_convertible<Function&, Array&> (); in main() 113 test_is_not_convertible<Function*, Array> (); in main() 114 test_is_not_convertible<Function*, Array&> (); in main() 132 test_is_not_convertible<Array, void> (); in main() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayTest.cpp | 41 SingleVertexArrayUsageGroup(Context &context, Array::Usage usage); 50 Array::Usage m_usage; 53 SingleVertexArrayUsageGroup::SingleVertexArrayUsageGroup(Context &context, Array::Usage usage) in SingleVertexArrayUsageGroup() 54 …: TestCaseGroup(context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage).… in SingleVertexArrayUsageGroup() 75 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 76 Array::INPUTTYPE_BYTE}; in init() 85 …(strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]); in init() 86 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 88 … Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + in init() 91 … MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, in init() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/concepts/concepts.lang/concept.convertible/ |
D | convertible_to.pass.cpp | 92 using Array = char[1]; typedef 146 CheckNotConvertibleTo<void, Array>(); in main() 147 CheckNotConvertibleTo<void, Array&>(); in main() 167 CheckNotConvertibleTo<Function, Array>(); in main() 168 CheckNotConvertibleTo<Function, Array&>(); in main() 179 CheckNotConvertibleTo<Function&, Array>(); in main() 180 CheckNotConvertibleTo<Function&, Array&>(); in main() 191 CheckNotConvertibleTo<Function*, Array>(); in main() 192 CheckNotConvertibleTo<Function*, Array&>(); in main() 221 CheckNotConvertibleTo<NoexceptFunction, Array>(); in main() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/concepts/concepts.lang/concept.convertible/ |
D | convertible_to.pass.cpp | 92 using Array = char[1]; typedef 146 CheckNotConvertibleTo<void, Array>(); in main() 147 CheckNotConvertibleTo<void, Array&>(); in main() 167 CheckNotConvertibleTo<Function, Array>(); in main() 168 CheckNotConvertibleTo<Function, Array&>(); in main() 179 CheckNotConvertibleTo<Function&, Array>(); in main() 180 CheckNotConvertibleTo<Function&, Array&>(); in main() 191 CheckNotConvertibleTo<Function*, Array>(); in main() 192 CheckNotConvertibleTo<Function*, Array&>(); in main() 221 CheckNotConvertibleTo<NoexceptFunction, Array>(); in main() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/array/ |
D | size_and_alignment.compile.pass.cpp | 40 using Array = std::array<T, 0>; in test_type() typedef 41 LIBCPP_STATIC_ASSERT(sizeof(Array) == sizeof(T), ""); in test_type() 42 LIBCPP_STATIC_ASSERT(TEST_ALIGNOF(Array) == TEST_ALIGNOF(T), ""); in test_type() 43 LIBCPP_STATIC_ASSERT(sizeof(Array) == sizeof(T[1]), ""); in test_type() 44 LIBCPP_STATIC_ASSERT(sizeof(Array) == sizeof(MyArray<T, 1>), ""); in test_type() 45 LIBCPP_STATIC_ASSERT(TEST_ALIGNOF(Array) == TEST_ALIGNOF(MyArray<T, 1>), ""); in test_type() 46 static_assert(!std::is_empty<Array>::value, ""); in test_type() 49 LIBCPP_STATIC_ASSERT(std::__datasizeof_v<Array> == sizeof(Array), ""); in test_type() 53 using Array = std::array<T, 1>; in test_type() typedef 54 static_assert(sizeof(Array) == sizeof(T), ""); in test_type() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/array/ |
D | size_and_alignment.compile.pass.cpp | 40 using Array = std::array<T, 0>; in test_type() typedef 41 LIBCPP_STATIC_ASSERT(sizeof(Array) == sizeof(T), ""); in test_type() 42 LIBCPP_STATIC_ASSERT(TEST_ALIGNOF(Array) == TEST_ALIGNOF(T), ""); in test_type() 43 LIBCPP_STATIC_ASSERT(sizeof(Array) == sizeof(T[1]), ""); in test_type() 44 LIBCPP_STATIC_ASSERT(sizeof(Array) == sizeof(MyArray<T, 1>), ""); in test_type() 45 LIBCPP_STATIC_ASSERT(TEST_ALIGNOF(Array) == TEST_ALIGNOF(MyArray<T, 1>), ""); in test_type() 46 static_assert(!std::is_empty<Array>::value, ""); in test_type() 49 LIBCPP_STATIC_ASSERT(std::__datasizeof_v<Array> == sizeof(Array), ""); in test_type() 53 using Array = std::array<T, 1>; in test_type() typedef 54 static_assert(sizeof(Array) == sizeof(T), ""); in test_type() [all …]
|
D | assert.indexing.pass.cpp | 26 using Array = std::array<int, 0>; in main() typedef 27 Array c = {}; in main() 28 Array const& cc = c; in main() 35 using Array = std::array<const int, 0>; in main() typedef 36 Array c = {{}}; in main() 37 Array const& cc = c; in main() 48 using Array = std::array<int, 1>; in main() typedef 49 Array c = {}; in main() 50 Array const& cc = c; in main() 55 using Array = std::array<const int, 1>; in main() typedef [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 43 SingleVertexArrayUsageGroup(Context &context, Array::Usage usage); 52 Array::Usage m_usage; 55 SingleVertexArrayUsageGroup::SingleVertexArrayUsageGroup(Context &context, Array::Usage usage) in SingleVertexArrayUsageGroup() 56 …: TestCaseGroup(context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage).… in SingleVertexArrayUsageGroup() 77 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 78 Array::INPUTTYPE_BYTE}; in init() 87 …(strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * 2 : strides[strideNdx]); in init() 88 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 90 … Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + in init() 93 … MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexArrayTest.cpp | 71 …Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_DYNAMIC_… in init() 74 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 75 Array::INPUTTYPE_BYTE}; in init() 87 … (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : in init() 89 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 91 … inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, Array::STORAGE_BUFFER, usages[usageNdx], in init() 96 spec.primitive = Array::PRIMITIVE_TRIANGLES; in init() 137 Array::InputType inputTypes[] = { in init() 138 Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, in init() 139 … /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED}; in init() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | Array.h | 17 struct traits<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > : traits<Matrix<_Scalar,… 20 typedef ArrayBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > XprBase; 45 class Array 46 : public PlainObjectBase<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols> > 50 typedef PlainObjectBase<Array> Base; 51 EIGEN_DENSE_PUBLIC_INTERFACE(Array) 76 EIGEN_STRONG_INLINE Array& operator=(const EigenBase<OtherDerived> &other) 90 EIGEN_STRONG_INLINE Array& operator=(const Scalar &value) 107 EIGEN_STRONG_INLINE Array& operator=(const DenseBase<OtherDerived>& other) 116 EIGEN_STRONG_INLINE Array& operator=(const Array& other) [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 73 …Array::Usage usages[] = {Array::USAGE_STATIC_DRAW, Array::USAGE_STREAM_DRAW, Array::USAGE_… in init() 76 …Array::InputType inputTypes[] = {Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_FIXED, Array::INPUTTYPE_… in init() 77 Array::INPUTTYPE_BYTE}; in init() 89 … (strides[strideNdx] < 0 ? Array::inputTypeSize(inputTypes[inputTypeNdx]) * componentCount : in init() 91 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() 93 … inputTypes[inputTypeNdx], Array::OUTPUTTYPE_VEC2, Array::STORAGE_BUFFER, usages[usageNdx], in init() 98 spec.primitive = Array::PRIMITIVE_TRIANGLES; in init() 139 Array::InputType inputTypes[] = { in init() 140 Array::INPUTTYPE_FLOAT, Array::INPUTTYPE_SHORT, Array::INPUTTYPE_BYTE, in init() 141 … /*Array::INPUTTYPE_UNSIGNED_SHORT, Array::INPUTTYPE_UNSIGNED_BYTE,*/ Array::INPUTTYPE_FIXED}; in init() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | indexed_array_analysis.h | 40 class Array { 57 static_assert((std::is_base_of<Array, T>::value), in as() 67 virtual ~Array() = default; 69 Array& operator=(const Array& other) = delete; 75 class UnknownArray : public Array { 92 class ConstantArray : public Array { 106 class ReshapedArray : public Array { 111 Array* operand() const { return operand_; } in operand() 117 explicit ReshapedArray(Array* operand, Shape shape) in ReshapedArray() 120 Array* operand_; [all …]
|