Lines Matching defs:Dictionary
469 Printf("Started dictionary minimization (up to %d tests)\n",
472 // Scores and usage count for each dictionary unit.
490 // Skip dictionary unit, if the testcase does not contain it.
496 // Replace all occurrences of dictionary unit in the testcase.
505 // Get coverage for testcase with masked occurrences of dictionary unit.
519 Printf("###### Useless dictionary elements. ######\n");
521 // Dictionary units with positive score are treated as useful ones.
529 Printf("###### End of useless dictionary elements. ######\n");
606 Vector<Unit> Dictionary;
608 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
610 if (Flags.verbosity > 0 && !Dictionary.empty())
611 Printf("Dictionary: %zd entries\n", Dictionary.size());
647 for (auto &U: Dictionary)
752 if (Dictionary.empty() || Inputs->empty()) {
756 if (AnalyzeDictionary(F, Dictionary, InitialCorpus)) {
757 Printf("Dictionary analysis failed\n");
760 Printf("Dictionary analysis succeeded\n");