Searched refs:expected_end (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/asio/test/ |
D | deadline_timer.cpp | 93 ptime expected_end = start + seconds(1); in deadline_timer_test() local 94 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in deadline_timer_test() 103 expected_end = start + seconds(1) + microseconds(500000); in deadline_timer_test() 104 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in deadline_timer_test() 111 expected_end += seconds(1); in deadline_timer_test() 112 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in deadline_timer_test() 121 expected_end = start + seconds(1) + microseconds(200000); in deadline_timer_test() 122 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in deadline_timer_test() 138 expected_end = start + seconds(1); in deadline_timer_test() 139 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in deadline_timer_test() [all …]
|
D | system_timer.cpp | 107 boost::asio::system_timer::time_point expected_end = start + seconds(1); in system_timer_test() local 108 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in system_timer_test() 117 expected_end = start + seconds(1) + microseconds(500000); in system_timer_test() 118 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in system_timer_test() 125 expected_end += seconds(1); in system_timer_test() 126 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in system_timer_test() 135 expected_end = start + seconds(1) + microseconds(200000); in system_timer_test() 136 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in system_timer_test() 152 expected_end = start + seconds(1); in system_timer_test() 153 BOOST_ASIO_CHECK(expected_end < end || expected_end == end); in system_timer_test() [all …]
|
/third_party/boost/libs/regex/test/regress/ |
D | test_mfc.cpp | 182 int expected_end = static_cast<int>(answer_table[0] < 0 ? s.GetLength() : answer_table[0]); in test_mfc() local 183 if(boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->second) != expected_end) in test_mfc() 189 << expected_end in test_mfc() 360 int expected_end = static_cast<int>(answer_table[0] < 0 ? s.GetLength() : answer_table[0]); in test_mfc() local 361 if(boost::BOOST_REGEX_DETAIL_NS::distance(s.GetString(), tstart2->second) != expected_end) in test_mfc() 367 << expected_end in test_mfc()
|
D | test_regex_search.hpp | 303 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local 304 … if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) != expected_end) in test_regex_token_iterator() 310 << expected_end in test_regex_token_iterator() 362 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local 363 … if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) != expected_end) in test_regex_token_iterator() 369 << expected_end in test_regex_token_iterator()
|
D | test_partial_match.hpp | 250 … int expected_end = static_cast<int>(answer_table[0] < 0 ? search_text.size() : answer_table[0]); in test_regex_token_iterator() local 251 … if(boost::BOOST_REGEX_DETAIL_NS::distance(search_text.begin(), start2->second) != expected_end) in test_regex_token_iterator() 257 << expected_end in test_regex_token_iterator()
|
/third_party/libsoup/tests/ |
D | range-test.c | 11 gboolean check_start_end, int expected_start, int expected_end) in check_part() argument 39 if ((expected_end >= 0 && end != expected_end) || in check_part() 40 (expected_end < 0 && end != full_response->length - 1)) { in check_part()
|
/third_party/glib/glib/ |
D | gvariant-serialiser.c | 1645 const gchar *expected_end; in g_variant_serialiser_is_string() local 1652 expected_end = ((gchar *) data) + size - 1; in g_variant_serialiser_is_string() 1654 if (*expected_end != '\0') in g_variant_serialiser_is_string() 1659 return end == expected_end; in g_variant_serialiser_is_string()
|
/third_party/glib/glib/tests/ |
D | regex.c | 557 gint expected_end; member 581 g_assert_cmpint (end, ==, data->expected_end); in test_sub_pattern() 598 data->expected_end = _expected_end; \ 612 gint expected_end; member 635 g_assert_cmpint (end, ==, data->expected_end); in test_named_sub_pattern() 653 data->expected_end = _expected_end; \ 671 data->expected_end = _expected_end; \
|
/third_party/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 133 int32_t expected_end); 3441 int32_t expected_end) { in helperTestSimplePer() argument 3473 "End", expected_end, pos.getEndIndex() - prefix.length()); in helperTestSimplePer()
|