HomeSort by relevance Sort by last modified time
    Searched refs:isUsed (Results 1 - 25 of 30) sorted by null

1 2

  /external/proguard/src/proguard/shrink/
UsedMemberFilter.java 61 if (usageMarker.isUsed(programField))
70 if (usageMarker.isUsed(programMethod))
79 if (usageMarker.isUsed(libraryField))
88 if (usageMarker.isUsed(libraryMethod))
UsedClassFilter.java 60 if (usageMarker.isUsed(programClass))
69 if (usageMarker.isUsed(libraryClass))
InterfaceUsageMarker.java 65 boolean classUsed = usageMarker.isUsed(programClass);
120 boolean classUsed = usageMarker.isUsed(classConstant);
147 if (!usageMarker.isUsed(utf8Constant))
InnerUsageMarker.java 90 boolean innerClassesInfoUsed = usageMarker.isUsed(innerClassesInfo);
123 classUsed = usageMarker.isUsed(classConstant);
154 classUsed = usageMarker.isUsed(programClass);
UsagePrinter.java 89 if (usageMarker.isUsed(programClass))
119 if (usageMarker.isUsed(programField) ^ printUnusedItems)
135 if (usageMarker.isUsed(programMethod) ^ printUnusedItems)
ClassShrinker.java 161 !usageMarker.isUsed(enclosingMethodAttribute.referencedMethod))
256 usageMarker.isUsed(referencedClass))
330 boolean isUsed = false;
342 isUsed = usageMarker.isUsed(constant);
345 if (isUsed)
373 if (usageMarker.isUsed(constantPool[array[index]]))
434 if (usageMarker.isUsed(array[index]))
ShortestUsageMarker.java 145 protected boolean isUsed(VisitorAccepter visitorAccepter)
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter))
AnnotationUsageMarker.java 272 classUsed = usageMarker.isUsed(classConstant);
297 classUsed = usageMarker.isUsed(programClass);
311 methodUsed = usageMarker.isUsed(programMethod);
ShortestUsagePrinter.java 181 if (shortestUsageMarker.isUsed(visitorAccepter))
UsageMarker.java 240 if (isUsed(programClass))
264 if (isUsed(programClass))
867 protected boolean isUsed(VisitorAccepter visitorAccepter)
  /external/proguard/src/proguard/obfuscate/
NameAndTypeShrinker.java 82 boolean isUsed = false;
94 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType ||
95 NameAndTypeUsageMarker.isUsed(constant);
98 if (isUsed)
Utf8Shrinker.java 80 boolean isUsed = false;
92 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 ||
93 Utf8UsageMarker.isUsed(constant);
96 if (isUsed)
AttributeUsageMarker.java 67 static boolean isUsed(VisitorAccepter visitorAccepter)
AttributeShrinker.java 107 if (AttributeUsageMarker.isUsed(array[index]))
NameAndTypeUsageMarker.java 131 static boolean isUsed(VisitorAccepter visitorAccepter)
Utf8UsageMarker.java 388 static boolean isUsed(VisitorAccepter visitorAccepter)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 143 public boolean isUsed() {
  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 234 bool isUsed() const { return m_label.isUsed(); }
ARMAssembler.h 214 bool isUsed() const { return m_used; }
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 73 inline int isUsed(int reg) const;
109 bool isUsed(int reg) {
GGLAssembler.cpp     [all...]
blending.cpp 237 if (scratches.isUsed(src_factor.reg))
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 189 if (m_labels[m_bytecodeIndex].isUsed())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java     [all...]

Completed in 378 milliseconds

1 2