Home
last modified time | relevance | path

Searched refs:DoubleEq (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_test.cc489 testing::DoubleEq); in TEST()
491 testing::DoubleEq); in TEST()
493 testing::DoubleEq); in TEST()
495 testing::DoubleEq); in TEST()
497 testing::DoubleEq); in TEST()
499 testing::DoubleEq); in TEST()
501 testing::DoubleEq); in TEST()
503 testing::DoubleEq) in TEST()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc291 // Tests that DoubleEq() matches a 2-tuple where
292 // DoubleEq(first field) matches the second field.
295 Matcher<const Tpl&> m = DoubleEq(); in TEST()
301 // Tests that DoubleEq() describes itself properly.
303 Matcher<const ::std::tuple<double, double>&> m = DoubleEq(); in TEST()
320 // Tests that DoubleEq() describes itself properly.
1320 TestMatches(&DoubleEq); in TEST_F()
1328 // DoubleEq never matches NaN. in TEST_F()
1329 Matcher<double> m = DoubleEq(nan1_); in TEST_F()
1344 Matcher<double> m1 = DoubleEq(2. in TEST_F()
[all...]
H A Dgmock_link_test.h72 // DoubleEq
138 using testing::DoubleEq;
539 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
546 ON_CALL(mock, VoidFromDouble(DoubleEq(a))).WillByDefault(Return()); in TEST()
H A Dgmock-matchers-comparisons_test.cc625 Matcher<double> m1 = DoubleEq(1.0); in TEST()
1580 EXPECT_THAT(p, FieldsAre(Ge(20), HasSubstr("o"), DoubleEq(.5))); in TEST()
/third_party/python/Lib/test/
H A Dtest_functools.py1739 class DoubleEq: class
1747 test_func(DoubleEq(1))
1750 test_func(DoubleEq(1)) # Load the cache
1751 test_func(DoubleEq(2)) # Load the cache
1752 self.assertEqual(test_func(DoubleEq(2)), # Trigger a re-entrant __eq__ call
1753 DoubleEq(2)) # Verify the correct return value
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor_test.cc595 EXPECT_THAT(tokenizer.GetDouble(), testing::DoubleEq(kOriginalValue)); in TEST()
618 EXPECT_THAT(tokenizer.GetDouble(), testing::DoubleEq(example)); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc76 using ::testing::DoubleEq;
2448 EXPECT_THAT(absl::get_if<double>(&singleton), Pointee(DoubleEq(3.14f))); in TEST()
2491 EXPECT_THAT(absl::get_if<double>(&singleton), Pointee(DoubleEq(3.14f))); in TEST()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc640 EXPECT_THAT(tokenizer.GetDouble(), testing::DoubleEq(kOriginalValue)); in TEST()
663 EXPECT_THAT(tokenizer.GetDouble(), testing::DoubleEq(example)); in TEST()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4281 inline internal::FloatingEqMatcher<double> DoubleEq(double rhs) { in DoubleEq() function
4611 // DoubleEq(first field) matches the second field.
4612 inline internal::FloatingEq2Matcher<double> DoubleEq() { in DoubleEq() function
4623 // DoubleEq(first field) matches the second field with NaN equality.

Completed in 33 milliseconds