Home | History | Annotate | Download | only in dexdump

Lines Matching defs:OutputFormat

55 enum OutputFormat {
68 OutputFormat outputFormat;
552 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1167 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1183 } else if (gOptions.outputFormat == OUTPUT_XML) {
1308 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1314 } else if (gOptions.outputFormat == OUTPUT_XML) {
1399 } else if (gOptions.outputFormat == OUTPUT_XML) {
1441 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1480 if (gOptions.outputFormat == OUTPUT_PLAIN)
1486 if (gOptions.outputFormat == OUTPUT_PLAIN)
1492 if (gOptions.outputFormat == OUTPUT_PLAIN)
1498 if (gOptions.outputFormat == OUTPUT_PLAIN)
1511 if (gOptions.outputFormat == OUTPUT_PLAIN) {
1517 if (gOptions.outputFormat == OUTPUT_XML) {
1751 if (gOptions.outputFormat == OUTPUT_XML)
1767 if (gOptions.outputFormat == OUTPUT_XML)
1873 gOptions.outputFormat = OUTPUT_PLAIN;
1875 gOptions.outputFormat = OUTPUT_XML;