Searched refs:CopyTest (Results 1 - 6 of 6) sorted by relevance

/external/stlport/test/unit/
H A Dcopy_test.cpp15 class CopyTest : public CPPUNIT_NS::TestCase class in inherits:CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(CopyTest);
35 CPPUNIT_TEST_SUITE_REGISTRATION(CopyTest); variable
40 void CopyTest::copy_array()
48 void CopyTest::copy_volatile()
84 void CopyTest::copy_vector()
96 void CopyTest::copy_insert() {
107 void CopyTest::copy_back()
118 void CopyTest::copy_back_array()
/external/chromium_org/webkit/browser/fileapi/
H A Dcopy_or_move_file_validator_unittest.cc99 void CopyTest(base::PlatformFileError expected) { function in class:fileapi::__anon14756::CopyOrMoveFileValidatorTestHelper
254 helper.CopyTest(base::PLATFORM_FILE_OK);
265 helper.CopyTest(base::PLATFORM_FILE_ERROR_SECURITY);
278 helper.CopyTest(base::PLATFORM_FILE_OK);
291 helper.CopyTest(base::PLATFORM_FILE_ERROR_SECURITY);
309 helper.CopyTest(base::PLATFORM_FILE_ERROR_SECURITY);
322 helper.CopyTest(base::PLATFORM_FILE_ERROR_SECURITY);
/external/sfntly/cpp/src/test/
H A Dbyte_array_test.cc93 bool CopyTest(ByteArray* ba) { function in namespace:sfntly::byte_array_test
108 return CopyTest(ba);
/external/chromium_org/media/base/
H A Daudio_bus_unittest.cc84 void CopyTest(AudioBus* bus1, AudioBus* bus2) { function in class:media::AudioBusTest
174 CopyTest(bus1.get(), bus2.get());
186 CopyTest(bus1.get(), bus2.get());
197 CopyTest(bus1.get(), bus2.get());
/external/webrtc/src/system_wrappers/source/
H A Dmap_unittest.cc208 TEST_F(MapWrapperTest, CopyTest) {
/external/chromium_org/crypto/
H A Drsa_private_key_unittest.cc138 TEST(RSAPrivateKeyUnitTest, CopyTest) {

Completed in 410 milliseconds