Home
last modified time | relevance | path

Searched refs:expected_max (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/
Dssl_ctx_test.c19 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/
Denvelope_segment.cpp24 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/
Dreflection_test.py451 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/
Dwebrtcbin.c1082 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()