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

/dalvik/dexdump/
H A DDexDump.cpp24 * - classes in same package are not all grouped together; generally speaking
224 return "\"package\"";
1357 * If "*pLastPackage" is NULL or does not match the current class' package,
1391 * For the XML output, show the package name. Ideally we'd gather
1393 * package name wouldn't jump around, but that's not a great plan
1410 /* reduce to just the package name */
1424 /* start of a new package */
1426 printf("</package>\n");
1427 printf("<package name=\"%s\"\n>\n", mangle);
1736 char* package local
[all...]

Completed in 55 milliseconds