/external/r8/src/test/proguard/valid/ |
D | proguard.flags | 5 -keep @Annotation class hello.Hello { 9 -keep @Annotation class hello.Hello { 13 -keep @Annotation class hello.Hello { 17 -keep @Annotation class hello.Hello { 21 -keep @Annotation class hello.Hello { 25 -keep @Annotation class hello.Hello{ # Missing space before '{' on purpose. 29 -keep class hello.Hello { 33 -keep class hello.Hello { 37 -keep class hello.Hello { 41 -keep class hello.Hello { [all …]
|
/external/zxing/qr_scanner/ |
D | proguard.cfg | 8 -keep public class * extends android.app.Activity 9 -keep public class * extends android.app.Application 10 -keep public class * extends android.app.Service 11 -keep public class * extends android.content.BroadcastReceiver 12 -keep public class * extends android.content.ContentProvider 13 -keep public class * extends android.app.backup.BackupAgentHelper 14 -keep public class * extends android.preference.Preference 15 -keep public class com.android.vending.licensing.ILicensingService 38 -keep class * implements android.os.Parcelable {
|
/external/r8/src/main/java/com/android/tools/r8/shaking/ |
D | AnnotationRemover.java | 25 private final AttributeRemovalOptions keep; field in AnnotationRemover 32 AttributeRemovalOptions keep) { in AnnotationRemover() argument 35 this.keep = keep; in AnnotationRemover() 47 if (keep.innerClasses in filterAnnotations() 52 if (keep.enclosingMethod in filterAnnotations() 56 if (keep.exceptions && DexAnnotation.isThrowingAnnotation(annotation, factory)) { in filterAnnotations() 59 if (keep.signature && DexAnnotation.isSignatureAnnotation(annotation, factory)) { in filterAnnotations() 62 if (keep.sourceDebugExtension in filterAnnotations() 68 if (!keep.runtimeVisibleAnnotations) { in filterAnnotations() 73 if (!keep.runtimeInvisibleAnnotations) { in filterAnnotations() [all …]
|
/external/libcap/progs/ |
D | quicktest.sh | 68 pass_capsh --keep=0 --keep=1 --keep=0 --keep=1 --print 97 fail_capsh --secbits=32 --keep=1 --keep=0 --print 98 pass_capsh --secbits=10 --keep=0 --keep=1 --print 147 pass_capsh --keep=1 --uid=$nouid --caps=cap_setpcap=ep \
|
/external/proguard/src/proguard/ant/ |
D | ConfigurationTask.java | 52 configuration.keep = extendClassSpecifications(configuration.keep, in appendTo() 53 … this.configuration.keep); in appendTo() 132 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeep() 141 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclassmembers() 150 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclasseswithmembers() 162 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepnames() 174 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclassmembernames() 186 configuration.keep = extendKeepSpecifications(configuration.keep, in addConfiguredKeepclasseswithmembernames()
|
/external/r8/src/test/examples/multidex/ |
D | main-dex-rules.txt | 7 -keep public class * extends **.Instrumentation { 10 -keep public class * extends **.Application { 14 -keep public class * extends **.Activity { 17 -keep public class * extends **.Service { 20 -keep public class * extends **.ContentProvider { 23 -keep public class * extends **.BroadcastReceiver { 26 -keep public class * extends **.BackupAgent {
|
/external/r8/src/test/examples/multidex001/ |
D | main-dex-rules-1.txt | 7 -keep public class * extends *.Instrumentation { 10 -keep public class * extends *.Application { 14 -keep public class * extends *.Activity { 17 -keep public class * extends *.Service { 20 -keep public class * extends *.ContentProvider { 23 -keep public class * extends *.BroadcastReceiver { 26 -keep public class * extends *.BackupAgent {
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 189 int keep; /* unknown handling setting */ member 331 chunk_info[i].keep = 0; in clear_keep() 395 int keep; /* the default value */ member 512 int keep, discard; in read_callback() local 515 keep = d->keep; in read_callback() 519 keep = chunk_info[chunk].keep; in read_callback() 520 if (keep == PNG_HANDLE_CHUNK_AS_DEFAULT) in read_callback() 526 keep = d->keep; in read_callback() 529 keep = PNG_HANDLE_CHUNK_NEVER; in read_callback() 533 switch (keep) in read_callback() [all …]
|
/external/proguard/src/proguard/gradle/ |
D | ProGuardTask.java | 281 public void keep(String classSpecificationString) in keep() method in ProGuardTask 284 keep(null, classSpecificationString); in keep() 287 public void keep(Map keepArgs, in keep() method in ProGuardTask 291 configuration.keep = in keep() 292 extendClassSpecifications(configuration.keep, in keep() 300 public void keep(Map keepClassSpecificationArgs) in keep() method in ProGuardTask 303 keep(keepClassSpecificationArgs, (Closure)null); in keep() 306 public void keep(Map keepClassSpecificationArgs, in keep() method in ProGuardTask 310 configuration.keep = in keep() 311 extendClassSpecifications(configuration.keep, in keep() [all …]
|
/external/libmicrohttpd/src/microhttpd/ |
D | memorypool.c | 263 void *keep, in MHD_pool_reset() argument 266 if (NULL != keep) in MHD_pool_reset() 268 if (keep != pool->memory) in MHD_pool_reset() 270 memmove (pool->memory, keep, size); in MHD_pool_reset() 271 keep = pool->memory; in MHD_pool_reset() 278 if (NULL != keep) in MHD_pool_reset() 280 return keep; in MHD_pool_reset()
|
/external/proguard/examples/ |
D | midlets.pro | 42 # You can keep a fixed source file attribute and all line number tables to 48 # You can print out the seeds that are matching the keep options below. 54 -keep public class * extends javax.microedition.midlet.MIDlet 65 # -keep public class mypackage.MyClass 66 # -keep public interface mypackage.MyInterface 67 # -keep public class * implements mypackage.MyInterface
|
D | android.pro | 31 # You can print out the seeds that are matching the keep options below. 61 -keep public class * extends android.app.Activity 62 -keep public class * extends android.app.Application 63 -keep public class * extends android.app.Service 64 -keep public class * extends android.content.BroadcastReceiver 65 -keep public class * extends android.content.ContentProvider 70 -keep public class * extends android.view.View { 120 -keep public interface com.android.vending.licensing.ILicensingService 161 # -keep public class mypackage.MyClass 162 # -keep public interface mypackage.MyInterface [all …]
|
D | proguardall.pro | 43 -keep public class proguard.ProGuard { 47 -keep public class proguard.gui.ProGuardGUI { 51 -keep public class proguard.retrace.ReTrace { 57 -keep,allowobfuscation class proguard.ant.* 66 -keep public class proguard.gradle.* { 72 -keep public class proguard.wtk.ProGuardObfuscator
|
D | scala.pro | 37 # You can print out the seeds that are matching the keep options below. 50 -keep class * implements org.xml.sax.EntityResolver 83 #-keep class * implements jline.Completor 84 #-keep class * implements jline.Terminal 86 #-keep class scala.tools.nsc.Global 129 # -keep public class mypackage.MyClass 130 # -keep public interface mypackage.MyInterface 131 # -keep public class * implements mypackage.MyInterface
|
D | servlets.pro | 28 # You can print out the seeds that are matching the keep options below. 34 -keep public class * implements javax.servlet.Servlet 68 # -keep public class mypackage.MyClass 69 # -keep public interface mypackage.MyInterface 70 # -keep public class * implements mypackage.MyInterface
|
D | applets.pro | 27 # You can print out the seeds that are matching the keep options below. 33 -keep public class * extends java.applet.Applet 67 # -keep public class mypackage.MyClass 68 # -keep public interface mypackage.MyInterface 69 # -keep public class * implements mypackage.MyInterface
|
/external/proguard/examples/annotations/lib/ |
D | annotations.pro | 26 -keep @proguard.annotation.Keep class * 45 # @KeepImplementations and @KeepPublicImplementations specify to keep all, 50 -keep class * implements @proguard.annotation.KeepImplementations * 51 -keep public class * implements @proguard.annotation.KeepPublicImplementations * 53 # @KeepApplication specifies to keep the annotated class as an application, 61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp. 78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp. 94 # @KeepGettersSetters and @KeepPublicGettersSetters specify to keep all, resp.
|
/external/proguard/examples/gradle/ |
D | midlets.gradle | 62 // You can keep a fixed source file attribute and all line number tables to 68 // You can print out the seeds that are matching the keep options below. 74 keep 'public class * extends javax.microedition.midlet.MIDlet' 85 // keep 'public class mypackage.MyClass' 86 // keep 'public interface mypackage.MyInterface' 87 // keep 'public class * implements mypackage.MyInterface'
|
D | android.gradle | 51 // You can print out the seeds that are matching the keep options below. 81 keep 'public class * extends android.app.Activity' 82 keep 'public class * extends android.app.Application' 83 keep 'public class * extends android.app.Service' 84 keep 'public class * extends android.content.BroadcastReceiver' 85 keep 'public class * extends android.content.ContentProvider' 90 keep 'public class * extends android.view.View { \ 140 keep 'public interface com.android.vending.licensing.ILicensingService' 181 //keep 'public class mypackage.MyClass' 182 //keep 'public interface mypackage.MyInterface' [all …]
|
D | scala.gradle | 57 // You can print out the seeds that are matching the keep options below. 70 keep 'class * implements org.xml.sax.EntityResolver' 103 //keep 'class * implements jline.Completor' 104 //keep 'class * implements jline.Terminal' 106 //keep 'class scala.tools.nsc.Global' 149 // keep 'public class mypackage.MyClass' 150 // keep 'public interface mypackage.MyInterface' 151 // keep 'public class * implements mypackage.MyInterface'
|
D | proguardall.gradle | 64 keep 'public class proguard.ProGuard { \ 68 keep 'public class proguard.gui.ProGuardGUI { \ 72 keep 'public class proguard.retrace.ReTrace { \ 78 keep allowobfuscation: true, 'class proguard.ant.*' 87 keep 'public class proguard.gradle.* { \ 93 keep 'public class proguard.wtk.ProGuardObfuscator'
|
/external/libmojo/mojo/edk/system/ |
D | awakable_list.cc | 28 bool keep = true; in AwakeForStateChange() local 30 keep = it->awakable->Awake(MOJO_RESULT_OK, it->context); in AwakeForStateChange() 32 keep = it->awakable->Awake(MOJO_RESULT_FAILED_PRECONDITION, it->context); in AwakeForStateChange() 34 if (!keep) { in AwakeForStateChange()
|
/external/v8/tools/sanitizers/ |
D | sancov_merger.py | 69 keep, coverage_dir, executable, index, bucket = args 86 if not keep: 92 def generate_inputs(keep, coverage_dir, file_map, cpus): argument 114 inputs.extend([(keep, coverage_dir, executable, i, b) 137 options.keep, options.coverage_dir, file_map, CPUS) 152 inputs = [(options.keep, options.coverage_dir, executable, None, files)
|
/external/r8/src/test/examples/shaking6/ |
D | keep-justAMethod-OnInt.txt | 7 -keep public class shaking6.Shaking { 11 # Also keep the int justAMethod 12 -keep public class ** {
|
/external/r8/src/test/examples/shaking11/ |
D | keep-rules-keep-method.txt | 7 -keep public class shaking11.Shaking { 11 -keep class shaking11.SuperClass {} 13 -keep class shaking11.Sub* {
|