Searched refs:Keep (Results 1 - 25 of 37) sorted by relevance

12

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DKeep.java19 public class Keep extends PatternElement class in inherits:PatternElement
H A DMainProcessor.java35 List<Keep> keepList = new ArrayList<Keep>();
41 } else if (pattern instanceof Keep) {
42 keepList.add((Keep) pattern);
H A DJarJarTask.java41 public void addConfiguredKeep(Keep keep) {
H A DRulesFileParser.java64 element = new Keep();
H A DKeepProcessor.java34 public KeepProcessor(List<Keep> patterns) {
/external/proguard/examples/annotations/examples/
H A DApplet.java13 @Keep
H A DNativeCallBack.java31 @Keep
H A DBean.java13 @Keep
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.idl52 * Keep - pass first parameter (used to access the InstrumentingAgents instance) to agents.
71 void didClearDocumentOfWindowObject([Keep] LocalFrame*);
77 void willInsertDOMNode([Keep] Node* parent);
80 void didInsertDOMNode([Keep] Node*);
83 void willRemoveDOMNode([Keep] Node*);
86 void willModifyDOMAttr([Keep] Element*, const AtomicString& oldValue, const AtomicString& newValue);
89 void didModifyDOMAttr([Keep] Element*, const AtomicString& name, const AtomicString& value);
92 void didRemoveDOMAttr([Keep] Element*, const AtomicString& name);
95 void characterDataModified([Keep] CharacterData*);
98 void didInvalidateStyleAttr([Keep] Nod
[all...]
/external/llvm/lib/Support/
H A DToolOutputFile.cpp20 : Filename(filename), Keep(false) {
28 if (!Keep && Filename != "-")
42 Installer.Keep = true;
/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeep.java18 public @interface Keep {} interface
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h35 /// Keep - The flag which indicates whether we should not delete the file.
36 bool Keep; member in class:llvm::tool_output_file::CleanupInstaller
59 void keep() { Installer.Keep = true; }
/external/proguard/examples/annotations/lib/
H A Dannotations.pro23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/KeepApplication.class KeepApplication.java package proguard ...
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm34 requested a token. Keep lexing until you get a valid one. Just report
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsmd5.c267 _cmsICCPROFILE Keep; local
274 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
302 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
313 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
H A Dcmsio0.c409 // Keep track of the original file
1277 _cmsICCPROFILE Keep; local
1284 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
1293 if (!SaveTags(Icc, &Keep)) goto Error;
1304 if (!SaveTags(Icc, &Keep)) goto Error;
1307 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
1315 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
1837 // Keep a copy of the block
1858 // Keep necessary information
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp364 std::vector<std::unique_ptr<Region>> Keep; local
370 Keep.push_back(std::move(*I));
374 std::move_iterator<RegionSet::iterator>(Keep.begin()),
375 std::move_iterator<RegionSet::iterator>(Keep.end()));
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi77 # Keep Bytecode reference paired with bc using weak references.
/external/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk137 # Keep in mind however that the shell is responsible for command-line escaping,
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak12 # Keep the following in sync with the version - see common/unicode/uvernum.h
/external/icu/icu4c/source/data/
H A Dmakedata.mak12 # Keep the following in sync with the version - see common/unicode/uvernum.h
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1420 suite "writer" test_writer; (* Keep this last; it disposes m. *)

Completed in 890 milliseconds

12