Searched defs:copy1 (Results 1 - 3 of 3) sorted by path

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_id_unittest.cc40 Id copy1 = *i; local
42 ASSERT_EQ(copy1, copy2) << "equality after copy failed";
/external/dbus/dbus/
H A Ddbus-list.c984 DBusList *copy1; local
1305 copy1 = _DBUS_INT_TO_POINTER (0x342234);
1308 _dbus_list_copy (&list1, &copy1);
1310 verify_list (&copy1);
1311 _dbus_assert (lists_equal (&list1, &copy1));
1321 _dbus_list_clear (&copy1);
1325 copy1 = _DBUS_INT_TO_POINTER (0x342234);
1328 _dbus_list_copy (&list1, &copy1);
1330 verify_list (&copy1);
1331 _dbus_assert (lists_equal (&list1, &copy1));
[all...]
/external/webkit/Source/WebCore/tests/
H A DTreeManager_test.cpp332 LayerAndroid* copy1 = new LayerAndroid(root); local
333 copy1->showLayer(0);
334 manager.updateWithTree(copy1, false);
364 static_cast<TestLayerAndroid*>(copy1->getChild(0)->getChild(0))->m_isDonePainting = true;
365 static_cast<TestLayerAndroid*>(copy1->getChild(0)->getChild(1))->m_isDonePainting = true;
367 XLOGC("painting should be %p, queued %p", copy1, copy2);
371 XLOGC("drawing should be %p, painting %p", copy1, copy2);

Completed in 175 milliseconds