HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 26 - 50 of 5727) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/net/data/ftp/
dir-listing-vms-5.expected 11 ftp_server_log.keep
  /external/icu4c/test/cintltst/
colutil.c 11 int TestBufferSize(void); /* keep gcc happy */
  /ndk/
Android.mk 1 # Please try to keep this file empty by only including what is necessary to
  /packages/apps/Calendar/
proguard.flags 1 -keep class com.android.calendar.selectcalendars.SelectCalendarsSyncFragment
2 -keep class com.android.calendar.OtherPreferences
3 -keep class com.android.calendar.AboutPreferences
4 -keep class com.android.calendar.agenda.AgendaItemView
  /packages/wallpapers/MagicSmoke/
proguard.flags 1 -keep class com.android.magicsmoke.**$WorldState {
  /build/core/
proguard.flags 41 # Keep classes and methods that have the guava @VisibleForTesting annotation
42 -keep @com.google.common.annotations.VisibleForTesting class *
47 # Keep serializable classes and necessary members for serializable classes
61 # -keep class * extends android.app.Activity
62 # -keep class * extends android.view.View
63 # -keep class * extends android.app.Service
64 # -keep class * extends android.content.BroadcastReceiver
65 # -keep class * extends android.content.ContentProvider
66 # -keep class * extends android.preference.Preference
67 # -keep class * extends android.app.BackupAgen
    [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...]
  /frameworks/base/packages/SystemUI/
proguard.flags 1 -keep class com.android.systemui.statusbar.tablet.TabletStatusBarService {
8 -keep class com.android.systemui.statusbar.policy.KeyButtonView {
  /packages/apps/Gallery2/
proguard.flags 4 # Keep all classes extended from com.android.gallery3d.common.Entry
8 -keep class * extends com.android.gallery3d.common.Entry {
  /packages/apps/Launcher2/
proguard.flags 1 -keep class com.android.launcher2.Launcher {
14 -keep class com.android.launcher2.CellLayout {
25 -keep class com.android.launcher2.DragLayer$LayoutParams {
36 -keep class com.android.launcher2.CellLayout$LayoutParams {
47 -keep class com.android.launcher2.Workspace {
58 -keep class com.android.launcher2.AllApps3D$Defines {
62 -keep class com.android.launcher2.ClippedImageView {
  /packages/apps/Contacts/
proguard.flags 1 -keep class com.android.contacts.model.Sources {
15 -keep class com.android.contacts.model.EntityDelta {
19 -keep class com.android.contacts.model.EntityDelta$ValuesDelta {
24 -keep class ** {
29 -keep @com.android.contacts.test.NeededForTesting class *
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
traversal-skip-most.js 5 testElement.innerHTML='<div id="A1"><div id="B1" class="keep"></div><div id="B2">this text matters</div><div id="B3" class="keep"></div></div>';
9 if (node.className == 'keep')
  /packages/apps/Exchange/
proguard.flags 0 # keep names that are used by reflection.
3 # Keep names that are used only by unit tests
4 -keep class ** {
  /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...]
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
elf_i386.x 42 KEEP (*(.init))
54 KEEP (*(.fini))
62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
68 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
76 KEEP (*(.preinit_array))
82 KEEP (*(SORT(.init_array.*)))
83 KEEP (*(.init_array))
89 KEEP (*(.fini_array))
90 KEEP (*(SORT(.fini_array.*)))
104 KEEP (*crtbegin.o(.ctors)
    [all...]
elf_i386.xbn 42 KEEP (*(.init))
54 KEEP (*(.fini))
62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
68 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
76 KEEP (*(.preinit_array))
82 KEEP (*(SORT(.init_array.*)))
83 KEEP (*(.init_array))
89 KEEP (*(.fini_array))
90 KEEP (*(SORT(.fini_array.*)))
104 KEEP (*crtbegin.o(.ctors)
    [all...]
elf_i386.xc 45 KEEP (*(.init))
57 KEEP (*(.fini))
65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
71 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
79 KEEP (*(.preinit_array))
85 KEEP (*(SORT(.init_array.*)))
86 KEEP (*(.init_array))
92 KEEP (*(.fini_array))
93 KEEP (*(SORT(.fini_array.*)))
107 KEEP (*crtbegin.o(.ctors)
    [all...]
elf_i386.xd 42 KEEP (*(.init))
54 KEEP (*(.fini))
62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
68 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
76 KEEP (*(.preinit_array))
82 KEEP (*(SORT(.init_array.*)))
83 KEEP (*(.init_array))
89 KEEP (*(.fini_array))
90 KEEP (*(SORT(.fini_array.*)))
104 KEEP (*crtbegin.o(.ctors)
    [all...]
elf_i386.xdc 45 KEEP (*(.init))
57 KEEP (*(.fini))
65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
71 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
79 KEEP (*(.preinit_array))
85 KEEP (*(SORT(.init_array.*)))
86 KEEP (*(.init_array))
92 KEEP (*(.fini_array))
93 KEEP (*(SORT(.fini_array.*)))
107 KEEP (*crtbegin.o(.ctors)
    [all...]

Completed in 395 milliseconds

12 3 4 5 6 7 8 91011>>