Searched refs:keepattributes (Results 1 – 18 of 18) sorted by relevance
/external/proguard/examples/ |
D | servlets.pro | 22 -keepattributes SourceFile,LineNumberTable 26 -keepattributes *Annotation*
|
D | applets.pro | 21 -keepattributes SourceFile,LineNumberTable 25 -keepattributes *Annotation*
|
D | applications.pro | 25 -keepattributes SourceFile,LineNumberTable 29 -keepattributes *Annotation*
|
D | library.pro | 24 -keepattributes Exceptions,InnerClasses,Signature,Deprecated, 29 -keepattributes *Annotation*
|
D | scala.pro | 31 -keepattributes SourceFile,LineNumberTable 35 -keepattributes *Annotation*
|
D | android.pro | 53 -keepattributes SourceFile,LineNumberTable 57 -keepattributes *Annotation*
|
D | midlets.pro | 46 #-keepattributes SourceFile,LineNumberTable
|
/external/proguard/examples/gradle/ |
D | applications.gradle | 45 keepattributes 'SourceFile,LineNumberTable' 49 keepattributes '*Annotation*'
|
D | applets.gradle | 41 keepattributes 'SourceFile,LineNumberTable' 45 keepattributes '*Annotation*'
|
D | servlets.gradle | 42 keepattributes 'SourceFile,LineNumberTable' 46 keepattributes '*Annotation*'
|
D | library.gradle | 44 …keepattributes 'Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,EnclosingM… 48 keepattributes '*Annotation*'
|
D | scala.gradle | 51 keepattributes 'SourceFile,LineNumberTable' 55 keepattributes '*Annotation*'
|
D | android.gradle | 73 keepattributes 'SourceFile,LineNumberTable' 77 keepattributes '*Annotation*'
|
D | midlets.gradle | 66 //keepattributes 'SourceFile,LineNumberTable'
|
/external/grpc-grpc/examples/android/helloworld/app/ |
D | proguard-rules.pro | 17 #-keepattributes SourceFile,LineNumberTable
|
/external/grpc-grpc/src/android/test/interop/app/ |
D | proguard-rules.pro | 17 #-keepattributes SourceFile,LineNumberTable
|
/external/proguard/src/proguard/gradle/ |
D | ProGuardTask.java | 801 keepattributes(); in getkeepattributes() 805 public void keepattributes() in keepattributes() method in ProGuardTask 807 keepattributes(null); in keepattributes() 810 public void keepattributes(String filter) in keepattributes() method in ProGuardTask
|
/external/proguard/examples/annotations/ |
D | examples.pro | 31 -keepattributes *Annotation*
|