HomeSort by relevance Sort by last modified time
    Searched refs:KeepName (Results 1 - 11 of 11) sorted by null

  /external/proguard/examples/annotations/src/proguard/annotation/
KeepName.java 18 public @interface KeepName {}
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
KeepName.java 18 public @interface KeepName {}
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 19 bool KeepName;
  /external/proguard/examples/annotations/lib/
annotations.pro 33 # @KeepName specifies not to optimize or obfuscate the annotated class or
36 -keepnames @proguard.annotation.KeepName class *
39 @proguard.annotation.KeepName *;
annotations.jar 
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.pro 33 # @KeepName specifies not to optimize or obfuscate the annotated class or
36 -keepnames @proguard.annotation.KeepName class *
39 @proguard.annotation.KeepName *;
annotations.jar 
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 116 prop = arc.KeepName;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 60 bool KeepName;
94 KeepName(false)
LoadCodecs.cpp 280 ReadBoolProp(getProp, getProp2, i, NArchive::kKeepName, item.KeepName);
438 item.KeepName = arc.KeepName;
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 266 stdStream << (char)(arc.KeepName ? 'K' : ' ');

Completed in 110 milliseconds