Lines Matching full:packageid
463 function displayPackageCodes(containerId, packageId) {
468 container.innerHTML = displayLevel2("lbp", packageId);
484 function displayPackageClassPatterns(containerId, packageId, classId) {
489 container.innerHTML = displayLevel3("lbp", packageId, classId);
504 function displayPackageClassPatternsBugs(containerId, packageId, classId, patternId) {
509 container.innerHTML = displayLevel4("lbp", packageId, classId, patternId);
765 function countBugsPackage(version, priority, packageId, idxPackage) {
766 return countBugs(version, priority, "", -1, "", -1, "", -1, packageId, idxPackage, "", -1);
773 function countBugsPattern(version, priority, cat, idxCat, code, idxCode, packageId, idxPattern) {
774 return countBugs(version, priority, cat, idxCat, code, idxCode, packageId, idxPattern, "", -1, "", -1);
785 function countBugs(version, priority, cat, idxCat, code, idxCode, pattern, idxPattern, packageId, idxPackage, classId, idxClass) {
801 && (idxPackage==-1 || bug[idxPackage]==packageId)
889 var packageId = "";
892 packageId = classId.substring(0, idx);
895 bugs[i][7] = packageId;