Home
last modified time | relevance | path

Searched refs:DoubleEq (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc282 ::testing::DoubleEq(client_elapsed_time)))))); in TEST_F()
343 ::testing::DoubleEq(1.0)))))); in TEST_F()
350 ::testing::DoubleEq(1.0)))))); in TEST_F()
357 ::testing::DoubleEq(1.0)))))); in TEST_F()
364 ::testing::DoubleEq(1.0)))))); in TEST_F()
/external/googletest/googlemock/test/
Dgmock_link_test.h139 using testing::DoubleEq;
547 ON_CALL(mock, VoidFromDouble(DoubleEq(a))).WillByDefault(Return()); in TEST()
Dgmock-matchers_test.cc794 Matcher<double> m1 = DoubleEq(1.0); in TEST()
2363 Matcher<const Tpl&> m = DoubleEq(); in TEST()
2371 Matcher<const ::std::tuple<double, double>&> m = DoubleEq(); in TEST()
3512 TestMatches(&DoubleEq); in TEST_F()
3521 Matcher<double> m = DoubleEq(nan1_); in TEST_F()
3536 Matcher<double> m1 = DoubleEq(2.0); in TEST_F()
3540 Matcher<double> m2 = DoubleEq(0.5); in TEST_F()
3544 Matcher<double> m3 = DoubleEq(nan1_); in TEST_F()
/external/google-breakpad/src/testing/test/
Dgmock_link_test.h136 using testing::DoubleEq;
542 ON_CALL(mock, VoidFromDouble(DoubleEq(a))).WillByDefault(Return()); in TEST()
Dgmock-matchers_test.cc82 using testing::DoubleEq;
593 Matcher<double> m1 = DoubleEq(1.0); in TEST()
2734 TestMatches(&DoubleEq); in TEST_F()
2743 Matcher<double> m = DoubleEq(nan1_); in TEST_F()
2758 Matcher<double> m1 = DoubleEq(2.0); in TEST_F()
2762 Matcher<double> m2 = DoubleEq(0.5); in TEST_F()
2766 Matcher<double> m3 = DoubleEq(nan1_); in TEST_F()
/external/python/cpython3/Lib/test/
Dtest_functools.py1530 class DoubleEq: class
1538 test_func(DoubleEq(1))
1541 test_func(DoubleEq(1)) # Load the cache
1542 test_func(DoubleEq(2)) # Load the cache
1543 self.assertEqual(test_func(DoubleEq(2)), # Trigger a re-entrant __eq__ call
1544 DoubleEq(2)) # Verify the correct return value
/external/googletest/googlemock/docs/
DCheatSheet.md200 |`DoubleEq(a_double)`|`argument` is a `double` value approximately equal to `a_double`, treating tw…
208 value of the expected value. `DoubleEq()` and `FloatEq()` conform to
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h3628 inline internal::FloatingEqMatcher<double> DoubleEq(double rhs) {
3944 inline internal::FloatingEq2Matcher<double> DoubleEq() {
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2778 inline internal::FloatingEqMatcher<double> DoubleEq(double rhs) {
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h3831 inline internal::FloatingEqMatcher<double> DoubleEq(double rhs) {