Home
last modified time | relevance | path

Searched refs:keepattributes (Results 1 – 20 of 20) sorted by relevance

/external/proguard/examples/
Dapplications.pro25 -keepattributes SourceFile,LineNumberTable
29 -keepattributes *Annotation*
Dservlets.pro22 -keepattributes SourceFile,LineNumberTable
26 -keepattributes *Annotation*
Dapplets.pro21 -keepattributes SourceFile,LineNumberTable
25 -keepattributes *Annotation*
Dlibrary.pro24 -keepattributes Exceptions,InnerClasses,Signature,Deprecated,
29 -keepattributes *Annotation*
Dscala.pro31 -keepattributes SourceFile,LineNumberTable
35 -keepattributes *Annotation*
Dandroid.pro53 -keepattributes SourceFile,LineNumberTable
57 -keepattributes *Annotation*
Dmidlets.pro46 #-keepattributes SourceFile,LineNumberTable
/external/r8/src/test/examples/enclosingmethod/
Dproguard.cfg10 -keepattributes InnerClasses
/external/proguard/examples/gradle/
Dapplets.gradle41 keepattributes 'SourceFile,LineNumberTable'
45 keepattributes '*Annotation*'
Dservlets.gradle42 keepattributes 'SourceFile,LineNumberTable'
46 keepattributes '*Annotation*'
Dapplications.gradle45 keepattributes 'SourceFile,LineNumberTable'
49 keepattributes '*Annotation*'
Dlibrary.gradle44keepattributes 'Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,EnclosingM…
48 keepattributes '*Annotation*'
Dscala.gradle51 keepattributes 'SourceFile,LineNumberTable'
55 keepattributes '*Annotation*'
Dandroid.gradle73 keepattributes 'SourceFile,LineNumberTable'
77 keepattributes '*Annotation*'
Dmidlets.gradle66 //keepattributes 'SourceFile,LineNumberTable'
/external/r8/src/test/examples/throwing/
Dproguard.cfg13 -keepattributes SourceFile,LineNumberTable
/external/r8/src/test/java/com/android/tools/r8/jsr45/
Dkeep-rules-3.txt10 -keepattributes SourceDebugExtension
/external/r8/src/test/examples/annotationremoval/
Dkeep-rules-keep-innerannotation.txt15 -keepattributes InnerClasses,EnclosingMethod
/external/proguard/examples/annotations/
Dexamples.pro31 -keepattributes *Annotation*
/external/proguard/src/proguard/gradle/
DProGuardTask.java797 keepattributes(); in getkeepattributes()
801 public void keepattributes() in keepattributes() method in ProGuardTask
803 keepattributes(null); in keepattributes()
806 public void keepattributes(String filter) in keepattributes() method in ProGuardTask