Searched defs:package (Results 1 - 1 of 1) sorted by relevance

/art/dexdump/
H A Ddexdump.cc28 * - classes in same package are not all grouped together; nothing is sorted
207 return "\"package\"";
1240 * If "*pLastPackage" is nullptr or does not match the current class' package,
1256 // For the XML output, show the package name. Ideally we'd gather
1258 // package name wouldn't jump around, but that's not a great plan
1269 // Reduce to just the package name.
1284 // Start of a new package.
1286 fprintf(gOutFile, "</package>\n");
1288 fprintf(gOutFile, "<package name=\"%s\"\n>\n", mangle);
1434 char* package local
[all...]

Completed in 92 milliseconds