Lines Matching refs:outputFormat
68 OutputFormat outputFormat; member
552 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpInterface()
1156 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpMethod()
1172 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpMethod()
1297 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpSField()
1303 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpSField()
1388 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1430 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1469 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1475 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1481 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1487 if (gOptions.outputFormat == OUTPUT_PLAIN) in dumpClass()
1500 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1506 if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1740 if (gOptions.outputFormat == OUTPUT_XML) in processDexFile()
1756 if (gOptions.outputFormat == OUTPUT_XML) in processDexFile()
1862 gOptions.outputFormat = OUTPUT_PLAIN; in main()
1864 gOptions.outputFormat = OUTPUT_XML; in main()