HomeSort by relevance Sort by last modified time
    Searched refs:newAttributeCollection (Results 1 - 7 of 7) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/
ElementFactory.java 21 public static IAttributeCollection newAttributeCollection (final int capacity)
Field_info.java 85 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
Method_info.java 87 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
ClassDef.java 58 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/
CodeAttribute_info.java 238 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 206 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));
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 607 milliseconds