Home
last modified time | relevance | path

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

12345678910>>...22

/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/v8/src/
Dzone.cc114 Segment* keep = segment_head_; in DeleteAll() local
115 while (keep != NULL && keep->size() > kMaximumKeptSegmentSize) { in DeleteAll()
116 keep = keep->next(); in DeleteAll()
124 if (current == keep) { in DeleteAll()
142 if (keep != NULL) { in DeleteAll()
143 Address start = keep->start(); in DeleteAll()
145 limit_ = keep->end(); in DeleteAll()
148 memset(start, kZapDeadByte, keep->capacity()); in DeleteAll()
155 segment_head_ = keep; in DeleteAll()
/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/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/bouncycastle/
DAndroid.mk42 -keep class org.bouncycastle.jce.provider.BouncyCastleProvider "{ public protected *; }" \
43 -keep class org.bouncycastle.jce.provider.symmetric.AESMappings "{ public protected *; }" \
44 -keep class org.bouncycastle.asn1.ASN1TaggedObject "{ public protected *; }" \
45 -keep class org.bouncycastle.asn1.x509.CertificateList "{ public protected *; }" \
46 -keep class org.bouncycastle.crypto.AsymmetricBlockCipher "{ public protected *; }" \
47 -keep class org.bouncycastle.x509.ExtendedPKIXBuilderParameters "{ public protected *; }" \
/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/oprofile/opjitconv/
Djitsymbol.c243 static void split_entry(struct jitentry * split, struct jitentry const * keep) in split_entry() argument
245 unsigned long long start_addr_keep = keep->vma; in split_entry()
246 unsigned long long end_addr_keep = keep->vma + keep->code_size; in split_entry()
319 struct jitentry const * keep = entries_address_ascending[keep_idx]; in eliminate_overlaps() local
321 unsigned long long start_addr_keep = keep->vma; in eliminate_overlaps()
322 unsigned long long end_addr_keep = keep->vma + keep->code_size; in eliminate_overlaps()
325 unsigned long long min_start = keep->life_start; in eliminate_overlaps()
326 unsigned long long max_end = keep->life_end; in eliminate_overlaps()
356 split_entry(e, keep); in eliminate_overlaps()
/external/proguard/examples/
Dproguardall.pro39 -keep public class proguard.ProGuard {
43 -keep public class proguard.gui.ProGuardGUI {
47 -keep public class proguard.retrace.ReTrace {
53 -keep,allowobfuscation class proguard.ant.*
62 -keep public class proguard.wtk.ProGuardObfuscator
Dmidlets.pro39 -keep public class * extends javax.microedition.midlet.MIDlet
54 # -keep public class mypackage.MyClass
55 # -keep public interface mypackage.MyInterface
56 # -keep public class * implements mypackage.MyInterface
Dapplets.pro16 -keep public class * extends java.applet.Applet
58 # -keep public class mypackage.MyClass
59 # -keep public interface mypackage.MyInterface
60 # -keep public class * implements mypackage.MyInterface
Dservlets.pro17 -keep public class * implements javax.servlet.Servlet
59 # -keep public class mypackage.MyClass
60 # -keep public interface mypackage.MyInterface
61 # -keep public class * implements mypackage.MyInterface
Dlibrary.pro33 -keep public class * {
76 # -keep public class mypackage.MyClass
77 # -keep public interface mypackage.MyInterface
78 # -keep public class * implements mypackage.MyInterface
Dapplications.pro64 # -keep public class mypackage.MyClass
65 # -keep public interface mypackage.MyInterface
66 # -keep public class * implements mypackage.MyInterface
Dproguard.pro36 -keep public class proguard.ProGuard {
46 #-keep,allowobfuscation class proguard.ant.*
57 #-keep public class proguard.wtk.ProGuardObfuscator
Dretrace.pro20 # perform incremental obfuscation based on its mapping file, and only keep the
41 -keep public class proguard.retrace.ReTrace {
/external/tcpdump/
Dprint-chdlc.c138 } keep; member
177 EXTRACT_32BITS(&slarp->un.keep.myseq), in chdlc_slarp_print()
178 EXTRACT_32BITS(&slarp->un.keep.yourseq), in chdlc_slarp_print()
179 EXTRACT_16BITS(&slarp->un.keep.rel)); in chdlc_slarp_print()
/external/tcpdump/tests/
Disakmp4.new18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
Disakmp4.out18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
/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/chromium/chrome/browser/sync/protocol/
Dencryption.proto21 // The reason we need to keep track of the key name is that a sync user can
26 // keep track of all keys, assign each key a name (by using that key to encrypt
27 // a well known string) and keep track of which key was used to encrypt each
/external/proguard/src/proguard/
DInitializer.java131 … createClassNoteExceptionMatcher(configuration.keep)))))); in execute()
143 … createClassMemberNoteExceptionMatcher(configuration.keep, true), in execute()
144 … createClassMemberNoteExceptionMatcher(configuration.keep, false)))))); in execute()
162 … fullyQualifiedClassNameNotePrinter).checkClassSpecifications(configuration.keep); in execute()
166 … descriptorKeepNotePrinter).checkClassSpecifications(configuration.keep); in execute()
DConfigurationParser.java118 …sWith(nextWord)) configuration.keep = parseKeepClassSpecificationArgum… in parse()
119 …sWith(nextWord)) configuration.keep = parseKeepClassSpecificationArgum… in parse()
120 …sWith(nextWord)) configuration.keep = parseKeepClassSpecificationArgum… in parse()
121 …sWith(nextWord)) configuration.keep = parseKeepClassSpecificationArgum… in parse()
122 …sWith(nextWord)) configuration.keep = parseKeepClassSpecificationArgum… in parse()
123 …sWith(nextWord)) configuration.keep = parseKeepClassSpecificationArgum… in parse()
/external/llvm/lib/TableGen/
DMain.cpp101 DepOut.keep(); in TableGenMain()
108 Out.keep(); in TableGenMain()
/external/proguard/src/proguard/shrink/
DShrinker.java56 if (configuration.keep == null) in execute()
71 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep, in execute()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenSource.as35 * to keep going or you do not upon token recognition error. If you do not
41 * errors and keep going, looking for a valid token.
45 * Do not fail/return upon lexing error; keep chewing on the characters

12345678910>>...22