HomeSort by relevance Sort by last modified time
    Searched full:attributescount (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 177 private boolean replaceAttribute(int attributesCount,
182 int index = findAttribute(attributesCount,
200 private Attribute[] addAttribute(int attributesCount,
205 if (attributes.length <= attributesCount)
208 Attribute[] newAttributes = new Attribute[attributesCount + 1];
211 attributesCount);
216 attributes[attributesCount] = attribute;
226 private int deleteAttribute(int attributesCount,
231 int index = findAttribute(attributesCount,
236 return attributesCount;
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
RetargetedInnerClassAttributeRemover.java 52 int attributesCount = programClass.u2attributesCount;
58 for (int index = 0; index < attributesCount; index++)
73 for (int index = newAtributesCount; index < attributesCount; index++)
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 

Completed in 198 milliseconds