Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 865) sorted by relevance

12345678910>>...35

/external/zxing/qr_scanner/
Dproguard.cfg8 -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/libcap/progs/
Dquicktest.sh68 pass_capsh --keep=0 --keep=1 --keep=0 --keep=1 --print
93 fail_capsh --secbits=32 --keep=1 --keep=0 --print
94 pass_capsh --secbits=10 --keep=0 --keep=1 --print
142 pass_capsh --keep=1 --user=nobody --caps=cap_setpcap=ep \
/external/proguard/src/proguard/ant/
DConfigurationTask.java52 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/libpng/contrib/libtests/
Dpngunknown.c189 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/dbus/
Dcleanup-man-pages.sh24 test -d keep || mkdir keep || die "Could not create $MANDIR/keep directory"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all …
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all …
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all D…
74 KEEP_COUNT=`find keep -type f -name "*" | wc -l`
80 (find keep -type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items ba…
82 rmdir keep || die "could not remove $MANDIR/keep"
/external/v8/src/
Dzone.cc132 Segment* keep = nullptr; in DeleteAll() local
137 if (!keep && current->size() <= kMaximumKeptSegmentSize) { in DeleteAll()
139 keep = current; in DeleteAll()
140 keep->clear_next(); in DeleteAll()
158 if (keep) { in DeleteAll()
159 Address start = keep->start(); in DeleteAll()
161 limit_ = keep->end(); in DeleteAll()
163 ASAN_UNPOISON_MEMORY_REGION(start, keep->capacity()); in DeleteAll()
166 memset(start, kZapDeadByte, keep->capacity()); in DeleteAll()
174 segment_head_ = keep; in DeleteAll()
/external/proguard/src/proguard/gradle/
DProGuardTask.java281 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/
Dmemorypool.c263 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/
Dmidlets.pro42 # 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
Dandroid.pro31 # 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 …]
Dproguardall.pro43 -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
Dscala.pro37 # 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
Dapplets.pro27 # 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
Dservlets.pro28 # 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
/external/proguard/examples/annotations/lib/
Dannotations.pro26 -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/
Dmidlets.gradle62 // 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'
Dandroid.gradle51 // 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 …]
Dscala.gradle57 // 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'
Dproguardall.gradle64 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'
Dapplets.gradle47 // You can print out the seeds that are matching the keep options below.
53 keep 'public class * extends java.applet.Applet'
87 // keep 'public class mypackage.MyClass'
88 // keep 'public interface mypackage.MyInterface'
89 // keep 'public class * implements mypackage.MyInterface'
Dservlets.gradle48 // You can print out the seeds that are matching the keep options below.
54 keep 'public class * implements javax.servlet.Servlet'
88 // keep 'public class mypackage.MyClass'
89 // keep 'public interface mypackage.MyInterface'
90 // keep 'public class * implements mypackage.MyInterface'
/external/jarjar/src/main/com/tonicsystems/jarjar/
DJarJarTask.java41 public void addConfiguredKeep(Keep keep) { in addConfiguredKeep() argument
42 if (keep.getPattern() == null) in addConfiguredKeep()
44 patterns.add(keep); in addConfiguredKeep()
/external/bouncycastle/
DAndroid.mk114 -keep class org.bouncycastle.jce.provider.BouncyCastleProvider "{ public protected *; }" \
115 -keep class org.bouncycastle.jce.provider.symmetric.AESMappings "{ public protected *; }" \
116 -keep class org.bouncycastle.asn1.ASN1TaggedObject "{ public protected *; }" \
117 -keep class org.bouncycastle.asn1.x509.CertificateList "{ public protected *; }" \
118 -keep class org.bouncycastle.crypto.AsymmetricBlockCipher "{ public protected *; }" \
119 -keep class org.bouncycastle.x509.ExtendedPKIXBuilderParameters "{ public protected *; }" \
/external/proguard/src/proguard/gui/
Dboilerplate.pro8 -keep public class * extends java.applet.Applet
11 -keep public class * extends javax.servlet.Servlet
14 -keep public class * extends javax.microedition.midlet.MIDlet
17 -keep public class * extends javax.tv.xlet.Xlet
20 -keep public class * {
25 # Also keep - Enumerations. Keep the special static methods that are required in
32 # Also keep - Serialization code. Keep all fields and methods that are used for
43 # Also keep - BeanInfo classes. Keep all implementations of java.beans.BeanInfo.
44 -keep class * implements java.beans.BeanInfo
46 # Also keep - Bean classes. Keep all specified classes, along with their getters
[all …]
/external/tcpdump/
Dprint-chdlc.c129 } keep; member
168 EXTRACT_32BITS(&slarp->un.keep.myseq), in chdlc_slarp_print()
169 EXTRACT_32BITS(&slarp->un.keep.yourseq), in chdlc_slarp_print()
170 EXTRACT_16BITS(&slarp->un.keep.rel))); in chdlc_slarp_print()

12345678910>>...35