Searched refs:proguard (Results 1 – 4 of 4) sorted by relevance
68 proguard = in Generate Keep file()109 proguard = in Primitive types()141 proguard = in Primitive array types()171 proguard = in Object Array parameters()201 proguard = in Arrays with Inner class()251 proguard = in Conflicting Class Names in parameters()299 proguard = in Multi dimensional arrays()351 proguard = in Methods with arrays as the return type()
454 @Language("Proguard") proguard: String? = null, in <lambda>()788 if (proguard != null) { in <lambda>()1167 if (proguard != null && proguardFile != null) { in <lambda>()1174 stripComments(proguard, DOT_TXT, stripLineComments = false).trimIndent(), in <lambda>()
352 options.proguard?.let { proguard -> in processFlags() method354 createReportFile(progressTracker, codebase, proguard, "Proguard file") { printWriter -> in processFlags()
474 var proguard: File? = null variable762 ARG_PROGUARD -> proguard = stringToNewFile(getValue(args, ++index)) in parse()