/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 32 inline std::size_t get_offset(const T1& v1, const T2& v2) { in get_offset() 51 void elf_header_checks(const T1& v1, const T2& v2) { in elf_header_checks() 71 void elf_sheader_checks(const T1& v1, const T2& v2) { in elf_sheader_checks() 87 void elf_sym_header_checks(const T1& v1, const T2& v2) { in elf_sym_header_checks() 101 void generic_header_check(const T& v1, const dd::IMAGE_DOS_HEADER_& v2) { in generic_header_check() 126 void generic_header_check(const T& v1, const dd::IMAGE_FILE_HEADER_& v2) { in generic_header_check() 139 void generic_header_check(const T& v1, const dd::IMAGE_DATA_DIRECTORY_& v2) { in generic_header_check() 147 void generic_header_check(const T& v1, const dd::IMAGE_EXPORT_DIRECTORY_& v2) { in generic_header_check() 165 void generic_header_check(const T& v1, const dd::IMAGE_SECTION_HEADER_& v2) { in generic_header_check() 180 void generic_header_check(const T& v1, const dd::IMAGE_OPTIONAL_HEADER_template<AddrT>& v2) { in generic_header_check() [all …]
|
/third_party/boost/libs/beast/test/beast/core/ |
D | _detail_variant.cpp | 141 variant<std::string> v2{std::move(v1)}; in testVariant() local 156 variant<Q<1>> v2{std::move(v1)}; in testVariant() local 171 variant<Q<1>, Q<2>, Q<3>> v2{std::move(v1)}; in testVariant() local 184 variant<std::string> v2{v1}; in testVariant() local 199 variant<Q<1>> v2{v1}; in testVariant() local 214 variant<Q<1>, Q<2>, Q<3>> v2{v1}; in testVariant() local 227 variant<std::string> v2; in testVariant() local 240 variant<Q<1>, Q<2>> v2; in testVariant() local 259 variant<Q<1>> v2; in testVariant() local 275 variant<Q<1>, Q<2>, Q<3>> v2; in testVariant() local [all …]
|
/third_party/boost/libs/qvm/test/ |
D | swizzle3_test.cpp | 30 test_qvm::vector<V2,3> v2=_10X(42.0f); in main() local 42 test_qvm::vector<V2,3> v2=XXX(v1); in main() local 50 test_qvm::vector<V2,3> v2=XXY(v1); in main() local 58 test_qvm::vector<V2,3> v2=XXZ(v1); in main() local 66 test_qvm::vector<V2,3> v2=XXW(v1); in main() local 74 test_qvm::vector<V2,3> v2=XX0(v1); in main() local 82 test_qvm::vector<V2,3> v2=XX1(v1); in main() local 86 test_qvm::vector<V2,3> v2=XYZ(v1); in main() local 93 test_qvm::vector<V2,3> v2=XYZ(v1); in main() local
|
D | swizzle2_test.cpp | 29 test_qvm::vector<V2,2> v2=_1X(42.0f); in main() local 39 test_qvm::vector<V2,2> v2=XX(v1); in main() local 46 test_qvm::vector<V2,2> v2=XY(v1); in main() local 53 test_qvm::vector<V2,2> v2=XZ(v1); in main() local 60 test_qvm::vector<V2,2> v2=XW(v1); in main() local 67 test_qvm::vector<V2,2> v2=X0(v1); in main() local 74 test_qvm::vector<V2,2> v2=X1(v1); in main() local 78 test_qvm::vector<V2,2> v2=XY(v1); in main() local
|
D | swizzle4_test.cpp | 31 test_qvm::vector<V2,4> v2=_100X(42.0f); in main() local 45 test_qvm::vector<V2,4> v2=XXXX(v1); in main() local 54 test_qvm::vector<V2,4> v2=XXXY(v1); in main() local 63 test_qvm::vector<V2,4> v2=XXXZ(v1); in main() local 72 test_qvm::vector<V2,4> v2=XXXW(v1); in main() local 81 test_qvm::vector<V2,4> v2=XXX0(v1); in main() local 90 test_qvm::vector<V2,4> v2=XXX1(v1); in main() local 94 test_qvm::vector<V2,4> v2=XYZW(v1); in main() local 101 test_qvm::vector<V2,4> v2=XYZW(v1); in main() local
|
/third_party/boost/boost/units/detail/ |
D | cmath_impl.hpp | 22 inline bool isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 29 inline bool isgreaterequal BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 36 inline bool isless BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 43 inline bool islessequal BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 50 inline bool islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 57 inline bool isunordered BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 63 inline Y fdim BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 91 inline Y fmax BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION() 100 inline Y fmin BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 135 const T2& v2) { in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument 163 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument 165 #define EXPECT_PRED2(pred, v1, v2) \ argument 167 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument 169 #define ASSERT_PRED2(pred, v1, v2) \ argument 186 const T2& v2, in AssertPred3Helper() 201 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument 207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument [all …]
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 135 const T2& v2) { in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument 163 #define EXPECT_PRED_FORMAT2(pred_format, v1, v2) \ argument 165 #define EXPECT_PRED2(pred, v1, v2) \ argument 167 #define ASSERT_PRED_FORMAT2(pred_format, v1, v2) \ argument 169 #define ASSERT_PRED2(pred, v1, v2) \ argument 186 const T2& v2, in AssertPred3Helper() 201 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ argument 207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ argument [all …]
|
/third_party/boost/libs/stl_interfaces/test/ |
D | static_vec.cpp | 69 vec_type v2; in test_other_ctors_assign_ctor() local 83 vec_type v2; in test_other_ctors_assign_ctor() local 93 vec_type v2 = {4, 4, 4}; in test_other_ctors_assign_ctor() local 105 vec_type v2 = {4, 4, 4}; in test_other_ctors_assign_ctor() local 116 vec_type v2 = {1, 2, 3}; in test_other_ctors_assign_ctor() local 132 vec_type v2 = {1, 2, 3}; in test_other_ctors_assign_ctor() local 167 vec_type v2 = {4, 4, 4}; in test_assignment_copy_move_equality() local 175 vec_type v2 = {4, 4, 4}; in test_assignment_copy_move_equality() local 186 vec_type v2 = {4, 4, 4}; in test_assignment_copy_move_equality() local 195 vec_type v2 = {4, 4, 4}; in test_assignment_copy_move_equality() local [all …]
|
/third_party/boost/libs/numeric/odeint/test/ |
D | same_size.cpp | 36 std::vector< double > v1( 10 ) , v2( 10 ); in BOOST_AUTO_TEST_CASE() local 43 std::vector< double > v1( 10 ) , v2( 20 ); in BOOST_AUTO_TEST_CASE() local 49 boost::fusion::vector< double , std::vector< double > > v1 , v2; in BOOST_AUTO_TEST_CASE() local 57 boost::fusion::vector< double , std::vector< double > > v1 , v2; in BOOST_AUTO_TEST_CASE() local
|
D | multi_array.cpp | 53 vector_type v2( boost::extents[12] ); in BOOST_AUTO_TEST_CASE() local 60 vector_type v2( boost::extents[13] ); in BOOST_AUTO_TEST_CASE() local 67 vector_type v2( boost::extents[vector_type::extent_range(-1,11)] ); in BOOST_AUTO_TEST_CASE() local 74 vector_type v2( boost::extents[vector_type::extent_range(-1,10)] ); in BOOST_AUTO_TEST_CASE() local 81 vector_type v2( boost::extents[vector_type::extent_range(-1,10)] ); in BOOST_AUTO_TEST_CASE() local 143 vector_type v2; in BOOST_AUTO_TEST_CASE() local 151 vector_type v2; in BOOST_AUTO_TEST_CASE() local 159 vector_type v2( boost::extents[ vector_type::extent_range( 2 , 9 ) ] ); in BOOST_AUTO_TEST_CASE() local 176 vector_type v2( boost::extents[ vector_type::extent_range( 2 , 13 ) ] ); in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/libs/variant2/test/ |
D | variant_convert_construct.cpp | 65 variant<int, float> v2( v ); in main() local 79 variant<int, float> v2( v ); in main() local 93 variant<int const, float> v2( v ); in main() local 107 variant<int const, float> v2( v ); in main() local 121 variant<int, float> v2( v ); in main() local 135 variant<int, int, float> v2( v ); in main() local 149 variant<int, int, float, std::string> v2( v ); in main() local 163 variant<int, int, float, float, X1, X2> v2( v ); in main() local
|
D | variant_lt_gt.cpp | 27 #define TEST_EQ( v1, v2 ) \ argument 46 variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local 54 variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local 65 …variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} ), v5( 3.1… in main() local 76 variant<X> v1, v2; in main() local
|
D | variant_eq_ne.cpp | 28 variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local 41 variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local 63 …variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} ), v5( 3.1… in main() local 85 variant<X> v1, v2; in main() local
|
/third_party/boost/libs/endian/test/ |
D | endian_reverse_test.cpp | 24 static const T v2 = static_cast<T>( 0xF1 ); member 30 template<class T> T const test_value<T, 1>::v2; member in test_value<T, 1> 38 static const T v2 = static_cast<T>( 0xF1E2 ); member 44 template<class T> T const test_value<T, 2>::v2; member in test_value<T, 2> 52 static const T v2 = static_cast<T>( 0xF1E2D3C4 ); member 58 template<class T> T const test_value<T, 4>::v2; member in test_value<T, 4> 66 static const T v2 = static_cast<T>( 0xF1E2D3C4B5A69788ull ); member 72 template<class T> T const test_value<T, 8>::v2; member in test_value<T, 8> 82 …static const T v2 = static_cast<T>( 0xF1E2D3C4B5A69788ull ) << 64 | static_cast<T>( 0x1F2E3D4C5B6A… member 88 template<class T> T const test_value<T, 16>::v2; member in test_value<T, 16>
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | VersionInfoTest.java | 97 VersionInfo v2 = in TestCompare() local 106 VersionInfo v2 = getInstance(COMPARE_NOT_EQUAL_INT_[i + 1]); in TestCompare() local 115 VersionInfo v2 = in TestCompare() local 124 VersionInfo v2 = getInstance(COMPARE_EQUAL_INT_[i + 1]); in TestCompare() local 132 VersionInfo v2 = VersionInfo.getInstance(COMPARE_LESS_[i + 1]); in TestCompare() local 203 VersionInfo v2 = VersionInfo.getInstance(COMPARE_NOT_EQUAL_STRING_[i + 1]); in TestComparable() local 211 VersionInfo v2 = VersionInfo.getInstance(COMPARE_EQUAL_STRING_[i + 1]); in TestComparable() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | VersionInfoTest.java | 94 VersionInfo v2 = in TestCompare() local 103 VersionInfo v2 = getInstance(COMPARE_NOT_EQUAL_INT_[i + 1]); in TestCompare() local 112 VersionInfo v2 = in TestCompare() local 121 VersionInfo v2 = getInstance(COMPARE_EQUAL_INT_[i + 1]); in TestCompare() local 129 VersionInfo v2 = VersionInfo.getInstance(COMPARE_LESS_[i + 1]); in TestCompare() local 212 VersionInfo v2 = VersionInfo.getInstance(COMPARE_NOT_EQUAL_STRING_[i + 1]); in TestComparable() local 220 VersionInfo v2 = VersionInfo.getInstance(COMPARE_EQUAL_STRING_[i + 1]); in TestComparable() local
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitIndexSignatures.ts | 21 const v2 = getStringIndexValue(o2); constant 28 const v2 = getStringIndexValue(o2); constant 35 const v2 = getStringIndexValue(o2); constant 42 const v2 = getStringIndexValue(o2); constant 52 const v2 = getStringIndexValue(E2); constant
|
D | contextualSignatureInstantiation3.ts | 20 var v2: number[][]; variable 21 var v2 = xs.map(singleton); // Error if not number[][] variable 22 var v2 = map(xs, singleton); // Error if not number[][] variable
|
/third_party/boost/libs/mpl/test/ |
D | vector_c.cpp | 24 typedef vector_c<bool,false>::type v2; in MPL_TEST_CASE() typedef 37 typedef vector_c<int,0,1> v2; in MPL_TEST_CASE() typedef 56 typedef vector_c<unsigned,1,2> v2; in MPL_TEST_CASE() typedef
|
D | vector.cpp | 33 typedef vector2<char,long> v2; in MPL_TEST_CASE() typedef 62 typedef vector2<char,long> v2; in MPL_TEST_CASE() typedef 78 typedef push_front<v1,char>::type v2; in MPL_TEST_CASE() typedef 112 typedef vector<char,long> v2; in MPL_TEST_CASE() typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec2.inl | 468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2) 484 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec1<T, P> const & v1, tvec2<T, P> const & v2) 492 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec2<T, P> const & v2) 508 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec1<T, P> const & v2) 524 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec1<T, P> const & v1, tvec2<T, P> const & v2) 532 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec2<T, P> const & v2) 548 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec1<T, P> const & v2) 564 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec1<T, P> const & v1, tvec2<T, P> const & v2) 572 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec2<T, P> const & v2) 588 GLM_FUNC_QUALIFIER tvec2<T, P> operator/(tvec2<T, P> const & v1, tvec1<T, P> const & v2) [all …]
|
/third_party/boost/libs/fiber/test/ |
D | test_buffered_channel_dispatch.cpp | 127 int v1 = 2, v2 = 0; in test_pop() local 135 int v1 = 2, v2 = 0; in test_pop_closed() local 145 int v1 = 2, v2 = 0; in test_pop_success() local 159 int v1 = 2, v2 = 0; in test_value_pop() local 167 int v1 = 2, v2 = 0; in test_value_pop_closed() local 183 int v1 = 2, v2 = 0; in test_value_pop_success() local 197 int v1 = 2, v2 = 0; in test_try_pop() local 205 int v1 = 2, v2 = 0; in test_try_pop_closed() local 215 int v1 = 2, v2 = 0; in test_try_pop_success() local 231 int v1 = 2, v2 = 0; in test_pop_wait_for() local [all …]
|
D | test_buffered_channel_post.cpp | 127 int v1 = 2, v2 = 0; in test_pop() local 135 int v1 = 2, v2 = 0; in test_pop_closed() local 145 int v1 = 2, v2 = 0; in test_pop_success() local 159 int v1 = 2, v2 = 0; in test_value_pop() local 167 int v1 = 2, v2 = 0; in test_value_pop_closed() local 183 int v1 = 2, v2 = 0; in test_value_pop_success() local 197 int v1 = 2, v2 = 0; in test_try_pop() local 205 int v1 = 2, v2 = 0; in test_try_pop_closed() local 215 int v1 = 2, v2 = 0; in test_try_pop_success() local 231 int v1 = 2, v2 = 0; in test_pop_wait_for() local [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-vector.cc | 38 hb_vector_t<int> v2 {v1}; in main() local 51 hb_vector_t<int> v2 = v1; in main() local 120 hb_vector_t<int> v2 {4, 5}; in main() local 131 hb_sorted_vector_t<int> v2 {4, 5}; in main() local
|