Searched refs:found1 (Results 1 – 3 of 3) sorted by relevance
141 boolean found1 = false; in twoHostsWithTestStrategy()145 if (! found1) { in twoHostsWithTestStrategy()146 found1 = host.contains(m_ports[0]); in twoHostsWithTestStrategy()152 Assert.assertTrue(found1, "No tests ran on port " + m_ports[0]); in twoHostsWithTestStrategy()
387 boolean found1 = false, found2 = false; in isNodeAfterSibling()403 found1 = true; in isNodeAfterSibling()407 if (found1) in isNodeAfterSibling()432 boolean found1 = false, found2 = false; in isNodeAfterSibling()447 found1 = true; in isNodeAfterSibling()451 if (found1) in isNodeAfterSibling()
230 bool found1 = (iter_test != test_map[test_case].end()); in CompareLookupResult() local232 ASSERT_EQ(found1, found2); in CompareLookupResult()234 if (found1 && found2) { in CompareLookupResult()