Home
last modified time | relevance | path

Searched refs:thing2 (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/core/fxcrt/
Dweak_ptr_unittest.cpp104 PseudoDeletable thing2; in TEST() local
109 UniqueTestPtr unique2(&thing2); in TEST()
114 EXPECT_EQ(&thing2, ptr2.Get()); in TEST()
118 EXPECT_EQ(0, thing2.delete_count()); in TEST()
121 EXPECT_EQ(1, thing2.delete_count()); in TEST()
144 PseudoDeletable thing2; in TEST() local
147 UniqueTestPtr unique2(&thing2); in TEST()
155 EXPECT_EQ(0, thing2.delete_count()); in TEST()
160 PseudoDeletable thing2; in TEST() local
163 UniqueTestPtr unique2(&thing2); in TEST()
[all …]
Dmaybe_owned_unittest.cpp60 PseudoDeletable thing2(200, &delete_count); in TEST() local
63 ptr = &thing2; in TEST()
65 EXPECT_EQ(ptr.Get(), &thing2); in TEST()
110 PseudoDeletable thing2(400, &unowned_delete_count); in TEST() local
114 ptr = &thing2; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dmacho-reloc-errors-x86_64.s4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
7 mov %rax, thing-thing2
Dmacho-reloc-errors-x86.s3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
/external/llvm/test/MC/X86/
Dmacho-reloc-errors-x86_64.s4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
7 mov %rax, thing-thing2
Dmacho-reloc-errors-x86.s3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/internal/bytecode/
DProxyMakerTest.java43 Thing thing2 = mock(Thing.class); in cachesProxyClass() local
46 Thing proxy2 = maker.createProxy(Thing.class, thing2); in cachesProxyClass()
/external/skqp/tests/
DRefCntTest.cpp27 std::thread thing2(bounce_ref, ref); in test_refCnt() local
30 thing2.join(); in test_refCnt()
57 std::thread thing2(bounce_ref, ref); in test_weakRefCnt() local
62 thing2.join(); in test_weakRefCnt()
/external/skia/tests/
DRefCntTest.cpp27 std::thread thing2(bounce_ref, ref); in test_refCnt() local
30 thing2.join(); in test_refCnt()
57 std::thread thing2(bounce_ref, ref); in test_weakRefCnt() local
62 thing2.join(); in test_weakRefCnt()
/external/clang/test/CodeGen/
Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
Datomic-ops.c373 struct bar smallThing, thing1, thing2; variable
410 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1470 def thing2(): function
1479 for func in thing1, thing2, thing3:
1502 def thing2(): function
1511 for func in thing1, thing2, thing3:
/external/python/mock/mock/tests/
Dtestpatch.py1451 def thing2(): function
1460 for func in thing1, thing2, thing3:
1483 def thing2(): function
1492 for func in thing1, thing2, thing3:
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor_test.cc227 const StatusOr<int> thing2; in TEST() local
/external/python/cpython3/Doc/library/
Dunittest.mock.rst1020 >>> thing2 = object()
1023 ... with patch('__main__.thing2', return_value=None) as child2:
/external/clang/include/clang/Basic/
DAttrDocs.td823 [[maybe_unused]] bool thing2) {
824 [[maybe_unused]] bool b = thing1 && thing2;