Home
last modified time | relevance | path

Searched refs:KeepName (Results 1 – 8 of 8) sorted by relevance

/external/proguard/examples/annotations/lib/
Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/KeepApplication.class KeepApplication ...
Dannotations.pro33 # @KeepName specifies not to optimize or obfuscate the annotated class or
36 -keepnames @proguard.annotation.KeepName class *
39 @proguard.annotation.KeepName *;
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepName.java18 public @interface KeepName {} annotation
/external/lzma/CPP/7zip/Common/
DRegisterArc.h19 bool KeepName; member
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h60 bool KeepName; member
94 KeepName(false) in CArcInfoEx()
DLoadCodecs.cpp280 ReadBoolProp(getProp, getProp2, i, NArchive::kKeepName, item.KeepName); in LoadFormats()
438 item.KeepName = arc.KeepName; in Load()
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp116 prop = arc.KeepName; in GetHandlerProperty2()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp266 stdStream << (char)(arc.KeepName ? 'K' : ' '); in Main2()