OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usageMarker
(Results
1 - 11
of
11
) sorted by null
/external/proguard/src/proguard/shrink/
UsedClassFilter.java
30
* @see
UsageMarker
37
private final
UsageMarker
usageMarker
;
43
* @param
usageMarker
the usage marker that is used to mark the classes
48
public UsedClassFilter(
UsageMarker
usageMarker
,
51
this.
usageMarker
=
usageMarker
;
60
if (
usageMarker
.isUsed(programClass))
69
if (
usageMarker
.isUsed(libraryClass)
[
all
...]
InterfaceUsageMarker.java
34
* @see
UsageMarker
43
private final
UsageMarker
usageMarker
;
52
* @param
usageMarker
the usage marker that is used to mark the classes
55
public InterfaceUsageMarker(
UsageMarker
usageMarker
)
57
this.
usageMarker
=
usageMarker
;
65
boolean classUsed =
usageMarker
.isUsed(programClass);
66
boolean classPossiblyUsed =
usageMarker
.isPossiblyUsed(programClass)
[
all
...]
UsagePrinter.java
34
* @see
UsageMarker
43
private final
UsageMarker
usageMarker
;
53
* @param
usageMarker
the usage marker that was used to mark the
59
public UsagePrinter(
UsageMarker
usageMarker
,
62
this(
usageMarker
, printUnusedItems, System.out);
68
* @param
usageMarker
the usage marker that was used to mark the
75
public UsagePrinter(
UsageMarker
usageMarker
,
[
all
...]
UsedMemberFilter.java
30
* @see
UsageMarker
37
private final
UsageMarker
usageMarker
;
43
* @param
usageMarker
the usage marker that is used to mark the classes
48
public UsedMemberFilter(
UsageMarker
usageMarker
,
51
this.
usageMarker
=
usageMarker
;
61
if (
usageMarker
.isUsed(programField))
70
if (
usageMarker
.isUsed(programMethod)
[
all
...]
InnerUsageMarker.java
35
* @see
UsageMarker
46
private final
UsageMarker
usageMarker
;
55
* @param
usageMarker
the usage marker that is used to mark the classes
58
public InnerUsageMarker(
UsageMarker
usageMarker
)
60
this.
usageMarker
=
usageMarker
;
79
usageMarker
.markAsUsed(innerClassesAttribute);
90
boolean innerClassesInfoUsed =
usageMarker
.isUsed(innerClassesInfo)
[
all
...]
Shrinker.java
66
UsageMarker
usageMarker
= configuration.whyAreYouKeeping == null ?
67
new
UsageMarker
() :
72
usageMarker
,
73
usageMarker
,
82
programClassPool.classesAccept(new InterfaceUsageMarker(
usageMarker
));
86
new UsedClassFilter(
usageMarker
,
90
new InnerUsageMarker(
usageMarker
),
91
new AnnotationUsageMarker(
usageMarker
),
101
new ShortestUsagePrinter((ShortestUsageMarker)
usageMarker
,
[
all
...]
AnnotationUsageMarker.java
37
* @see
UsageMarker
50
private final
UsageMarker
usageMarker
;
62
* @param
usageMarker
the usage marker that is used to mark the classes
65
public AnnotationUsageMarker(
UsageMarker
usageMarker
)
67
this.
usageMarker
=
usageMarker
;
86
usageMarker
.markAsUsed(annotationsAttribute);
103
usageMarker
.markAsUsed(parameterAnnotationsAttribute)
[
all
...]
ClassShrinker.java
37
* @see
UsageMarker
49
private final
UsageMarker
usageMarker
;
58
* @param
usageMarker
the usage marker that is used to mark the classes
61
public ClassShrinker(
UsageMarker
usageMarker
)
63
this.
usageMarker
=
usageMarker
;
161
!
usageMarker
.isUsed(enclosingMethodAttribute.referencedMethod))
256
usageMarker
.isUsed(referencedClass)
[
all
...]
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
Completed in 43 milliseconds