HomeSort by relevance Sort by last modified time
    Searched refs:CopyTest (Results 1 - 10 of 10) 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/content/browser/fileapi/
copy_or_move_file_validator_unittest.cc 99 void CopyTest(base::PlatformFileError expected) {
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/chromium_org/chromeos/ime/
ibus_text_unittest.cc 12 TEST(IBusTextTest, CopyTest) {
  /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/webrtc/src/system_wrappers/source/
map_unittest.cc 208 TEST_F(MapWrapperTest, CopyTest) {
  /external/chromium_org/crypto/
rsa_private_key_unittest.cc 138 TEST(RSAPrivateKeyUnitTest, CopyTest) {

Completed in 415 milliseconds