HomeSort by relevance Sort by last modified time
    Searched refs:found2 (Results 1 - 7 of 7) sorted by null

  /external/valgrind/auxprogs/
compare-build-logs 79 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/
DistributedTest.java 142 boolean found2 = false;
148 if (! found2) {
149 found2 = host.contains(m_ports[1]);
153 Assert.assertTrue(found2, "No tests ran on port " + m_ports[1]);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 387 boolean found1 = false, found2 = false;
396 if (found2)
414 found2 = true;
432 boolean found1 = false, found2 = false;
440 if (found2)
458 found2 = true;
    [all...]
  /external/google-breakpad/src/processor/
static_map_unittest.cc 231 bool found2 = (iter_std != std_map[test_case].end()); local
232 ASSERT_EQ(found1, found2);
234 if (found1 && found2) {
  /system/netd/tests/
netd_test.cpp 567 size_t found2 = GetNumQueries(dns2, host_name); local
569 EXPECT_LE(1U, found2);
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 561 int found2 = ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel); local
562 if (found2 && new_energy < 100000)
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 1442 bool found2 = findChessboardCorners(right, patternSize, imgpt2[i]); local
    [all...]

Completed in 571 milliseconds