Home
last modified time | relevance | path

Searched refs:copy2 (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/tests/
DTreeManager_test.cpp353 LayerAndroid* copy2 = new LayerAndroid(root); in TEST_F() local
354 copy2->showLayer(0); in TEST_F()
355 manager.updateWithTree(copy2, false); in TEST_F()
367 XLOGC("painting should be %p, queued %p", copy1, copy2); in TEST_F()
371 XLOGC("drawing should be %p, painting %p", copy1, copy2); in TEST_F()
379 static_cast<TestLayerAndroid*>(copy2->getChild(0)->getChild(0))->m_isDonePainting = true; in TEST_F()
380 static_cast<TestLayerAndroid*>(copy2->getChild(0)->getChild(1))->m_isDonePainting = true; in TEST_F()
/external/dbus/dbus/
Ddbus-list.c985 DBusList *copy2; in _dbus_list_test() local
1306 copy2 = _DBUS_INT_TO_POINTER (23); in _dbus_list_test()
1313 _dbus_list_copy (&list2, &copy2); in _dbus_list_test()
1315 verify_list (&copy2); in _dbus_list_test()
1316 _dbus_assert (lists_equal (&list2, &copy2)); in _dbus_list_test()
1322 _dbus_list_clear (&copy2); in _dbus_list_test()
1326 copy2 = _DBUS_INT_TO_POINTER (23); in _dbus_list_test()
1333 _dbus_list_copy (&list2, &copy2); in _dbus_list_test()
1335 verify_list (&copy2); in _dbus_list_test()
1336 _dbus_assert (lists_equal (&list2, &copy2)); in _dbus_list_test()
/external/chromium/base/win/
Dscoped_comptr_unittest.cc69 ScopedComPtr<IMalloc> copy2(static_cast<IMalloc*>(mem_alloc)); in TEST() local
70 EXPECT_TRUE(copy2.IsSameObject(mem_alloc)); in TEST()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id_unittest.cc41 Id copy2 = *i; in TEST() local
42 ASSERT_EQ(copy1, copy2) << "equality after copy failed"; in TEST()
/external/openssh/regress/
Dscp.sh17 COPY2=${OBJ}/copy2
96 cp -p ${DATA} ${DIR}/copy2
/external/javassist/src/main/javassist/bytecode/
DConstPool.java1313 return copy2(dest, classIndex2, ntIndex2); in copy()
1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); in copy2() method in MemberrefInfo
1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() method in FieldrefInfo
1371 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() method in MethodrefInfo
1391 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() method in InterfaceMethodrefInfo