Searched defs:attributeUsed (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/shrink/
H A DSignatureUsageMarker.java49 private boolean attributeUsed; field in class:SignatureUsageMarker
71 attributeUsed = true;
74 if (attributeUsed)
95 attributeUsed = false;
H A DInnerUsageMarker.java49 private boolean attributeUsed; field in class:InnerUsageMarker
72 attributeUsed = false;
75 if (attributeUsed)
115 attributeUsed |= innerClassesInfoUsed;
H A DAnnotationUsageMarker.java53 private boolean attributeUsed; field in class:AnnotationUsageMarker
78 attributeUsed = false;
81 if (attributeUsed)
95 attributeUsed = false;
98 if (attributeUsed)
137 attributeUsed = true;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 154 milliseconds