HomeSort by relevance Sort by last modified time
    Searched defs:Attribute (Results 1 - 25 of 27) sorted by null

1 2

  /dalvik/dx/src/com/android/dx/cf/iface/
Attribute.java 22 public interface Attribute {
24 * Get the name of the attribute.
31 * Get the total length of the attribute in bytes, including the
  /external/proguard/src/proguard/classfile/attribute/
Attribute.java 21 package proguard.classfile.attribute;
24 import proguard.classfile.attribute.visitor.AttributeVisitor;
27 * This abstract class represents an attribute that is attached to a class,
28 * a class member, or a code attribute. Specific types of attributes are
34 public abstract class Attribute implements VisitorAccepter
47 * Create an uninitialized Attribute.
49 protected Attribute()
55 * Create an initialized Attribute.
57 protected Attribute(int u2attributeNameIndex)
64 * Returns the String name of the attribute
    [all...]
  /frameworks/base/opengl/tests/configdump/
configdump.cpp 22 #define ATTRIBUTE(_attr) { _attr, #_attr }
24 struct Attribute {
25 EGLint attribute; member in struct:Attribute
29 Attribute attributes[] = {
30 ATTRIBUTE( EGL_BUFFER_SIZE ),
31 ATTRIBUTE( EGL_ALPHA_SIZE ),
32 ATTRIBUTE( EGL_BLUE_SIZE ),
33 ATTRIBUTE( EGL_GREEN_SIZE ),
34 ATTRIBUTE( EGL_RED_SIZE ),
35 ATTRIBUTE( EGL_DEPTH_SIZE )
    [all...]
  /external/webkit/WebCore/dom/
Attribute.h 40 class Attribute : public RefCounted<Attribute> {
44 static PassRefPtr<Attribute> create(const QualifiedName& name, const AtomicString& value)
46 return adoptRef(new Attribute(name, value));
48 virtual ~Attribute() { }
63 virtual PassRefPtr<Attribute> clone() const;
74 Attribute(const QualifiedName& name, const AtomicString& value)
78 Attribute(const AtomicString& name, const AtomicString& value)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java 11 public class Attribute
18 * return an Attribute object from the given object.
23 public static Attribute getInstance(
26 if (o == null || o instanceof Attribute)
28 return (Attribute)o;
33 return new Attribute((ASN1Sequence)o);
39 public Attribute(
51 public Attribute(
72 * Attribute ::= SEQUENCE {
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 38 public static class Attribute implements Serializable {
43 * This attribute marks segments from an input method. Most input
49 public static final Attribute INPUT_METHOD_SEGMENT = new Attribute("input_method_segment");
52 * The attribute describing the language of a character. The value
55 public static final Attribute LANGUAGE = new Attribute("language");
59 * Japanese), this attribute allows to define which reading should be
63 public static final Attribute READING = new Attribute("reading")
    [all...]
  /cts/tools/host/src/com/android/cts/
TestPlan.java 48 public interface Attribute {
74 String uri = getStringAttributeValue(pkgEntry, TestPlan.Attribute.URI);
78 entries.add(getStringAttributeValue(pkgEntry, TestPlan.Attribute.URI));
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 7 * $Id: Attribute.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
18 abstract class Attribute implements IContent
22 public static final Attribute ID = new AttributeImpl ("ID");
23 public static final Attribute NAME = new AttributeImpl ("NAME");
24 public static final Attribute TITLE = new AttributeImpl ("TITLE");
25 public static final Attribute TYPE = new AttributeImpl ("TYPE");
26 public static final Attribute CLASS = new AttributeImpl ("CLASS");
27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV");
28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
29 public static final Attribute HREF = new AttributeImpl ("HREF")
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 97 attrString2 = new AttributedString(iter, 2, 7, new AttributedCharacterIterator.Attribute[] {});
106 * int, int, AttributedCharacterIterator.Attribute[]) Test of method
108 * int, int, AttributedCharacterIterator.Attribute[]). Case 1: Try to
114 public void test_ConstructorLAttributedCharacterIteratorII$Ljava_text_AttributedCharacterIterator$Attribute() {
143 AttributedCharacterIterator.Attribute[] attributes = new AttributedCharacterIterator.Attribute[1];
154 * int, int, Map<? extends AttributedCharacterIterator.Attribute,?>)
158 * AttributedCharacterIterator.Attribute,?>). Case 1: Try to
170 new WeakHashMap<AttributedCharacterIterator.Attribute, String>());
185 Map<AttributedCharacterIterator.Attribute, String> whm = new WeakHashMap<AttributedCharacterIterator.Attribute, String>()
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 53 if ($assert.ENABLED) $assert.ASSERT (attributeID >= ATTRIBUTE_NAME_ID && attributeID <= ATTRIBUTE_LINE_COVERAGE_ID, "invalid attribute ID: " + attributeID);
66 private static abstract class Attribute implements IItemAttribute
73 protected Attribute (final String name)
86 private static final class NameAttribute extends Attribute
130 private static final class FractionAttribute extends Attribute
  /external/tinyxml/
tinyxml.cpp 662 const char * TiXmlElement::Attribute( const char * name ) const
673 const char * TiXmlElement::Attribute( const char * name, int* i ) const
675 const char * s = Attribute( name );
687 const char * TiXmlElement::Attribute( const char * name, double* d ) const
689 const char * s = Attribute( name );
855 const TiXmlAttribute* attribute = 0; local
856 for( attribute = attributeSet.First();
857 attribute;
858 attribute = attribute->Next()
    [all...]
tinyxml.h 111 // Only used by Attribute::Query functions
180 /** Return the position, in the original source file, of this node or attribute.
413 /// Appends the XML node or attribute to a std::string.
687 /** An attribute is a name-value pair. Elements have an arbitrary
699 /// Construct an empty attribute.
717 /// Construct an attribute with a name and value.
726 const char* Name() const { return name.c_str (); } ///< Return the name of this attribute.
727 const char* Value() const { return value.c_str (); } ///< Return the value of this attribute.
728 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
729 double DoubleValue() const; ///< Return the value of this attribute, converted to a double
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 58 enum Attribute {
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 116 * The created element node will have the attribute nodes
128 * Set a literal result attribute (AVTs only).
130 * @param avt literal result attribute to add (AVT only)
142 * Set a literal result attribute (used for xsl attributes).
144 * @param att literal result attribute to add
156 * Set the "xml:space" attribute.
158 * has an xml:space attribute with a value of preserve, and
183 * Get a literal result attribute by name.
185 * @param namespaceURI Namespace URI of attribute node to get
186 * @param localName Local part of qualified name of attribute node to ge
    [all...]
  /prebuilt/common/asm/
asm-3.1.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/jython/
jython.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ant/
ant.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 407 milliseconds

1 2