Home
last modified time | relevance | path

Searched refs:same_result (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Dweighted_matching_test.cpp79 bool same_result = (matching_weight_sum(g, mate) == answer); in weighted_matching_test() local
80 BOOST_TEST(same_result); in weighted_matching_test()
81 if (!same_result) in weighted_matching_test()
/third_party/glib/gio/tests/
Dtask.c210 gboolean same_result = FALSE; variable
241 task = g_task_new (NULL, NULL, same_callback, &same_result); in same_start()
251 g_assert (same_result == FALSE); in same_start()
266 g_assert (same_result == TRUE); in test_return_from_same_iteration()