Searched refs:MoveTest (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/ADT/
H A DAPSIntTest.cpp17 TEST(APSIntTest, MoveTest) {
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_file_validator_unittest.cc117 void MoveTest(base::File::Error expected) { function in class:content::__anon7099::CopyOrMoveFileValidatorTestHelper
258 helper.MoveTest(base::File::FILE_OK);
269 helper.MoveTest(base::File::FILE_ERROR_SECURITY);
282 helper.MoveTest(base::File::FILE_OK);
295 helper.MoveTest(base::File::FILE_ERROR_SECURITY);
313 helper.MoveTest(base::File::FILE_ERROR_SECURITY);
326 helper.MoveTest(base::File::FILE_ERROR_SECURITY);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_validator_browsertest.cc76 void MoveTest(const std::string& filename, const std::string& content, function in class:MediaFileValidatorTest
249 MoveTest("a.txt", std::string(kValidImage, arraysize(kValidImage)), false);
253 MoveTest("a.webp", std::string(kValidImage, arraysize(kValidImage)), true);
257 MoveTest("a.webp", std::string(kInvalidMediaFile,
262 MoveTest("a.ogg", std::string(kInvalidMediaFile,

Completed in 142 milliseconds