Searched refs:keep (Results 1 - 25 of 97) sorted by relevance

1234

/external/proguard/examples/
H A 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
H A 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
H A Dproguard.pro36 -keep public class proguard.ProGuard {
46 #-keep,allowobfuscation class proguard.ant.*
57 #-keep public class proguard.wtk.ProGuardObfuscator
H A Dretrace.pro20 # perform incremental obfuscation based on its mapping file, and only keep the
41 -keep public class proguard.retrace.ReTrace {
H A Dproguardgui.pro25 # perform incremental obfuscation based on its mapping file, and only keep the
53 -keep public class proguard.gui.ProGuardGUI {
H A 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
H A 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
H A Dlibrary.pro33 -keep public class * {
76 # -keep public class mypackage.MyClass
77 # -keep public interface mypackage.MyInterface
78 # -keep public class * implements mypackage.MyInterface
/external/bouncycastle/
H A 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 *; }" \
51 | sed -e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort | uniq` \
/external/v8/src/
H A Dzone.cc113 // Find a segment with a suitable size to keep around.
114 Segment* keep = segment_head_; local
115 while (keep != NULL && keep->size() > kMaximumKeptSegmentSize) {
116 keep = keep->next();
120 // and freeing every segment except the one we wish to keep.
124 if (current == keep) {
125 // Unlink the segment we wish to keep from the list.
138 // If we have found a segment we want to keep, w
[all...]
/external/proguard/src/proguard/ant/
H A DConfigurationTask.java52 configuration.keep = extendClassSpecifications(configuration.keep,
53 this.configuration.keep);
132 configuration.keep = extendKeepSpecifications(configuration.keep,
141 configuration.keep = extendKeepSpecifications(configuration.keep,
150 configuration.keep = extendKeepSpecifications(configuration.keep,
162 configuration.keep
[all...]
/external/proguard/examples/annotations/lib/
H A 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/dbus/
H A 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 dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
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 back"
82 rmdir keep || die "could not remove $MANDIR/keep"
[all...]
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h25 /// object is destroyed unless the client calls keep().
55 /// keep - Indicate that the tool's job wrt this output file has been
57 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
/external/proguard/src/proguard/
H A DConfiguration.java94 public List keep; field in class:Configuration
H A DInitializer.java131 createClassNoteExceptionMatcher(configuration.keep))))));
143 createClassMemberNoteExceptionMatcher(configuration.keep, true),
144 createClassMemberNoteExceptionMatcher(configuration.keep, false))))));
162 fullyQualifiedClassNameNotePrinter).checkClassSpecifications(configuration.keep);
166 descriptorKeepNotePrinter).checkClassSpecifications(configuration.keep);
243 System.out.println(" (using '-keep').");
260 System.out.println(" their implementations (using '-keep').");
269 System.out.println(" (using '-keep' or '-keepclassmembers').");
332 * from the keep configuration.
372 * print notes, from the keep configuratio
[all...]
/external/tcpdump/
H A Dprint-chdlc.c138 } keep; member in union:cisco_slarp::__anon11428
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/external/oprofile/opjitconv/
H A Djitsymbol.c228 * We decided to keep one entry in favor of the other. Instead of dropping
234 * keep: |---|
239 * keep: |---|
243 static void split_entry(struct jitentry * split, struct jitentry const * keep) argument
245 unsigned long long start_addr_keep = keep->vma;
246 unsigned long long end_addr_keep = keep->vma + keep->code_size;
319 struct jitentry const * keep = entries_address_ascending[keep_idx]; local
321 unsigned long long start_addr_keep = keep->vma;
322 unsigned long long end_addr_keep = keep
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm6 # Do not fail/return upon lexing error; keep chewing on the characters
29 to keep going or you do not upon token recognition error. If you do not
35 errors and keep going, looking for a valid token.
/external/llvm/lib/TableGen/
H A DMain.cpp101 DepOut.keep();
108 Out.keep();
/external/proguard/src/proguard/shrink/
H A DShrinker.java55 // Check if we have at least some keep commands.
56 if (configuration.keep == null)
58 throw new IOException("You have to specify '-keep' options for the shrinking step.");
71 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep,
148 throw new IOException("The output jar is empty. Did you specify the proper '-keep' options?");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... boolean diag private boolean explicit private boolean format private boolean keep private boolean logo private boolean replace private boolean savelog private ...
/external/llvm/tools/opt/
H A DGraphPrinters.cpp38 F.keep();
/external/llvm/utils/FileUpdate/
H A DFileUpdate.cpp84 OutStream.keep();
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml9 (* Note that this takes a moment to link, so it's best to keep the number of

Completed in 300 milliseconds

1234