/external/pdfium/core/fxcrt/ |
D | weak_ptr_unittest.cpp | 104 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 …]
|
D | maybe_owned_unittest.cpp | 60 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/ |
D | macho-reloc-errors-x86_64.s | 4 mov %rax, thing@GOT-thing2@GOT 5 mov %rax, (thing-thing2)(%rip) 7 mov %rax, thing-thing2
|
D | macho-reloc-errors-x86.s | 3 mov %eax, thing-thing2 4 mov %eax, defined-thing2
|
/external/llvm/test/MC/X86/ |
D | macho-reloc-errors-x86_64.s | 4 mov %rax, thing@GOT-thing2@GOT 5 mov %rax, (thing-thing2)(%rip) 7 mov %rax, thing-thing2
|
D | macho-reloc-errors-x86.s | 3 mov %eax, thing-thing2 4 mov %eax, defined-thing2
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/internal/bytecode/ |
D | ProxyMakerTest.java | 43 Thing thing2 = mock(Thing.class); in cachesProxyClass() local 46 Thing proxy2 = maker.createProxy(Thing.class, thing2); in cachesProxyClass()
|
/external/skqp/tests/ |
D | RefCntTest.cpp | 27 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/ |
D | RefCntTest.cpp | 27 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/ |
D | big-atomic-ops.c | 242 struct bar smallThing, thing1, thing2; variable 283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|
D | atomic-ops.c | 373 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/ |
D | testpatch.py | 1470 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/ |
D | testpatch.py | 1451 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/ |
D | statusor_test.cc | 227 const StatusOr<int> thing2; in TEST() local
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock.rst | 1020 >>> thing2 = object() 1023 ... with patch('__main__.thing2', return_value=None) as child2:
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 823 [[maybe_unused]] bool thing2) { 824 [[maybe_unused]] bool b = thing1 && thing2;
|