Searched refs:thing3 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | RefCntTest.cpp | 58 std::thread thing3(bounce_weak_ref, ref); in test_weakRefCnt() local 63 thing3.join(); in test_weakRefCnt()
|
/external/skia/tests/ |
D | RefCntTest.cpp | 58 std::thread thing3(bounce_weak_ref, ref); in test_weakRefCnt() local 63 thing3.join(); in test_weakRefCnt()
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 1476 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/ |
D | testpatch.py | 1457 def thing3(): function 1460 for func in thing1, thing2, thing3: 1489 def thing3(): function 1492 for func in thing1, thing2, thing3:
|