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

  /external/stlport/test/unit/
copy_test.cpp 15 class CopyTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(CopyTest);
35 CPPUNIT_TEST_SUITE_REGISTRATION(CopyTest);
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()
  /ndk/tests/device/test-gnustl-full/unit/
copy_test.cpp 15 class CopyTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(CopyTest);
35 CPPUNIT_TEST_SUITE_REGISTRATION(CopyTest);
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()
  /ndk/tests/device/test-stlport/unit/
copy_test.cpp 15 class CopyTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(CopyTest);
35 CPPUNIT_TEST_SUITE_REGISTRATION(CopyTest);
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/third_party/sfntly/cpp/src/test/
byte_array_test.cc 93 bool CopyTest(ByteArray* ba) {
108 return CopyTest(ba);
  /external/sfntly/cpp/src/test/
byte_array_test.cc 93 bool CopyTest(ByteArray* ba) {
108 return CopyTest(ba);
  /external/chromium_org/media/base/
audio_bus_unittest.cc 84 void CopyTest(AudioBus* bus1, AudioBus* bus2) {
174 CopyTest(bus1.get(), bus2.get());
186 CopyTest(bus1.get(), bus2.get());
197 CopyTest(bus1.get(), bus2.get());
  /external/chromium_org/content/browser/fileapi/
copy_or_move_file_validator_unittest.cc 102 void CopyTest(base::File::Error expected) {
257 helper.CopyTest(base::File::FILE_OK);
268 helper.CopyTest(base::File::FILE_ERROR_SECURITY);
281 helper.CopyTest(base::File::FILE_OK);
294 helper.CopyTest(base::File::FILE_ERROR_SECURITY);
312 helper.CopyTest(base::File::FILE_ERROR_SECURITY);
325 helper.CopyTest(base::File::FILE_ERROR_SECURITY);

Completed in 238 milliseconds