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

  /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/core/fs_mgr/
fs_mgr_verity.cpp 721 std::size_t found2 = token.find("by-name"); local
722 if (found1 != std::string::npos && found2 != std::string::npos &&
723 blk_device.substr(found1) == token.substr(found2) + ab_suffix) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 2078 int found2 = 0; local
    [all...]
  /system/netd/tests/
netd_test.cpp 431 size_t found2 = GetNumQueries(dns2, host_name); local
433 EXPECT_LE(0U, found2);
    [all...]
  /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...]

Completed in 1665 milliseconds