HomeSort by relevance Sort by last modified time
    Searched refs:Keep (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/jarjar/src/main/com/tonicsystems/jarjar/
Keep.java 19 public class Keep extends PatternElement
MainProcessor.java 35 List<Keep> keepList = new ArrayList<Keep>();
41 } else if (pattern instanceof Keep) {
42 keepList.add((Keep) pattern);
  /external/proguard/examples/annotations/examples/
Applet.java 14 @Keep
NativeCallBack.java 20 * The -keep option for native methods in the regular ProGuard
33 @Keep
Bean.java 14 @Keep
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Applet.java 13 @Keep
NativeCallBack.java 19 * The -keep option regular ProGuard configuration will make sure it is
31 @Keep
Bean.java 13 @Keep
  /frameworks/compile/mclinker/lib/Target/
ELFEmulation.cpp 33 {".init", ".init", InputSectDesc::Keep},
34 {".fini", ".fini", InputSectDesc::Keep},
35 {".preinit_array*", ".preinit_array", InputSectDesc::Keep},
36 {".init_array*", ".init_array", InputSectDesc::Keep},
37 {".fini_array*", ".fini_array", InputSectDesc::Keep},
39 {".ctors*", ".ctors", InputSectDesc::Keep},
40 {".dtors*", ".dtors", InputSectDesc::Keep},
41 {".jcr", ".jcr", InputSectDesc::Keep},
51 {".gcc_except_table*", ".gcc_except_table", InputSectDesc::Keep},
  /external/llvm/lib/Support/
ToolOutputFile.cpp 20 : Filename(Filename), Keep(false) {
28 if (!Keep && Filename != "-")
42 Installer.Keep = true;
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
return.s 1 ; Return-type insns. Keep a nop after them, in case a sane
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DreamTimePreference.java 20 import android.support.annotation.Keep;
25 @Keep
  /external/proguard/examples/annotations/lib/
annotations.pro 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
45 # @KeepImplementations and @KeepPublicImplementations specify to keep all,
50 -keep class * implements @proguard.annotation.KeepImplementations *
51 -keep public class * implements @proguard.annotation.KeepPublicImplementations *
53 # @KeepApplication specifies to keep the annotated class as an application,
61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp.
78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp
    [all...]
  /frameworks/support/annotations/src/android/support/annotation/
Keep.java 37 * &#64;Keep
45 public @interface Keep {
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.pro 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
45 # @KeepImplementations and @KeepPublicImplementations specify to keep all,
50 -keep class * implements @proguard.annotation.KeepImplementations *
51 -keep public class * implements @proguard.annotation.KeepPublicImplementations *
53 # @KeepApplication specifies to keep the annotated class as an application,
61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp.
78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
ResourcesUsedByLauncher.java 19 import android.support.annotation.Keep;
24 @Keep
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/
LegalFragment.java 21 import android.support.annotation.Keep;
28 @Keep
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
UnknownSourcesConfirmationFragment.java 20 import android.support.annotation.Keep;
30 @Keep
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
AdbDialog.java 21 import android.support.annotation.Keep;
31 @Keep
EnableDevelopmentDialog.java 21 import android.support.annotation.Keep;
31 @Keep
OemUnlockDialog.java 21 import android.support.annotation.Keep;
31 @Keep
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
TemplateLayout.java 30 import com.android.setupwizardlib.annotations.Keep;
154 * -keep @com.android.setupwizardlib.annotations.Keep class *
159 @Keep
191 @Keep

Completed in 510 milliseconds

1 2 3 4 5 6 7 8 9