Lines Matching refs:outputFormat
68 OutputFormat outputFormat; member
555 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpInterface()
1170 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpMethod()
1186 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpMethod()
1311 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpSField()
1317 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpSField()
1402 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1444 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1483 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1489 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1495 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1501 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1514 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1520 if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1754 if (gOptions.outputFormat == OUTPUT_XML) in processDexFile()
1770 if (gOptions.outputFormat == OUTPUT_XML) in processDexFile()
1876 gOptions.outputFormat = OUTPUT_PLAIN; in main()
1878 gOptions.outputFormat = OUTPUT_XML; in main()