Home
last modified time | relevance | path

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

/third_party/skia/tests/
DRefCntTest.cpp58 std::thread thing3(bounce_weak_ref, ref); in test_weakRefCnt() local
63 thing3.join(); in test_weakRefCnt()
/third_party/flutter/skia/tests/
DRefCntTest.cpp58 std::thread thing3(bounce_weak_ref, ref); in test_weakRefCnt() local
63 thing3.join(); in test_weakRefCnt()
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py1454 def thing3(): pass function
1456 for func in thing1, thing2, thing3:
1483 def thing3(): pass function
1485 for func in thing1, thing2, thing3: