OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keep
(Results
151 - 175
of
12349
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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.GeneralPreferences
/packages/apps/PackageInstaller/
proguard.flags
5
-
keep
class android.support.v7.preference.Preference* {
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
float.h
2
/* This file exists soley to
keep
Metrowerks' compilers happy. The version
/system/core/metricsd/
WATCHLISTS
3
# Please
keep
these keys in alphabetical order.
/system/extras/tests/net_test/
ping6_test.sh
12
# If DHCPv4 took less than 3 seconds,
keep
waiting.
/system/update_engine/
WATCHLISTS
3
# Please
keep
these keys in alphabetical order.
/toolchain/binutils/binutils-2.25/ld/emulparams/
elf32or1k.sh
12
INITIAL_READONLY_SECTIONS=".vectors ${RELOCATING-0} : {
KEEP
(*(.vectors)) }"
elf32xtensa.sh
21
.xt_except_table ${RELOCATING-0} : ONLY_IF_RO {
KEEP
(*(.xt_except_table${RELOCATING+ .xt_except_table.* .gnu.linkonce.e.*})) }
24
.xt_except_table ${RELOCATING-0} : ONLY_IF_RW {
KEEP
(*(.xt_except_table${RELOCATING+ .xt_except_table.* .gnu.linkonce.e.*})) }
42
.xt.lit 0 : {
KEEP
(*(.xt.lit${RELOCATING+ .xt.lit.* .gnu.linkonce.p.*})) }
43
.xt.insn 0 : {
KEEP
(*(.xt.insn${RELOCATING+ .gnu.linkonce.x.*})) }
44
.xt.prop 0 : {
KEEP
(*(.xt.prop${RELOCATING+ .xt.prop.* .gnu.linkonce.prop.*})) }
/build/core/
proguard_basic_keeps.flags
30
#
Keep
serializable classes and necessary members for serializable classes
43
#
Keep
Throwable's constructor that takes a String argument.
49
# -
keep
class * extends android.app.Activity
50
# -
keep
class * extends android.view.View
51
# -
keep
class * extends android.app.Service
52
# -
keep
class * extends android.content.BroadcastReceiver
53
# -
keep
class * extends android.content.ContentProvider
54
# -
keep
class * extends android.preference.Preference
55
# -
keep
class * extends android.app.BackupAgent
58
-
keep
class * implements android.os.Parcelable
[
all
...]
/external/proguard/examples/ant/
proguard.xml
47
<
keep
access="public" name="proguard.ProGuard">
52
</
keep
>
53
<
keep
access="public" name="proguard.gui.ProGuardGUI">
58
</
keep
>
59
<
keep
access="public" name="proguard.retrace.ReTrace">
64
</
keep
>
69
<
keep
name="proguard.ant.*" allowobfuscation="true" />
78
<
keep
access="public" name="proguard.gradle.*">
80
</
keep
>
84
<
keep
access="public" name="proguard.wtk.ProGuardObfuscator" /
[
all
...]
/frameworks/base/core/java/android/text/
InputFilter.java
69
return null; //
keep
original
86
int
keep
= mMax - (dest.length() - (dend - dstart));
local
87
if (
keep
<= 0) {
89
} else if (
keep
>= end - start) {
90
return null; //
keep
original
92
keep
+= start;
93
if (Character.isHighSurrogate(source.charAt(
keep
- 1))) {
94
--
keep
;
95
if (
keep
== start) {
99
return source.subSequence(start,
keep
);
[
all
...]
/frameworks/base/core/tests/benchmarks/src/android/util/
FloatMathBenchmark.java
23
//
Keep
an answer so we don't optimize the method call away.
32
//
Keep
an answer so we don't optimize the method call away.
41
//
Keep
an answer so we don't optimize the method call away.
50
//
Keep
an answer so we don't optimize the method call away.
59
//
Keep
an answer so we don't optimize the method call away.
68
//
Keep
an answer so we don't optimize the method call away.
77
//
Keep
an answer so we don't optimize the method call away.
86
//
Keep
an answer so we don't optimize the method call away.
95
//
Keep
an answer so we don't optimize the method call away.
104
//
Keep
an answer so we don't optimize the method call away
[
all
...]
/device/google/contexthub/firmware/misc/variant/common/
stm32f4xx.bl.lkr
23
KEEP
(*(.blvec) ) ;
28
KEEP
(*(.pubkeys) ) ;
37
KEEP
(*(.eedata) ) ;
53
KEEP
( *(.stack) );
54
KEEP
( *(.stack.*) );
/external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java
41
public void addConfiguredKeep(
Keep
keep
) {
42
if (
keep
.getPattern() == null)
43
throw new IllegalArgumentException("The <
keep
> element requires a \"pattern\" attribute.");
44
patterns.add(
keep
);
/packages/apps/ExactCalculator/
proguard.flags
15
-
keep
public class com.google.vending.licensing.ILicensingService
16
-
keep
public class com.android.vending.licensing.ILicensingService
23
#
Keep
setters in Views so that animations can still work.
30
#
Keep
methods in Activity that could be used in the XML attribute onClick.
41
-
keep
class * implements android.os.Parcelable {
/prebuilts/tools/common/proguard/proguard4.7/examples/
proguardall.pro
39
-
keep
public class proguard.ProGuard {
43
-
keep
public class proguard.gui.ProGuardGUI {
47
-
keep
public class proguard.retrace.ReTrace {
53
-
keep
,allowobfuscation class proguard.ant.*
62
-
keep
public class proguard.wtk.ProGuardObfuscator
/toolchain/binutils/binutils-2.25/ld/scripttempl/
mmo.sc
37
${RELOCATING+
KEEP
(*(SORT_NONE(.init)))}
42
${RELOCATING+
KEEP
(*(SORT_NONE(.fini)))}
50
${RELOCATING+
KEEP
(*crtbegin.o(.ctors))}
51
${RELOCATING+
KEEP
(*crtbegin?.o(.ctors))}
52
${RELOCATING+
KEEP
(*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))}
53
${RELOCATING+
KEEP
(*(SORT(.ctors.*)))}
54
${RELOCATING+
KEEP
(*(.ctors))}
62
${RELOCATING+
KEEP
(*crtbegin.o(.dtors))}
63
${RELOCATING+
KEEP
(*crtbegin?.o(.dtors))}
64
${RELOCATING+
KEEP
(*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))
[
all
...]
avrtiny.sc
96
KEEP
(*(.vectors))
129
KEEP
(SORT(*)(.ctors))
130
KEEP
(SORT(*)(.dtors))
135
KEEP
(*(.init0))
137
KEEP
(*(.init1))
139
KEEP
(*(.init2))
141
KEEP
(*(.init3))
143
KEEP
(*(.init4))
145
KEEP
(*(.init5))
147
KEEP
(*(.init6)
[
all
...]
/external/proguard/examples/
scala.pro
25
# traces later on.
Keep
a fixed source file attribute and all line number
37
# You can print out the seeds that are matching the
keep
options below.
50
-
keep
class * implements org.xml.sax.EntityResolver
83
#-
keep
class * implements jline.Completor
84
#-
keep
class * implements jline.Terminal
86
#-
keep
class scala.tools.nsc.Global
129
# -
keep
public class mypackage.MyClass
130
# -
keep
public interface mypackage.MyInterface
131
# -
keep
public class * implements mypackage.MyInterface
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
aarch64elf.x
46
KEEP
(*(SORT_NONE(.init)))
61
KEEP
(*(SORT_NONE(.fini)))
69
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
79
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
93
KEEP
(*(.preinit_array))
99
KEEP
(*crtbegin*.o(.init_array))
100
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
101
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
107
KEEP
(*crtbegin*.o(.fini_array))
108
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
aarch64elf.xbn
45
KEEP
(*(SORT_NONE(.init)))
60
KEEP
(*(SORT_NONE(.fini)))
68
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
78
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
92
KEEP
(*(.preinit_array))
98
KEEP
(*crtbegin*.o(.init_array))
99
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
100
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
106
KEEP
(*crtbegin*.o(.fini_array))
107
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
aarch64elf.xc
47
KEEP
(*(SORT_NONE(.init)))
62
KEEP
(*(SORT_NONE(.fini)))
70
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
80
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
94
KEEP
(*(.preinit_array))
100
KEEP
(*crtbegin*.o(.init_array))
101
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
102
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
108
KEEP
(*crtbegin*.o(.fini_array))
109
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
aarch64elf.xn
45
KEEP
(*(SORT_NONE(.init)))
60
KEEP
(*(SORT_NONE(.fini)))
68
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
78
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
92
KEEP
(*(.preinit_array))
98
KEEP
(*crtbegin*.o(.init_array))
99
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
100
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
106
KEEP
(*crtbegin*.o(.fini_array))
107
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
aarch64elf.xs
42
KEEP
(*(SORT_NONE(.init)))
57
KEEP
(*(SORT_NONE(.fini)))
65
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
75
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
88
KEEP
(*(.preinit_array))
92
KEEP
(*crtbegin*.o(.init_array))
93
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
94
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
98
KEEP
(*crtbegin*.o(.fini_array))
99
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
aarch64elf.xsc
45
KEEP
(*(SORT_NONE(.init)))
60
KEEP
(*(SORT_NONE(.fini)))
68
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
78
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
91
KEEP
(*(.preinit_array))
95
KEEP
(*crtbegin*.o(.init_array))
96
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
97
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
101
KEEP
(*crtbegin*.o(.fini_array))
102
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
Completed in 616 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>