Home
last modified time | relevance | path

Searched defs:vector1 (Results 1 – 25 of 41) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DSerialQueueTests.cpp62 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
83 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
105 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
129 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
DSerialMapTests.cpp83 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
104 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
125 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
148 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
/third_party/boost/libs/hana/example/tutorial/
Dtag_dispatching.cpp43 struct vector1 { struct
44 T1 t1;
45 using hana_tag = vector_tag;
46 static constexpr std::size_t size = 1;
49 auto const& operator[](Index i) const { in operator []()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSerialQueueTests.cpp63 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
84 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
106 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
130 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
DSerialMapTests.cpp84 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
105 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
126 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
149 std::vector<int> vector1 = {1, 2, 3, 4}; in TEST() local
/third_party/boost/libs/compute/test/
Dtest_is_permutation.cpp28 bc::vector<bc::int_> vector1(dataset1, dataset1 + 5, queue); in BOOST_AUTO_TEST_CASE() local
51 bc::vector<bc::char_> vector1(dataset1, dataset1 + 5, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_mismatch.cpp25 boost::compute::vector<int> vector1(data1, data1 + 6, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_equal.cpp26 boost::compute::vector<int> vector1(data1, data1 + 6, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_lexicographical_compare.cpp51 boost::compute::vector<int> vector1(data1, data1 + 6, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_functional_bind.cpp119 compute::vector<int> vector1(data1, data1 + 4, queue); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/
Dvector10.hpp17 struct vector1 struct
23 typedef vector1 type;
/third_party/boost/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector10.hpp82 struct vector1 struct
86 typedef vector1<T0> this_type;
87 typedef vector_data1<T0> base_type;
88 typedef mpl::vector1<T0> types;
89 typedef vector_tag fusion_tag;
90 typedef fusion_sequence_tag tag;
91 typedef mpl::false_ is_view;
92 typedef random_access_traversal_tag category;
93 typedef mpl::int_<1> size;
95 vector1() {} in vector1() function
[all …]
/third_party/boost/boost/mpl/vector/aux_/preprocessed/plain/
Dvector10.hpp23 struct vector1 struct
25 typedef aux::vector_tag<1> tag;
26 typedef vector1 type;
27 typedef T0 item0;
28 typedef void_ item1;
29 typedef T0 back;
30 typedef v_iter< type,0 > begin;
31 typedef v_iter< type,1 > end;
/third_party/boost/boost/phoenix/support/preprocessed/
Dvector_10.hpp37 struct vector1 struct
39 typedef A0 member_type0; A0 a0;
64 , ( boost::phoenix::vector1 ) (A0)
/third_party/spirv-tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_vector_shuffle.cpp29 uint32_t fresh_id, uint32_t vector1, uint32_t vector2, in TransformationVectorShuffle()
/third_party/boost/libs/container/test/
Dexpand_bwd_test_template.hpp27 bool CheckEqualVector(const Vector1 &vector1, const Vector2 &vector2) in CheckEqualVector()
/third_party/boost/boost/typeof/
Dvector50.hpp66 …uct vector1 { typedef v_iter<vector1< P0>, boost::type_of::constant<int,0> > begin; typedef P0 ite… argument
/third_party/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/
Dvector10.hpp62 struct vector1 struct
64 typedef aux::vector_tag<1> tag;
65 typedef vector1 type;
66 typedef T0 item0;
67 typedef void_ item1;
68 typedef T0 back;
69 typedef v_iter< type,0 > begin;
70 typedef v_iter< type,1 > end;
/third_party/boost/libs/interprocess/test/
Dexpand_bwd_test_template.hpp81 bool CheckEqualVector(const Vector1 &vector1, const Vector2 &vector2) in CheckEqualVector()
/third_party/boost/libs/fusion/test/functional/
Dinvoke_function_object.cpp224 typedef fusion::vector<element1_type> vector1; in main() typedef
Dinvoke_procedure.cpp343 typedef fusion::vector<element1_type &> vector1; in main() typedef
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPIC.java460 private static boolean compare(List vector1, List vector2) { in compare()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatAPIC.java463 private static boolean compare(List vector1, List vector2) { in compare()

12