Home
last modified time | relevance | path

Searched refs:found2 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/auxprogs/
Dcompare-build-logs79 my ($found1, $found2);
88 $found2 = $1;
89 if ($found1 && $found2) {
90 die if ($found1 ne $found2);
97 $found2 = $1;
98 if ($found1 && $found2) {
99 die if ($found1 ne $found2);
/external/testng/src/test/java/test/distributed/
DDistributedTest.java142 boolean found2 = false; in twoHostsWithTestStrategy()
148 if (! found2) { in twoHostsWithTestStrategy()
149 found2 = host.contains(m_ports[1]); in twoHostsWithTestStrategy()
153 Assert.assertTrue(found2, "No tests ran on port " + m_ports[1]); in twoHostsWithTestStrategy()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java387 boolean found1 = false, found2 = false; in isNodeAfterSibling()
396 if (found2) in isNodeAfterSibling()
414 found2 = true; in isNodeAfterSibling()
432 boolean found1 = false, found2 = false; in isNodeAfterSibling()
440 if (found2) in isNodeAfterSibling()
458 found2 = true; in isNodeAfterSibling()
/external/google-breakpad/src/processor/
Dstatic_map_unittest.cc231 bool found2 = (iter_std != std_map[test_case].end()); in CompareLookupResult() local
232 ASSERT_EQ(found1, found2); in CompareLookupResult()
234 if (found1 && found2) { in CompareLookupResult()
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp561 … int found2 = ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel); in cvTrackFace() local
562 if (found2 && new_energy < 100000) in cvTrackFace()
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp1442 bool found2 = findChessboardCorners(right, patternSize, imgpt2[i]); in run() local
1443 if(!found1 || !found2) in run()