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

  /external/emma/core/java12/com/vladium/jcd/cls/
ElementFactory.java 7 * $Id: ElementFactory.java,v 1.1.1.1 2004/05/09 16:57:45 vlad_r Exp $
16 abstract class ElementFactory
ClassDef.java 54 m_constants = ElementFactory.newConstantCollection (-1);
55 m_interfaces = ElementFactory.newInterfaceCollection (-1);
56 m_fields = ElementFactory.newFieldCollection (-1);
57 m_methods = ElementFactory.newMethodCollection (-1);
58 m_attributes = ElementFactory.newAttributeCollection (-1);
548 ElementFactory.newAttributeCollection (0));
580 final IAttributeCollection attributes = ElementFactory.newAttributeCollection (0);
584 ElementFactory.newAttributeCollection (0));
Field_info.java 85 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
Method_info.java 87 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 13 import com.vladium.jcd.cls.ElementFactory;
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/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl 121 my $factoryBasePath = "$outputDir/$parameters{namespace}ElementFactory";
773 ## ElementFactory routines
791 #include "$parameters{namespace}ElementFactory.h"
854 print F "\nPassRefPtr<$parameters{namespace}Element> $parameters{namespace}ElementFactory::create$parameters{namespace}Element(const QualifiedName& qName, Document* document";
929 class $parameters{namespace}ElementFactory {
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 183 milliseconds