Searched refs:copy2 (Results 1 – 5 of 5) sorted by relevance
/external/dbus/dbus/ |
D | dbus-list.c | 985 DBusList *copy2; in _dbus_list_test() local 1306 copy2 = _DBUS_INT_TO_POINTER (23); in _dbus_list_test() 1313 _dbus_list_copy (&list2, ©2); in _dbus_list_test() 1315 verify_list (©2); in _dbus_list_test() 1316 _dbus_assert (lists_equal (&list2, ©2)); in _dbus_list_test() 1322 _dbus_list_clear (©2); in _dbus_list_test() 1326 copy2 = _DBUS_INT_TO_POINTER (23); in _dbus_list_test() 1333 _dbus_list_copy (&list2, ©2); in _dbus_list_test() 1335 verify_list (©2); in _dbus_list_test() 1336 _dbus_assert (lists_equal (&list2, ©2)); in _dbus_list_test()
|
/external/chromium/base/win/ |
D | scoped_comptr_unittest.cc | 69 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/ |
D | syncable_id_unittest.cc | 41 Id copy2 = *i; in TEST() local 42 ASSERT_EQ(copy1, copy2) << "equality after copy failed"; in TEST()
|
/external/pcre/ |
D | pcrecpp_unittest.cc | 793 RE copy2("not a match"); in TestConstructors() local 794 CHECK(!copy2.FullMatch(str)); in TestConstructors() 795 copy2 = copy1; in TestConstructors() 796 CHECK(copy2.FullMatch(str)); in TestConstructors() 797 copy2 = orig; in TestConstructors() 798 CHECK(copy2.FullMatch(str)); in TestConstructors() 803 copy2 = copy2; in TestConstructors() 806 CHECK(copy2.FullMatch(str)); in TestConstructors()
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 1313 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
|