/prebuilts/go/linux-x86/test/fixedbugs/ |
issue12133.go | 8 // because we did not keep track of its allocation correctly.
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
applets.pro | 15 # traces later on. Keep a fixed source file attribute and all line number 27 # 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
|
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
|
/external/v8/tools/sanitizers/ |
sancov_merger.py | 61 keep: Option if source and intermediate sancov files should be kept. 69 keep, coverage_dir, executable, index, bucket = args 86 if not keep: 92 def generate_inputs(keep, coverage_dir, file_map, cpus): 112 # Keep-files option, base path, executable name, index of bucket, 114 inputs.extend([(keep, coverage_dir, executable, i, b) 137 options.keep, options.coverage_dir, file_map, CPUS) 152 inputs = [(options.keep, options.coverage_dir, executable, None, files) 207 parser.add_argument('--keep', default=False, action='store_true', 208 help='Keep sancov output files after merging.' [all...] |
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
AsmAnalyzerTest.java | 211 TreeMap<String, ClassReader> keep = new TreeMap<>(); local 216 ClassReader cr = mAa.findClass("mock_android.widget.LinearLayout", zipClasses, keep); 217 DependencyVisitor visitor = mAa.getVisitor(zipClasses, keep, new_keep, in_deps, out_deps); 251 keep.putAll(new_keep); 256 }, keep.keySet().toArray());
|
/prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/ |
prune.go | 82 var keep, drop *regexp.Regexp 90 if keep, err = regexp.Compile("^(" + p.KeepFrames + ")$"); err != nil { 94 p.Prune(drop, keep)
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/ |
prune.go | 82 var keep, drop *regexp.Regexp 90 if keep, err = regexp.Compile("^(" + p.KeepFrames + ")$"); err != nil { 94 p.Prune(drop, keep)
|
/external/dng_sdk/source/ |
dng_host.h | 96 // What DNG version should we keep enough data to save? 104 // Keep the original raw file data block? 301 /// Setter for flag determining whether to keep original RAW file data. 302 /// \param keep If true, origianl RAW data will be kept. 304 void SetKeepOriginalFile (bool keep) 306 fKeepOriginalFile = keep; 309 /// Getter for flag determining whether to keep original RAW file data.
|
/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
|
/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?");
|
/prebuilts/go/darwin-x86/src/runtime/ |
relax_stub.go | 12 // timer precision to keep the timer error acceptable.
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_ios.go | 24 // keep zoneinfo.zip.
|
/prebuilts/go/linux-x86/src/runtime/ |
relax_stub.go | 12 // timer precision to keep the timer error acceptable.
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_ios.go | 24 // keep zoneinfo.zip.
|
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/ |
proguard-gradle-4.9.jar | |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
system.s | 70 .irp t, keep, strm
|
/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 | 69 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 | 107 // Keep options. 115 public List keep; field in class:Configuration
|
/external/smali/smali/ |
build.gradle | 144 keep 'public class org.jf.smali.Main { public static void main(java.lang.String[]); }' 145 keep 'class com.beust.jcommander.** { *; }'
|
/external/swiftshader/third_party/LLVM/tools/opt/ |
GraphPrinters.cpp | 38 F.keep();
|
/external/swiftshader/third_party/LLVM/utils/FileUpdate/ |
FileUpdate.cpp | 84 OutStream.keep();
|