/external/proguard/examples/ |
library.pro | 17 # traces later on. Keep a fixed source file attribute and all line number 34 -keep public class * { 77 # -keep public class mypackage.MyClass 78 # -keep public interface mypackage.MyInterface 79 # -keep public class * implements mypackage.MyInterface
|
servlets.pro | 16 # traces later on. Keep a fixed source file attribute and all line number 28 # 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
|
scala.pro | 25 # traces later on. Keep a fixed source file attribute and all line number 37 # 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
|
/external/proguard/src/proguard/shrink/ |
Shrinker.java | 55 // 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."); 82 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep, 171 throw new IOException("The output jar is empty. Did you specify the proper '-keep' options?");
|
/external/smali/baksmali/ |
build.gradle | 95 keep 'public class org.jf.baksmali.main { public static void main(java.lang.String[]); }'
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/ |
proguard-gradle-4.9.jar | |
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
library.pro | 17 # traces later on. Keep a fixed source file attribute and all line number 34 -keep public class * { 77 # -keep public class mypackage.MyClass 78 # -keep public interface mypackage.MyInterface 79 # -keep public class * implements mypackage.MyInterface
|
servlets.pro | 16 # traces later on. Keep a fixed source file attribute and all line number 28 # 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
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
system.s | 70 .irp t, keep, strm
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
ref.tex | 46 that handles caching, keep-alive, compression, redirects and 75 % keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/libunwind/tests/ |
run-coredump-unwind | 21 # Keep all the function symbols not already in the dynamic symbol table 24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
|
/external/llvm/tools/llvm-split/ |
llvm-split.cpp | 63 Out->keep();
|
/external/llvm/tools/opt/ |
NewPMDriver.cpp | 99 Out->keep();
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
updateRoutageDomains.sh | 89 $(dirname $0)/domainGenerator.sh "$scriptPFWFile" --keep-autoSync-disable
|
/external/proguard/src/proguard/ |
Configuration.java | 89 // Keep options. 97 public List keep; field in class:Configuration
|
Initializer.java | 72 fullyQualifiedClassNameChecker.checkClassSpecifications(configuration.keep); 191 createClassNoteExceptionMatcher(configuration.keep)))))); 203 createClassMemberNoteExceptionMatcher(configuration.keep, true), 204 createClassMemberNoteExceptionMatcher(configuration.keep, false)))))); 285 classMemberChecker.checkClassSpecifications(configuration.keep); 293 descriptorKeepNotePrinter).checkClassSpecifications(configuration.keep); 295 // Check for keep options that only match library classes. 300 libraryKeepNotePrinter).checkClassSpecifications(configuration.keep); 366 System.out.println(" (using '-keep')."); 375 System.out.println(" You don't need to keep library classes; they are already left unchanged.") [all...] |
/external/valgrind/auxprogs/ |
nightly-build-summary | 56 my $keep = 0; 69 [--keep] write individual emails to files (debugging) 279 if ($keep) { 447 "keep" => \$keep,
|
/hardware/bsp/intel/soc/edison/ |
soc.mk | 34 BOARD_KERNEL_CMDLINE := console=ttyMFD2 earlyprintk=ttyMFD2,keep androidboot.hardware=edison androidboot.selinux=enforcing
|
/external/llvm/test/Bindings/OCaml/ |
bitwriter.ml | 10 (* Note that this takes a moment to link, so it's best to keep the number of
|
/external/llvm/test/MC/ARM/ |
eh-compact-pr0.s | 66 @ will keep __aeabi_unwind_cpp_pr0. 103 @ will keep __aeabi_unwind_cpp_pr0.
|
eh-directive-handlerdata.s | 46 @ linker can keep __aeabi_unwind_cpp_pr0. 106 @ linker can keep __aeabi_unwind_cpp_pr0.
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_ios.go | 22 // keep zoneinfo.zip.
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_ios.go | 22 // keep zoneinfo.zip.
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/ |
proguard-gradle-4.10.jar | |