Searched defs:attributes (Results 101 - 125 of 430) sorted by last modified time

1234567891011>>

/external/emma/core/java12/com/vladium/jcd/cls/
H A DMethod_info.java29 * attribute_info attributes[attributes_count];
46 * Each value of the attributes table must be a variable-length attribute structure.
47 * A method can have any number of optional attributes associated with it. The only
48 * attributes defined by this specification for the attributes table of a method_info
49 * structure are the Code and Exceptions attributes. See {@link CodeAttribute_info}
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes) argument
71 m_attributes = attributes;
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java21 * The Code attribute is a variable-length attribute used in the attributes
25 * Every Java Virtual Machine implementation must recognize Code attributes. There
45 * attribute_info attributes[attributes_count];
67 * The value of the attributes_count item indicates the number of attributes of the Code
68 * attribute. Each value of the attributes table must be a variable-length attribute
69 * structure. A Code attribute can have any number of optional attributes associated
90 final IAttributeCollection attributes)
92 super (attribute_name_index, 8 + (code != null ? code.length : 0) + exceptionHandlerTable.length () + attributes.length ());
101 m_attributes = attributes;
86 CodeAttribute_info(final int attribute_name_index, final int max_stack, int max_locals, final byte [] code, final IExceptionHandlerTable exceptionHandlerTable, final IAttributeCollection attributes) argument
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java128 attributes ();
243 final IAttributeCollection attributes = field_info.getAttributes ();
244 for (int a = 0, aLimit = attributes.size (); a < aLimit; ++ a)
246 final Attribute_info attr_info = attributes.get (a);
281 void attributes () throws IOException method in class:ClassDefParser.classParser
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ... eclipse.core.runtime.IAdaptable { public abstract int attributes () public abstract boolean canDelete () public abstract boolean canWrite () public abstract ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-trax.jar ... util.Hashtable params private java.util.Vector attributes public void " href="/5.1.0_r1/s? ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... String localName String name org.xml.sax.Attributes attributes String value public boolean hasErrors () void " href="/5.1 ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCompileErrorCheck.java44 String name, Attributes attributes) throws SAXException {
48 String value = attributes.getValue("errors");
43 startElement(String uri, String localName, String name, Attributes attributes) argument

Completed in 1324 milliseconds

1234567891011>>