Home | History | Annotate | Download | only in dexdump

Lines Matching refs:OutputFormat

55 enum OutputFormat {
68 OutputFormat outputFormat;
552 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1168 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1184 } else if (gOptions.outputFormat == OUTPUT_XML) {
1309 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1315 } else if (gOptions.outputFormat == OUTPUT_XML) {
1400 } else if (gOptions.outputFormat == OUTPUT_XML) {
1442 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1481 if (gOptions.outputFormat == OUTPUT_PLAIN)
1487 if (gOptions.outputFormat == OUTPUT_PLAIN)
1493 if (gOptions.outputFormat == OUTPUT_PLAIN)
1499 if (gOptions.outputFormat == OUTPUT_PLAIN)
1512 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1518 if (gOptions.outputFormat == OUTPUT_XML) {
1752 if (gOptions.outputFormat == OUTPUT_XML)
1768 if (gOptions.outputFormat == OUTPUT_XML)
1874 gOptions.outputFormat = OUTPUT_PLAIN;
1876 gOptions.outputFormat = OUTPUT_XML;