Searched refs:found2 (Results 1 – 6 of 6) sorted by relevance
/external/openscreen/cast/common/discovery/e2e_test/ |
D | tests.cc | 358 std::atomic_bool found2{false}; in TEST_F() local 361 CheckForClaimedIds(instance2, &found2); in TEST_F() 363 WaitUntilSeen(true, &found1, &found2, &found3); in TEST_F() 369 found2 = false; in TEST_F() 372 CheckForPublishedService(instance2, &found2); in TEST_F() 374 WaitUntilSeen(true, &found1, &found2, &found3); in TEST_F() 404 std::atomic_bool found2{false}; in TEST_F() local 407 CheckForClaimedIds(instance2, &found2); in TEST_F() 409 WaitUntilSeen(true, &found1, &found2, &found3); in TEST_F() 415 found2 = false; in TEST_F() [all …]
|
/external/starlark-go/starlark/ |
D | hashtable_test.go | 96 _, found2 := sane[k.goInt] 97 if found != found2 { 112 _, found2 := sane[k.goInt] 113 if found != found2 {
|
/external/testng/src/test/java/test/distributed/ |
D | DistributedTest.java | 142 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/ |
D | DOMHelper.java | 387 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/ |
D | static_map_unittest.cc | 231 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/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 2762 int found2 = 0; in adjust_gf_boost_lag_one_pass_vbr() local 2794 if (!found2 && lagframe_idx > 1 && lagframe_idx < tot_frames && in adjust_gf_boost_lag_one_pass_vbr() 2796 found2 = 1; in adjust_gf_boost_lag_one_pass_vbr() 2802 found2 = 0; in adjust_gf_boost_lag_one_pass_vbr() 2806 if (found2) steady_sad_lagindex = lagframe_idx; in adjust_gf_boost_lag_one_pass_vbr()
|