Searched refs:attributes_count (Results 1 - 12 of 12) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java86 final int attributes_count = m_attributes.size (); // use size() if this class becomes non-final
87 _clone.m_attributes = new ArrayList (attributes_count);
88 for (int a = 0; a < attributes_count; ++ a)
105 int attributes_count = size ();
106 out.writeU2 (attributes_count);
108 for (int i = 0; i < attributes_count; i++)
H A DField_info.java27 * u2 attributes_count;
28 * attribute_info attributes[attributes_count];
84 final int attributes_count = bytes.readU2 ();
85 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
87 for (int i = 0; i < attributes_count; i++)
H A DMethod_info.java28 * u2 attributes_count;
29 * attribute_info attributes[attributes_count];
86 final int attributes_count = bytes.readU2 ();
87 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
89 for (int i = 0; i < attributes_count; ++ i)
/external/objenesis/main/src/test/java/org/objenesis/
H A DClassReader.java115 int attributes_count; field in class:ClassReader.method_info
122 attributes_count = in.readUnsignedShort();
123 attributes = new attribute_info[attributes_count];
125 for (int i = 0; i < attributes_count; i++) {
136 ", attributes_count=" + attributes_count +
193 int attributes_count; // u2 field in class:ClassReader.Code_attribute
203 attributes_count = in.readUnsignedShort();
204 attributes = new attribute_info[attributes_count];
205 for (int i = 0; i < attributes_count;
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java44 * u2 attributes_count;
45 * attribute_info attributes[attributes_count];
67 * The value of the attributes_count item indicates the number of attributes of the Code
237 final int attributes_count = bytes.readU2 ();
238 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
240 for (int i = 0; i < attributes_count; ++ i)
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/annotation-tools/asmx/
H A Dbcel.jar ... apache.bcel.classfile.ClassFormatException int i int attributes_count private final void readClassInfo () throws java.io.IOException ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 154 milliseconds