Searched refs:VerifyPatch (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/release/ |
D | test_scripts.py | 1147 def VerifyPatch(patch): function 1220 "", cb=VerifyPatch("patch4")), 1224 "", cb=VerifyPatch("patch2")), 1228 "", cb=VerifyPatch("patch3")), 1232 "", cb=VerifyPatch("patch1")), 1236 "", cb=VerifyPatch("patch5\n")), 1285 def VerifyPatch(patch): function 1358 "", cb=VerifyPatch("patch4")), 1362 "", cb=VerifyPatch("patch2")), 1366 "", cb=VerifyPatch("patch3")), [all …]
|
/external/bsdiff/ |
D | patch_reader_unittest.cc | 85 void VerifyPatch(const std::vector<uint8_t>& patch_data) { in VerifyPatch() function in bsdiff::PatchReaderTest 155 VerifyPatch(patch_data); in TEST_F() 174 VerifyPatch(patch_data); in TEST_F()
|