Home
last modified time | relevance | path

Searched refs:renamesourcefileattribute (Results 1 – 16 of 16) sorted by relevance

/external/r8/src/test/proguard/valid/
Dparse-and-skip-single-argument.flags1 -renamesourcefileattribute RenamedAttribute
/external/proguard/examples/
Dmidlets.pro45 #-renamesourcefileattribute SourceFile
Dapplications.pro24 -renamesourcefileattribute SourceFile
Dservlets.pro21 -renamesourcefileattribute SourceFile
Dapplets.pro20 -renamesourcefileattribute SourceFile
Dlibrary.pro23 -renamesourcefileattribute SourceFile
Dscala.pro30 -renamesourcefileattribute SourceFile
Dandroid.pro52 -renamesourcefileattribute SourceFile
/external/proguard/src/proguard/gradle/
DProGuardTask.java827 renamesourcefileattribute(); in getrenamesourcefileattribute()
831 public void renamesourcefileattribute() in renamesourcefileattribute() method in ProGuardTask
833 renamesourcefileattribute(""); in renamesourcefileattribute()
836 public void renamesourcefileattribute(String newSourceFileAttribute) in renamesourcefileattribute() method in ProGuardTask
/external/proguard/examples/gradle/
Dmidlets.gradle65 //renamesourcefileattribute 'SourceFile'
Dapplets.gradle40 renamesourcefileattribute 'SourceFile'
Dservlets.gradle41 renamesourcefileattribute 'SourceFile'
Dapplications.gradle44 renamesourcefileattribute 'SourceFile'
Dlibrary.gradle43 renamesourcefileattribute 'SourceFile'
Dscala.gradle50 renamesourcefileattribute 'SourceFile'
Dandroid.gradle72 renamesourcefileattribute 'SourceFile'