Searched refs:Corpora (Results 1 – 7 of 7) sorted by relevance
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerMerge.cpp | 211 const std::vector<std::string> &Corpora) { in CrashResistantMerge() argument 212 if (Corpora.size() <= 1) { in CrashResistantMerge() 217 ListFilesInDirRecursive(Corpora[0], nullptr, &AllFiles, /*TopDir*/true); in CrashResistantMerge() 219 for (size_t i = 1; i < Corpora.size(); i++) in CrashResistantMerge() 220 ListFilesInDirRecursive(Corpora[i], nullptr, &AllFiles, /*TopDir*/true); in CrashResistantMerge()
|
D | FuzzerInternal.h | 90 void Merge(const std::vector<std::string> &Corpora); 92 const std::vector<std::string> &Corpora);
|
D | FuzzerLoop.cpp | 637 void Fuzzer::Merge(const std::vector<std::string> &Corpora) { in Merge() argument 638 if (Corpora.size() <= 1) { in Merge() 643 std::vector<std::string> ExtraCorpora(Corpora.begin() + 1, Corpora.end()); in Merge() 647 ReadDirToVectorOfUnits(Corpora[0].c_str(), &Initial, nullptr, MaxInputLen, in Merge()
|
/third_party/libabigail/doc/manuals/ |
D | tools-use-libabigail.txt | 15 of ABI Corpora, compare them, analyze their changes and report about
|
D | abipkgdiff.rst | 295 defined and exported by the binary. It's those final ABI Corpora 320 exported by the binary. It's those final ABI Corpora that are 328 Corpora like these can be extremely slow.
|
D | abidiff.rst | 234 defined and exported by the binary. It's those final ABI Corpora 259 exported by the binary. It's those final ABI Corpora that are 267 Corpora like these can be extremely slow.
|
/third_party/libabigail/ |
D | README | 13 two ABI Corpora (apparently the plural of corpus is copora, heh,
|