Lines Matching refs:found

458     void checkDescription(boolean found) {  in checkDescription()  argument
459 checkOutput("moduleA/module-summary.html", found, in checkDescription()
466 checkOutput("moduleB/module-summary.html", found, in checkDescription()
473 checkOutput("index.html", found, in checkDescription()
494 void checkNoDescription(boolean found) { in checkNoDescription() argument
495 checkOutput("moduleA/module-summary.html", found, in checkNoDescription()
502 checkOutput("moduleB/module-summary.html", found, in checkNoDescription()
511 void checkHtml5Description(boolean found) { in checkHtml5Description() argument
512 checkOutput("moduleA/module-summary.html", found, in checkHtml5Description()
524 checkOutput("moduleB/module-summary.html", found, in checkHtml5Description()
532 checkOutput("index.html", found, in checkHtml5Description()
556 void checkHtml5NoDescription(boolean found) { in checkHtml5NoDescription() argument
557 checkOutput("moduleA/module-summary.html", found, in checkHtml5NoDescription()
564 checkOutput("moduleB/module-summary.html", found, in checkHtml5NoDescription()
871 void checkModuleFilesAndLinks(boolean found) { in checkModuleFilesAndLinks() argument
872 checkFileAndOutput("moduleA/testpkgmdlA/package-summary.html", found, in checkModuleFilesAndLinks()
876 checkFileAndOutput("moduleA/testpkgmdlA/TestClassInModuleA.html", found, in checkModuleFilesAndLinks()
880 checkFileAndOutput("moduleB/testpkgmdlB/AnnotationType.html", found, in checkModuleFilesAndLinks()
885 checkFiles(found, in checkModuleFilesAndLinks()
889 void checkModulesInSearch(boolean found) { in checkModulesInSearch() argument
890 checkOutput("index-all.html", found, in checkModulesInSearch()
993 void checkModuleModeApi(boolean found) { in checkModuleModeApi() argument
994 checkOutput("moduleA/module-summary.html", found, in checkModuleModeApi()
997 checkOutput("moduleB/module-summary.html", found, in checkModuleModeApi()
1024 void checkModuleModeAll(boolean found) { in checkModuleModeAll() argument
1025 checkOutput("moduleA/module-summary.html", found, in checkModuleModeAll()
1049 checkOutput("moduleB/module-summary.html", found, in checkModuleModeAll()
1076 checkOutput("moduleC/module-summary.html", found, in checkModuleModeAll()
1090 void checkModuleDeprecation(boolean found) { in checkModuleDeprecation() argument
1091 checkOutput("moduleA/module-summary.html", found, in checkModuleDeprecation()
1096 checkOutput("deprecated-list.html", found, in checkModuleDeprecation()
1107 checkOutput("moduleB/module-summary.html", !found, in checkModuleDeprecation()
1110 checkOutput("moduletags/module-summary.html", found, in checkModuleDeprecation()
1125 void checkModuleSummaryNoExported(boolean found) { in checkModuleSummaryNoExported() argument
1126 checkOutput("moduleNoExport/module-summary.html", found, in checkModuleSummaryNoExported()
1240 void checkModuleName(boolean found) { in checkModuleName() argument
1241 checkOutput("test.moduleFullName/module-summary.html", found, in checkModuleName()
1245 checkOutput("index-all.html", found, in checkModuleName()
1252 checkOutput("test.moduleFullName/module-summary.html", !found, in checkModuleName()
1256 checkOutput("index-all.html", !found, in checkModuleName()
1308 void checkAllPkgsAllClasses(boolean found) { in checkAllPkgsAllClasses() argument
1332 checkOutput("allclasses-index.html", found, in checkAllPkgsAllClasses()
1334 checkOutput("allpackages-index.html", found, in checkAllPkgsAllClasses()
1336 checkOutput("allclasses-index.html", !found, in checkAllPkgsAllClasses()
1338 checkOutput("allpackages-index.html", !found, in checkAllPkgsAllClasses()