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

12345678

/external/libcap/progs/
H A Dquicktest.sh68 pass_capsh --keep=0 --keep=1 --keep=0 --keep=1 --print
76 # leverage keep caps maintain capabilities accross a change of uid
78 pass_capsh --uid=500 -- -c "./tcapsh --keep=1 --caps=\"cap_net_raw,cap_net_admin=ip\" --uid=500 --caps=\"cap_net_raw,cap_net_admin=pie\" --print"
81 pass_capsh --uid=500 -- -c "./tcapsh --keep=1 --caps=\"cap_net_raw,cap_net_admin=ip\" --uid=500 --forkfor=10 --caps= --print --killit=9 --print"
93 fail_capsh --secbits=32 --keep=1 --keep=0 --print
94 pass_capsh --secbits=10 --keep
[all...]
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DJarJarTask.java41 public void addConfiguredKeep(Keep keep) { argument
42 if (keep.getPattern() == null)
43 throw new IllegalArgumentException("The <keep> element requires a \"pattern\" attribute.");
44 patterns.add(keep);
/external/proguard/examples/
H A 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
H A 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 publi
[all...]
H A 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
H A Dproguard.pro37 -keep public class proguard.ProGuard {
47 #-keep,allowobfuscation class proguard.ant.*
62 #-keep public class proguard.gradle.* {
70 #-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.pro21 # perform incremental obfuscation based on its mapping file, and only keep the
49 -keep public class proguard.gui.ProGuardGUI {
H A 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
/external/libmicrohttpd/src/microhttpd/
H A Dmemorypool.h102 * for "keep" of the given "size".
105 * @param keep pointer to the entry to keep (maybe NULL)
107 * @return addr new address of "keep" (if it had to change)
111 void *keep,
H A Dmemorypool.c254 * for @a keep of the given @a size.
257 * @param keep pointer to the entry to keep (maybe NULL)
259 * @return addr new address of @a keep (if it had to change)
263 void *keep,
266 if (NULL != keep)
268 if (keep != pool->memory)
270 memmove (pool->memory, keep, size);
271 keep = pool->memory;
278 if (NULL != keep)
262 MHD_pool_reset(struct MemoryPool *pool, void *keep, size_t size) argument
[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/proguard/src/proguard/
H A DSeedPrinter.java30 * This class prints out the seeds specified by keep options.
50 * @param configuration the configuration containing the keep options.
57 // Check if we have at least some keep commands.
58 if (configuration.keep == null)
60 throw new IOException("You have to specify '-keep' options for the shrinking step.");
72 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep,
/external/v8/src/
H A Dzone.cc133 // Find a segment with a suitable size to keep around.
134 Segment* keep = nullptr; local
136 // and freeing every segment except the one we wish to keep.
139 if (!keep && current->size() <= kMaximumKeptSegmentSize) {
140 // Unlink the segment we wish to keep from the list.
141 keep = current;
142 keep->clear_next();
156 // If we have found a segment we want to keep, we must recompute the
160 if (keep) {
161 Address start = keep
[all...]
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h25 /// object is destroyed unless the client calls keep().
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DdomainGenerator.sh110 if test $2 != --keep-autoSync-disable
/external/libpng/contrib/libtests/
H A Dpngunknown.c189 int keep; /* unknown handling setting */ member in struct:__anon10842
331 chunk_info[i].keep = 0;
395 int keep; /* the default value */ member in struct:__anon10843
508 * returning '0' to keep the chunk and '1' to discard it.
512 int keep, discard; local
515 keep = d->keep;
519 keep = chunk_info[chunk].keep;
520 if (keep
892 int keep = chunk_info[i].keep; local
[all...]
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java281 public void keep(String classSpecificationString) method in class:ProGuardTask
284 keep(null, classSpecificationString);
287 public void keep(Map keepArgs, method in class:ProGuardTask
291 configuration.keep =
292 extendClassSpecifications(configuration.keep,
300 public void keep(Map keepClassSpecificationArgs) method in class:ProGuardTask
303 keep(keepClassSpecificationArgs, (Closure)null);
306 public void keep(Map keepClassSpecificationArgs, method in class:ProGuardTask
310 configuration.keep =
311 extendClassSpecifications(configuration.keep,
[all...]
/external/autotest/site_utils/admin/
H A Dclean_staged_images.py11 1. Check if the build target is in the list of targets that need to keep the
99 @param keep_duration: How old of regular builds to keep around.
100 @param keep_paladin_duration: How old of Paladin builds to keep around.
105 keep = keep_paladin_duration
107 keep = keep_duration
108 if file_is_too_old(timestamp_dir, keep):
120 help='Number of hours to keep normal builds: %default')
122 help='Number of hours to keep paladin builds: %default')
/external/tcpdump/
H A Dprint-chdlc.c129 } keep; member in union:cisco_slarp::__anon16685
168 EXTRACT_32BITS(&slarp->un.keep.myseq),
169 EXTRACT_32BITS(&slarp->un.keep.yourseq),
170 EXTRACT_16BITS(&slarp->un.keep.rel)));
/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.cpp69 DepOut.keep();
118 Out.keep();
/external/bouncycastle/
H A 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 *; }" \
123 | sed -e 's/^/-keep class /' -e 's/$$/ { public protected \*; } /' | sort | uniq` \

Completed in 1422 milliseconds

12345678