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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
46 public Attribute get(int n);
58 * Get the first attribute in the list with the given name, if any.
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
64 public Attribute findFirst(String name);
67 * Get the next attribute in the list after the given one, with the same
70 * @param attrib {@code non-null;} attribute to start looking afte
    [all...]
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
StdAttributeList.java 23 * an array of {@link Attribute} objects and can be made immutable.
37 public Attribute get(int n) {
38 return (Attribute) get0(n);
54 public Attribute findFirst(String name) {
58 Attribute att = get(i);
68 public Attribute findNext(Attribute attrib) {
74 Attribute att = get(at);
86 Attribute att = get(at);
96 * Sets the attribute at the given index
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 41 * Get the {@code n}th attribute.
43 * @param n {@code n >= 0, n < size();} which attribute
44 * @return {@code non-null;} the attribute in question
46 public Attribute get(int n);
58 * Get the first attribute in the list with the given name, if any.
60 * @param name {@code non-null;} attribute name
61 * @return {@code null-ok;} first attribute in the list with the given name,
64 public Attribute findFirst(String name);
67 * Get the next attribute in the list after the given one, with the same
70 * @param attrib {@code non-null;} attribute to start looking afte
    [all...]
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
StdAttributeList.java 23 * an array of {@link Attribute} objects and can be made immutable.
37 public Attribute get(int n) {
38 return (Attribute) get0(n);
54 public Attribute findFirst(String name) {
58 Attribute att = get(i);
68 public Attribute findNext(Attribute attrib) {
74 Attribute att = get(at);
86 Attribute att = get(at);
96 * Sets the attribute at the given index
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Attribute.java 36 * An attribute is a shader variable mapping to a VertexBuffer data
41 public class Attribute extends ShaderVariable {
  /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...]
  /external/webkit/Source/WebCore/svg/
SVGExternalResourcesRequired.h 27 class Attribute;
31 // The SVG DOM defines the attribute externalResourcesRequired as being of type SVGAnimatedBoolean, whereas the
39 bool parseMappedAttribute(Attribute*);
SVGURIReference.h 30 class Attribute;
36 bool parseMappedAttribute(Attribute*);
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 40 public static class Attribute implements Serializable {
45 * This attribute marks segments from an input method. Most input
51 public static final Attribute INPUT_METHOD_SEGMENT = new Attribute("input_method_segment");
54 * The attribute describing the language of a character. The value
57 public static final Attribute LANGUAGE = new Attribute("language");
61 * Japanese), this attribute allows to define which reading should be
65 public static final Attribute READING = new Attribute("reading")
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFAttribute.h 18 uint16_t Attribute;
22 : Attribute(attr), Form(form) {}
24 uint16_t getAttribute() const { return Attribute; }
  /external/webkit/Source/WebCore/bindings/js/
ScriptEventListener.h 41 class Attribute;
46 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Node*, Attribute*);
47 PassRefPtr<JSLazyEventListener> createAttributeEventListener(Frame*, Attribute*);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptEventListener.h 40 class Attribute;
46 PassRefPtr<V8LazyEventListener> createAttributeEventListener(Node*, Attribute*);
47 PassRefPtr<V8LazyEventListener> createAttributeEventListener(Frame*, Attribute*);
  /frameworks/compile/mclinker/lib/MC/
MCLDAttribute.cpp 16 bool AttrConstraint::isLegal(const Attribute& pAttr, std::string &pErrMesg) const
49 AttributeProxy::AttributeProxy(AttributeFactory& pParent, Attribute& pBase)
98 Attribute *&pBase,
99 Attribute *&pCopy)
101 Attribute *result = pParent.exists(*pCopy);
114 Attribute *copy = new Attribute(*m_pBase);
121 Attribute *copy = new Attribute(*m_pBase);
128 Attribute *copy = new Attribute(*m_pBase)
    [all...]
  /external/webkit/Source/WebCore/dom/
Attribute.cpp 25 #include "Attribute.h"
34 typedef HashMap<Attribute*, Attr*> AttributeAttrMap;
41 PassRefPtr<Attribute> Attribute::clone() const
43 return adoptRef(new Attribute(m_name, m_value, m_isMappedAttribute, m_styleDecl.get()));
46 Attr* Attribute::attr() const
49 ASSERT(attributeAttrMap().contains(const_cast<Attribute*>(this)));
50 return attributeAttrMap().get(const_cast<Attribute*>(this));
53 ASSERT(!attributeAttrMap().contains(const_cast<Attribute*>(this)));
57 PassRefPtr<Attr> Attribute::createAttrIfNeeded(Element* e
    [all...]
StyledElement.h 33 class Attribute;
44 void addCSSLength(Attribute*, int id, const String& value);
45 void addCSSProperty(Attribute*, int id, const String& value);
46 void addCSSProperty(Attribute*, int id, int value);
47 void addCSSImageProperty(Attribute*, int propertyID, const String& url);
48 void addCSSColor(Attribute*, int id, const String& color);
54 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, Attribute*);
55 static void setMappedAttributeDecl(MappedAttributeEntry, Attribute*, CSSMappedAttributeDeclaration*);
68 virtual PassRefPtr<Attribute> createAttribute(const QualifiedName&, const AtomicString& value);
76 virtual void attributeChanged(Attribute*, bool preserveDecls = false)
    [all...]
Attribute.h 41 class Attribute : public RefCounted<Attribute> {
45 static PassRefPtr<Attribute> create(const QualifiedName& name, const AtomicString& value)
47 return adoptRef(new Attribute(name, value, false, 0));
49 static PassRefPtr<Attribute> createMapped(const QualifiedName& name, const AtomicString& value)
51 return adoptRef(new Attribute(name, value, true, 0));
53 static PassRefPtr<Attribute> createMapped(const AtomicString& name, const AtomicString& value)
55 return adoptRef(new Attribute(name, value, true, 0));
71 PassRefPtr<Attribute> clone() const;
82 // name of an attribute once parseMappedAttribute has been called as DO
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
37 HashSet<AttributedCharacterIterator.Attribute> attr =
38 new HashSet<AttributedCharacterIterator.Attribute>();
39 attr.add(AttributedCharacterIterator.Attribute.LANGUAGE);
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
50 attr.add(AttributedCharacterIterator.Attribute.READING);
58 Set<AttributedCharacterIterator.Attribute> emptyAttributes =
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
68 Set<AttributedCharacterIterator.Attribute> attributes =
70 for(AttributedCharacterIterator.Attribute attr:attributes)
77 Object attribute = local
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeFactory.h 29 typedef std::vector<Attribute*> AttrSet;
44 // predefined - return the predefined attribute
45 Attribute& predefined();
46 const Attribute& predefined() const;
55 // produce - produce a attribute, but do not record it yet.
56 // the produced attribute is identical to the pre-defined attribute.
59 // last - the last touched attribute.
63 // exists- return the recorded attribute whose content is identical to the
64 // input attribute
    [all...]
MCLDAttribute.h 31 * file (@see mcld::Input in MCLinker) has a pointer of an attribute. Since
33 * which have identical attributes share common attribute. AttributeBase is
34 * the shared storage for attribute.
83 /** \class Attribute
88 * onto AttributeBase, and modifiers remains with the class Attribute.
90 class Attribute : public AttributeBase
164 bool isLegal(const Attribute& pAttr, std::string& pErrMesg) const;
168 * \brief AttributeProxys is the illusion of private attribute of each
176 * its attribute without explicit searching of existing attributes
177 * as it has a private ownership of the attribute. AttributeProxy doe
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
GrammarRuleAttribute.cs 34 using Attribute = System.Attribute;
39 public sealed class GrammarRuleAttribute : Attribute {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 35 using Attribute = System.Attribute;
40 public sealed class GrammarRuleAttribute : Attribute
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 21 import java.text.AttributedCharacterIterator.Attribute;
34 * @tests java.text.AttributedCharacterIterator$Attribute()
37 MyAttribute attribute = new MyAttribute("attribute"); local
39 assertEquals("Attribute has wrong name", "attribute", attribute.getExposedName());
41 attribute = new MyAttribute(null);
42 assertEquals("Attribute has wrong name", null, attribute.getExposedName())
54 MyAttribute attribute = new MyAttribute("test"); local
79 MyAttribute attribute; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 19 import com.android.dx.cf.iface.Attribute;
22 * Base implementation of {@link Attribute}, which directly stores
23 * the attribute name but leaves the rest up to subclasses.
25 public abstract class BaseAttribute implements Attribute {
26 /** {@code non-null;} attribute name */
32 * @param name {@code non-null;} attribute name

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 91011>>