Searched refs:newAttributeCollection (Results 1 - 7 of 7) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/
H A DElementFactory.java21 public static IAttributeCollection newAttributeCollection (final int capacity) method in class:ElementFactory
H A DField_info.java85 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
H A DMethod_info.java87 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
H A DClassDef.java58 m_attributes = ElementFactory.newAttributeCollection (-1);
548 ElementFactory.newAttributeCollection (0));
580 final IAttributeCollection attributes = ElementFactory.newAttributeCollection (0);
584 ElementFactory.newAttributeCollection (0));
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java238 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java206 final IAttributeCollection fieldAttributes = ElementFactory.newAttributeCollection (1);
330 final IAttributeCollection fieldAttributes = ElementFactory.newAttributeCollection (MARK_ADDED_ELEMENTS_SYNTHETIC ? 2 : 1);
492 attributes = ElementFactory.newAttributeCollection (2);
494 attributes = ElementFactory.newAttributeCollection (1);
500 ElementFactory.newAttributeCollection (0));
549 attributes = ElementFactory.newAttributeCollection (2);
551 attributes = ElementFactory.newAttributeCollection (1);
655 ElementFactory.newAttributeCollection (0));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 83 milliseconds