/toolchain/binutils/binutils-2.25/gold/testsuite/ |
gc_dynamic_list_test.t | 24 keep;
|
gc_dynamic_list_test.c | 23 // The goal of this program is to verify that the symbol "keep" is not 26 extern void keep(void); 29 keep(void) function
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k-coff/ |
p2389a.s | 3 _ASIC_INT_TBL: .space 32,1 | keep interrupt routines here
|
/frameworks/base/core/java/android/text/ |
InputFilter.java | 69 return null; // keep original 86 int keep = mMax - (dest.length() - (dend - dstart)); local 87 if (keep <= 0) { 89 } else if (keep >= end - start) { 90 return null; // keep original 92 keep += start; 93 if (Character.isHighSurrogate(source.charAt(keep - 1))) { 94 --keep; 95 if (keep == start) { 99 return source.subSequence(start, keep); [all...] |
/frameworks/compile/slang/ |
slang_rs_exportable.cpp | 21 bool RSExportable::keep() { function in class:slang::RSExportable
|
/frameworks/opt/setupwizard/library/ |
proguard.flags | 2 ## Keep rules 6 -keep public class * extends com.android.setupwizardlib.items.ItemHierarchy {
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
proguardall.pro | 39 -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
|
android.pro | 30 # You can print out the seeds that are matching the keep options below. 47 # Keep a fixed source file attribute and all line number tables to get line 60 -keep public class * extends android.app.Activity 61 -keep public class * extends android.app.Application 62 -keep public class * extends android.app.Service 63 -keep public class * extends android.content.BroadcastReceiver 64 -keep public class * extends android.content.ContentProvider 69 -keep public class * extends android.view.View { 106 -keep public interface com.android.vending.licensing.ILicensingService 147 # -keep public class mypackage.MyClas [all...] |
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
|
proguard.pro | 36 -keep public class proguard.ProGuard { 46 #-keep,allowobfuscation class proguard.ant.* 57 #-keep public class proguard.wtk.ProGuardObfuscator
|
retrace.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the 41 -keep public class proguard.retrace.ReTrace {
|
/external/libcap/progs/ |
quicktest.sh | 68 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=0 --keep=1 --prin [all...] |
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
JarJarTask.java | 41 public void addConfiguredKeep(Keep keep) { 42 if (keep.getPattern() == null) 43 throw new IllegalArgumentException("The <keep> element requires a \"pattern\" attribute."); 44 patterns.add(keep);
|
/external/proguard/examples/ |
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
|
android.pro | 31 # You can print out the seeds that are matching the keep options below. 48 # Keep a fixed source file attribute and all line number tables to get line 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.MyClas [all...] |
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
|
proguard.pro | 37 -keep public class proguard.ProGuard { 47 #-keep,allowobfuscation class proguard.ant.* 62 #-keep public class proguard.gradle.* { 70 #-keep public class proguard.wtk.ProGuardObfuscator
|
retrace.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the 41 -keep public class proguard.retrace.ReTrace {
|
/external/libmicrohttpd/src/microhttpd/ |
memorypool.h | 102 * 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,
|
/external/proguard/src/proguard/ant/ |
ConfigurationTask.java | 52 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 = extendKeepSpecifications(configuration.keep [all...] |
/external/proguard/examples/annotations/lib/ |
annotations.pro | 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class 26 -keep @proguard.annotation.Keep class * 29 @proguard.annotation.Keep *; 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 [all...] |
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/ |
annotations.pro | 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class 26 -keep @proguard.annotation.Keep class * 29 @proguard.annotation.Keep *; 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 [all...] |
/external/dbus/ |
cleanup-man-pages.sh | 24 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/ |
SeedPrinter.java | 30 * 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/llvm/include/llvm/Support/ |
ToolOutputFile.h | 25 /// object is destroyed unless the client calls keep(). 36 bool Keep; 58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
|