Home
last modified time | relevance | path

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

/external/valgrind/auxprogs/
Dcompare-build-logs79 my ($found1, $found2);
86 $found1 = $1;
89 if ($found1 && $found2) {
90 die if ($found1 ne $found2);
95 $found1 = $1;
98 if ($found1 && $found2) {
99 die if ($found1 ne $found2);
/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()
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1441 bool found1 = findChessboardCorners(left, patternSize, imgpt1[i]); in run() local
1443 if(!found1 || !found2) in run()