HomeSort by relevance Sort by last modified time
    Searched defs:copy2 (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
syncable_id_unittest.cc 41 Id copy2 = *i; local
42 ASSERT_EQ(copy1, copy2) << "equality after copy failed";
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 353 LayerAndroid* copy2 = new LayerAndroid(root); local
354 copy2->showLayer(0);
355 manager.updateWithTree(copy2, false);
367 XLOGC("painting should be %p, queued %p", copy1, copy2);
371 XLOGC("drawing should be %p, painting %p", copy1, copy2);
379 static_cast<TestLayerAndroid*>(copy2->getChild(0)->getChild(0))->m_isDonePainting = true;
380 static_cast<TestLayerAndroid*>(copy2->getChild(0)->getChild(1))->m_isDonePainting = true;
  /external/dbus/dbus/
dbus-list.c 985 DBusList *copy2; local
1306 copy2 = _DBUS_INT_TO_POINTER (23);
1313 _dbus_list_copy (&list2, &copy2);
1315 verify_list (&copy2);
1316 _dbus_assert (lists_equal (&list2, &copy2));
1322 _dbus_list_clear (&copy2);
1326 copy2 = _DBUS_INT_TO_POINTER (23);
1333 _dbus_list_copy (&list2, &copy2);
1335 verify_list (&copy2);
1336 _dbus_assert (lists_equal (&list2, &copy2));
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); method in class:MemberrefInfo
1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { method in class:FieldrefInfo
1371 protected int copy2(ConstPool dest, int cindex, int ntindex) { method in class:MethodrefInfo
1391 protected int copy2(ConstPool dest, int cindex, int ntindex) { method in class:InterfaceMethodrefInfo
    [all...]

Completed in 104 milliseconds