Searched refs:expected_max (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | ssl_ctx_test.c | 19 int expected_max; member 52 if (!TEST_int_eq(SSL_CTX_get_max_proto_version(ctx), t.expected_max)) in test_set_min_max_version() 61 if (!TEST_int_eq(SSL_get_max_proto_version(ssl), t.expected_max)) in test_set_min_max_version()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | envelope_segment.cpp | 24 void test_strategies_lat(P p1, P p2, CT expected_max, CT expected_min, in test_strategies_lat() argument 41 BOOST_CHECK_CLOSE(p_max_degree_geo, expected_max, error); in test_strategies_lat()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 451 def TestMinAndMaxIntegers(field_name, expected_min, expected_max): argument 454 expected_max = integer_fn(expected_max) 457 setattr(pb, field_name, expected_max) 458 self.assertEqual(expected_max, getattr(pb, field_name)) 462 expected_max + 1)
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1082 guint expected_max = expected_min + 999; in _check_ice_port_restriction() local 1085 fail_unless (port_as_int <= expected_max); in _check_ice_port_restriction()
|