Lines Matching full:pack
788 for (PackageInfo pack : allPackages) {
789 writePackageXML(xmlWriter, pack, allClasses.get(pack), notStrippable);
811 static void writePackageXML(PrintStream xmlWriter, PackageInfo pack,
817 if (pack.name().equals(PackageInfo.DEFAULT_PACKAGE)) {
820 xmlWriter.println("<package name=\"" + pack.name() + "\"\n"
821 // + " source=\"" + pack.position() + "\"\n"
1018 for (PackageInfo pack : allPackages) {
1019 writePackageApi(apiWriter, pack, allClasses.get(pack), notStrippable);
1023 static void writePackageApi(PrintStream apiWriter, PackageInfo pack,
1027 if (pack.name().equals(PackageInfo.DEFAULT_PACKAGE)) {
1032 apiWriter.print(pack.qualifiedName());
1262 for (PackageInfo pack : allPackages) {
1263 writePackageKeepList(keepListWriter, pack, allClasses.get(pack), notStrippable);
1267 static void writePackageKeepList(PrintStream keepListWriter, PackageInfo pack,
1271 if (pack.name().equals(PackageInfo.DEFAULT_PACKAGE)) {