/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 | 139 variant<std::string> v1; in testVariant() local 151 variant<Q<1>> v1; in testVariant() local 163 variant<Q<1>, Q<2>, Q<3>> v1; in testVariant() local 182 variant<std::string> v1; in testVariant() local 194 variant<Q<1>> v1; in testVariant() local 206 variant<Q<1>, Q<2>, Q<3>> v1; in testVariant() local 225 variant<std::string> v1; in testVariant() local 239 variant<Q<1>, Q<2>> v1; in testVariant() local 256 variant<Q<1>> v1; in testVariant() local 270 variant<Q<1>, Q<2>, Q<3>> v1; in testVariant() local [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 134 const T1& v1, in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 90 const T1& v1) { in AssertPred1Helper() 101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument 107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument 114 #define EXPECT_PRED_FORMAT1(pred_format, v1) \ argument 116 #define EXPECT_PRED1(pred, v1) \ argument 118 #define ASSERT_PRED_FORMAT1(pred_format, v1) \ argument 120 #define ASSERT_PRED1(pred, v1) \ argument 134 const T1& v1, in AssertPred2Helper() 148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument 154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument [all …]
|
/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/boost/libs/numeric/odeint/test/ |
D | multi_array.cpp | 52 vector_type v1( boost::extents[12] ); in BOOST_AUTO_TEST_CASE() local 59 vector_type v1( boost::extents[12] ); in BOOST_AUTO_TEST_CASE() local 66 vector_type v1( boost::extents[12] ); in BOOST_AUTO_TEST_CASE() local 73 vector_type v1( boost::extents[12] ); in BOOST_AUTO_TEST_CASE() local 80 vector_type v1( boost::extents[vector_type::extent_range(-1,10)] ); in BOOST_AUTO_TEST_CASE() local 142 vector_type v1( boost::extents[4] ); in BOOST_AUTO_TEST_CASE() local 150 vector_type v1( boost::extents[ vector_type::extent_range( -2 , 9 ) ] ); in BOOST_AUTO_TEST_CASE() local 158 vector_type v1( boost::extents[ vector_type::extent_range( -2 , 9 ) ] ); in BOOST_AUTO_TEST_CASE() local 175 vector_type v1( boost::extents[ vector_type::extent_range( -2 , 9 ) ] ); in BOOST_AUTO_TEST_CASE() local 199 vector_type v1( boost::extents[ vector_type::extent_range( -1 , vector_ode::n+1 ) ] ); in BOOST_AUTO_TEST_CASE() local [all …]
|
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
|
/third_party/unity/test/tests/ |
D | test_unity_integers.c | 82 UNITY_UINT16 v0, v1; in testNotEqualUInts() local 94 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local 106 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local 118 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local 130 UNITY_UINT8 v0, v1; in testNotEqualHex8s() local 142 UNITY_INT8 v0, v1; in testNotEqualHex8sIfSigned() local 154 UNITY_UINT16 v0, v1; in testNotEqualHex16s() local 166 UNITY_INT16 v0, v1; in testNotEqualHex16sIfSigned() local 178 UNITY_UINT32 v0, v1; in testNotEqualHex32s() local 190 UNITY_INT32 v0, v1; in testNotEqualHex32sIfSigned() local [all …]
|
/third_party/boost/libs/variant2/test/ |
D | variant_lt_gt.cpp | 27 #define TEST_EQ( v1, v2 ) \ argument 33 #define TEST_LE( v1, v3 ) \ 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_lt_gt_cx.cpp | 33 #define TEST_EQ( v1, v2 ) \ argument 39 #define TEST_LE( v1, v3 ) \ argument 52 constexpr variant<int> v1, v2, v3( 1 ), v4( 1 ); in main() local 60 constexpr variant<int, float> v1, v2, v3( 1 ), v4( 1 ), v5( 3.14f ), v6( 3.14f ); in main() local 71 …constexpr variant<int, int, float> v1, v2, v3( in_place_index_t<1>{} ), v4( in_place_index_t<1>{} … in main() local 82 constexpr 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/typescript/tests/baselines/reference/ |
D | genericConstructorFunction1.js | 3 var v1: { [index: string]: new (arg: T) => Date }; variable 12 var v1: { [index: string]: I1<T> }; variable 20 var v1; variable
|
/third_party/boost/libs/endian/test/ |
D | endian_reverse_test.cpp | 21 static const T v1 = static_cast<T>( 0x1F ); member 28 template<class T> T const test_value<T, 1>::v1; member in test_value<T, 1> 35 static const T v1 = static_cast<T>( 0x1F2E ); member 42 template<class T> T const test_value<T, 2>::v1; member in test_value<T, 2> 49 static const T v1 = static_cast<T>( 0x1F2E3D4C ); member 56 template<class T> T const test_value<T, 4>::v1; member in test_value<T, 4> 63 static const T v1 = static_cast<T>( 0x1F2E3D4C5B6A7988ull ); member 70 template<class T> T const test_value<T, 8>::v1; member in test_value<T, 8> 79 …static const T v1 = static_cast<T>( 0x1F2E3D4C5B6A7988ull ) << 64 | static_cast<T>( 0xF1E2D3C4B5A6… member 86 template<class T> T const test_value<T, 16>::v1; member in test_value<T, 16>
|
/third_party/node/deps/npm/node_modules/socks/docs/ |
D | migratingFromV1.md | 7 ### Notable breaking changes 18 ### Before (v1) 55 ### After (v2)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | VersionInfoTest.java | 95 VersionInfo v1 = in TestCompare() local 105 VersionInfo v1 = getInstance(COMPARE_NOT_EQUAL_INT_[i]); in TestCompare() local 113 VersionInfo v1 = in TestCompare() local 123 VersionInfo v1 = getInstance(COMPARE_EQUAL_INT_[i]); in TestCompare() local 131 VersionInfo v1 = VersionInfo.getInstance(COMPARE_LESS_[i]); in TestCompare() local 202 VersionInfo v1 = VersionInfo.getInstance(COMPARE_NOT_EQUAL_STRING_[i]); in TestComparable() local 210 VersionInfo v1 = VersionInfo.getInstance(COMPARE_EQUAL_STRING_[i]); in TestComparable() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | VersionInfoTest.java | 92 VersionInfo v1 = in TestCompare() local 102 VersionInfo v1 = getInstance(COMPARE_NOT_EQUAL_INT_[i]); in TestCompare() local 110 VersionInfo v1 = in TestCompare() local 120 VersionInfo v1 = getInstance(COMPARE_EQUAL_INT_[i]); in TestCompare() local 128 VersionInfo v1 = VersionInfo.getInstance(COMPARE_LESS_[i]); in TestCompare() local 211 VersionInfo v1 = VersionInfo.getInstance(COMPARE_NOT_EQUAL_STRING_[i]); in TestComparable() local 219 VersionInfo v1 = VersionInfo.getInstance(COMPARE_EQUAL_STRING_[i]); in TestComparable() local
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitIndexSignatures.ts | 20 const v1 = getStringIndexValue(o1); constant 27 const v1 = getStringIndexValue(o1); constant 34 const v1 = getStringIndexValue(o1); constant 41 const v1 = getStringIndexValue(o1); constant 51 const v1 = getStringIndexValue(E1); constant
|
D | contextualSignatureInstantiation3.ts | 16 var v1: number[]; variable 17 var v1 = xs.map(identity); // Error if not number[] variable 18 var v1 = map(xs, identity); // Error if not number[] variable
|
/third_party/boost/libs/mpl/test/ |
D | vector_c.cpp | 23 typedef vector_c<bool,true>::type v1; in MPL_TEST_CASE() typedef 36 typedef vector_c<int,-1> v1; in MPL_TEST_CASE() typedef 55 typedef vector_c<unsigned,0> v1; 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 | 37 hb_vector_t<int> v1 {1, 2}; in main() local 50 hb_vector_t<int> v1 {1, 2}; in main() local 119 hb_vector_t<int> v1 {1, 2, 3}; in main() local 130 hb_sorted_vector_t<int> v1 {1, 2, 3}; in main() local
|
D | test-set.cc | 36 hb_set_t v1 {1, 2}; in main() local 44 hb_set_t v1 {1, 2}; in main() local 89 hb_set_t v1 {1, 2, 3}; in main() local
|
/third_party/boost/libs/math/test/ |
D | test_tr1.c | 15 void check_close_f(float v1, float v2, float tol, int line) in check_close_f() 32 void check_close(double v1, double v2, double tol, int line) in check_close() 49 void check_close_l(long double v1, long double v2, long double tol, int line) in check_close_l() 76 void check_close_fraction_f(float v1, float v2, float tol, int line) in check_close_fraction_f() 80 void check_close_fraction(double v1, double v2, double tol, int line) in check_close_fraction() 84 void check_close_fraction_l(long double v1, long double v2, long double tol, int line) in check_close_fraction_l()
|