Searched refs:thing1 (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
H A D | cfx_weak_ptr_unittest.cpp | 103 PseudoDeletable thing1; local 106 UniquePtr unique1(&thing1); 112 EXPECT_EQ(&thing1, ptr1.Get()); 117 EXPECT_EQ(0, thing1.delete_count()); 120 EXPECT_EQ(1, thing1.delete_count()); 143 PseudoDeletable thing1; local 146 UniquePtr unique1(&thing1); 154 EXPECT_EQ(0, thing1.delete_count()); 159 PseudoDeletable thing1; local 162 UniquePtr unique1(&thing1); [all...] |
H A D | cfx_maybe_owned_unittest.cpp | 44 PseudoDeletable thing1(100, &delete_count); 46 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1); 48 EXPECT_EQ(ptr.Get(), &thing1); 50 EXPECT_TRUE(ptr == &thing1); 51 EXPECT_FALSE(ptr != &thing1); 62 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1); 73 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1); 144 PseudoDeletable thing1(100, &delete_count); 146 CFX_MaybeOwned<PseudoDeletable> ptr1(&thing1);
|
/external/skia/tests/ |
H A D | RefCntTest.cpp | 25 SkThread thing1(bounce_ref, ref); 28 SkAssertResult(thing1.start()); 31 thing1.join(); 58 SkThread thing1(bounce_ref, ref); 63 SkAssertResult(thing1.start()); 68 thing1.join();
|
/external/clang/test/CodeGen/ |
H A D | big-atomic-ops.c | 242 struct bar smallThing, thing1, thing2; variable in typeref:struct: 283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); 284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
|
H A D | atomic-ops.c | 373 struct bar smallThing, thing1, thing2; variable in typeref:struct: 410 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); 411 // CHECK: %[[call1:.*]] = call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
|
Completed in 246 milliseconds