Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/distributed/
DDistributedTest.java141 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()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java387 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()
/external/google-breakpad/src/processor/
Dstatic_map_unittest.cc230 bool found1 = (iter_test != test_map[test_case].end()); in CompareLookupResult() local
232 ASSERT_EQ(found1, found2); in CompareLookupResult()
234 if (found1 && found2) { in CompareLookupResult()