Home | History | Annotate | Download | only in dexdump

Lines Matching refs:OutputFormat

55 enum OutputFormat {
68 OutputFormat outputFormat;
555 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1170 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1186 } else if (gOptions.outputFormat == OUTPUT_XML) {
1311 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1317 } else if (gOptions.outputFormat == OUTPUT_XML) {
1402 } else if (gOptions.outputFormat == OUTPUT_XML) {
1444 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1483 if (gOptions.outputFormat == OUTPUT_PLAIN)
1489 if (gOptions.outputFormat == OUTPUT_PLAIN)
1495 if (gOptions.outputFormat == OUTPUT_PLAIN)
1501 if (gOptions.outputFormat == OUTPUT_PLAIN)
1514 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1520 if (gOptions.outputFormat == OUTPUT_XML) {
1754 if (gOptions.outputFormat == OUTPUT_XML)
1770 if (gOptions.outputFormat == OUTPUT_XML)
1876 gOptions.outputFormat = OUTPUT_PLAIN;
1878 gOptions.outputFormat = OUTPUT_XML;