Home
last modified time | relevance | path

Searched refs:first_result (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/graph/test/
Dbipartite_test.cpp82 bool first_result = boost::is_bipartite(g, index_map, partition_map); in check_bipartite() local
84 BOOST_TEST(first_result == boost::is_bipartite(g, index_map)); in check_bipartite()
86 if (first_result) in check_bipartite()
89 BOOST_TEST(first_result == is_bipartite); in check_bipartite()
/third_party/python/Lib/test/libregrtest/
Dmain.py71 self.first_result = None
312 self.first_result = self.get_tests_result()
504 if self.first_result:
505 result = '%s then %s' % (self.first_result, result)
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch68879 - bool first_result = find_results_.empty();
68880 + bool first_result = find_results_.empty() && !resume_find_index_.has_value();
68887 if (first_result) {