Home
last modified time | relevance | path

Searched refs:thing3 (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tests/
DRefCntTest.cpp58 std::thread thing3(bounce_weak_ref, ref); in test_weakRefCnt() local
63 thing3.join(); in test_weakRefCnt()
/external/skia/tests/
DRefCntTest.cpp58 std::thread thing3(bounce_weak_ref, ref); in test_weakRefCnt() local
63 thing3.join(); in test_weakRefCnt()
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1476 def thing3(): function
1479 for func in thing1, thing2, thing3:
1508 def thing3(): function
1511 for func in thing1, thing2, thing3:
/external/python/mock/mock/tests/
Dtestpatch.py1457 def thing3(): function
1460 for func in thing1, thing2, thing3:
1489 def thing3(): function
1492 for func in thing1, thing2, thing3: