OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keep
(Results
476 - 500
of
11137
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/proguard/examples/annotations/src/proguard/annotation/
KeepPublicClassMembers.java
12
* This annotation specifies to
keep
all public class members of the annotated
KeepPublicGettersSetters.java
12
* This annotation specifies to
keep
all public getters and setters of the
KeepPublicImplementations.java
12
* This annotation specifies to
keep
all public implementations or extensions
KeepPublicProtectedClassMemberNames.java
12
* This annotation specifies to
keep
all public or protected class members of
KeepPublicProtectedClassMembers.java
12
* This annotation specifies to
keep
all public or protected class members of
/external/proguard/examples/
applets.pro
16
-
keep
public class * extends java.applet.Applet
58
# -
keep
public class mypackage.MyClass
59
# -
keep
public interface mypackage.MyInterface
60
# -
keep
public class * implements mypackage.MyInterface
servlets.pro
17
-
keep
public class * implements javax.servlet.Servlet
59
# -
keep
public class mypackage.MyClass
60
# -
keep
public interface mypackage.MyInterface
61
# -
keep
public class * implements mypackage.MyInterface
/external/regex-re2/
AUTHORS
9
# Please
keep
the list sorted.
/external/stlport/
libstlport.mk
4
#
keep
the RTTI stuff in abi/cpp/include in front of our STL headers.
/external/valgrind/main/docs/internals/
3_5_BUGSTATUS.txt
3
merely to
keep
track of stuff that we currently can't/don't in
/frameworks/base/docs/html/training/scheduling/
index.jd
37
<li>Apps such as games or movie apps may need to
keep
the screen turned on.</p>
40
to
keep
running until a critical operation finishes.</p>
45
This class describes how to
keep
a device awake when necessary without draining
55
Learn how to
keep
the screen or CPU awake as needed, while minimizing the impact
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java
18
public @interface
Keep
{}
KeepApplication.java
12
* This annotation specifies to
keep
the annotated class as an application,
KeepClassMemberNames.java
12
* This annotation specifies to
keep
all class members of the annotated class
KeepClassMembers.java
12
* This annotation specifies to
keep
all class members of the annotated class
KeepGettersSetters.java
12
* This annotation specifies to
keep
all getters and setters of the annotated
KeepImplementations.java
12
* This annotation specifies to
keep
all implementations or extensions of the
KeepPublicClassMemberNames.java
12
* This annotation specifies to
keep
all public class members of the annotated
KeepPublicClassMembers.java
12
* This annotation specifies to
keep
all public class members of the annotated
KeepPublicGettersSetters.java
12
* This annotation specifies to
keep
all public getters and setters of the
KeepPublicImplementations.java
12
* This annotation specifies to
keep
all public implementations or extensions
KeepPublicProtectedClassMemberNames.java
12
* This annotation specifies to
keep
all public or protected class members of
KeepPublicProtectedClassMembers.java
12
* This annotation specifies to
keep
all public or protected class members of
/external/chromium/chrome/browser/sync/protocol/
encryption.proto
21
// The reason we need to
keep
track of the key name is that a sync user can
26
//
keep
track of all keys, assign each key a name (by using that key to encrypt
27
// a well known string) and
keep
track of which key was used to encrypt each
/external/chromium_org/sync/protocol/
encryption.proto
21
// The reason we need to
keep
track of the key name is that a sync user can
26
//
keep
track of all keys, assign each key a name (by using that key to encrypt
27
// a well known string) and
keep
track of which key was used to encrypt each
Completed in 576 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>