/packages/apps/Provision/ |
proguard.flags | 1 -keep class * extends android.app.Activity
|
/frameworks/base/packages/TtsService/ |
proguard.flags | 1 -keep class android.tts.SynthProxy { 3 # keep all declarations for native methods
|
/packages/providers/UserDictionaryProvider/ |
proguard.flags | 1 -keep class com.android.providers.userdictionary.UserDictionaryProvider 2 -keep class * extends android.app.backup.BackupAgent
|
/packages/apps/Mms/ |
proguard.flags | 1 -keep class com.android.mms.ui.MmsThumbnailPresenter {
|
/packages/inputmethods/LatinIME/java/ |
proguard.flags | 1 -keep class com.android.inputmethod.latin.BinaryDictionary {
|
/packages/wallpapers/Basic/ |
proguard.flags | 1 -keep class com.android.wallpaper.**$* {
|
/packages/wallpapers/MusicVisualization/ |
proguard.flags | 1 -keep class com.android.musicvis.**$WorldState {
|
/build/core/ |
proguard_tests.flags | 0 # Keep everything for tests 4 #-keep class * extends junit.framework.TestCase { 18 #-keep class * extends junit.framework.TestSuite 19 #-keep class * extends android.app.Instrumentation 20 #-keep class * extends android.test.TestSuiteProvider
|
proguard.flags | 41 # Keep classes and methods that have the guava @VisibleForTesting annotation 42 -keep @com.google.common.annotations.VisibleForTesting class * 48 # -keep class * extends android.app.Activity 49 # -keep class * extends android.view.View 50 # -keep class * extends android.app.Service 51 # -keep class * extends android.content.BroadcastReceiver 52 # -keep class * extends android.content.ContentProvider 53 # -keep class * extends android.preference.Preference 54 # -keep class * extends android.app.BackupAgent 56 #-keep class * implements android.os.Parcelable [all...] |
armelflib.x | 17 KEEP (*(.init)) 23 KEEP (*(.text.*personality*)) 30 KEEP (*(.fini)) 42 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 43 .gcc_except_table : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) } 48 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 49 .gcc_except_table : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) } 59 .preinit_array : { KEEP (*(.preinit_array)) } 62 .init_array : { KEEP (*(.init_array)) } 65 .fini_array : { KEEP (*(.fini_array)) [all...] |
/packages/apps/Launcher2/ |
proguard.flags | 1 -keep class com.android.launcher2.Launcher { 7 -keep class com.android.launcher2.AllApps3D$Defines { 11 -keep class com.android.launcher2.ClippedImageView {
|
/external/qemu/ |
CleanSpec.mk | 2 # Please keep it there, and empty, thanks :-)
|
/packages/apps/Camera/ |
proguard.flags | 2 -keep class * extends com.android.camera.CameraPreference {
|
/packages/apps/Contacts/ |
proguard.flags | 1 -keep class com.android.contacts.model.Sources { 8 -keep class com.android.contacts.model.EntityDelta { 12 -keep class com.android.contacts.model.EntityDelta$ValuesDelta {
|
/external/icu4c/test/cintltst/ |
colutil.c | 11 int TestBufferSize(void); /* keep gcc happy */
|
/packages/wallpapers/MagicSmoke/ |
proguard.flags | 1 -keep class com.android.magicsmoke.**$WorldState {
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 37 * \brief implement user keep-alive messages 63 * \brief Creates the power manager keep-alive sub-module 65 * Allocates memory for the keep-alive object 68 * \return A handle to the power manager keep-alive sub-module 75 /* allocate memory for the power manager keep-alive object */ 90 * \brief Destroys the power manager keep-alive sub-module 92 * De-allocates keep-alive object memory 94 * \param hPowerMgrKL - handle to the power-manager keep-alive object 107 * \brief Initailize the power manager keep-alive sub-module 111 * \param hPowerMgrKL - handle to the power-manager keep-alive objec [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgrKeepAlive.c | 37 * \brief implement user keep-alive messages 63 * \brief Creates the power manager keep-alive sub-module 65 * Allocates memory for the keep-alive object 68 * \return A handle to the power manager keep-alive sub-module 75 /* allocate memory for the power manager keep-alive object */ 90 * \brief Destroys the power manager keep-alive sub-module 92 * De-allocates keep-alive object memory 94 * \param hPowerMgrKL - handle to the power-manager keep-alive object 107 * \brief Initailize the power manager keep-alive sub-module 111 * \param hPowerMgrKL - handle to the power-manager keep-alive objec [all...] |
/dalvik/vm/jdwp/ |
README.txt | 8 An attempt has been made to keep the implementation distinct from the VM, 12 though, it's difficult to keep things "generic".
|
/external/proguard/examples/ant/ |
proguard.xml | 37 <keep access="public" name="proguard.ProGuard"> 42 </keep> 43 <keep access="public" name="proguard.gui.ProGuardGUI"> 48 </keep> 49 <keep access="public" name="proguard.retrace.ReTrace"> 54 </keep> 59 <keep name="proguard.ant.*" allowobfuscation="true" /> 68 <keep access="public" name="proguard.wtk.ProGuardObfuscator" />
|
/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...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
armelf.xsc | 50 KEEP (*(.init)) 56 KEEP (*(.text.*personality*)) 63 KEEP (*(.fini)) 75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 81 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 88 KEEP (*(.preinit_array)) 92 KEEP (*(SORT(.init_array.*))) 93 KEEP (*(.init_array)) 97 KEEP (*(.fini_array)) 98 KEEP (*(SORT(.fini_array.*)) [all...] |
armelf.xsw | 50 KEEP (*(.init)) 56 KEEP (*(.text.*personality*)) 63 KEEP (*(.fini)) 75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 81 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 88 KEEP (*(.preinit_array)) 92 KEEP (*(SORT(.init_array.*))) 93 KEEP (*(.init_array)) 97 KEEP (*(.fini_array)) 98 KEEP (*(SORT(.fini_array.*)) [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
armelf.xsc | 50 KEEP (*(.init)) 56 KEEP (*(.text.*personality*)) 63 KEEP (*(.fini)) 75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 81 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 88 KEEP (*(.preinit_array)) 92 KEEP (*(SORT(.init_array.*))) 93 KEEP (*(.init_array)) 97 KEEP (*(.fini_array)) 98 KEEP (*(SORT(.fini_array.*)) [all...] |
armelf.xsw | 50 KEEP (*(.init)) 56 KEEP (*(.text.*personality*)) 63 KEEP (*(.fini)) 75 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 81 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 88 KEEP (*(.preinit_array)) 92 KEEP (*(SORT(.init_array.*))) 93 KEEP (*(.init_array)) 97 KEEP (*(.fini_array)) 98 KEEP (*(SORT(.fini_array.*)) [all...] |